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

« back to all changes in this revision

Viewing changes to sope-appserver/samples/WOxExtTest/GNUmakefile.preamble

  • 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
# compile settings
 
2
 
 
3
APPSERVER=".."
 
4
 
 
5
WOxExtTest_TOOL_LIBS += \
 
6
        -lWEExtensions -lWOExtensions   \
 
7
        -lNGObjWeb                      \
 
8
        -lEOControl                     \
 
9
        -lXmlRpc -lDOM -lSaxObjC
 
10
 
 
11
WOxExtTest_LIB_DIRS += \
 
12
        -L$(APPSERVER)/WEExtensions/$(GNUSTEP_OBJ_DIR)  \
 
13
        -L$(APPSERVER)/WOExtensions/$(GNUSTEP_OBJ_DIR)  \
 
14
        -L$(APPSERVER)/NGObjWeb/$(GNUSTEP_OBJ_DIR)      \
 
15
 
 
16
ADDITIONAL_CPPFLAGS += -Wall
 
17
 
 
18
SYSTEM_LIB_DIR += -L/usr/local/lib -L/usr/lib