|
Last change
on this file since 11787 was 11787, checked in by Eric.Larour, 14 years ago |
|
Create python model and subclasses
|
|
File size:
390 bytes
|
| Line | |
|---|
| 1 | all: ice
|
|---|
| 2 |
|
|---|
| 3 | ice:
|
|---|
| 4 | g++ -bundle -bind \
|
|---|
| 5 | -I$(ISSM_TIER)/externalpackages/boost/install/include \
|
|---|
| 6 | -I/Library/Frameworks/Python.framework/Versions/3.2/include/python3.2m\
|
|---|
| 7 | -L$(ISSM_TIER)/externalpackages/boost/install/lib -lboost_python \
|
|---|
| 8 | -L/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/config-3.2m/ -lpython3.2 \
|
|---|
| 9 | TriMeshmodule.cpp -o TriMesh.so
|
|---|
| 10 |
|
|---|
| 11 | clean:
|
|---|
| 12 | rm TriMesh.so
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.