source: issm/oecreview/Archive/12061-12080/ISSM-12073-12074.diff

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

11990 to 12321 oec compliance

File size: 1.0 KB
  • proj/ice/larour/issm-uci-clean/trunk-jpl/src/c/Makefile.am

     
    726726                                        ./python/python-binding.h\
    727727                                    ./python/io/WritePythonData.cpp\
    728728                                    ./python/io/CheckNumPythonArguments.cpp\
    729                                     ./python/io/FetchPythonData.cpp\
    730                                         ./python/objects/Bamg/BamgGeom.h\
    731                                         ./python/objects/Bamg/BamgGeom.cpp\
    732                                         ./python/objects/Bamg/BamgMesh.h\
    733                                         ./python/objects/Bamg/BamgMesh.cpp\
    734                                         ./python/objects/Bamg/BamgOpts.h\
    735                                         ./python/objects/Bamg/BamgOpts.cpp
     729                                    ./python/io/FetchPythonData.cpp
    736730
    737731#}}}
    738732#Matlab sources  {{{1
     
    934928if PYTHON
    935929libISSMPython_a_SOURCES = $(python_sources)
    936930libISSMPython_a_CXXFLAGS= $(ALLCXXFLAGS)
     931if PYTHON3
    937932libISSMPython_a_CXXFLAGS+=  -DNPY_NO_DEPRECATED_API
    938933endif
     934endif
    939935
    940936if MATLAB
    941937libISSMMatlab_a_SOURCES = $(matlab_sources)
Note: See TracBrowser for help on using the repository browser.