]> err.no Git - sope/blob - skyrix-sope/NGObjWeb/Templates/GNUmakefile
added svn:keywords and svn:ignore where appropriate. removed CVS artifacts.
[sope] / skyrix-sope / NGObjWeb / Templates / GNUmakefile
1 # $Id$
2
3 include $(GNUSTEP_MAKEFILES)/common.make
4
5 SUBPROJECT_NAME = Templates
6
7 Templates_HEADER_FILES_DIR         = .
8 Templates_HEADER_FILES_INSTALL_DIR = /NGObjWeb
9
10 Templates_OBJC_FILES =   \
11         WOComponentScript.m             \
12         WOComponentScriptPart.m         \
13         WODParser.m                     \
14         WOHTMLParser.m                  \
15         WOSubcomponentInfo.m            \
16         WOTemplate.m                    \
17         WOTemplateBuilder.m             \
18         WOWrapperTemplateBuilder.m      \
19         WOxComponentElemBuilder.m       \
20         WOxTemplateBuilder.m            \
21         WOxElemBuilder.m                \
22
23 -include GNUmakefile.preamble
24 include $(GNUSTEP_MAKEFILES)/subproject.make
25 -include GNUmakefile.postamble