darling-dbuskit/GNUmakefile

30 lines
472 B
Makefile
Raw Normal View History

#
# GNUmakefile for DBusKit
#
include $(GNUSTEP_MAKEFILES)/common.make
# config.make will be generated by configure (see GNUmakefile.postamble)
-include config.make
#No parallel building
GNUSTEP_USE_PARALLEL_AGGREGATE=no
#DBusKit Framework
SUBPROJECTS = Source \
Tools
#
# Makefiles
#
-include GNUmakefile.preamble
ifeq ($(test), yes)
#Test Bundle
SUBPROJECTS += Tests
endif
include $(GNUSTEP_MAKEFILES)/aggregate.make
-include GNUmakefile.postamble