Changeset 18232
- Timestamp:
- 07/10/14 09:14:10 (11 years ago)
- Location:
- issm/trunk-jpl/src/wrappers
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/wrappers/Makefile.am
r12032 r18232 1 1 SUBDIRS = 2 3 if WRAPPERS 2 4 if MATLAB 3 5 SUBDIRS += matlab … … 7 9 SUBDIRS += python 8 10 endif 11 endif -
issm/trunk-jpl/src/wrappers/matlab/Makefile.am
r18102 r18232 46 46 #}}} 47 47 #Wrappers {{{ 48 if WRAPPERS49 48 lib_LTLIBRARIES += BamgMesher.la\ 50 49 BamgConvertMesh.la\ … … 87 86 Shp2Kml.la 88 87 endif 89 endif90 88 #}}} 91 89 -
issm/trunk-jpl/src/wrappers/python/Makefile.am
r18107 r18232 45 45 #}}} 46 46 #Wrappers {{{ 47 if WRAPPERS 48 lib_LTLIBRARIES = BamgConvertMesh.la\ 49 BamgMesher.la\ 50 ContourToMesh.la\ 51 ContourToNodes.la\ 52 ElementConnectivity.la\ 53 EnumToString.la\ 54 InterpFromMeshToMesh2d.la\ 55 InterpFromMeshToMesh3d.la\ 56 InterpFromGridToMesh.la\ 57 InterpFromMeshToGrid.la\ 58 IssmConfig.la\ 59 MeshProfileIntersection.la\ 60 NodeConnectivity.la\ 61 StringToEnum.la\ 62 TriMesh.la\ 63 TriMeshProcessRifts.la 64 endif 47 lib_LTLIBRARIES += BamgConvertMesh.la\ 48 BamgMesher.la\ 49 ContourToMesh.la\ 50 ContourToNodes.la\ 51 ElementConnectivity.la\ 52 EnumToString.la\ 53 InterpFromMeshToMesh2d.la\ 54 InterpFromMeshToMesh3d.la\ 55 InterpFromGridToMesh.la\ 56 InterpFromMeshToGrid.la\ 57 IssmConfig.la\ 58 MeshProfileIntersection.la\ 59 NodeConnectivity.la\ 60 StringToEnum.la\ 61 TriMesh.la\ 62 TriMeshProcessRifts.la 65 63 #}}} 66 64 #Flags and libraries {{{
Note:
See TracChangeset
for help on using the changeset viewer.