Changeset 18232


Ignore:
Timestamp:
07/10/14 09:14:10 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: duplicating 18231

Location:
issm/trunk-jpl/src/wrappers
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/wrappers/Makefile.am

    r12032 r18232  
    11SUBDIRS =
     2
     3if WRAPPERS
    24if MATLAB
    35SUBDIRS += matlab
     
    79SUBDIRS += python
    810endif
     11endif
  • issm/trunk-jpl/src/wrappers/matlab/Makefile.am

    r18102 r18232  
    4646#}}}
    4747#Wrappers {{{
    48 if WRAPPERS
    4948lib_LTLIBRARIES += BamgMesher.la\
    5049                                                 BamgConvertMesh.la\
     
    8786                                   Shp2Kml.la
    8887endif
    89 endif
    9088#}}}
    9189
  • issm/trunk-jpl/src/wrappers/python/Makefile.am

    r18107 r18232  
    4545#}}}
    4646#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
     47lib_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
    6563#}}}
    6664#Flags and libraries {{{
Note: See TracChangeset for help on using the changeset viewer.