Changeset 260 for trunk/src/Makefile
- Timestamp:
- 01/22/05 16:42:38 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile
r216 r260 1 1 TARGET := ../lib/_asap.so 2 2 3 ifdef NARRABRI_ASAP 4 CXX := /usr/bin/g++ 5 else 3 6 CXX := g++-3.2.3 7 endif 8 4 9 CXXFLAGS := -O -fPIC 5 10 #CXXFLAGS += -fpermissive # This should be removed. … … 28 33 BOOSTLIB := /nfs/atapplic/boost/linux/lib/libboost_python2.3-gcc-mt.a 29 34 BOOSTINC := -I/usr/local/include/boost 35 30 36 31 37 PYTHONINC := -I/usr/local/include/python2.3
Note:
See TracChangeset
for help on using the changeset viewer.