Changeset 3937
- Timestamp:
- May 13, 2005, 4:10:49 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/swig/Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/swig/Makefile.am
r3923 r3937 19 19 ## PsLibModule swig build section. 20 20 21 CLEANFILES = psLibModule 22 21 23 psLibModule/Makefile.PL: 22 if [ ! -d psLibModule]; then mkdir psLibModule; fi24 if [ ! -d psLibModule ]; then mkdir psLibModule; fi 23 25 cp -f $(srcdir)/Makefile.PL psLibModule/Makefile.PL 24 26 25 27 psLibModule/setup.txt: 26 if [ ! -d psLibModule]; then mkdir psLibModule; fi28 if [ ! -d psLibModule ]; then mkdir psLibModule; fi 27 29 echo "includes=$(INCLUDES)" > psLibModule/setup.txt 28 30 echo "ldflags=-L$(top_builddir)/src $(PSLIB_LIBS)" >> psLibModule/setup.txt … … 30 32 31 33 psLibModule/pslib_wrap.c: $(srcdir)/pslib.i 32 if [ ! -d psLibModule]; then mkdir psLibModule; fi34 if [ ! -d psLibModule ]; then mkdir psLibModule; fi 33 35 $(SWIG) -perl $(INCLUDES) -w451 -o $@ $(srcdir)/pslib.i 34 36 … … 48 50 49 51 install-exec-hook: swig-install 52 53
Note:
See TracChangeset
for help on using the changeset viewer.
