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