Changeset 1ee3b8d
- Timestamp:
- Feb 3, 2011, 9:59:28 AM (14 years ago)
- 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:
- 0275ad
- Parents:
- 6ff0c8
- git-author:
- Frederik Heber <heber@…> (01/06/11 12:30:08)
- git-committer:
- Frederik Heber <heber@…> (02/03/11 09:59:28)
- Files:
-
- 1 added
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r6ff0c8 r1ee3b8d 220 220 src/LinearAlgebra/Makefile 221 221 src/Parser/Makefile 222 src/RandomNumbers/Makefile 222 223 src/Shapes/Makefile 223 224 src/UIElements/Makefile -
src/Actions/unittests/Makefile.am
r6ff0c8 r1ee3b8d 21 21 ../../LinearAlgebra/libMolecuilderLinearAlgebra.la \ 22 22 ../../Exceptions/libMolecuilderExceptions.la \ 23 ../../RandomNumbers/libMolecuilderRandomNumbers.la \ 23 24 ${CodePatterns_LIBS} \ 24 25 $(BOOST_LIB) -
src/Descriptors/unittests/Makefile.am
r6ff0c8 r1ee3b8d 19 19 ../../LinearAlgebra/libMolecuilderLinearAlgebra.la \ 20 20 ../../Exceptions/libMolecuilderExceptions.la \ 21 ../../RandomNumbers/libMolecuilderRandomNumbers.la \ 21 22 ${CodePatterns_LIBS} \ 22 23 $(BOOST_LIB) -
src/LinearAlgebra/Makefile.am
r6ff0c8 r1ee3b8d 54 54 libMolecuilderLinearAlgebra_la_LIBADD = \ 55 55 ../Exceptions/libMolecuilderExceptions.la \ 56 ../RandomNumbers/libMolecuilderRandomNumbers.la \ 56 57 $(GSL_LIBS) 57 58 nobase_libMolecuilderLinearAlgebra_la_include_HEADERS = ${LINALGHEADER} -
src/Makefile.am
r6ff0c8 r1ee3b8d 4 4 SUBDIRS = \ 5 5 Exceptions \ 6 RandomNumbers \ 6 7 Parser \ 7 8 LinearAlgebra \ … … 122 123 Descriptors/MoleculeSelectionDescriptor_impl.hpp 123 124 124 RANDOMSOURCE = \125 RandomNumbers/RandomNumberDistribution_Encapsulation.cpp \126 RandomNumbers/RandomNumberDistributionFactory.cpp \127 RandomNumbers/RandomNumberEngine_Encapsulation.cpp \128 RandomNumbers/RandomNumberEngineFactory.cpp \129 RandomNumbers/RandomNumberGenerator.cpp \130 RandomNumbers/RandomNumberGeneratorFactory.cpp131 132 RANDOMHEADER = \133 RandomNumbers/RandomNumberDistribution.hpp \134 RandomNumbers/RandomNumberDistribution_Encapsulation.hpp \135 RandomNumbers/RandomNumberDistributionFactory.hpp \136 RandomNumbers/RandomNumberEngine.hpp \137 RandomNumbers/RandomNumberEngine_Encapsulation.hpp \138 RandomNumbers/RandomNumberEngineFactory.hpp \139 RandomNumbers/RandomNumberGenerator.hpp \140 RandomNumbers/RandomNumberGenerator_Encapsulation.hpp \141 RandomNumbers/RandomNumberGeneratorFactory.hpp \142 RandomNumbers/TemplatePowerSetGenerator.hpp \143 RandomNumbers/EmptyPrototypeTable.hpp144 145 125 THERMOSTATSOURCE = \ 146 126 Thermostats/Berendsen.cpp \ … … 332 312 LinearAlgebra/libMolecuilderLinearAlgebra.la \ 333 313 Exceptions/libMolecuilderExceptions.la \ 314 RandomNumbers/libMolecuilderRandomNumbers.la \ 334 315 ${CodePatterns_LIBS} \ 335 316 $(BOOST_LIB) … … 352 333 LinearAlgebra/libMolecuilderLinearAlgebra.la \ 353 334 Exceptions/libMolecuilderExceptions.la \ 335 RandomNumbers/libMolecuilderRandomNumbers.la \ 354 336 ${CodePatterns_LIBS} \ 355 337 $(BOOST_LIB) \ … … 365 347 LinearAlgebra/libMolecuilderLinearAlgebra.la \ 366 348 Exceptions/libMolecuilderExceptions.la \ 349 RandomNumbers/libMolecuilderRandomNumbers.la \ 367 350 ${CodePatterns_LIBS} \ 368 351 $(BOOST_LIB) … … 377 360 LinearAlgebra/libMolecuilderLinearAlgebra.la \ 378 361 Exceptions/libMolecuilderExceptions.la \ 362 RandomNumbers/libMolecuilderRandomNumbers.la \ 379 363 ${CodePatterns_LIBS} \ 380 364 $(BOOST_LIB) … … 412 396 echo "#include \"$(srcdir)/version.c\"" >> unity.cpp; 413 397 414 MOSTLYCLEANFILES = unity.cpp 415 398 MOSTLYCLEANFILES = unity.cpp 399 -
src/Parser/unittests/Makefile.am
r6ff0c8 r1ee3b8d 20 20 ../../LinearAlgebra/libMolecuilderLinearAlgebra.la \ 21 21 ../../Exceptions/libMolecuilderExceptions.la \ 22 ../../RandomNumbers/libMolecuilderRandomNumbers.la \ 22 23 ${CodePatterns_LIBS} \ 23 24 $(BOOST_LIB) -
src/RandomNumbers/unittests/Makefile.am
r6ff0c8 r1ee3b8d 19 19 BOOST_LIB = $(BOOST_LDFLAGS) $(BOOST_MPL_LIB) $(BOOST_PROGRAM_OPTIONS_LIB) $(BOOST_FILESYSTEM_LIB) $(BOOST_SYSTEM_LIB) $(BOOST_THREAD_LIB) 20 20 GSLLIBS = \ 21 ../../Shapes/libMolecuilderShapes.la \22 ../../LinearAlgebra/libMolecuilderLinearAlgebra.la \23 ../../Exceptions/libMolecuilderExceptions.la \24 21 ${CodePatterns_LIBS} \ 25 22 $(BOOST_LIB) 26 23 27 ALLLIBS = \28 ../../UIElements/libMolecuilderUI.la \29 ../../Actions/libMolecuilderActions.la \30 ${PARSERLIBS} \31 ../../libMolecuilder.la \32 ${GSLLIBS}33 34 PARSERLIBS = ../../Parser/libMolecuilderParser.la35 36 24 RandomNumberDistributionFactoryUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ 37 25 RandomNumberDistributionFactoryUnitTest.cpp \ 38 RandomNumberDistributionFactoryUnitTest.hpp \ 39 $(srcdir)/../RandomNumberDistribution_Encapsulation.cpp \ 40 $(srcdir)/../RandomNumberDistribution_Encapsulation.hpp \ 41 $(srcdir)/../RandomNumberDistributionFactory.cpp \ 42 $(srcdir)/../RandomNumberDistributionFactory.hpp 43 RandomNumberDistributionFactoryUnitTest_LDADD = ${GSLLIBS} 26 RandomNumberDistributionFactoryUnitTest.hpp 27 RandomNumberDistributionFactoryUnitTest_LDADD = ${GSLLIBS} \ 28 ../../RandomNumbers/libMolecuilderRandomNumbers.la 44 29 45 30 RandomNumberEngineFactoryUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ 46 31 RandomNumberEngineFactoryUnitTest.cpp \ 47 RandomNumberEngineFactoryUnitTest.hpp \ 48 $(srcdir)/../RandomNumberEngine_Encapsulation.cpp \ 49 $(srcdir)/../RandomNumberEngine_Encapsulation.hpp \ 50 $(srcdir)/../RandomNumberEngineFactory.cpp \ 51 $(srcdir)/../RandomNumberEngineFactory.hpp 52 RandomNumberEngineFactoryUnitTest_LDADD = ${GSLLIBS} 32 RandomNumberEngineFactoryUnitTest.hpp 33 RandomNumberEngineFactoryUnitTest_LDADD = ${GSLLIBS} \ 34 ../../RandomNumbers/libMolecuilderRandomNumbers.la 53 35 54 36 RandomNumberGeneratorFactoryUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ 55 37 RandomNumberGeneratorFactoryUnitTest.cpp \ 56 RandomNumberGeneratorFactoryUnitTest.hpp \ 57 $(srcdir)/../RandomNumberDistribution_Encapsulation.cpp \ 58 $(srcdir)/../RandomNumberDistribution_Encapsulation.hpp \ 59 $(srcdir)/../RandomNumberDistributionFactory.cpp \ 60 $(srcdir)/../RandomNumberDistributionFactory.hpp \ 61 $(srcdir)/../RandomNumberEngine_Encapsulation.cpp \ 62 $(srcdir)/../RandomNumberEngine_Encapsulation.hpp \ 63 $(srcdir)/../RandomNumberEngineFactory.cpp \ 64 $(srcdir)/../RandomNumberEngineFactory.hpp \ 65 $(srcdir)/../RandomNumberGenerator.cpp \ 66 $(srcdir)/../RandomNumberGeneratorFactory.cpp \ 67 $(srcdir)/../RandomNumberGeneratorFactory.hpp 68 RandomNumberGeneratorFactoryUnitTest_LDADD = ${GSLLIBS} 38 RandomNumberGeneratorFactoryUnitTest.hpp 39 RandomNumberGeneratorFactoryUnitTest_LDADD = ${GSLLIBS} \ 40 ../../RandomNumbers/libMolecuilderRandomNumbers.la 69 41 70 42 RandomNumberGeneratorUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \ 71 43 RandomNumberGeneratorUnitTest.cpp \ 72 RandomNumberGeneratorUnitTest.hpp \ 73 $(srcdir)/../RandomNumberDistribution_Encapsulation.cpp \ 74 $(srcdir)/../RandomNumberDistribution_Encapsulation.hpp \ 75 $(srcdir)/../RandomNumberDistributionFactory.cpp \ 76 $(srcdir)/../RandomNumberDistributionFactory.hpp \ 77 $(srcdir)/../RandomNumberEngine_Encapsulation.cpp \ 78 $(srcdir)/../RandomNumberEngine_Encapsulation.hpp \ 79 $(srcdir)/../RandomNumberEngineFactory.cpp \ 80 $(srcdir)/../RandomNumberEngineFactory.hpp \ 81 $(srcdir)/../RandomNumberGenerator.cpp \ 82 $(srcdir)/../RandomNumberGeneratorFactory.cpp \ 83 $(srcdir)/../RandomNumberGeneratorFactory.hpp 84 RandomNumberGeneratorUnitTest_LDADD = ${GSLLIBS} 44 RandomNumberGeneratorUnitTest.hpp 45 RandomNumberGeneratorUnitTest_LDADD = ${GSLLIBS} \ 46 ../../RandomNumbers/libMolecuilderRandomNumbers.la 85 47 86 48 -
src/unittests/Makefile.am
r6ff0c8 r1ee3b8d 42 42 ../LinearAlgebra/libMolecuilderLinearAlgebra.la \ 43 43 ../Exceptions/libMolecuilderExceptions.la \ 44 ../RandomNumbers/libMolecuilderRandomNumbers.la \ 44 45 $(BOOST_LIB) 45 46 ALLLIBS = \
Note:
See TracChangeset
for help on using the changeset viewer.