- Timestamp:
- 08/09/04 10:08:37 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile
r72 r77 23 23 LDFLAGS += -s 24 24 25 BOOSTLIB := /nfs/atapplic/boost/linux/lib/libboost_python -gcc-mt.a25 BOOSTLIB := /nfs/atapplic/boost/linux/lib/libboost_python2.3-gcc-mt.a 26 26 BOOSTINC := 27 27 28 PYTHONINC := -I/usr/ include/python2.229 PYTHONLIB := -lpython2. 228 PYTHONINC := -I/usr/local/include/python2.3 29 PYTHONLIB := -lpython2.3 30 30 31 31 INCDIRS := -I. $(AIPSINC) $(BOOSTINC) $(PYTHONINC) $(CFITSIOINC)
Note:
See TracChangeset
for help on using the changeset viewer.