source: issm/trunk-jpl/src/py/modules/TriMesh/Makefile@ 11787

Last change on this file since 11787 was 11787, checked in by Eric.Larour, 13 years ago

Create python model and subclasses

File size: 390 bytes
RevLine 
[11787]1all: ice
[10148]2
3ice:
[10119]4 g++ -bundle -bind \
5 -I$(ISSM_TIER)/externalpackages/boost/install/include \
[11787]6 -I/Library/Frameworks/Python.framework/Versions/3.2/include/python3.2m\
[10119]7 -L$(ISSM_TIER)/externalpackages/boost/install/lib -lboost_python \
[11787]8 -L/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/config-3.2m/ -lpython3.2 \
[10119]9 TriMeshmodule.cpp -o TriMesh.so
[10148]10
11clean:
12 rm TriMesh.so
Note: See TracBrowser for help on using the repository browser.