~ubuntu-branches/ubuntu/saucy/sope/saucy

« back to all changes in this revision

Viewing changes to sope-xml/STXSaxDriver/ExtraSTX/GNUmakefile

  • Committer: Package Import Robot
  • Author(s): Jeroen Dekkers
  • Date: 2012-05-09 15:39:17 UTC
  • Revision ID: package-import@ubuntu.com-20120509153917-nr4jlm8mktma1yv3
Tags: upstream-1.3.14
ImportĀ upstreamĀ versionĀ 1.3.14

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 = ExtraSTX
 
7
 
 
8
ExtraSTX_PCH_FILE = common.h
 
9
 
 
10
ExtraSTX_OBJC_FILES = \
 
11
        NSString+STX.m          \
 
12
        StructuredLine.m        \
 
13
        StructuredStack.m       \
 
14
        StructuredText.m        \
 
15
 
 
16
ADDITIONAL_INCLUDE_DIRS += -I. -I../Model -I..
 
17
 
 
18
-include GNUmakefile.preamble
 
19
include $(GNUSTEP_MAKEFILES)/subproject.make
 
20
-include GNUmakefile.postamble