~ubuntu-branches/ubuntu/edgy/sope/edgy

« back to all changes in this revision

Viewing changes to sope-appserver/NGObjWeb/WOHttpAdaptor/GNUmakefile

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Ley
  • Date: 2005-08-19 16:53:31 UTC
  • Revision ID: james.westby@ubuntu.com-20050819165331-hs683wz1osm708pw
Tags: upstream-4.4rc.2
ImportĀ upstreamĀ versionĀ 4.4rc.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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