Changeset 4981 for trunk/psLib/swig
- Timestamp:
- Sep 8, 2005, 5:02:06 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/swig/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/swig/Makefile.am
r4541 r4981 5 5 rm -rf psLibModule 6 6 7 SRCDIR = $(shell cd $(top_srcdir) && pwd) 7 # this is going into a make file one directory deeper in the tree so the 8 # realitive paths need to be adjusted 9 SWIGINC=`echo "${SRCINC}" | ${SED} "s|-I|-I../|g"` 8 10 9 11 #################################################### … … 18 20 psLibModule/setup.txt: 19 21 if [ ! -d psLibModule ]; then mkdir psLibModule; fi 20 echo "includes= $(SRCINC)" > psLibModule/setup.txt22 echo "includes=-I../$(top_srcdir)/src $(SWIGINC) $(PSLIB_CFLAGS)" > psLibModule/setup.txt 21 23 echo "ldflags=-L$(top_builddir)/src $(PSLIB_LIBS)" >> psLibModule/setup.txt 22 24 echo "cflags=$(CFLAGS) -std=c99 -Wno-unused -Wno-strict-aliasing" >> psLibModule/setup.txt
Note:
See TracChangeset
for help on using the changeset viewer.
