Changeset 11798


Ignore:
Timestamp:
03/25/12 23:14:02 (13 years ago)
Author:
Eric.Larour
Message:

real max osx compile

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  
    33
    44hello.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.cpp
     5        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
    66
    77hello_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.2   
     8        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   
    99
    1010clean:
Note: See TracChangeset for help on using the changeset viewer.