Changeset 11735
- Timestamp:
- 03/19/12 20:12:04 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/Makefile.am
r11695 r11735 1 INCLUDES = @DAKOTAINCL@ @SHAPELIBINCL@ @PETSCINCL@ @SLEPCINCL@ @MPIINCL@ @MATLABINCL@ @METISINCL@ @CHACOINCL@ @SCOTCHINCL@ @PLAPACKINCL@ @BLASLAPACKINCL@ @MKLINCL@ @MUMPSINCL@ @TRIANGLEINCL@ @HYPREINCL@ @MLINCL@ @TAOINCL@ @ADIC2INCL@ @ADOLCINCL@ 1 INCLUDES = @DAKOTAINCL@ @SHAPELIBINCL@ @PETSCINCL@ @SLEPCINCL@ @MPIINCL@ @MATLABINCL@ @METISINCL@ @CHACOINCL@ @SCOTCHINCL@ @PLAPACKINCL@ @BLASLAPACKINCL@ @MKLINCL@ @MUMPSINCL@ @TRIANGLEINCL@ @HYPREINCL@ @MLINCL@ @TAOINCL@ @ADIC2INCL@ @ADOLCINCL@ @GSLINCL@ 2 2 EXEEXT=$(ISSMEXT) 3 3 … … 214 214 ./toolkits/mpi/patches/MPI_Boundariesfromrange.cpp\ 215 215 ./toolkits/metis/metisincludes.h\ 216 ./toolkits/issm/issmtoolkit.h\ 217 ./toolkits/issm/SeqVec.h\ 218 ./toolkits/issm/SeqVec.cpp\ 219 ./toolkits/issm/SeqMat.h\ 220 ./toolkits/issm/SeqMat.cpp\ 216 221 ./toolkits/metis/patches/metispatches.h\ 217 222 ./toolkits/metis/patches/METIS_PartMeshNodalPatch.cpp\ … … 237 242 ./modules/ModelProcessorx/CreateNumberNodeToElementConnectivity.cpp\ 238 243 ./modules/ModelProcessorx/CreateElementsVerticesAndMaterials.cpp\ 244 ./modules/ParsePetscOptionsx/ParsePetscOptionsx.h\ 245 ./modules/ParsePetscOptionsx/ParsePetscOptionsx.cpp\ 239 246 ./modules/NodesDofx/NodesDofx.h\ 240 247 ./modules/NodesDofx/NodesDofx.cpp\ … … 694 701 ./toolkits/matlab/matlabincludes.h\ 695 702 ./toolkits/matlab/MatlabNArrayToNArray.cpp\ 696 ./toolkits/matlab/MatlabMatrixToMatrix.cpp\697 ./toolkits/matlab/MatlabVectorToVector.cpp\698 703 ./toolkits/double/MatlabVectorToDoubleVector.cpp\ 699 704 ./toolkits/double/double.h\ … … 736 741 ./toolkits/petsc/petscincludes.h\ 737 742 ./shared/Numerics/PetscOptionsFromAnalysis.cpp\ 738 ./modules/ParsePetscOptionsx/ParsePetscOptionsx.h\739 ./modules/ParsePetscOptionsx/ParsePetscOptionsx.cpp\740 743 ./modules/Solverx/SolverxPetsc.cpp\ 741 744 ./modules/Solverx/DofTypesToIndexSet.cpp 745 746 #}}} 747 #Gsl sources {{{1 748 gsl_sources= ./modules/Solverx/SolverxGsl.cpp 742 749 743 750 #}}} … … 846 853 endif 847 854 855 if GSL 856 issm_sources += $(gsl_sources) 857 issm_psources += $(gsl_psources) 858 endif 859 860 848 861 if TRANSIENT 849 862 issm_sources += $(transient_sources) … … 947 960 948 961 #External packages 949 LDADD += $(PETSCLIB) $(TAOLIB) $(FLIBS) $(PLAPACKLIB) $(MUMPSLIB) $(SCALAPACKLIB) $(BLACSLIB) $(HYPRELIB) $(MLLIB) $(DAKOTALIB) $(METISLIB) $(CHACOLIB) $(SCOTCHLIB) $(BLASLAPACKLIB) $(MKLLIB) $(MPILIB) $(MATHLIB) $(FORTRANLIB) $(GRAPHICSLIB) $(MULTITHREADINGLIB) $(OSLIBS) 962 LDADD += $(PETSCLIB) $(TAOLIB) $(FLIBS) $(PLAPACKLIB) $(MUMPSLIB) $(SCALAPACKLIB) $(BLACSLIB) $(HYPRELIB) $(MLLIB) $(DAKOTALIB) $(METISLIB) $(CHACOLIB) $(SCOTCHLIB) $(BLASLAPACKLIB) $(MKLLIB) $(MPILIB) $(MATHLIB) $(FORTRANLIB) $(GRAPHICSLIB) $(MULTITHREADINGLIB) $(OSLIBS) $(GSLLIB) 950 963 951 964 issm_SOURCES = solutions/issm.cpp
Note:
See TracChangeset
for help on using the changeset viewer.