Changeset 9759
- Timestamp:
- 09/10/11 09:48:11 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/ad/Makefile.am
r9758 r9759 16 16 if AD 17 17 lib_LIBRARIES += libAD.a 18 endif19 20 if DAKOTA21 lib_LIBRARIES += libDAKOTA.a22 18 endif 23 19 … … 548 544 endif 549 545 #}}} 550 #DAKOTA library{{{1546 #DAKOTA sources {{{1 551 547 552 548 if DAKOTA 553 lib DAKOTA_a_SOURCES =./objects/DakotaPlugin.h\549 libpISSM_a_SOURCES += ./objects/DakotaPlugin.h\ 554 550 ./objects/DakotaPlugin.cpp\ 555 551 ./modules/InputUpdateFromDakotax/InputUpdateFromDakotax.h\ … … 561 557 ./modules/AverageOntoPartitionx/AverageOntoPartitionx.cpp\ 562 558 ./modules/AverageOntoPartitionx/AverageOntoPartitionx.h\ 563 ./modules/ModelProcessorx/Qmu/CreateParametersQmu.cpp\564 559 ./modules/Dakotax/Dakotax.h\ 565 560 ./modules/Dakotax/Dakotax.cpp\ … … 570 565 ./modules/Dakotax/DescriptorIndex.cpp\ 571 566 ./modules/AverageOntoPartitionx/AverageOntoPartitionx.cpp\ 567 ./modules/ModelProcessorx/Qmu/CreateParametersQmu.cpp\ 572 568 ./modules/AverageOntoPartitionx/AverageOntoPartitionx.h 573 574 569 575 570 libDAKOTA_a_CXXFLAGS = -fPIC -D_PARALLEL_ -D_C_ $(CXXOPTFLAGS) … … 592 587 endif 593 588 594 if DAKOTA595 LDADD += ./libDAKOTA.a ./libpISSM.a596 endif597 598 589 #External packages 599 590 LDADD += $(PETSCLIB) $(TAOLIB) $(FLIBS) $(PLAPACKLIB) $(MUMPSLIB) $(SCALAPACKLIB) $(BLACSLIB) $(HYPRELIB) $(MLLIB) $(DAKOTALIB) $(METISLIB) $(CHACOLIB) $(SCOTCHLIB) $(BLASLAPACKLIB) $(MKLLIB) $(MPILIB) $(MATHLIB) $(FORTRANLIB) $(GRAPHICSLIB) $(MULTITHREADINGLIB) $(ADICLIB)
Note:
See TracChangeset
for help on using the changeset viewer.