Changeset 22668
- Timestamp:
- 04/03/18 15:56:41 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/wrappers/python/Makefile.am
r22667 r22668 39 39 InterpFromMeshToGrid_python.la\ 40 40 IssmConfig_python.la\ 41 MeshPartition_python.la\42 41 MeshProfileIntersection_python.la\ 43 42 NodeConnectivity_python.la\ 44 43 Triangle_python.la\ 45 44 ProcessRifts_python.la 46 47 if CHACO48 lib_LTLIBRARIES += Chaco_python.la49 endif50 45 endif 51 46 #}}} … … 106 101 BamgTriangulate_python_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB) 107 102 108 if CHACO109 Chaco_python_la_SOURCES = ../Chaco/Chaco.cpp110 Chaco_python_la_CXXFLAGS = ${AM_CXXFLAGS}111 Chaco_python_la_LIBADD = ${deps} $(MPILIB) $(CHACOLIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)112 endif113 114 103 ContourToMesh_python_la_SOURCES = ../ContourToMesh/ContourToMesh.cpp 115 104 ContourToMesh_python_la_CXXFLAGS = ${AM_CXXFLAGS} … … 144 133 IssmConfig_python_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) 145 134 146 MeshPartition_python_la_SOURCES = ../MeshPartition/MeshPartition.cpp147 MeshPartition_python_la_CXXFLAGS = ${AM_CXXFLAGS}148 MeshPartition_python_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)149 150 135 MeshProfileIntersection_python_la_SOURCES = ../MeshProfileIntersection/MeshProfileIntersection.cpp 151 136 MeshProfileIntersection_python_la_CXXFLAGS = ${AM_CXXFLAGS}
Note:
See TracChangeset
for help on using the changeset viewer.