]> err.no Git - sope/blob - sope-appserver/NGObjWeb/Associations/GNUmakefile
renamed packages as discussed in the developer list
[sope] / sope-appserver / NGObjWeb / Associations / GNUmakefile
1 # $Id$
2
3 include $(GNUSTEP_MAKEFILES)/common.make
4
5 SUBPROJECT_NAME = Associations
6
7 Associations_OBJC_FILES = \
8         WOAssociation.m                 \
9         WOValueAssociation.m            \
10         WOKeyPathAssociation.m          \
11         WOKeyPathAssociationSystemKVC.m \
12         WOScriptAssociation.m           \
13         WOResourceURLAssociation.m      \
14         WOLabelAssociation.m            \
15         \
16         NSUserDefaults+KVC.m
17
18 -include GNUmakefile.preamble
19 include $(GNUSTEP_MAKEFILES)/subproject.make
20 -include GNUmakefile.postamble