Changeset 1298


Ignore:
Timestamp:
11/09/06 11:42:29 (17 years ago)
Author:
mar637
Message:

make darwin python location default PREFIX

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release2.1.1/Makefile

    r1269 r1298  
    1 PREFIX := /usr
    2 PYDIR := $(PREFIX)/lib/python2.3/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.