Changeset 1305 for trunk/Makefile


Ignore:
Timestamp:
11/29/06 12:02:15 (17 years ago)
Author:
mar637
Message:

merge from asap2.1.1 release tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r1295 r1305  
    1 PREFIX := /Library/Frameworks/Python.framework/Versions/2.4
    2 PYDIR := $(PREFIX)/lib/python2.4/site-packages
    3 
    41ifndef ASAPROOT
    52   ASAPROOT := $(shell pwd)
    63endif
    74
     5PREFIX := /Library/Frameworks/Python.framework/Versions/2.4
     6PYDIR := $(PREFIX)/lib/python2.4/site-packages
     7
     8
    89PY := $(wildcard python/*.py)
    9 LIBS := /tmp/_asap.so
     10LIBS := src/_asap.so
    1011BINS := bin/asap
    1112
Note: See TracChangeset for help on using the changeset viewer.