source: src/Makefile.am@ 89e820

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 89e820 was 83c09a, checked in by Tillmann Crueger <crueger@…>, 15 years ago

Added a basic Box class to store cell_size as well as inverse of cell_size

  • Property mode set to 100644
File size: 7.1 KB
Line 
1# PLEASE adhere to the alphabetical ordering in this Makefile!
2# Also indentation by a single tab
3
4SUBDIRS = Actions UIElements
5
6# this includes source files that need to be present at multiple points
7HELPERSOURCE = \
8 Helpers/Assert.cpp \
9 Helpers/MemDebug.cpp
10
11ATOMSOURCE = \
12 atom.cpp \
13 atom_atominfo.cpp \
14 atom_bondedparticle.cpp \
15 atom_bondedparticleinfo.cpp \
16 atom_graphnode.cpp \
17 atom_graphnodeinfo.cpp \
18 atom_particleinfo.cpp \
19 atom_trajectoryparticle.cpp \
20 atom_trajectoryparticleinfo.cpp
21ATOMHEADER = \
22 atom.hpp \
23 atom_atominfo.hpp \
24 atom_bondedparticle.hpp \
25 atom_bondedparticleinfo.hpp \
26 atom_graphnode.hpp \
27 atom_graphnodeinfo.hpp \
28 atom_particleinfo.hpp \
29 atom_trajectoryparticle.hpp \
30 atom_trajectoryparticleinfo.hpp
31
32EXCEPTIONSOURCE = Exceptions/CustomException.cpp \
33 Exceptions/LinearDependenceException.cpp \
34 Exceptions/MathException.cpp \
35 Exceptions/NotInvertibleException.cpp \
36 Exceptions/SkewException.cpp \
37 Exceptions/ZeroVectorException.cpp
38
39EXCEPTIONHEADER = Exceptions/CustomException.hpp \
40 Exceptions/LinearDependenceException.hpp \
41 Exceptions/MathException.hpp \
42 Exceptions/NotInvertibleException.hpp \
43 Exceptions/SkewException.hpp \
44 Exceptions/ZeroVectorException.hpp
45
46# TODO: Move Exceptionsource back down, when transition is done
47LINALGSOURCE = \
48 ${EXCEPTIONSOURCE} \
49 ${HELPERSOURCE} \
50 gslmatrix.cpp \
51 gslvector.cpp \
52 linearsystemofequations.cpp \
53 Matrix.cpp \
54 Space.cpp \
55 vector.cpp
56
57
58LINALGHEADER = \
59 ${EXCEPTIONHEADER} \
60 gslmatrix.hpp \
61 gslvector.hpp \
62 linearsystemofequations.hpp \
63 Matrix.hpp \
64 Space.hpp \
65 vector.hpp
66
67ANALYSISSOURCE = \
68 analysis_bonds.cpp \
69 analysis_correlation.cpp
70ANALYSISHEADER = \
71 analysis_bonds.hpp \
72 analysis_correlation.hpp
73
74ACTIONSSOURCE = \
75 Actions/Action.cpp \
76 Actions/ActionHistory.cpp \
77 Actions/ActionRegistry.cpp \
78 Actions/ActionSequence.cpp \
79 Actions/ErrorAction.cpp \
80 Actions/MakroAction.cpp \
81 Actions/ManipulateAtomsProcess.cpp \
82 Actions/MethodAction.cpp \
83 Actions/Process.cpp
84
85ACTIONSHEADER = \
86 Actions/Action.hpp \
87 Actions/ActionHistory.hpp \
88 Actions/ActionRegistry.hpp \
89 Actions/ActionSequence.hpp \
90 Actions/Calculation.hpp \
91 Actions/Calculation_impl.hpp \
92 Actions/ErrorAction.hpp \
93 Actions/MakroAction.hpp \
94 Actions/ManipulateAtomsProcess.hpp \
95 Actions/MapOfActions.hpp \
96 Actions/MethodAction.hpp \
97 Actions/Process.hpp
98
99
100PARSERSOURCE = \
101 Parser/ChangeTracker.cpp \
102 Parser/FormatParser.cpp \
103 Parser/FormatParserStorage.cpp \
104 Parser/MpqcParser.cpp \
105 Parser/PcpParser.cpp \
106 Parser/TremoloParser.cpp \
107 Parser/XyzParser.cpp
108
109PARSERHEADER = \
110 Parser/ChangeTracker.hpp \
111 Parser/FormatParser.hpp \
112 Parser/FormatParserStorage.hpp \
113 Parser/MpqcParser.hpp \
114 Parser/PcpParser.hpp \
115 Parser/TremoloParser.hpp \
116 Parser/XyzParser.hpp
117
118PATTERNSOURCE = \
119 Patterns/Observer.cpp
120PATTERNHEADER = \
121 Patterns/Cacheable.hpp \
122 Patterns/Observer.hpp \
123 Patterns/Singleton.hpp
124
125DESCRIPTORSOURCE = Descriptors/AtomDescriptor.cpp \
126 Descriptors/AtomIdDescriptor.cpp \
127 Descriptors/AtomTypeDescriptor.cpp \
128 Descriptors/MoleculeDescriptor.cpp \
129 Descriptors/MoleculeIdDescriptor.cpp \
130 Descriptors/MoleculeNameDescriptor.cpp \
131 Descriptors/MoleculePtrDescriptor.cpp
132
133
134DESCRIPTORHEADER = Descriptors/AtomDescriptor.hpp \
135 Descriptors/AtomIdDescriptor.hpp \
136 Descriptors/AtomTypeDescriptor.hpp \
137 Descriptors/MoleculeDescriptor.hpp \
138 Descriptors/MoleculeIdDescriptor.hpp \
139 Descriptors/MoleculeNameDescriptor.hpp \
140 Descriptors/MoleculePtrDescriptor.hpp
141
142#TODO: Exceptionsource should go here, when the transisition makes this possible
143SOURCE = \
144 ${ANALYSISSOURCE} \
145 ${ACTIONSSOURCE} \
146 ${ATOMSOURCE} \
147 ${PATTERNSOURCE} \
148 ${PARSERSOURCE} \
149 ${DESCRIPTORSOURCE} \
150 ${HELPERSOURCE} \
151 bond.cpp \
152 bondgraph.cpp \
153 boundary.cpp \
154 Box.cpp \
155 CommandLineParser.cpp \
156 config.cpp \
157 ConfigFileBuffer.cpp \
158 element.cpp \
159 elements_db.cpp \
160 ellipsoid.cpp \
161 errorlogger.cpp \
162 graph.cpp \
163 helpers.cpp \
164 info.cpp \
165 leastsquaremin.cpp \
166 Line.cpp \
167 linkedcell.cpp \
168 log.cpp \
169 logger.cpp \
170 moleculelist.cpp \
171 molecule.cpp \
172 molecule_dynamics.cpp \
173 molecule_fragmentation.cpp \
174 molecule_geometry.cpp \
175 molecule_graph.cpp \
176 molecule_pointcloud.cpp \
177 parser.cpp \
178 periodentafel.cpp \
179 Plane.cpp \
180 Space.cpp \
181 tesselation.cpp \
182 tesselationhelpers.cpp \
183 ThermoStatContainer.cpp \
184 triangleintersectionlist.cpp \
185 vector.cpp \
186 vector_ops.cpp \
187 verbose.cpp \
188 World.cpp
189
190HEADER = \
191 ${ANALYSISHEADER} \
192 ${ACTIONSHEADER} \
193 ${ATOMHEADER} \
194 ${PARSERHEADER} \
195 ${PATTERNHEADER} \
196 ${DESCRIPTORHEADER} \
197 bond.hpp \
198 bondgraph.hpp \
199 boundary.hpp \
200 Box.hpp \
201 CommandLineParser.hpp \
202 config.hpp \
203 ConfigFileBuffer.hpp \
204 defs.hpp \
205 element.hpp \
206 elements_db.hpp \
207 ellipsoid.hpp \
208 errorlogger.hpp \
209 graph.hpp \
210 helpers.hpp \
211 info.hpp \
212 leastsquaremin.hpp \
213 Line.hpp \
214 linkedcell.hpp \
215 lists.hpp \
216 log.hpp \
217 logger.hpp \
218 molecule.hpp \
219 molecule_template.hpp \
220 parser.hpp \
221 periodentafel.hpp \
222 Plane.hpp \
223 stackclass.hpp \
224 tesselation.hpp \
225 tesselationhelpers.hpp \
226 ThermoStatContainer.hpp \
227 triangleintersectionlist.hpp \
228 verbose.hpp \
229 vector_ops.hpp \
230 World.hpp
231
232# the following files are no longer used:
233# memoryallocator.hpp \
234# memoryallocator.cpp \
235# memoryusageobserver.hpp \
236# memoryusageobserver.cpp
237
238BOOST_LIB = $(BOOST_LDFLAGS) $(BOOST_MPL_LIB)
239INCLUDES = -I$(top_srcdir)/src/unittests -I$(top_srcdir)/src/Actions -I$(top_srcdir)/src/UIElements
240
241noinst_LIBRARIES = libmolecuilder.a libgslwrapper.a libparser.a
242bin_PROGRAMS = molecuilder joiner analyzer
243molecuilderdir = ${bindir}
244libmolecuilder_a_SOURCES = ${SOURCE} ${HEADER}
245libparser_a_SOURCES = ${PARSERSOURCE} ${PARSERHEADER}
246libgslwrapper_a_SOURCES = ${LINALGSOURCE} ${LINALGHEADER}
247molecuilder_DATA = elements.db valence.db orbitals.db Hbonddistance.db Hbondangle.db
248molecuilder_LDFLAGS = $(BOOST_LDFLAGS)
249molecuilder_SOURCES = builder.cpp
250molecuilder_LDADD = UIElements/libMolecuilderUI.a Actions/libMolecuilderActions.a libmolecuilder.a libparser.a libgslwrapper.a $(BOOST_LIB) ${BOOST_THREAD_LIB} ${BOOST_PROGRAM_OPTIONS_LIB}
251joiner_SOURCES = joiner.cpp datacreator.cpp parser.cpp datacreator.hpp helpers.hpp parser.hpp periodentafel.hpp
252joiner_LDADD = libmolecuilder.a $(BOOST_LIB) ${BOOST_THREAD_LIB}
253analyzer_SOURCES = analyzer.cpp datacreator.cpp parser.cpp helpers.hpp periodentafel.hpp parser.hpp datacreator.hpp
254analyzer_LDADD = libmolecuilder.a $(BOOST_LIB) ${BOOST_THREAD_LIB}
255
256FORCE:
257$(srcdir)/.git-version: FORCE
258 @if (test -d $(top_srcdir)/../.git && cd $(srcdir) && git describe HEAD) > .git-version-t 2>/dev/null \
259 && ! diff .git-version-t $(srcdir)/.git-version >/dev/null 2>&1; then \
260 mv -f .git-version-t $(srcdir)/.git-version; \
261 else \
262 rm -f .git-version-t; \
263 fi
264
265EXTRA_DIST = $(srcdir)/.git-version
266
267$(srcdir)/version.c: $(srcdir)/.git-version
268 echo "const char *ESPACKVersion = \"$(PACKAGE_NAME) -- git version: "`cat $(srcdir)/.git-version`"\";" > $@
269
270molecuilder_SOURCES += $(srcdir)/version.c
Note: See TracBrowser for help on using the repository browser.