- Timestamp:
- Apr 6, 2011, 1:50:42 PM (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:
- bf4b9f
- Parents:
- 336e33
- git-author:
- Frederik Heber <heber@…> (04/01/11 23:11:48)
- git-committer:
- Frederik Heber <heber@…> (04/06/11 13:50:42)
- Location:
- src
- Files:
-
- 3 deleted
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/unittests/Makefile.am
r336e33 r3e2225f 20 20 ../../Shapes/libMolecuilderShapes.la \ 21 21 ../../LinearAlgebra/libMolecuilderLinearAlgebra.la \ 22 ../../Exceptions/libMolecuilderExceptions.la \23 22 ../../RandomNumbers/libMolecuilderRandomNumbers.la \ 24 23 ${CodePatterns_LIBS} \ -
src/Descriptors/unittests/Makefile.am
r336e33 r3e2225f 18 18 ../../Shapes/libMolecuilderShapes.la \ 19 19 ../../LinearAlgebra/libMolecuilderLinearAlgebra.la \ 20 ../../Exceptions/libMolecuilderExceptions.la \21 20 ../../RandomNumbers/libMolecuilderRandomNumbers.la \ 22 21 ${CodePatterns_LIBS} \ -
src/Makefile.am
r336e33 r3e2225f 3 3 4 4 SUBDIRS = \ 5 Exceptions \6 5 RandomNumbers \ 7 6 Parser \ … … 329 328 Shapes/libMolecuilderShapes.la \ 330 329 LinearAlgebra/libMolecuilderLinearAlgebra.la \ 331 Exceptions/libMolecuilderExceptions.la \332 330 RandomNumbers/libMolecuilderRandomNumbers.la \ 333 331 ${CodePatterns_LIBS} \ … … 351 349 Shapes/libMolecuilderShapes.la \ 352 350 LinearAlgebra/libMolecuilderLinearAlgebra.la \ 353 Exceptions/libMolecuilderExceptions.la \354 351 RandomNumbers/libMolecuilderRandomNumbers.la \ 355 352 ${CodePatterns_LIBS} \ … … 366 363 Shapes/libMolecuilderShapes.la \ 367 364 LinearAlgebra/libMolecuilderLinearAlgebra.la \ 368 Exceptions/libMolecuilderExceptions.la \369 365 RandomNumbers/libMolecuilderRandomNumbers.la \ 370 366 ${CodePatterns_LIBS} \ … … 380 376 Shapes/libMolecuilderShapes.la \ 381 377 LinearAlgebra/libMolecuilderLinearAlgebra.la \ 382 Exceptions/libMolecuilderExceptions.la \383 378 RandomNumbers/libMolecuilderRandomNumbers.la \ 384 379 ${CodePatterns_LIBS} \ -
src/Parser/unittests/Makefile.am
r336e33 r3e2225f 22 22 ../../Shapes/libMolecuilderShapes.la \ 23 23 ../../LinearAlgebra/libMolecuilderLinearAlgebra.la \ 24 ../../Exceptions/libMolecuilderExceptions.la \25 24 ../../RandomNumbers/libMolecuilderRandomNumbers.la \ 26 25 ${CodePatterns_LIBS} \ -
src/Shapes/Makefile.am
r336e33 r3e2225f 23 23 libMolecuilderShapes_la_LIBADD = \ 24 24 ../LinearAlgebra/libMolecuilderLinearAlgebra.la \ 25 ../Exceptions/libMolecuilderExceptions.la \26 25 $(GSL_LIBS) 27 26 nobase_libMolecuilderShapes_la_include_HEADERS = ${SHAPEHEADER} -
src/Shapes/unittests/Makefile.am
r336e33 r3e2225f 18 18 ../../Shapes/libMolecuilderShapes.la \ 19 19 ../../LinearAlgebra/libMolecuilderLinearAlgebra.la \ 20 ../../Exceptions/libMolecuilderExceptions.la \21 20 ${CodePatterns_LIBS} \ 22 21 $(BOOST_LIB) -
src/UIElements/CommandLineUI/unittests/Makefile.am
r336e33 r3e2225f 27 27 ../../../Shapes/libMolecuilderShapes.la \ 28 28 ../../../LinearAlgebra/libMolecuilderLinearAlgebra.la \ 29 ../../../Exceptions/libMolecuilderExceptions.la \30 29 ../../../RandomNumbers/libMolecuilderRandomNumbers.la \ 31 30 ${CodePatterns_LIBS} \ -
src/UIElements/Menu/unittests/Makefile.am
r336e33 r3e2225f 38 38 ../../../Shapes/libMolecuilderShapes.la \ 39 39 ../../../LinearAlgebra/libMolecuilderLinearAlgebra.la \ 40 ../../../Exceptions/libMolecuilderExceptions.la \41 40 ../../../RandomNumbers/libMolecuilderRandomNumbers.la \ 42 41 ${CodePatterns_LIBS} \ -
src/unittests/Makefile.am
r336e33 r3e2225f 42 42 ../Shapes/libMolecuilderShapes.la \ 43 43 ../LinearAlgebra/libMolecuilderLinearAlgebra.la \ 44 ../Exceptions/libMolecuilderExceptions.la \45 44 ../RandomNumbers/libMolecuilderRandomNumbers.la \ 46 45 $(BOOST_LIB)
Note:
See TracChangeset
for help on using the changeset viewer.