Changeset 1305 for trunk/Makefile
- Timestamp:
- 11/29/06 12:02:15 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r1295 r1305 1 PREFIX := /Library/Frameworks/Python.framework/Versions/2.42 PYDIR := $(PREFIX)/lib/python2.4/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.