]> err.no Git - sope/blob - sope-appserver/NGObjWeb/WOHttpAdaptor/GNUmakefile
a66bdb1b5994d8b0e8469e6604145492030431a9
[sope] / sope-appserver / NGObjWeb / WOHttpAdaptor / GNUmakefile
1 # GNUstep makefile
2
3 -include ../../../config.make
4 include $(GNUSTEP_MAKEFILES)/common.make
5
6 SUBPROJECT_NAME = WOHttpAdaptor
7
8 WOHttpAdaptor_OBJC_FILES = \
9         WOHttpAdaptor.m         \
10         WORecordRequestStream.m \
11         WOHttpTransaction.m     \
12         WORequest+Adaptor.m     \
13         WORequestParser.m       \
14
15 -include GNUmakefile.preamble
16 include $(GNUSTEP_MAKEFILES)/subproject.make
17 -include GNUmakefile.postamble