|
Last change
on this file since 10937 was 10148, checked in by Mathieu Morlighem, 14 years ago |
|
improved python interface (slightly)
|
|
File size:
516 bytes
|
| Line | |
|---|
| 1 | all: ogive
|
|---|
| 2 |
|
|---|
| 3 | ice:
|
|---|
| 4 | g++ -bundle -bind \
|
|---|
| 5 | -I$(ISSM_TIER)/externalpackages/boost/install/include \
|
|---|
| 6 | -L$(ISSM_TIER)/externalpackages/boost/install/lib -lboost_python \
|
|---|
| 7 | -L/usr/lib/python2.6/config/ -lpython2.6 \
|
|---|
| 8 | TriMeshmodule.cpp -o TriMesh.so
|
|---|
| 9 |
|
|---|
| 10 | ogive:
|
|---|
| 11 | g++ \
|
|---|
| 12 | -I$(ISSM_TIER)/externalpackages/boost/install/include \
|
|---|
| 13 | -I/opt/local/include/python2.5/ \
|
|---|
| 14 | -L$(ISSM_TIER)/externalpackages/boost/install/lib -lboost_python \
|
|---|
| 15 | -L/usr/lib/ -lpython2.5 \
|
|---|
| 16 | TriMeshmodule.cpp -o TriMesh.so -bundle
|
|---|
| 17 |
|
|---|
| 18 | clean:
|
|---|
| 19 | rm TriMesh.so
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.