Changeset 14310 for issm/trunk/src/wrappers/matlab/Makefile.am
- Timestamp:
- 02/04/13 08:01:04 (12 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 14068-14070,14073-14074,14077-14095,14097-14112,14117,14134-14135,14138-14142,14144,14149-14151,14153,14156-14208,14210-14308
- Property svn:mergeinfo changed
-
issm/trunk/src
- Property svn:mergeinfo changed
-
issm/trunk/src/wrappers/matlab/Makefile.am
r13831 r14310 48 48 ElementConnectivity.la\ 49 49 EnumToString.la\ 50 ExpSimplify.la\ 50 51 HoleFiller.la\ 51 52 InternalFront.la\ … … 76 77 KMLMeshWrite.la\ 77 78 KMLOverlay.la\ 78 Shp2Kml.la\79 79 Exp2Kml.la\ 80 Kml2Exp.la 80 Kml2Exp.la\ 81 Shp2Exp.la\ 82 Shp2Kml.la 81 83 endif 82 84 endif … … 210 212 Ll2xy_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) 211 213 214 ExpSimplify_la_SOURCES = ../ExpSimplify/ExpSimplify.cpp\ 215 ../ExpSimplify/ExpSimplify.h 216 ExpSimplify_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) 217 212 218 Exp2Kml_la_SOURCES = ../Exp2Kml/Exp2Kml.cpp\ 213 219 ../Exp2Kml/Exp2Kml.h … … 246 252 Scotch_la_LIBADD = ${deps} $(SCOTCHLIB) $(MPILIB) 247 253 254 Shp2Exp_la_SOURCES = ../Shp2Exp/Shp2Exp.cpp\ 255 ../Shp2Exp/Shp2Exp.h 256 Shp2Exp_la_LIBADD = ${deps} $(SHAPELIBLIB) $(MPILIB) $(PETSCLIB) 257 248 258 Shp2Kml_la_SOURCES = ../Shp2Kml/Shp2Kml.cpp\ 249 259 ../Shp2Kml/Shp2Kml.h
Note:
See TracChangeset
for help on using the changeset viewer.