source: src/Makefile.am@ bfd839

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
Last change on this file since bfd839 was 6f646d, checked in by Tillmann Crueger <crueger@…>, 15 years ago

Added a line class that represents one dimensional subspaces

  • Property mode set to 100644
File size: 7.0 KB
RevLine 
[0a4f7f]1# this includes source files that need to be present at multiple points
[8cbb97]2HELPERSOURCE = Helpers/Assert.cpp \
3 Helpers/MemDebug.cpp
[0a4f7f]4
[6b919f8]5ATOMSOURCE = atom.cpp atom_atominfo.cpp atom_bondedparticle.cpp atom_bondedparticleinfo.cpp atom_graphnode.cpp atom_graphnodeinfo.cpp atom_particleinfo.cpp atom_trajectoryparticle.cpp atom_trajectoryparticleinfo.cpp
6ATOMHEADER = atom.hpp atom_atominfo.hpp atom_bondedparticle.hpp atom_bondedparticleinfo.hpp atom_graphnode.hpp atom_graphnodeinfo.hpp atom_particleinfo.hpp atom_trajectoryparticle.hpp atom_trajectoryparticleinfo.hpp
7
[0a4f7f]8LINALGSOURCE = ${HELPERSOURCE} \
9 gslmatrix.cpp \
10 gslvector.cpp \
11 linearsystemofequations.cpp \
[1513a74]12 Space.cpp \
[0a4f7f]13 vector.cpp
14
15LINALGHEADER = gslmatrix.hpp \
16 gslvector.hpp \
17 linearsystemofequations.hpp \
[1513a74]18 Space.hpp \
[0a4f7f]19 vector.hpp
20
[9fb860]21
[96c961]22ANALYSISSOURCE = analysis_bonds.cpp analysis_correlation.cpp
23ANALYSISHEADER = analysis_bonds.hpp analysis_correlation.hpp
24
[d56640]25ACTIONSSOURCE = Actions/Action.cpp \
26 Actions/ActionHistory.cpp \
27 Actions/ActionRegistry.cpp \
28 Actions/ActionSequence.cpp \
29 Actions/ErrorAction.cpp \
30 Actions/MakroAction.cpp \
31 Actions/ManipulateAtomsProcess.cpp \
32 Actions/MethodAction.cpp \
33 Actions/Process.cpp \
34 Actions/small_actions.cpp
35
36
37ACTIONSHEADER = Actions/Action.hpp \
38 Actions/ActionHistory.hpp \
39 Actions/ActionRegistry.hpp \
40 Actions/ActionSequence.hpp \
41 Actions/Calculation.hpp \
42 Actions/Calculation_impl.hpp \
43 Actions/ErrorAction.hpp \
44 Actions/MakroAction.hpp \
45 Actions/ManipulateAtomsProcess.hpp \
46 Actions/MethodAction.hpp \
47 Actions/Process.hpp \
48 Actions/small_actions.hpp
49
50
[65b6e0]51
[63c1f6]52PATTERNSOURCE = Patterns/Observer.cpp
[aee1a3]53PATTERNHEADER = Patterns/Cacheable.hpp \
54 Patterns/Observer.hpp \
55 Patterns/Singleton.hpp
[63c1f6]56
[9d8609]57VIEWSOURCE = Views/View.cpp Views/StringView.cpp Views/MethodStringView.cpp Views/StreamStringView.cpp
58VIEWHEADER = Views/View.hpp Views/StringView.hpp Views/MethodStringView.hpp Views/StreamStringView.hpp
59
[f5a86a]60MENUSOURCE = Menu/Menu.cpp Menu/TextMenu.cpp Menu/MenuItem.cpp Menu/SubMenuItem.cpp Menu/ActionMenuItem.cpp Menu/SeperatorItem.cpp Menu/DisplayMenuItem.cpp
61MENUHEADER = Menu/Menu.hpp Menu/TextMenu.hpp Menu/MenuItem.hpp Menu/SubMenuItem.hpp Menu/ActionMenuItem.hpp Menu/SeperatorItem.hpp Menu/DisplayMenuItem.hpp
[65b6e0]62
[0188ea]63UISOURCE = ${ACTIONSSOURCE} ${VIEWSOURCE} ${MENUSOURCE} UIElements/UIFactory.cpp UIElements/TextUIFactory.cpp UIElements/MainWindow.cpp UIElements/TextWindow.cpp UIElements/TextStatusIndicator.cpp UIElements/Dialog.cpp UIElements/TextDialog.cpp
64UIHEADER = ${ACTIONSHEADER} ${VIEWHEADER} ${MENUHEADER} UIElements/UIFactory.hpp UIElements/TextUIFactory.hpp UIElements/MainWindow.hpp UIElements/TextWindow.hpp UIElements/TextStatusIndicator.hpp UIElements/Dialog.hpp UIElements/TextDialog.hpp
[f5a86a]65
[442218]66# all these files are only used for legacy reasons while the transition is in progress
67# they are only needed to keep the program usable at any point of the transition and will be
68# deleted once everything is fully refactored
69LEGACYSOURCE = Legacy/oldmenu.cpp
[d346b6]70LEGACYHEADER = Legacy/oldmenu.hpp
[442218]71
[57adc7]72DESCRIPTORSOURCE = Descriptors/AtomDescriptor.cpp \
[229e3c]73 Descriptors/AtomIdDescriptor.cpp \
74 Descriptors/AtomTypeDescriptor.cpp \
[57adc7]75 Descriptors/MoleculeDescriptor.cpp \
[229e3c]76 Descriptors/MoleculeIdDescriptor.cpp
[57adc7]77
[6e97e5]78
[57adc7]79DESCRIPTORHEADER = Descriptors/AtomDescriptor.hpp \
[229e3c]80 Descriptors/AtomIdDescriptor.hpp \
81 Descriptors/AtomTypeDescriptor.hpp \
[57adc7]82 Descriptors/MoleculeDescriptor.hpp \
83 Descriptors/MoleculeIdDescriptor.hpp
[6e97e5]84
[229e3c]85
[fc1b24]86
[0a4f7f]87EXCEPTIONSOURCE = Exceptions/CustomException.cpp \
[3cdd16]88 Exceptions/LinearDependenceException.cpp \
89 Exceptions/MathException.cpp \
90 Exceptions/ZeroVectorException.cpp
[0a4f7f]91
92EXCEPTIONHEADER = Exceptions/CustomException.hpp \
[3cdd16]93 Exceptions/LinearDependenceException.hpp \
94 Exceptions/MathException.hpp \
95 Exceptions/ZeroVectorException.hpp
[0a4f7f]96
[6e97e5]97SOURCE = ${ANALYSISSOURCE} \
98 ${ATOMSOURCE} \
99 ${PATTERNSOURCE} \
100 ${UISOURCE} \
101 ${DESCRIPTORSOURCE} \
[0a4f7f]102 ${HELPERSOURCE} \
[6e97e5]103 ${LEGACYSOURCE} \
[0a4f7f]104 ${EXCEPTIONSOURCE} \
[6e97e5]105 bond.cpp \
106 bondgraph.cpp \
107 boundary.cpp \
108 config.cpp \
109 element.cpp \
110 ellipsoid.cpp \
111 errorlogger.cpp \
112 graph.cpp \
113 helpers.cpp \
114 info.cpp \
115 leastsquaremin.cpp \
[6f646d]116 Line.cpp \
[6e97e5]117 linkedcell.cpp \
118 lists.cpp \
119 log.cpp \
120 logger.cpp \
121 memoryusageobserver.cpp \
122 moleculelist.cpp \
123 molecule.cpp \
124 molecule_dynamics.cpp \
125 molecule_fragmentation.cpp \
126 molecule_geometry.cpp \
127 molecule_graph.cpp \
128 molecule_pointcloud.cpp \
129 parser.cpp \
130 periodentafel.cpp \
[0a4f7f]131 Plane.cpp \
[6e97e5]132 tesselation.cpp \
133 tesselationhelpers.cpp \
[5f612ee]134 triangleintersectionlist.cpp \
[6e97e5]135 verbose.cpp \
[0a4f7f]136 vector_ops.cpp \
[6e97e5]137 World.cpp
[5f612ee]138
139HEADER = \
[8cbb97]140 ${ANALYSISHEADER} \
141 ${ATOMHEADER} \
142 ${PATTERNHEADER} \
143 ${UIHEADER} \
144 ${DESCRIPTORHEADER} \
145 ${EXCEPTIONHEADER} \
146 ${LEGACYHEADER} \
147 bond.hpp \
148 bondgraph.hpp \
149 boundary.hpp \
150 config.hpp \
151 defs.hpp \
152 element.hpp \
153 ellipsoid.hpp \
154 errorlogger.hpp \
155 graph.hpp \
156 helpers.hpp \
157 info.hpp \
158 leastsquaremin.hpp \
[6f646d]159 Line.hpp \
[8cbb97]160 linkedcell.hpp \
161 lists.hpp \
162 log.hpp \
163 logger.hpp \
164 memoryallocator.hpp \
165 memoryusageobserver.hpp \
166 molecule.hpp \
167 molecule_template.hpp \
168 parser.hpp \
169 periodentafel.hpp \
170 Plane.hpp \
171 stackclass.hpp \
172 tesselation.hpp \
173 tesselationhelpers.hpp \
174 triangleintersectionlist.hpp \
175 verbose.hpp \
176 vector_ops.hpp \
177 World.hpp
[ef9df36]178
[fa861b]179BOOST_LIB = $(BOOST_LDFLAGS) $(BOOST_MPL_LIB)
[b9907c]180INCLUDES = -I$(top_srcdir)/src/unittests
[ef9df36]181
[9fb860]182noinst_LIBRARIES = libmolecuilder.a libgslwrapper.a
[ef9df36]183bin_PROGRAMS = molecuilder joiner analyzer
[14de469]184molecuilderdir = ${bindir}
[b9907c]185libmolecuilder_a_SOURCES = ${SOURCE} ${HEADER}
[9fb860]186libgslwrapper_a_SOURCES = ${LINALGSOURCE} ${LINALGHEADER}
[6ac7ee]187molecuilder_DATA = elements.db valence.db orbitals.db Hbonddistance.db Hbondangle.db
[4d9c01]188molecuilder_LDFLAGS = $(BOOST_LDFLAGS)
[b9907c]189molecuilder_SOURCES = builder.cpp
[4d9c01]190molecuilder_LDADD = libmolecuilder.a libgslwrapper.a $(BOOST_LIB) ${BOOST_THREAD_LIB}
[b9907c]191joiner_SOURCES = joiner.cpp datacreator.cpp parser.cpp datacreator.hpp helpers.hpp parser.hpp periodentafel.hpp
[4d9c01]192joiner_LDADD = libmolecuilder.a $(BOOST_LIB) ${BOOST_THREAD_LIB}
[b9907c]193analyzer_SOURCES = analyzer.cpp datacreator.cpp parser.cpp helpers.hpp periodentafel.hpp parser.hpp datacreator.hpp
[4d9c01]194analyzer_LDADD = libmolecuilder.a $(BOOST_LIB) ${BOOST_THREAD_LIB}
[14de469]195
[c111db]196#EXTRA_DIST = ${molecuilder_DATA}
[65b6e0]197
[a8eb4a]198FORCE:
199$(srcdir)/.git-version: FORCE
[c135eb7]200 @if (test -d $(top_srcdir)/../.git && cd $(srcdir) && git describe HEAD) > .git-version-t 2>/dev/null \
[a8eb4a]201 && ! diff .git-version-t $(srcdir)/.git-version >/dev/null 2>&1; then \
202 mv -f .git-version-t $(srcdir)/.git-version; \
203 else \
204 rm -f .git-version-t; \
205 fi
206
207EXTRA_DIST = $(srcdir)/.git-version
208
209$(srcdir)/version.c: $(srcdir)/.git-version
210 echo "const char *ESPACKVersion = \"$(PACKAGE_NAME) -- git version: "`cat $(srcdir)/.git-version`"\";" > $@
211
212molecuilder_SOURCES += $(srcdir)/version.c
Note: See TracBrowser for help on using the repository browser.