Changeset 11798
- Timestamp:
- 03/25/12 23:14:02 (13 years ago)
- Location:
- issm/trunk-jpl/src/py/modules/hello
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/py/modules/hello/Makefile
r11797 r11798 3 3 4 4 hello.o: hello.cpp 5 g++ - ftemplate-depth-128 -O0 -fno-inline -Wall -g -dynamic -no-cpp-precomp -gdwarf-2 -fexceptions -fPIC -I$(ISSM_TIER)/externalpackages/boost/install/include -I$(ISSM_TIER)/externalpackages/python/install/Python.framework/Versions/3.2/include/python3.2 -c -o hello.o hello.cpp5 g++ -I$(ISSM_TIER)/externalpackages/boost/install/include -I$(ISSM_TIER)/externalpackages/python/install/Python.framework/Versions/3.2/include/python3.2 -c -o hello.o hello.cpp 6 6 7 7 hello_ext.so: hello.o 8 g++ -headerpad_max_install_names -g -dynamiclib -Wl,-single_module -install_name hello_ext.so-o hello_ext.so hello.o -L$(ISSM_TIER)/externalpackages/boost/install/lib -lboost_python -L$(ISSM_TIER)/externalpackages/python/install/Python.framework/Versions/3.2/lib -L$(ISSM_TIER)/externalpackages/python/install/Python.framework/Versions/3.2/lib/python3.2/config -lpython3.28 g++ -dynamiclib -o hello_ext.so hello.o -L$(ISSM_TIER)/externalpackages/boost/install/lib -lboost_python -L$(ISSM_TIER)/externalpackages/python/install/Python.framework/Versions/3.2/lib -L$(ISSM_TIER)/externalpackages/python/install/Python.framework/Versions/3.2/lib/python3.2/config -lpython3.2 9 9 10 10 clean:
Note:
See TracChangeset
for help on using the changeset viewer.