Changeset 15905
- Timestamp:
- 08/23/13 15:43:00 (12 years ago)
- Location:
- issm/trunk-jpl/src/wrappers
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/wrappers/matlab/Makefile.am
r15851 r15905 60 60 InterpFromMeshToGrid.la\ 61 61 InterpFromMesh2d.la\ 62 IssmConfig.la\ 62 63 Ll2xy.la\ 63 64 NodeConnectivity.la\ … … 196 197 InterpFromMesh2d_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(MULTITHREADINGLIB) $(GSLLIB) 197 198 199 IssmConfig_la_SOURCES = ../IssmConfig/IssmConfig.cpp\ 200 ../IssmConfig/IssmConfig.h 201 IssmConfig_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) 202 198 203 KMLFileRead_la_SOURCES = ../KMLFileRead/KMLFileRead.cpp\ 199 204 ../KMLFileRead/KMLFileRead.h -
issm/trunk-jpl/src/wrappers/python/Makefile.am
r15851 r15905 51 51 InterpFromMeshToMesh2d.la\ 52 52 InterpFromGridToMesh.la\ 53 IssmConfig.la\ 53 54 MeshProfileIntersection.la\ 54 55 NodeConnectivity.la\ … … 143 144 InterpFromGridToMesh_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(MULTITHREADINGLIB) $(GSLLIB) 144 145 146 IssmConfig_la_SOURCES = ../IssmConfig/IssmConfig.cpp\ 147 ../IssmConfig/IssmConfig.h 148 IssmConfig_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) 149 145 150 MeshProfileIntersection_la_SOURCES = ../MeshProfileIntersection/MeshProfileIntersection.cpp\ 146 151 ../MeshProfileIntersection/MeshProfileIntersection.h
Note:
See TracChangeset
for help on using the changeset viewer.