source: src/Makefile.am@ 1bd79e

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

Changed implementation of Vector to forward operations to contained objects

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