source: src/Makefile.am@ 394529

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 394529 was e09b70, checked in by Tillmann Crueger <crueger@…>, 15 years ago

Added basic operations on shapes

  • Property mode set to 100644
File size: 7.2 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
32LINALGSOURCE = \
33 ${HELPERSOURCE} \
34 gslmatrix.cpp \
35 gslvector.cpp \
36 linearsystemofequations.cpp \
37 Space.cpp \
38 vector.cpp
39
40LINALGHEADER = gslmatrix.hpp \
41 gslvector.hpp \
42 linearsystemofequations.hpp \
43 Space.hpp \
44 vector.hpp
45
46ANALYSISSOURCE = \
47 analysis_bonds.cpp \
48 analysis_correlation.cpp
49ANALYSISHEADER = \
50 analysis_bonds.hpp \
51 analysis_correlation.hpp
52
53ACTIONSSOURCE = \
54 Actions/Action.cpp \
55 Actions/ActionHistory.cpp \
56 Actions/ActionRegistry.cpp \
57 Actions/ActionSequence.cpp \
58 Actions/ErrorAction.cpp \
59 Actions/MakroAction.cpp \
60 Actions/ManipulateAtomsProcess.cpp \
61 Actions/MethodAction.cpp \
62 Actions/Process.cpp
63
64ACTIONSHEADER = \
65 ${ANALYSISACTIONHEADER} \
66 ${ATOMACTIONHEADER} \
67 ${CMDACTIONHEADER} \
68 ${FRAGMENTATIONACTIONHEADER} \
69 ${MOLECULEACTIONHEADER} \
70 ${PARSERACTIONHEADER} \
71 ${TESSELATIONACTIONHEADER} \
72 ${WORLDACTIONHEADER} \
73 Actions/Action.hpp \
74 Actions/ActionHistory.hpp \
75 Actions/ActionRegistry.hpp \
76 Actions/ActionSequence.hpp \
77 Actions/Calculation.hpp \
78 Actions/Calculation_impl.hpp \
79 Actions/ErrorAction.hpp \
80 Actions/MakroAction.hpp \
81 Actions/ManipulateAtomsProcess.hpp \
82 Actions/MapOfActions.hpp \
83 Actions/MethodAction.hpp \
84 Actions/Process.hpp
85
86
87PARSERSOURCE = \
88 Parser/ChangeTracker.cpp \
89 Parser/FormatParser.cpp \
90 Parser/TremoloParser.cpp \
91 Parser/XyzParser.cpp
92PARSERHEADER = \
93 Parser/ChangeTracker.hpp \
94 Parser/FormatParser.hpp \
95 Parser/TremoloParser.hpp \
96 Parser/XyzParser.hpp
97
98PATTERNSOURCE = \
99 Patterns/Observer.cpp
100PATTERNHEADER = \
101 Patterns/Cacheable.hpp \
102 Patterns/Observer.hpp \
103 Patterns/Singleton.hpp
104
105SHAPESOURCE = \
106 Shapes/BaseShapes.cpp \
107 Shapes/Shape.cpp \
108 Shapes/ShapeOps.cpp
109SHAPEHEADER = \
110 Shapes/BaseShapes.hpp \
111 Shapes/Shape.hpp \
112 Shapes/ShapeOps.hpp
113
114
115# all these files are only used for legacy reasons while the transition is in progress
116# they are only needed to keep the program usable at any point of the transition and will be
117# deleted once everything is fully refactored
118LEGACYSOURCE = Legacy/oldmenu.cpp
119LEGACYHEADER = Legacy/oldmenu.hpp
120
121DESCRIPTORSOURCE = Descriptors/AtomDescriptor.cpp \
122 Descriptors/AtomIdDescriptor.cpp \
123 Descriptors/AtomTypeDescriptor.cpp \
124 Descriptors/MoleculeDescriptor.cpp \
125 Descriptors/MoleculeIdDescriptor.cpp \
126 Descriptors/MoleculeNameDescriptor.cpp \
127 Descriptors/MoleculePtrDescriptor.cpp
128
129
130DESCRIPTORHEADER = Descriptors/AtomDescriptor.hpp \
131 Descriptors/AtomIdDescriptor.hpp \
132 Descriptors/AtomTypeDescriptor.hpp \
133 Descriptors/MoleculeDescriptor.hpp \
134 Descriptors/MoleculeIdDescriptor.hpp \
135 Descriptors/MoleculeNameDescriptor.hpp \
136 Descriptors/MoleculePtrDescriptor.hpp
137
138EXCEPTIONSOURCE = Exceptions/CustomException.cpp \
139 Exceptions/LinearDependenceException.cpp \
140 Exceptions/MathException.cpp \
141 Exceptions/SkewException.cpp \
142 Exceptions/ZeroVectorException.cpp
143
144EXCEPTIONHEADER = Exceptions/CustomException.hpp \
145 Exceptions/LinearDependenceException.hpp \
146 Exceptions/MathException.hpp \
147 Exceptions/SkewException.hpp \
148 Exceptions/ZeroVectorException.hpp
149
150SOURCE = \
151 ${ANALYSISSOURCE} \
152 ${ACTIONSSOURCE} \
153 ${ATOMSOURCE} \
154 ${PATTERNSOURCE} \
155 ${PARSERSOURCE} \
156 ${SHAPESOURCE} \
157 ${DESCRIPTORSOURCE} \
158 ${HELPERSOURCE} \
159 ${LEGACYSOURCE} \
160 ${EXCEPTIONSOURCE} \
161 bond.cpp \
162 bondgraph.cpp \
163 boundary.cpp \
164 CommandLineParser.cpp \
165 config.cpp \
166 element.cpp \
167 elements_db.cpp \
168 ellipsoid.cpp \
169 errorlogger.cpp \
170 graph.cpp \
171 helpers.cpp \
172 info.cpp \
173 leastsquaremin.cpp \
174 Line.cpp \
175 linkedcell.cpp \
176 log.cpp \
177 logger.cpp \
178 moleculelist.cpp \
179 molecule.cpp \
180 molecule_dynamics.cpp \
181 molecule_fragmentation.cpp \
182 molecule_geometry.cpp \
183 molecule_graph.cpp \
184 molecule_pointcloud.cpp \
185 parser.cpp \
186 periodentafel.cpp \
187 Plane.cpp \
188 Space.cpp \
189 tesselation.cpp \
190 tesselationhelpers.cpp \
191 triangleintersectionlist.cpp \
192 vector.cpp \
193 vector_ops.cpp \
194 verbose.cpp \
195 World.cpp
196
197HEADER = \
198 ${ANALYSISHEADER} \
199 ${ACTIONSHEADER} \
200 ${ATOMHEADER} \
201 ${PARSERHEADER} \
202 ${PATTERNHEADER} \
203 ${SHAPEHEADER} \
204 ${DESCRIPTORHEADER} \
205 ${EXCEPTIONHEADER} \
206 ${LEGACYHEADER} \
207 bond.hpp \
208 bondgraph.hpp \
209 boundary.hpp \
210 CommandLineParser.hpp \
211 config.hpp \
212 defs.hpp \
213 element.hpp \
214 elements_db.hpp \
215 ellipsoid.hpp \
216 errorlogger.hpp \
217 graph.hpp \
218 helpers.hpp \
219 info.hpp \
220 leastsquaremin.hpp \
221 Line.hpp \
222 linkedcell.hpp \
223 lists.hpp \
224 log.hpp \
225 logger.hpp \
226 molecule.hpp \
227 molecule_template.hpp \
228 parser.hpp \
229 periodentafel.hpp \
230 Plane.hpp \
231 stackclass.hpp \
232 tesselation.hpp \
233 tesselationhelpers.hpp \
234 triangleintersectionlist.hpp \
235 verbose.hpp \
236 vector_ops.hpp \
237 World.hpp
238
239# the following files are no longer used:
240# memoryallocator.hpp \
241# memoryallocator.cpp \
242# memoryusageobserver.hpp \
243# memoryusageobserver.cpp
244
245BOOST_LIB = $(BOOST_LDFLAGS) $(BOOST_MPL_LIB)
246INCLUDES = -I$(top_srcdir)/src/unittests -I$(top_srcdir)/src/Actions -I$(top_srcdir)/src/UIElements
247
248noinst_LIBRARIES = libmolecuilder.a libgslwrapper.a
249bin_PROGRAMS = molecuilder joiner analyzer
250molecuilderdir = ${bindir}
251libmolecuilder_a_SOURCES = ${SOURCE} ${HEADER}
252libgslwrapper_a_SOURCES = ${LINALGSOURCE} ${LINALGHEADER}
253molecuilder_DATA = elements.db valence.db orbitals.db Hbonddistance.db Hbondangle.db
254molecuilder_LDFLAGS = $(BOOST_LDFLAGS)
255molecuilder_SOURCES = builder.cpp
256molecuilder_LDADD = UIElements/libMolecuilderUI.a Actions/libMolecuilderActions.a libmolecuilder.a libgslwrapper.a $(BOOST_LIB) ${BOOST_THREAD_LIB} ${BOOST_PROGRAM_OPTIONS_LIB}
257joiner_SOURCES = joiner.cpp datacreator.cpp parser.cpp datacreator.hpp helpers.hpp parser.hpp periodentafel.hpp
258joiner_LDADD = libmolecuilder.a $(BOOST_LIB) ${BOOST_THREAD_LIB}
259analyzer_SOURCES = analyzer.cpp datacreator.cpp parser.cpp helpers.hpp periodentafel.hpp parser.hpp datacreator.hpp
260analyzer_LDADD = libmolecuilder.a $(BOOST_LIB) ${BOOST_THREAD_LIB}
261
262FORCE:
263$(srcdir)/.git-version: FORCE
264 @if (test -d $(top_srcdir)/../.git && cd $(srcdir) && git describe HEAD) > .git-version-t 2>/dev/null \
265 && ! diff .git-version-t $(srcdir)/.git-version >/dev/null 2>&1; then \
266 mv -f .git-version-t $(srcdir)/.git-version; \
267 else \
268 rm -f .git-version-t; \
269 fi
270
271EXTRA_DIST = $(srcdir)/.git-version
272
273$(srcdir)/version.c: $(srcdir)/.git-version
274 echo "const char *ESPACKVersion = \"$(PACKAGE_NAME) -- git version: "`cat $(srcdir)/.git-version`"\";" > $@
275
276molecuilder_SOURCES += $(srcdir)/version.c
Note: See TracBrowser for help on using the repository browser.