]> err.no Git - sope/blob - sope-core/NGExtensions/NGRuleEngine.subproj/GNUmakefile
removed "Default" buildstyle from Xcode projects, added variables instead of hardcode...
[sope] / sope-core / NGExtensions / NGRuleEngine.subproj / GNUmakefile
1 # GNUstep makefile
2
3 -include ../../../config.make
4 include ../../common.make
5
6 SUBPROJECT_NAME = NGRuleEngine
7
8 NGRuleEngine_PCH_FILE = common.h
9
10 NGRuleEngine_OBJC_FILES = \
11         NGRule.m                \
12         NGRuleAssignment.m      \
13         NGRuleContext.m         \
14         NGRuleModel.m           \
15         NGRuleParser.m          \
16
17 ADDITIONAL_INCLUDE_DIRS += -I. -I.. -I../NGExtensions/ -I../..
18
19 -include GNUmakefile.preamble
20 include $(GNUSTEP_MAKEFILES)/subproject.make
21 -include GNUmakefile.postamble