Changeset 20850
- Timestamp:
- 07/04/16 01:20:25 (9 years ago)
- Location:
- issm/trunk-jpl/src
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/wrappers/matlab/Makefile.am
r20846 r20850 37 37 #}}} 38 38 #Wrappers {{{ 39 lib_LTLIBRARIES += BamgMesher .la\39 lib_LTLIBRARIES += BamgMesher_matlab.la\ 40 40 BamgConvertMesh_matlab.la\ 41 41 BamgTriangulate.la\ … … 141 141 endif 142 142 143 BamgMesher_ la_SOURCES = ../BamgMesher/BamgMesher.cpp144 BamgMesher_ la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)143 BamgMesher_matlab_la_SOURCES = ../BamgMesher/BamgMesher.cpp 144 BamgMesher_matlab_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB) 145 145 146 146 BamgConvertMesh_matlab_la_SOURCES = ../BamgConvertMesh/BamgConvertMesh.cpp -
issm/trunk-jpl/src/wrappers/python/Makefile.am
r20846 r20850 29 29 if WRAPPERS 30 30 lib_LTLIBRARIES += BamgConvertMesh_python.la\ 31 BamgMesher .la\31 BamgMesher_python.la\ 32 32 ContourToMesh_python.la\ 33 33 ContourToNodes_python.la\ … … 93 93 BamgConvertMesh_python_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB) 94 94 95 BamgMesher_ la_SOURCES = ../BamgMesher/BamgMesher.cpp96 BamgMesher_ la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)95 BamgMesher_python_la_SOURCES = ../BamgMesher/BamgMesher.cpp 96 BamgMesher_python_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB) 97 97 98 98 ContourToMesh_python_la_SOURCES = ../ContourToMesh/ContourToMesh.cpp
Note:
See TracChangeset
for help on using the changeset viewer.