source: src/Actions/Makefile.am@ 4cbca0

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 4cbca0 was 963321a, checked in by Frederik Heber <heber@…>, 14 years ago

Converted SetGaussianBasisAction into SetMpqcParametersAction.

  • new actions does not only allow to set basis, but most of the other parameters, too.
  • regression test Parser/Mpqc-SetBasis -> Mpqc-SetParameters and extended.
  • operator<< needed an ugly const hack to avoid doubling the function.
  • Property mode set to 100644
File size: 11.4 KB
Line 
1# PLEASE adhere to the alphabetical ordering in this Makefile!
2# Also indentation by a single tab
3
4INCLUDES = -I$(top_srcdir)/src
5
6AM_LDFLAGS = -ldl
7AM_CPPFLAGS = ${BOOST_CPPFLAGS} ${CodePatterns_CFLAGS}
8
9ACTIONSSOURCE = \
10 ${ANALYSISACTIONSOURCE} \
11 ${ATOMACTIONSOURCE} \
12 ${CMDACTIONSOURCE} \
13 ${FRAGMENTATIONACTIONSOURCE} \
14 ${MOLECULEACTIONSOURCE} \
15 ${PARSERACTIONSOURCE} \
16 ${RANDONNUMBERSSOURCE} \
17 ${SELECTIONATOMACTIONSOURCE} \
18 ${SELECTIONMOLECULEACTIONSOURCE} \
19 ${TESSELATIONACTIONSOURCE} \
20 ${WORLDACTIONSOURCE} \
21 RedoAction.cpp \
22 UndoAction.cpp \
23 ValueStorage.cpp
24
25ACTIONSHEADER = \
26 ${ANALYSISACTIONHEADER} \
27 ${ATOMACTIONHEADER} \
28 ${CMDACTIONHEADER} \
29 ${FRAGMENTATIONACTIONHEADER} \
30 ${MOLECULEACTIONHEADER} \
31 ${PARSERACTIONHEADER} \
32 ${RANDONNUMBERSHEADER} \
33 ${SELECTIONATOMACTIONHEADER} \
34 ${SELECTIONMOLECULEACTIONHEADER} \
35 ${TESSELATIONACTIONHEADER} \
36 ${WORLDACTIONHEADER} \
37 ValueStorage.hpp \
38 Values.hpp
39
40ANALYSISACTIONSOURCE = \
41 AnalysisAction/DipoleAngularCorrelationAction.cpp \
42 AnalysisAction/MolecularVolumeAction.cpp \
43 AnalysisAction/PairCorrelationAction.cpp \
44 AnalysisAction/PointCorrelationAction.cpp \
45 AnalysisAction/PrincipalAxisSystemAction.cpp \
46 AnalysisAction/SurfaceCorrelationAction.cpp
47ANALYSISACTIONHEADER = \
48 AnalysisAction/DipoleAngularCorrelationAction.hpp \
49 AnalysisAction/MolecularVolumeAction.hpp \
50 AnalysisAction/PairCorrelationAction.hpp \
51 AnalysisAction/PointCorrelationAction.hpp \
52 AnalysisAction/PrincipalAxisSystemAction.hpp \
53 AnalysisAction/SurfaceCorrelationAction.hpp
54
55ATOMACTIONSOURCE = \
56 AtomAction/AddAction.cpp \
57 AtomAction/ChangeElementAction.cpp \
58 AtomAction/RemoveAction.cpp \
59 AtomAction/RotateAroundOriginByAngleAction.cpp \
60 AtomAction/TranslateAction.cpp
61ATOMACTIONHEADER = \
62 AtomAction/AddAction.hpp \
63 AtomAction/ChangeElementAction.hpp \
64 AtomAction/RemoveAction.cpp \
65 AtomAction/RotateAroundOriginByAngleAction.hpp \
66 AtomAction/TranslateAction.hpp
67
68CMDACTIONSOURCE = \
69 CommandAction/BondLengthTableAction.cpp \
70 CommandAction/ElementDbAction.cpp \
71 CommandAction/FastParsingAction.cpp \
72 CommandAction/HelpAction.cpp \
73 CommandAction/VerboseAction.cpp \
74 CommandAction/VersionAction.cpp \
75 CommandAction/WarrantyAction.cpp
76CMDACTIONHEADER = \
77 CommandAction/BondLengthTableAction.hpp \
78 CommandAction/ElementDbAction.hpp \
79 CommandAction/FastParsingAction.hpp \
80 CommandAction/HelpAction.hpp \
81 CommandAction/VerboseAction.hpp \
82 CommandAction/VersionAction.hpp \
83 CommandAction/WarrantyAction.hpp
84
85FRAGMENTATIONACTIONSOURCE = \
86 FragmentationAction/ConstructBondGraphAction.cpp \
87 FragmentationAction/DepthFirstSearchAction.cpp \
88 FragmentationAction/FragmentationAction.cpp \
89 FragmentationAction/SubgraphDissectionAction.cpp
90FRAGMENTATIONACTIONHEADER = \
91 FragmentationAction/ConstructBondGraphAction.hpp \
92 FragmentationAction/DepthFirstSearchAction.hpp \
93 FragmentationAction/FragmentationAction.hpp \
94 FragmentationAction/SubgraphDissectionAction.hpp
95
96MOLECULEACTIONSOURCE = \
97 MoleculeAction/BondFileAction.cpp \
98 MoleculeAction/ChangeNameAction.cpp \
99 MoleculeAction/CopyAction.cpp \
100 MoleculeAction/FillWithMoleculeAction.cpp \
101 MoleculeAction/FillVoidWithMoleculeAction.cpp \
102 MoleculeAction/LinearInterpolationofTrajectoriesAction.cpp \
103 MoleculeAction/LoadAction.cpp \
104 MoleculeAction/RotateAroundSelfByAngleAction.cpp \
105 MoleculeAction/RotateToPrincipalAxisSystemAction.cpp \
106 MoleculeAction/SaveAction.cpp \
107 MoleculeAction/SaveAdjacencyAction.cpp \
108 MoleculeAction/SaveBondsAction.cpp \
109 MoleculeAction/SaveTemperatureAction.cpp \
110 MoleculeAction/SuspendInWaterAction.cpp \
111 MoleculeAction/VerletIntegrationAction.cpp
112MOLECULEACTIONHEADER = \
113 MoleculeAction/BondFileAction.hpp \
114 MoleculeAction/ChangeNameAction.hpp \
115 MoleculeAction/CopyAction.hpp \
116 MoleculeAction/FillWithMoleculeAction.hpp \
117 MoleculeAction/FillVoidWithMoleculeAction.hpp \
118 MoleculeAction/LinearInterpolationofTrajectoriesAction.hpp \
119 MoleculeAction/LoadAction.cpp \
120 MoleculeAction/RotateAroundSelfByAngleAction.hpp \
121 MoleculeAction/RotateToPrincipalAxisSystemAction.hpp \
122 MoleculeAction/SaveAction.hpp \
123 MoleculeAction/SaveAdjacencyAction.hpp \
124 MoleculeAction/SaveBondsAction.hpp \
125 MoleculeAction/SaveTemperatureAction.hpp \
126 MoleculeAction/SuspendInWaterAction.hpp \
127 MoleculeAction/VerletIntegrationAction.hpp
128
129PARSERACTIONSOURCE = \
130 ParserAction/SetMpqcParametersAction.cpp \
131 ParserAction/SetOutputFormatsAction.cpp
132PARSERACTIONHEADER = \
133 ParserAction/SetMpqcParametersAction.hpp \
134 ParserAction/SetOutputFormatsAction.hpp
135
136RANDONNUMBERSSOURCE =\
137 RandomNumbersAction/SetRandomNumbersDistributionAction.cpp \
138 RandomNumbersAction/SetRandomNumbersEngineAction.cpp
139RANDONNUMBERSHEADER =\
140 RandomNumbersAction/SetRandomNumbersDistributionAction.hpp \
141 RandomNumbersAction/SetRandomNumbersEngineAction.hpp
142
143SELECTIONATOMACTIONSOURCE = \
144 SelectionAction/Atoms/AllAtomsAction.cpp \
145 SelectionAction/Atoms/AllAtomsInsideCuboidAction.cpp \
146 SelectionAction/Atoms/AllAtomsInsideSphereAction.cpp \
147 SelectionAction/Atoms/AllAtomsOfMoleculeAction.cpp \
148 SelectionAction/Atoms/AtomByElementAction.cpp \
149 SelectionAction/Atoms/AtomByIdAction.cpp \
150 SelectionAction/Atoms/ClearAllAtomsAction.cpp \
151 SelectionAction/Atoms/NotAllAtomsAction.cpp \
152 SelectionAction/Atoms/NotAllAtomsInsideCuboidAction.cpp \
153 SelectionAction/Atoms/NotAllAtomsInsideSphereAction.cpp \
154 SelectionAction/Atoms/NotAllAtomsOfMoleculeAction.cpp \
155 SelectionAction/Atoms/NotAtomByElementAction.cpp \
156 SelectionAction/Atoms/NotAtomByIdAction.cpp
157SELECTIONATOMACTIONHEADER = \
158 SelectionAction/Atoms/AllAtomsAction.hpp \
159 SelectionAction/Atoms/AllAtomsInsideCuboidAction.hpp \
160 SelectionAction/Atoms/AllAtomsInsideSphereAction.hpp \
161 SelectionAction/Atoms/AllAtomsOfMoleculeAction.hpp \
162 SelectionAction/Atoms/AtomByElementAction.hpp \
163 SelectionAction/Atoms/AtomByIdAction.hpp \
164 SelectionAction/Atoms/ClearAllAtomsAction.hpp \
165 SelectionAction/Atoms/NotAllAtomsAction.hpp \
166 SelectionAction/Atoms/NotAllAtomsInsideCuboidAction.hpp \
167 SelectionAction/Atoms/NotAllAtomsInsideSphereAction.hpp \
168 SelectionAction/Atoms/NotAllAtomsOfMoleculeAction.hpp \
169 SelectionAction/Atoms/NotAtomByElementAction.hpp \
170 SelectionAction/Atoms/NotAtomByIdAction.hpp
171
172SELECTIONMOLECULEACTIONSOURCE = \
173 SelectionAction/Molecules/AllMoleculesAction.cpp \
174 SelectionAction/Molecules/ClearAllMoleculesAction.cpp \
175 SelectionAction/Molecules/MoleculeByFormulaAction.cpp \
176 SelectionAction/Molecules/MoleculeByIdAction.cpp \
177 SelectionAction/Molecules/MoleculeByNameAction.cpp \
178 SelectionAction/Molecules/MoleculeByOrderAction.cpp \
179 SelectionAction/Molecules/MoleculeOfAtomAction.cpp \
180 SelectionAction/Molecules/NotAllMoleculesAction.cpp \
181 SelectionAction/Molecules/NotMoleculeByFormulaAction.cpp \
182 SelectionAction/Molecules/NotMoleculeByIdAction.cpp \
183 SelectionAction/Molecules/NotMoleculeByNameAction.cpp \
184 SelectionAction/Molecules/NotMoleculeByOrderAction.cpp \
185 SelectionAction/Molecules/NotMoleculeOfAtomAction.cpp
186SELECTIONMOLECULEACTIONHEADER = \
187 SelectionAction/Molecules/AllMoleculesAction.hpp \
188 SelectionAction/Molecules/ClearAllMoleculesAction.hpp \
189 SelectionAction/Molecules/MoleculeByFormulaAction.hpp \
190 SelectionAction/Molecules/MoleculeByIdAction.hpp \
191 SelectionAction/Molecules/MoleculeByNameAction.hpp \
192 SelectionAction/Molecules/MoleculeByOrderAction.hpp \
193 SelectionAction/Molecules/MoleculeOfAtomAction.hpp \
194 SelectionAction/Molecules/NotAllMoleculesAction.hpp \
195 SelectionAction/Molecules/NotMoleculeByFormulaAction.hpp \
196 SelectionAction/Molecules/NotMoleculeByIdAction.hpp \
197 SelectionAction/Molecules/NotMoleculeByNameAction.hpp \
198 SelectionAction/Molecules/NotMoleculeByOrderAction.hpp \
199 SelectionAction/Molecules/NotMoleculeOfAtomAction.hpp
200
201TESSELATIONACTIONSOURCE = \
202 TesselationAction/ConvexEnvelopeAction.cpp \
203 TesselationAction/NonConvexEnvelopeAction.cpp
204TESSELATIONACTIONHEADER = \
205 TesselationAction/ConvexEnvelopeAction.hpp \
206 TesselationAction/NonConvexEnvelopeAction.hpp
207
208WORLDACTIONSOURCE = \
209 WorldAction/AddEmptyBoundaryAction.cpp \
210 WorldAction/BoundInBoxAction.cpp \
211 WorldAction/CenterInBoxAction.cpp \
212 WorldAction/CenterOnEdgeAction.cpp \
213 WorldAction/ChangeBoxAction.cpp \
214 WorldAction/InputAction.cpp \
215 WorldAction/OutputAction.cpp \
216 WorldAction/RepeatBoxAction.cpp \
217 WorldAction/ScaleBoxAction.cpp \
218 WorldAction/SetDefaultNameAction.cpp
219WORLDACTIONHEADER = \
220 WorldAction/AddEmptyBoundaryAction.hpp \
221 WorldAction/BoundInBoxAction.hpp \
222 WorldAction/CenterInBoxAction.hpp \
223 WorldAction/CenterOnEdgeAction.hpp \
224 WorldAction/ChangeBoxAction.hpp \
225 WorldAction/InputAction.hpp \
226 WorldAction/OutputAction.hpp \
227 WorldAction/RepeatBoxAction.hpp \
228 WorldAction/ScaleBoxAction.hpp \
229 WorldAction/SetDefaultNameAction.hpp
230
231
232lib_LTLIBRARIES = libMolecuilderActions.la
233libMolecuilderActions_la_includedir = $(includedir)/MoleCuilder/Actions/
234libMolecuilderActions_la_LIBADD = \
235 ../Parser/libMolecuilderParser.la \
236 ../Shapes/libMolecuilderShapes.la \
237 ${CodePatterns_LIBS}
238# ../UIElements/libMolecuilderUI.la
239nobase_libMolecuilderActions_la_include_HEADERS = ${ACTIONSHEADER}
240
241## Define the source file list for the "libexample-@MOLECUILDER_API_VERSION@.la"
242## target. Note that @MOLECUILDER_API_VERSION@ is not interpreted by Automake and
243## will therefore be treated as if it were literally part of the target name,
244## and the variable name derived from that.
245## The file extension .cc is recognized by Automake, and makes it produce
246## rules which invoke the C++ compiler to produce a libtool object file (.lo)
247## from each source file. Note that it is not necessary to list header files
248## which are already listed elsewhere in a _HEADERS variable assignment.
249libMolecuilderActions_la_SOURCES = ${ACTIONSSOURCE}
250
251## Instruct libtool to include ABI version information in the generated shared
252## library file (.so). The library ABI version is defined in configure.ac, so
253## that all version information is kept in one place.
254libMolecuilderActions_la_LDFLAGS = -version-info $(MOLECUILDER_SO_VERSION)
255
256## The generated configuration header is installed in its own subdirectory of
257## $(libdir). The reason for this is that the configuration information put
258## into this header file describes the target platform the installed library
259## has been built for. Thus the file must not be installed into a location
260## intended for architecture-independent files, as defined by the Filesystem
261## Hierarchy Standard (FHS).
262## The nodist_ prefix instructs Automake to not generate rules for including
263## the listed files in the distribution on 'make dist'. Files that are listed
264## in _HEADERS variables are normally included in the distribution, but the
265## configuration header file is generated at configure time and should not be
266## shipped with the source tarball.
267#libMolecuilderActions_libincludedir = $(libdir)/MoleCuilder/include
268#nodist_libMolecuilderActions_libinclude_HEADERS = $(top_builddir)/libmolecuilder_config.h
269
270## Install the generated pkg-config file (.pc) into the expected location for
271## architecture-dependent package configuration information. Occasionally,
272## pkg-config files are also used for architecture-independent data packages,
273## in which case the correct install location would be $(datadir)/pkgconfig.
274#pkgconfigdir = $(libdir)/pkgconfig
275#pkgconfig_DATA = $(top_builddir)/MoleCuilder.pc
276
277unity.cpp:
278 echo "" > unity.cpp; \
279 list='$(ACTIONSSOURCE)'; for file in $$list; do \
280 echo "#include \"$(srcdir)/$$file\"" >> unity.cpp; \
281 done;
282
283MOSTLYCLEANFILES = unity.cpp
Note: See TracBrowser for help on using the repository browser.