2010-05-09 18:19:11 +00:00
|
|
|
#
|
|
|
|
# GNUmakefile for DBusKit
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
|
|
|
|
# config.make will be generated by configure (see GNUmakefile.postamble)
|
|
|
|
-include config.make
|
|
|
|
|
2010-07-14 10:46:23 +00:00
|
|
|
#No parallel building
|
|
|
|
GNUSTEP_USE_PARALLEL_AGGREGATE=no
|
2010-05-09 18:19:11 +00:00
|
|
|
|
2010-07-14 10:46:23 +00:00
|
|
|
#DBusKit Framework
|
2010-08-14 11:39:34 +00:00
|
|
|
SUBPROJECTS = Source \
|
|
|
|
Tools
|
2010-05-09 18:19:11 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Makefiles
|
|
|
|
#
|
|
|
|
-include GNUmakefile.preamble
|
2010-07-14 10:46:23 +00:00
|
|
|
|
2010-05-09 18:19:11 +00:00
|
|
|
|
|
|
|
ifeq ($(test), yes)
|
2010-07-14 10:46:23 +00:00
|
|
|
#Test Bundle
|
|
|
|
SUBPROJECTS += Tests
|
2010-05-09 18:19:11 +00:00
|
|
|
endif
|
|
|
|
|
2010-07-14 10:46:23 +00:00
|
|
|
include $(GNUSTEP_MAKEFILES)/aggregate.make
|
2010-05-09 18:19:11 +00:00
|
|
|
-include GNUmakefile.postamble
|