Changeset 4773 for issm/trunk/src/c/Makefile.am
- Timestamp:
- 07/22/10 18:57:52 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/Makefile.am
r4765 r4773 94 94 ./objects/Node.h\ 95 95 ./objects/Node.cpp\ 96 ./objects/Segment.h\ 97 ./objects/Segment.cpp\ 96 98 ./objects/Vertex.h\ 97 99 ./objects/Vertex.cpp\ … … 499 501 ./modules/MeshPartitionx/MeshPartitionx.cpp\ 500 502 ./modules/MeshPartitionx/MeshPartitionx.h\ 503 ./modules/MeshProfileIntersectionx/MeshProfileIntersectionx.cpp\ 504 ./modules/MeshProfileIntersectionx/MeshProfileIntersectionx.h\ 505 ./modules/MeshProfileIntersectionx/MeshSegmentsIntersection.cpp\ 506 ./modules/MeshProfileIntersectionx/ElementSegmentsIntersection.cpp\ 507 ./modules/MeshProfileIntersectionx/ElementSegment.cpp\ 501 508 ./modules/ContourToMeshx/ContourToMeshx.cpp\ 502 509 ./modules/ContourToMeshx/ContourToMeshxt.cpp\ … … 653 660 ./objects/Node.h\ 654 661 ./objects/Node.cpp\ 662 ./objects/Segment.h\ 663 ./objects/Segment.cpp\ 655 664 ./objects/Vertex.h\ 656 665 ./objects/Vertex.cpp\ … … 1051 1060 ./modules/MeshPartitionx/MeshPartitionx.cpp\ 1052 1061 ./modules/MeshPartitionx/MeshPartitionx.h\ 1062 ./modules/MeshProfileIntersectionx/MeshProfileIntersectionx.cpp\ 1063 ./modules/MeshProfileIntersectionx/MeshProfileIntersectionx.h\ 1064 ./modules/MeshProfileIntersectionx/MeshSegmentsIntersection.cpp\ 1065 ./modules/MeshProfileIntersectionx/ElementSegmentsIntersection.cpp\ 1066 ./modules/MeshProfileIntersectionx/ElementSegment.cpp\ 1053 1067 ./modules/ContourToMeshx/ContourToMeshx.cpp\ 1054 1068 ./modules/ContourToMeshx/ContourToMeshxt.cpp\ … … 1146 1160 endif 1147 1161 1148 LDADD = ./libpISSM.a $(PETSCLIB) $(FLIBS) $(PLAPACKLIB) $(MUMPSLIB) $(SCALAPACKLIB) $(BLACSLIB) $(DAKOTALIB) $(METISLIB) $(CHACOLIB) $(SCOTCHLIB) $(BLASLAPACKLIB) $(MKLLIB) $(MPILIB) $(MATHLIB) $(FORTRANLIB) $(GRAPHICSLIB) libOverload.a $(MULTITHREADINGLIB)1162 LDADD = ./libpISSM.a $(PETSCLIB) $(FLIBS) $(PLAPACKLIB) $(MUMPSLIB) $(SCALAPACKLIB) $(BLACSLIB) $(DAKOTALIB) $(METISLIB) $(CHACOLIB) $(SCOTCHLIB) $(BLASLAPACKLIB) $(MKLLIB) $(MPILIB) $(MATHLIB) $(FORTRANLIB) $(GRAPHICSLIB) libOverload.a $(MULTITHREADINGLIB) 1149 1163 1150 1164 issm_exe_SOURCES = solutions/issm.cpp
Note:
See TracChangeset
for help on using the changeset viewer.