- Timestamp:
- Mar 2, 2017, 12:28:36 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:
- e2a57d
- Parents:
- 318d5a
- git-author:
- Frederik Heber <heber@…> (02/08/17 21:37:21)
- git-committer:
- Frederik Heber <heber@…> (03/02/17 12:28:36)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/mpqc_open/src/lib/chemistry/molecule/Makefile.am
r318d5a r23612c 1 1 LIBSCMOLECULESOURCES = \ 2 atominfo.cc bend.cc cartcoor.cc coor.cc energy.cc fdhess.cc formula.cc hess.cc imcoor.cc linip.cc linop.cc molecule.cc molfreq.cc molrender.cc molshape.cc molsymm.cc out.cc redund.cc simple.cc stors.cc stre.cc symmcoor.cc taylor.cc tors.cc 2 chemistry/molecule/atominfo.cc \ 3 chemistry/molecule/bend.cc \ 4 chemistry/molecule/cartcoor.cc \ 5 chemistry/molecule/coor.cc \ 6 chemistry/molecule/energy.cc \ 7 chemistry/molecule/fdhess.cc \ 8 chemistry/molecule/formula.cc \ 9 chemistry/molecule/hess.cc \ 10 chemistry/molecule/imcoor.cc \ 11 chemistry/molecule/linip.cc \ 12 chemistry/molecule/linop.cc \ 13 chemistry/molecule/molecule.cc \ 14 chemistry/molecule/molfreq.cc \ 15 chemistry/molecule/molrender.cc \ 16 chemistry/molecule/molshape.cc \ 17 chemistry/molecule/molsymm.cc \ 18 chemistry/molecule/out.cc \ 19 chemistry/molecule/redund.cc \ 20 chemistry/molecule/simple.cc \ 21 chemistry/molecule/stors.cc \ 22 chemistry/molecule/stre.cc \ 23 chemistry/molecule/symmcoor.cc \ 24 chemistry/molecule/taylor.cc \ 25 chemistry/molecule/tors.cc 26 3 27 4 28 LIBSCMOLECULEHEADERS = \ 5 atominfo.h coor.h energy.h fdhess.h formula.h hess.h linkage.h localdef.h molecule.h molfreq.h molrender.h molshape.h simple.h taylor.h 29 chemistry/molecule/atominfo.h \ 30 chemistry/molecule/coor.h \ 31 chemistry/molecule/energy.h \ 32 chemistry/molecule/fdhess.h \ 33 chemistry/molecule/formula.h \ 34 chemistry/molecule/hess.h \ 35 chemistry/molecule/linkage.h \ 36 chemistry/molecule/localdef.h \ 37 chemistry/molecule/molecule.h \ 38 chemistry/molecule/molfreq.h \ 39 chemistry/molecule/molrender.h \ 40 chemistry/molecule/molshape.h \ 41 chemistry/molecule/simple.h \ 42 chemistry/molecule/taylor.h 43 6 44 7 45 lib_LTLIBRARIES += … … 43 81 #nodist_libSCmolecule_libinclude_HEADERS = $(top_builddir)/src/lib/scconfig.h 44 82 83 45 84 MOLECULETESTS = \ 46 85 moltest \ … … 55 94 libSCcontainer.la libSCref.la libSCmisc.la 56 95 57 moltest_SOURCES = moltest.cc 96 moltest_SOURCES = \ 97 chemistry/molecule/moltest.cc 58 98 moltest_LDADD = \ 59 99 $(MOLECULELIBS) 60 100 61 symmetrize_SOURCES = symmetrize.cc 101 symmetrize_SOURCES = \ 102 chemistry/molecule/symmetrize.cc 62 103 symmetrize_LDADD = \ 63 104 $(MOLECULELIBS)
Note:
See TracChangeset
for help on using the changeset viewer.