Changeset 251420 for ThirdParty/mpqc_open/src/lib/math/scmat/Makefile.am
- Timestamp:
- Mar 2, 2017, 12:28:37 PM (8 years ago)
- Branches:
- Action_Thermostats, Add_AtomRandomPerturbation, Add_RotateAroundBondAction, Add_SelectAtomByNameAction, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_StructOpt_integration_tests, AutomationFragmentation_failures, Candidate_v1.6.0, Candidate_v1.6.1, ChangeBugEmailaddress, ChangingTestPorts, ChemicalSpaceEvaluator, Combining_Subpackages, Debian_Package_split, Debian_package_split_molecuildergui_only, Disabling_MemDebug, Docu_Python_wait, EmpiricalPotential_contain_HomologyGraph_documentation, Enable_parallel_make_install, Enhance_userguide, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Example_ManyWaysToTranslateAtom, Exclude_Hydrogens_annealWithBondGraph, FitPartialCharges_GlobalError, Fix_ChronosMutex, Fix_StatusMsg, Fix_StepWorldTime_single_argument, Fix_Verbose_Codepatterns, ForceAnnealing_goodresults, ForceAnnealing_oldresults, ForceAnnealing_tocheck, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, GeometryObjects, Gui_displays_atomic_force_velocity, IndependentFragmentGrids_IntegrationTest, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, JobMarket_unresolvable_hostname_fix, ODR_violation_mpqc_open, PartialCharges_OrthogonalSummation, PythonUI_with_named_parameters, QtGui_reactivate_TimeChanged_changes, Recreated_GuiChecks, RotateToPrincipalAxisSystem_UndoRedo, StoppableMakroAction, Subpackage_levmar, Subpackage_vmg, ThirdParty_MPQC_rebuilt_buildsystem, TremoloParser_IncreasedPrecision, TremoloParser_MultipleTimesteps, Ubuntu_1604_changes, stable
- Children:
- 6b1a6a
- Parents:
- 2e2505
- git-author:
- Frederik Heber <heber@…> (02/09/17 15:10:39)
- git-committer:
- Frederik Heber <heber@…> (03/02/17 12:28:37)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/mpqc_open/src/lib/math/scmat/Makefile.am
r2e2505 r251420 25 25 math/scmat/matrix.cc \ 26 26 math/scmat/matrix_i.cc \ 27 math/scmat/pdsteqr.f \ 27 28 math/scmat/repl.cc \ 28 29 math/scmat/repldiag.cc \ … … 68 69 69 70 lib_LTLIBRARIES += 70 noinst_LTLIBRARIES += libSCscmat.la 71 noinst_LTLIBRARIES += libSCscmat.la libSCscmat_matrixtest.la 71 72 libSCscmat_la_includedir = $(includedir)/math/scmat 73 libSCscmat_matrixtest_la_CPPFLAGS = $(AM_CPPFLAGS) 74 libSCscmat_matrixtest_la_LDFLAGS = $(AM_LDFLAGS) 75 libSCscmat_matrixtest_la_LIBADD = 72 76 libSCscmat_la_CPPFLAGS = $(AM_CPPFLAGS) 73 77 libSCscmat_la_LDFLAGS = $(AM_LDFLAGS) … … 87 91 ## which are already listed elsewhere in a _HEADERS variable assignment. 88 92 libSCscmat_la_SOURCES = ${LIBSCSCMATSOURCES} 93 libSCscmat_matrixtest_la_SOURCES = math/scmat/matrixtest.cc 89 94 90 95 ## Instruct libtool to include ABI version information in the generated shared … … 118 123 119 124 SCMATLIBS = \ 120 libSCkeyval.la \ 121 libSCgroup.la libSCscmat.la libSCclass.la \ 122 libSCcontainer.la libSCref.la libSCmisc.la 125 libSCscmat.la libSCgroup.la libSCmisc.la libSCstate.la libSCkeyval.la libSCclass.la libSCcontainer.la libSCref.la 123 126 124 127 localtest_SOURCES = \ 125 128 math/scmat/localtest.cc 126 129 localtest_LDADD = \ 130 libSCscmat_matrixtest.la \ 127 131 $(SCMATLIBS) 128 132 … … 130 134 math/scmat/repltest.cc 131 135 repltest_LDADD = \ 136 libSCscmat_matrixtest.la \ 132 137 $(SCMATLIBS) 133 138 … … 135 140 math/scmat/disttest.cc 136 141 disttest_LDADD = \ 142 libSCscmat_matrixtest.la \ 137 143 $(SCMATLIBS) 138 144 … … 140 146 math/scmat/blockedtest.cc 141 147 blockedtest_LDADD = \ 148 libSCscmat_matrixtest.la \ 142 149 $(SCMATLIBS) 143 150
Note:
See TracChangeset
for help on using the changeset viewer.