Changeset 3132
- Timestamp:
- Feb 4, 2005, 1:31:59 PM (21 years ago)
- Location:
- trunk/psLib
- Files:
-
- 2 edited
-
swig/Makefile.am (modified) (2 diffs)
-
test/astronomy/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/swig/Makefile.am
r3128 r3132 28 28 29 29 psLibModule/pslib_wrap.c: psLibModule pslib.i 30 echo Source directory = $(top_srcdir)31 30 $(SWIG) -perl $(INCLUDES) -w451 -o $@ $(srcdir)/pslib.i 32 31 … … 40 39 41 40 swig-check: swig 42 export PERLLIB=psLibModule && perl -Mpslib -e 'print "pslib version = " . pslib::psLibVersion() . "\n";'41 export PERLLIB=psLibModule:psLibModule/blib/arch/auto/pslib && perl -Mpslib -e 'print "pslib version = " . pslib::psLibVersion() . "\n";' 43 42 44 43 swig-install: swig -
trunk/psLib/test/astronomy/Makefile.am
r3129 r3132 1 #Makefile for astronomy functions of psLib1 #Makefile for astronomy functions of psLib 2 2 # 3 3 INCLUDES = \ … … 73 73 test.ser7.dat \ 74 74 header_1.fits \ 75 header_2.fits 75 header_2.fits \ 76 test.config 76 77 77 78 test.psTime.config1: test.psTime.config1.template
Note:
See TracChangeset
for help on using the changeset viewer.
