]> err.no Git - sope/blob - sope-core/NGExtensions/NGRuleEngine.subproj/GNUmakefile
fixed logging in WOComponent
[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_OBJC_FILES = \
9         NGRule.m                \
10         NGRuleAssignment.m      \
11         NGRuleContext.m         \
12         NGRuleModel.m           \
13         NGRuleParser.m          \
14
15 ADDITIONAL_INCLUDE_DIRS += -I. -I.. -I../NGExtensions/ -I../..
16
17 -include GNUmakefile.preamble
18 include $(GNUSTEP_MAKEFILES)/subproject.make
19 -include GNUmakefile.postamble