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
Line 
1all: ice
2
3ice:
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
11clean:
12 rm TriMesh.so
Note: See TracBrowser for help on using the repository browser.