Changeset 9d4ff35


Ignore:
Timestamp:
Oct 17, 2011, 4:18:55 PM (13 years ago)
Author:
Frederik Heber <heber@…>
Branches:
Action_Thermostats, Add_AtomRandomPerturbation, Add_FitFragmentPartialChargesAction, Add_RotateAroundBondAction, Add_SelectAtomByNameAction, Added_ParseSaveFragmentResults, AddingActions_SaveParseParticleParameters, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_ParticleName_to_Atom, Adding_StructOpt_integration_tests, AtomFragments, Automaking_mpqc_open, AutomationFragmentation_failures, Candidate_v1.5.4, Candidate_v1.6.0, Candidate_v1.6.1, ChangeBugEmailaddress, ChangingTestPorts, ChemicalSpaceEvaluator, CombiningParticlePotentialParsing, Combining_Subpackages, Debian_Package_split, Debian_package_split_molecuildergui_only, Disabling_MemDebug, Docu_Python_wait, EmpiricalPotential_contain_HomologyGraph, EmpiricalPotential_contain_HomologyGraph_documentation, Enable_parallel_make_install, Enhance_userguide, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Example_ManyWaysToTranslateAtom, Exclude_Hydrogens_annealWithBondGraph, FitPartialCharges_GlobalError, Fix_BoundInBox_CenterInBox_MoleculeActions, Fix_ChargeSampling_PBC, Fix_ChronosMutex, Fix_FitPartialCharges, Fix_FitPotential_needs_atomicnumbers, Fix_ForceAnnealing, Fix_IndependentFragmentGrids, Fix_ParseParticles, Fix_ParseParticles_split_forward_backward_Actions, Fix_PopActions, Fix_QtFragmentList_sorted_selection, Fix_Restrictedkeyset_FragmentMolecule, Fix_StatusMsg, Fix_StepWorldTime_single_argument, Fix_Verbose_Codepatterns, Fix_fitting_potentials, Fixes, ForceAnnealing_goodresults, ForceAnnealing_oldresults, ForceAnnealing_tocheck, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, FragmentAction_writes_AtomFragments, FragmentMolecule_checks_bonddegrees, GeometryObjects, Gui_Fixes, Gui_displays_atomic_force_velocity, ImplicitCharges, IndependentFragmentGrids, IndependentFragmentGrids_IndividualZeroInstances, IndependentFragmentGrids_IntegrationTest, IndependentFragmentGrids_Sole_NN_Calculation, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, JobMarket_unresolvable_hostname_fix, MoreRobust_FragmentAutomation, ODR_violation_mpqc_open, PartialCharges_OrthogonalSummation, PdbParser_setsAtomName, PythonUI_with_named_parameters, QtGui_reactivate_TimeChanged_changes, Recreated_GuiChecks, Rewrite_FitPartialCharges, RotateToPrincipalAxisSystem_UndoRedo, SaturateAtoms_findBestMatching, SaturateAtoms_singleDegree, StoppableMakroAction, Subpackage_CodePatterns, Subpackage_JobMarket, Subpackage_LinearAlgebra, Subpackage_levmar, Subpackage_mpqc_open, Subpackage_vmg, Switchable_LogView, ThirdParty_MPQC_rebuilt_buildsystem, TrajectoryDependenant_MaxOrder, TremoloParser_IncreasedPrecision, TremoloParser_MultipleTimesteps, TremoloParser_setsAtomName, Ubuntu_1604_changes, stable
Children:
4ae823
Parents:
592be9
git-author:
Frederik Heber <heber@…> (09/20/11 09:40:55)
git-committer:
Frederik Heber <heber@…> (10/17/11 16:18:55)
Message:

Reduced library dependencies of RandomNumbers and BoxUnitTest.

Location:
src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/RandomNumbers/unittests/Makefile.am

    r592be9 r9d4ff35  
    3030
    3131RANDOMNUMBERLIBS = \
    32         ${CodePatterns_LIBS}
    33 #       $(BOOST_LIB)
     32        ../libMolecuilderRandomNumbers.la \
     33        ${CodePatterns_LIBS} \
     34        $(BOOST_LIB)
    3435
    3536RandomNumberDistributionFactoryUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
    3637        ../RandomNumbers/unittests/RandomNumberDistributionFactoryUnitTest.cpp \
    3738        ../RandomNumbers/unittests/RandomNumberDistributionFactoryUnitTest.hpp
    38 RandomNumberDistributionFactoryUnitTest_LDADD = ${RANDOMNUMBERLIBS} \
    39         ../libMolecuilderRandomNumbers.la
     39RandomNumberDistributionFactoryUnitTest_LDADD = ${RANDOMNUMBERLIBS}
    4040
    4141RandomNumberEngineFactoryUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
    4242        ../RandomNumbers/unittests/RandomNumberEngineFactoryUnitTest.cpp \
    4343        ../RandomNumbers/unittests/RandomNumberEngineFactoryUnitTest.hpp
    44 RandomNumberEngineFactoryUnitTest_LDADD = ${RANDOMNUMBERLIBS} \
    45         ../libMolecuilderRandomNumbers.la
     44RandomNumberEngineFactoryUnitTest_LDADD = ${RANDOMNUMBERLIBS}
    4645
    4746RandomNumberGeneratorFactoryUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
    4847        ../RandomNumbers/unittests/RandomNumberGeneratorFactoryUnitTest.cpp \
    4948        ../RandomNumbers/unittests/RandomNumberGeneratorFactoryUnitTest.hpp
    50 RandomNumberGeneratorFactoryUnitTest_LDADD = ${RANDOMNUMBERLIBS} \
    51         ../libMolecuilderRandomNumbers.la
     49RandomNumberGeneratorFactoryUnitTest_LDADD = ${RANDOMNUMBERLIBS}
    5250
    5351RandomNumberGeneratorUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
    5452        ../RandomNumbers/unittests/RandomNumberGeneratorUnitTest.cpp \
    5553        ../RandomNumbers/unittests/RandomNumberGeneratorUnitTest.hpp
    56 RandomNumberGeneratorUnitTest_LDADD = ${RANDOMNUMBERLIBS} \
    57         ../libMolecuilderRandomNumbers.la
     54RandomNumberGeneratorUnitTest_LDADD = ${RANDOMNUMBERLIBS}
    5855
    5956
  • src/unittests/Makefile.am

    r592be9 r9d4ff35  
    4242        $(BOOST_FILESYSTEM_LDFLAGS) $(BOOST_FILESYSTEM_LIBS) \
    4343        $(BOOST_SERIALIZATION_LDFLAGS) $(BOOST_SERIALIZATION_LIBS)
     44
     45GENERALLIBS = \
     46        ../libMolecuilder.la \
     47        ../libMolecuilderHelpers.la \
     48        $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
     49        ${CodePatterns_LIBS} \
     50        $(BOOST_LIB)
    4451
    4552ALLLIBS = \
     
    94101        BoxUnitTest.cpp \
    95102        BoxUnitTest.hpp
    96 BoxUnitTest_LDADD = ${ALLLIBS}
     103BoxUnitTest_LDADD = \
     104        ../libMolecuilder.la \
     105        ../libMolecuilderShapes.la \
     106        ../libMolecuilderHelpers.la \
     107        $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la
    97108
    98109FormulaUnittest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
    99110        FormulaUnitTest.cpp \
    100111        FormulaUnitTest.hpp
    101 FormulaUnittest_LDADD = ${ALLLIBS}
     112FormulaUnittest_LDADD = $(ALLLIBS)
    102113
    103114LinkedCellUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
    104115        LinkedCellUnitTest.cpp \
    105116        LinkedCellUnitTest.hpp
    106 LinkedCellUnitTest_LDADD = ${ALLLIBS}
     117LinkedCellUnitTest_LDADD = $(ALLLIBS)
    107118
    108119ListOfBondsUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
    109120        ListOfBondsUnitTest.cpp \
    110121        ListOfBondsUnitTest.hpp
    111 ListOfBondsUnitTest_LDADD = ${ALLLIBS}
     122ListOfBondsUnitTest_LDADD = $(ALLLIBS)
    112123
    113124WorldTimeUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
Note: See TracChangeset for help on using the changeset viewer.