Changeset 1298
- Timestamp:
- 11/09/06 11:42:29 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Release2.1.1/Makefile
r1269 r1298 1 PREFIX := /usr2 PYDIR := $(PREFIX)/lib/python2.3/site-packages3 4 1 ifndef ASAPROOT 5 2 ASAPROOT := $(shell pwd) 6 3 endif 7 4 5 PREFIX := /Library/Frameworks/Python.framework/Versions/2.4 6 PYDIR := $(PREFIX)/lib/python2.4/site-packages 7 8 8 9 PY := $(wildcard python/*.py) 9 LIBS := /tmp/_asap.so10 LIBS := src/_asap.so 10 11 BINS := bin/asap 11 12
Note:
See TracChangeset
for help on using the changeset viewer.