source: src/Actions/Makefile.am@ 893426

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 893426 was 9b56f34, checked in by Frederik Heber <heber@…>, 12 years ago

ActionParameters need special format when given to CLI.

  • introduced toCLIString which converts some parameters types to the required format, e.g. Vector as "x,y,z", ...
  • Property mode set to 100644
File size: 28.6 KB
RevLine 
[5079a0]1# PLEASE adhere to the alphabetical ordering in this Makefile!
2# Also indentation by a single tab
3
4ACTIONSSOURCE = \
[455573]5 Actions/Action.cpp \
6 Actions/ActionHistory.cpp \
[628577]7 Actions/ActionQueue.cpp \
[455573]8 Actions/ActionRegistry.cpp \
9 Actions/ActionSequence.cpp \
[3139b2]10 Actions/ActionTrait.cpp \
[455573]11 Actions/ErrorAction.cpp \
12 Actions/MakroAction.cpp \
13 Actions/ManipulateAtomsProcess.cpp \
14 Actions/MethodAction.cpp \
[48d3c0]15 Actions/OptionRegistry.cpp \
16 Actions/OptionTrait.cpp \
[455573]17 Actions/Process.cpp \
[9b56f34]18 Actions/toCLIString.cpp \
[57dd40]19 Actions/UndoRedoHelpers.cpp \
[a55e6f]20 Actions/Values.cpp
[455573]21
22ACTIONSHEADER = \
23 Actions/Action.hpp \
[e69c87]24 Actions/ActionExceptions.hpp \
[7159ed]25 Actions/Action_impl_header.hpp \
26 Actions/Action_impl_pre.hpp \
[48d3c0]27 Actions/Action_impl_undef.hpp \
[455573]28 Actions/ActionHistory.hpp \
[628577]29 Actions/ActionQueue.hpp \
[f92ef3]30 Actions/ActionParameters.hpp \
[455573]31 Actions/ActionRegistry.hpp \
32 Actions/ActionSequence.hpp \
[b5b01e]33 Actions/ActionState.hpp \
[3139b2]34 Actions/ActionTrait.hpp \
[24da48]35 Actions/ActionTraits.hpp \
[7159ed]36 Actions/AtomsCalculation.hpp \
37 Actions/AtomsCalculation_impl.hpp \
[455573]38 Actions/Calculation.hpp \
39 Actions/Calculation_impl.hpp \
40 Actions/ErrorAction.hpp \
[48d3c0]41 Actions/GlobalListOfActions.hpp \
[455573]42 Actions/MakroAction.hpp \
[9c1324]43 Actions/MakroAction_impl_header.hpp \
44 Actions/MakroAction_impl_pre.hpp \
[455573]45 Actions/ManipulateAtomsProcess.hpp \
46 Actions/MethodAction.hpp \
[48d3c0]47 Actions/OptionRegistry.hpp \
48 Actions/OptionTrait.hpp \
[455573]49 Actions/Process.hpp \
[c1ab1f]50 Actions/Reaction.hpp \
51 Actions/Reaction_impl.hpp \
52 Actions/Reaction_impl_header.hpp \
53 Actions/Reaction_impl_pre.hpp \
[9b56f34]54 Actions/toCLIString.hpp \
[57dd40]55 Actions/UndoRedoHelpers.hpp \
[a55e6f]56 Actions/Values.hpp
[455573]57
58ACTIONPROTOTYPESSOURCE = \
[5079a0]59 ${ANALYSISACTIONSOURCE} \
60 ${ATOMACTIONSOURCE} \
[f63e41]61 ${BONDACTIONSOURCE} \
[5079a0]62 ${CMDACTIONSOURCE} \
[a88452]63 ${FILLACTIONSOURCE} \
[5079a0]64 ${FRAGMENTATIONACTIONSOURCE} \
[d09093]65 ${GRAPHACTIONSOURCE} \
[5079a0]66 ${MOLECULEACTIONSOURCE} \
67 ${PARSERACTIONSOURCE} \
[f5724f]68 ${POTENTIALACTIONSOURCE} \
[3f9eba]69 ${RANDONNUMBERSSOURCE} \
[125002]70 ${SELECTIONATOMACTIONSOURCE} \
71 ${SELECTIONMOLECULEACTIONSOURCE} \
[70bce9]72 ${SELECTIONSHAPEACTIONSOURCE} \
[4dc309]73 ${SHAPEACTIONSOURCE} \
[5079a0]74 ${TESSELATIONACTIONSOURCE} \
[455573]75 $(UNDOACTIONSOURCE) \
76 ${WORLDACTIONSOURCE}
[5079a0]77
[455573]78ACTIONPROTOTYPESHEADER = \
[5079a0]79 ${ANALYSISACTIONHEADER} \
80 ${ATOMACTIONHEADER} \
[f63e41]81 ${BONDACTIONHEADER} \
[5079a0]82 ${CMDACTIONHEADER} \
[a88452]83 ${FILLACTIONHEADER} \
[5079a0]84 ${FRAGMENTATIONACTIONHEADER} \
[d09093]85 ${GRAPHACTIONHEADER} \
[5079a0]86 ${MOLECULEACTIONHEADER} \
87 ${PARSERACTIONHEADER} \
[f5724f]88 ${POTENTIALACTIONHEADER} \
[3f9eba]89 ${RANDONNUMBERSHEADER} \
[125002]90 ${SELECTIONATOMACTIONHEADER} \
91 ${SELECTIONMOLECULEACTIONHEADER} \
[70bce9]92 ${SELECTIONSHAPEACTIONHEADER} \
[4dc309]93 ${SHAPEACTIONHEADER} \
[5079a0]94 ${TESSELATIONACTIONHEADER} \
[455573]95 $(UNDOACTIONHEADER) \
96 ${WORLDACTIONHEADER}
97
[dd8990]98ACTIONPROTOTYPESDEFS = \
99 ${ANALYSISACTIONDEFS} \
100 ${ATOMACTIONDEFS} \
[f63e41]101 ${BONDACTIONDEFS} \
[dd8990]102 ${CMDACTIONDEFS} \
[a88452]103 ${FILLACTIONDEFS} \
[dd8990]104 ${FRAGMENTATIONACTIONDEFS} \
105 ${GRAPHACTIONDEFS} \
106 ${MOLECULEACTIONDEFS} \
107 ${PARSERACTIONDEFS} \
[f5724f]108 ${POTENTIALACTIONDEFS} \
[dd8990]109 ${RANDONNUMBERSDEFS} \
110 ${SELECTIONATOMACTIONDEFS} \
111 ${SELECTIONMOLECULEACTIONDEFS} \
[70bce9]112 ${SELECTIONSHAPEACTIONDEFS} \
[4dc309]113 ${SHAPEACTIONDEFS} \
[dd8990]114 ${TESSELATIONACTIONDEFS} \
115 $(UNDOACTIONDEFS) \
116 ${WORLDACTIONDEFS}
117
[5079a0]118ANALYSISACTIONSOURCE = \
[f89b45]119 Actions/AnalysisAction/CalculateBoundingBoxAction.cpp \
[55f299]120 Actions/AnalysisAction/CalculateCellVolumeAction.cpp \
121 Actions/AnalysisAction/CalculateMolarMassAction.cpp \
[455573]122 Actions/AnalysisAction/DipoleAngularCorrelationAction.cpp \
[208237b]123 Actions/AnalysisAction/DipoleCorrelationAction.cpp \
[455573]124 Actions/AnalysisAction/MolecularVolumeAction.cpp \
125 Actions/AnalysisAction/PairCorrelationAction.cpp \
126 Actions/AnalysisAction/PointCorrelationAction.cpp \
127 Actions/AnalysisAction/PrincipalAxisSystemAction.cpp \
128 Actions/AnalysisAction/SurfaceCorrelationAction.cpp
[5079a0]129ANALYSISACTIONHEADER = \
[f89b45]130 Actions/AnalysisAction/CalculateBoundingBoxAction.hpp \
[55f299]131 Actions/AnalysisAction/CalculateCellVolumeAction.hpp \
132 Actions/AnalysisAction/CalculateMolarMassAction.hpp \
[455573]133 Actions/AnalysisAction/DipoleAngularCorrelationAction.hpp \
[208237b]134 Actions/AnalysisAction/DipoleCorrelationAction.hpp \
[455573]135 Actions/AnalysisAction/MolecularVolumeAction.hpp \
136 Actions/AnalysisAction/PairCorrelationAction.hpp \
137 Actions/AnalysisAction/PointCorrelationAction.hpp \
138 Actions/AnalysisAction/PrincipalAxisSystemAction.hpp \
139 Actions/AnalysisAction/SurfaceCorrelationAction.hpp
[dd8990]140ANALYSISACTIONDEFS = \
[f89b45]141 Actions/AnalysisAction/CalculateBoundingBoxAction.def \
[55f299]142 Actions/AnalysisAction/CalculateCellVolumeAction.def \
143 Actions/AnalysisAction/CalculateMolarMassAction.def \
[dd8990]144 Actions/AnalysisAction/DipoleAngularCorrelationAction.def \
[208237b]145 Actions/AnalysisAction/DipoleCorrelationAction.def \
[dd8990]146 Actions/AnalysisAction/MolecularVolumeAction.def \
147 Actions/AnalysisAction/PairCorrelationAction.def \
148 Actions/AnalysisAction/PointCorrelationAction.def \
149 Actions/AnalysisAction/PrincipalAxisSystemAction.def \
150 Actions/AnalysisAction/SurfaceCorrelationAction.def
[5079a0]151
152ATOMACTIONSOURCE = \
[455573]153 Actions/AtomAction/AddAction.cpp \
154 Actions/AtomAction/ChangeElementAction.cpp \
155 Actions/AtomAction/RemoveAction.cpp \
156 Actions/AtomAction/RotateAroundOriginByAngleAction.cpp \
157 Actions/AtomAction/SaveSelectedAtomsAction.cpp \
158 Actions/AtomAction/TranslateAction.cpp
[5079a0]159ATOMACTIONHEADER = \
[455573]160 Actions/AtomAction/AddAction.hpp \
161 Actions/AtomAction/ChangeElementAction.hpp \
[3001c9]162 Actions/AtomAction/RemoveAction.hpp \
[455573]163 Actions/AtomAction/RotateAroundOriginByAngleAction.hpp \
164 Actions/AtomAction/SaveSelectedAtomsAction.hpp \
165 Actions/AtomAction/TranslateAction.hpp
[dd8990]166ATOMACTIONDEFS = \
167 Actions/AtomAction/AddAction.def \
168 Actions/AtomAction/ChangeElementAction.def \
169 Actions/AtomAction/RemoveAction.def \
170 Actions/AtomAction/RotateAroundOriginByAngleAction.def \
171 Actions/AtomAction/SaveSelectedAtomsAction.def \
172 Actions/AtomAction/TranslateAction.def
[5079a0]173
[f63e41]174BONDACTIONSOURCE = \
175 Actions/BondAction/BondAddAction.cpp \
176 Actions/BondAction/BondRemoveAction.cpp
177BONDACTIONHEADER = \
178 Actions/BondAction/BondAddAction.hpp \
179 Actions/BondAction/BondRemoveAction.hpp
180BONDACTIONDEFS = \
181 Actions/BondAction/BondAddAction.def \
182 Actions/BondAction/BondRemoveAction.def
183
[5079a0]184CMDACTIONSOURCE = \
[455573]185 Actions/CommandAction/BondLengthTableAction.cpp \
186 Actions/CommandAction/ElementDbAction.cpp \
187 Actions/CommandAction/FastParsingAction.cpp \
188 Actions/CommandAction/HelpAction.cpp \
[94d5ac6]189 Actions/CommandAction/HelpRedistributeAction.cpp \
[bad589]190 Actions/CommandAction/StoreSessionAction.cpp \
[455573]191 Actions/CommandAction/VerboseAction.cpp \
192 Actions/CommandAction/VersionAction.cpp \
193 Actions/CommandAction/WarrantyAction.cpp
[5079a0]194CMDACTIONHEADER = \
[455573]195 Actions/CommandAction/BondLengthTableAction.hpp \
196 Actions/CommandAction/ElementDbAction.hpp \
197 Actions/CommandAction/FastParsingAction.hpp \
198 Actions/CommandAction/HelpAction.hpp \
[94d5ac6]199 Actions/CommandAction/HelpRedistributeAction.hpp \
[bad589]200 Actions/CommandAction/StoreSessionAction.hpp \
[455573]201 Actions/CommandAction/VerboseAction.hpp \
202 Actions/CommandAction/VersionAction.hpp \
203 Actions/CommandAction/WarrantyAction.hpp
[dd8990]204CMDACTIONDEFS = \
205 Actions/CommandAction/BondLengthTableAction.def \
206 Actions/CommandAction/ElementDbAction.def \
207 Actions/CommandAction/FastParsingAction.def \
208 Actions/CommandAction/HelpAction.def \
[94d5ac6]209 Actions/CommandAction/HelpRedistributeAction.def \
[bad589]210 Actions/CommandAction/StoreSessionAction.def \
[dd8990]211 Actions/CommandAction/VerboseAction.def \
212 Actions/CommandAction/VersionAction.def \
213 Actions/CommandAction/WarrantyAction.def
[5079a0]214
[a88452]215FILLACTIONSOURCE = \
[2db053]216 Actions/FillAction/FillRegularGridAction.cpp \
[09eaac]217 Actions/FillAction/FillSurfaceAction.cpp
[a88452]218FILLACTIONHEADER = \
[2db053]219 Actions/FillAction/FillRegularGridAction.hpp \
[09eaac]220 Actions/FillAction/FillSurfaceAction.hpp
[a88452]221FILLACTIONDEFS = \
[2db053]222 Actions/FillAction/FillRegularGridAction.def \
[09eaac]223 Actions/FillAction/FillSurfaceAction.def
[a88452]224
225
[5079a0]226FRAGMENTATIONACTIONSOURCE = \
[a3427f]227 Actions/FragmentationAction/AnalyseFragmentationResultsAction.cpp \
[d449a9]228 Actions/FragmentationAction/FragmentationAction.cpp \
[5589e7e]229 Actions/FragmentationAction/StoreSaturatedFragmentAction.cpp
[5079a0]230FRAGMENTATIONACTIONHEADER = \
[a3427f]231 Actions/FragmentationAction/AnalyseFragmentationResultsAction.hpp \
[d449a9]232 Actions/FragmentationAction/FragmentationAction.hpp \
[5589e7e]233 Actions/FragmentationAction/StoreSaturatedFragmentAction.hpp
[dd8990]234FRAGMENTATIONACTIONDEFS = \
[a3427f]235 Actions/FragmentationAction/AnalyseFragmentationResultsAction.def \
[d449a9]236 Actions/FragmentationAction/FragmentationAction.def \
[5589e7e]237 Actions/FragmentationAction/StoreSaturatedFragmentAction.def
[004d5c]238
239if CONDJOBMARKET
240FRAGMENTATIONACTIONSOURCE += \
[bae7bc]241 Actions/FragmentationAction/FragmentationAutomationAction.cpp \
[39986b]242 Actions/FragmentationAction/MolecularDynamicsAction.cpp \
[bae7bc]243 Actions/FragmentationAction/ParseFragmentJobsAction.cpp
[004d5c]244FRAGMENTATIONACTIONHEADER += \
[bae7bc]245 Actions/FragmentationAction/FragmentationAutomationAction.hpp \
[39986b]246 Actions/FragmentationAction/MolecularDynamicsAction.hpp \
[bae7bc]247 Actions/FragmentationAction/ParseFragmentJobsAction.hpp
[004d5c]248FRAGMENTATIONACTIONDEFS += \
[bae7bc]249 Actions/FragmentationAction/FragmentationAutomationAction.def \
[39986b]250 Actions/FragmentationAction/MolecularDynamicsAction.def \
[bae7bc]251 Actions/FragmentationAction/ParseFragmentJobsAction.def
[004d5c]252endif
[d09093]253
254GRAPHACTIONSOURCE = \
[455573]255 Actions/GraphAction/CreateAdjacencyAction.cpp \
256 Actions/GraphAction/DepthFirstSearchAction.cpp \
[560cbf]257 Actions/GraphAction/DestroyAdjacencyAction.cpp \
[22b786]258 Actions/GraphAction/SubgraphDissectionAction.cpp \
259 Actions/GraphAction/UpdateMoleculesAction.cpp
[d09093]260GRAPHACTIONHEADER = \
[455573]261 Actions/GraphAction/CreateAdjacencyAction.hpp \
262 Actions/GraphAction/DepthFirstSearchAction.hpp \
[560cbf]263 Actions/GraphAction/DestroyAdjacencyAction.hpp \
[22b786]264 Actions/GraphAction/SubgraphDissectionAction.hpp \
265 Actions/GraphAction/UpdateMoleculesAction.hpp
[dd8990]266GRAPHACTIONDEFS = \
267 Actions/GraphAction/CreateAdjacencyAction.def \
268 Actions/GraphAction/DepthFirstSearchAction.def \
[560cbf]269 Actions/GraphAction/DestroyAdjacencyAction.def \
[22b786]270 Actions/GraphAction/SubgraphDissectionAction.def \
271 Actions/GraphAction/UpdateMoleculesAction.def
[5079a0]272
273MOLECULEACTIONSOURCE = \
[455573]274 Actions/MoleculeAction/BondFileAction.cpp \
[8b886f]275 Actions/MoleculeAction/ChangeBondAngleAction.cpp \
[455573]276 Actions/MoleculeAction/ChangeNameAction.cpp \
277 Actions/MoleculeAction/CopyAction.cpp \
278 Actions/MoleculeAction/FillWithMoleculeAction.cpp \
279 Actions/MoleculeAction/FillVoidWithMoleculeAction.cpp \
280 Actions/MoleculeAction/LinearInterpolationofTrajectoriesAction.cpp \
281 Actions/MoleculeAction/LoadAction.cpp \
282 Actions/MoleculeAction/RotateAroundSelfByAngleAction.cpp \
283 Actions/MoleculeAction/RotateToPrincipalAxisSystemAction.cpp \
284 Actions/MoleculeAction/SaveSelectedMoleculesAction.cpp \
285 Actions/MoleculeAction/SaveAdjacencyAction.cpp \
286 Actions/MoleculeAction/SaveBondsAction.cpp \
287 Actions/MoleculeAction/SaveTemperatureAction.cpp \
[3a51bd]288 Actions/MoleculeAction/StretchBondAction.cpp \
[455573]289 Actions/MoleculeAction/SuspendInWaterAction.cpp \
290 Actions/MoleculeAction/VerletIntegrationAction.cpp
[5079a0]291MOLECULEACTIONHEADER = \
[455573]292 Actions/MoleculeAction/BondFileAction.hpp \
[8b886f]293 Actions/MoleculeAction/ChangeBondAngleAction.hpp \
[455573]294 Actions/MoleculeAction/ChangeNameAction.hpp \
295 Actions/MoleculeAction/CopyAction.hpp \
296 Actions/MoleculeAction/FillWithMoleculeAction.hpp \
297 Actions/MoleculeAction/FillVoidWithMoleculeAction.hpp \
298 Actions/MoleculeAction/LinearInterpolationofTrajectoriesAction.hpp \
[3001c9]299 Actions/MoleculeAction/LoadAction.hpp \
[455573]300 Actions/MoleculeAction/RotateAroundSelfByAngleAction.hpp \
301 Actions/MoleculeAction/RotateToPrincipalAxisSystemAction.hpp \
302 Actions/MoleculeAction/SaveSelectedMoleculesAction.hpp \
303 Actions/MoleculeAction/SaveAdjacencyAction.hpp \
304 Actions/MoleculeAction/SaveBondsAction.hpp \
305 Actions/MoleculeAction/SaveTemperatureAction.hpp \
[3a51bd]306 Actions/MoleculeAction/StretchBondAction.hpp \
[455573]307 Actions/MoleculeAction/SuspendInWaterAction.hpp \
308 Actions/MoleculeAction/VerletIntegrationAction.hpp
[dd8990]309MOLECULEACTIONDEFS = \
310 Actions/MoleculeAction/BondFileAction.def \
[8b886f]311 Actions/MoleculeAction/ChangeBondAngleAction.def \
[dd8990]312 Actions/MoleculeAction/ChangeNameAction.def \
313 Actions/MoleculeAction/CopyAction.def \
314 Actions/MoleculeAction/FillWithMoleculeAction.def \
315 Actions/MoleculeAction/FillVoidWithMoleculeAction.def \
316 Actions/MoleculeAction/LinearInterpolationofTrajectoriesAction.def \
317 Actions/MoleculeAction/LoadAction.def \
318 Actions/MoleculeAction/RotateAroundSelfByAngleAction.def \
319 Actions/MoleculeAction/RotateToPrincipalAxisSystemAction.def \
320 Actions/MoleculeAction/SaveSelectedMoleculesAction.def \
321 Actions/MoleculeAction/SaveAdjacencyAction.def \
322 Actions/MoleculeAction/SaveBondsAction.def \
323 Actions/MoleculeAction/SaveTemperatureAction.def \
[3a51bd]324 Actions/MoleculeAction/StretchBondAction.def \
[dd8990]325 Actions/MoleculeAction/SuspendInWaterAction.def \
326 Actions/MoleculeAction/VerletIntegrationAction.def
[3f9eba]327
[9cff8b]328PARSERACTIONSOURCE = \
[455573]329 Actions/ParserAction/ParseTremoloPotentialsAction.cpp \
[531f27]330 Actions/ParserAction/SaveSelectedAtomsAsExtTypesAction.cpp \
[41d023]331 Actions/ParserAction/SetParserParametersAction.cpp \
[81c980b]332 Actions/ParserAction/SetOutputFormatsAction.cpp \
333 Actions/ParserAction/SetTremoloAtomdataAction.cpp
[9cff8b]334PARSERACTIONHEADER = \
[455573]335 Actions/ParserAction/ParseTremoloPotentialsAction.hpp \
[531f27]336 Actions/ParserAction/SaveSelectedAtomsAsExtTypesAction.hpp \
[41d023]337 Actions/ParserAction/SetParserParametersAction.hpp \
[81c980b]338 Actions/ParserAction/SetOutputFormatsAction.hpp \
339 Actions/ParserAction/SetTremoloAtomdataAction.hpp
[dd8990]340PARSERACTIONDEFS = \
341 Actions/ParserAction/ParseTremoloPotentialsAction.def \
[531f27]342 Actions/ParserAction/SaveSelectedAtomsAsExtTypesAction.def \
[41d023]343 Actions/ParserAction/SetParserParametersAction.def \
[81c980b]344 Actions/ParserAction/SetOutputFormatsAction.def \
345 Actions/ParserAction/SetTremoloAtomdataAction.def
[9cff8b]346
[f5724f]347POTENTIALACTIONSOURCE = \
348 Actions/PotentialAction/FitParticleChargesAction.cpp \
349 Actions/PotentialAction/ParseHomologiesAction.cpp \
350 Actions/PotentialAction/SaveHomologiesAction.cpp
351POTENTIALACTIONHEADER = \
352 Actions/PotentialAction/FitParticleChargesAction.hpp \
353 Actions/PotentialAction/ParseHomologiesAction.hpp \
354 Actions/PotentialAction/SaveHomologiesAction.hpp
355POTENTIALACTIONDEFS = \
356 Actions/PotentialAction/FitParticleChargesAction.def \
357 Actions/PotentialAction/ParseHomologiesAction.def \
358 Actions/PotentialAction/SaveHomologiesAction.def
359
360if CONDLEVMAR
361POTENTIALACTIONSOURCE += \
362 Actions/PotentialAction/FitPotentialAction.cpp
363POTENTIALACTIONHEADER += \
364 Actions/PotentialAction/FitPotentialAction.hpp
365POTENTIALACTIONDEFS += \
366 Actions/PotentialAction/FitPotentialAction.def
367endif
368
[3f9eba]369RANDONNUMBERSSOURCE =\
[48d3c0]370 Actions/RandomNumbersAction/SetRandomNumbersDistributionAction.cpp \
371 Actions/RandomNumbersAction/SetRandomNumbersEngineAction.cpp
[3f9eba]372RANDONNUMBERSHEADER =\
[48d3c0]373 Actions/RandomNumbersAction/SetRandomNumbersDistributionAction.hpp \
374 Actions/RandomNumbersAction/SetRandomNumbersEngineAction.hpp
[dd8990]375RANDONNUMBERSDEFS =\
[48d3c0]376 Actions/RandomNumbersAction/SetRandomNumbersDistributionAction.def \
377 Actions/RandomNumbersAction/SetRandomNumbersEngineAction.def
[5079a0]378
[125002]379SELECTIONATOMACTIONSOURCE = \
[48d3c0]380 Actions/SelectionAction/Atoms/AllAtomsAction.cpp \
[eff536]381 Actions/SelectionAction/Atoms/AllAtomsInsideVolumeAction.cpp \
[48d3c0]382 Actions/SelectionAction/Atoms/AllAtomsOfMoleculeAction.cpp \
383 Actions/SelectionAction/Atoms/AtomByElementAction.cpp \
384 Actions/SelectionAction/Atoms/AtomByIdAction.cpp \
[61c364]385 Actions/SelectionAction/Atoms/AtomByOrderAction.cpp \
[48d3c0]386 Actions/SelectionAction/Atoms/ClearAllAtomsAction.cpp \
[ebc499]387 Actions/SelectionAction/Atoms/InvertAtomsAction.cpp \
[48d3c0]388 Actions/SelectionAction/Atoms/NotAllAtomsAction.cpp \
[eff536]389 Actions/SelectionAction/Atoms/NotAllAtomsInsideVolumeAction.cpp \
[48d3c0]390 Actions/SelectionAction/Atoms/NotAllAtomsOfMoleculeAction.cpp \
391 Actions/SelectionAction/Atoms/NotAtomByElementAction.cpp \
[61c364]392 Actions/SelectionAction/Atoms/NotAtomByIdAction.cpp \
393 Actions/SelectionAction/Atoms/NotAtomByOrderAction.cpp
[125002]394SELECTIONATOMACTIONHEADER = \
[48d3c0]395 Actions/SelectionAction/Atoms/AllAtomsAction.hpp \
[eff536]396 Actions/SelectionAction/Atoms/AllAtomsInsideVolumeAction.hpp \
[48d3c0]397 Actions/SelectionAction/Atoms/AllAtomsOfMoleculeAction.hpp \
398 Actions/SelectionAction/Atoms/AtomByElementAction.hpp \
399 Actions/SelectionAction/Atoms/AtomByIdAction.hpp \
[61c364]400 Actions/SelectionAction/Atoms/AtomByOrderAction.hpp \
[48d3c0]401 Actions/SelectionAction/Atoms/ClearAllAtomsAction.hpp \
[ebc499]402 Actions/SelectionAction/Atoms/InvertAtomsAction.hpp \
[48d3c0]403 Actions/SelectionAction/Atoms/NotAllAtomsAction.hpp \
[eff536]404 Actions/SelectionAction/Atoms/NotAllAtomsInsideVolumeAction.hpp \
[48d3c0]405 Actions/SelectionAction/Atoms/NotAllAtomsOfMoleculeAction.hpp \
406 Actions/SelectionAction/Atoms/NotAtomByElementAction.hpp \
[61c364]407 Actions/SelectionAction/Atoms/NotAtomByIdAction.hpp \
408 Actions/SelectionAction/Atoms/NotAtomByOrderAction.hpp
[dd8990]409SELECTIONATOMACTIONDEFS = \
[48d3c0]410 Actions/SelectionAction/Atoms/AllAtomsAction.def \
[eff536]411 Actions/SelectionAction/Atoms/AllAtomsInsideVolumeAction.def \
[48d3c0]412 Actions/SelectionAction/Atoms/AllAtomsOfMoleculeAction.def \
413 Actions/SelectionAction/Atoms/AtomByElementAction.def \
414 Actions/SelectionAction/Atoms/AtomByIdAction.def \
[61c364]415 Actions/SelectionAction/Atoms/AtomByOrderAction.def \
[48d3c0]416 Actions/SelectionAction/Atoms/ClearAllAtomsAction.def \
[ebc499]417 Actions/SelectionAction/Atoms/InvertAtomsAction.def \
[48d3c0]418 Actions/SelectionAction/Atoms/NotAllAtomsAction.def \
[eff536]419 Actions/SelectionAction/Atoms/NotAllAtomsInsideVolumeAction.def \
[48d3c0]420 Actions/SelectionAction/Atoms/NotAllAtomsOfMoleculeAction.def \
421 Actions/SelectionAction/Atoms/NotAtomByElementAction.def \
[61c364]422 Actions/SelectionAction/Atoms/NotAtomByIdAction.def \
423 Actions/SelectionAction/Atoms/NotAtomByOrderAction.def
[e2009b]424
[125002]425SELECTIONMOLECULEACTIONSOURCE = \
[48d3c0]426 Actions/SelectionAction/Molecules/AllMoleculesAction.cpp \
427 Actions/SelectionAction/Molecules/ClearAllMoleculesAction.cpp \
[ebc499]428 Actions/SelectionAction/Molecules/InvertMoleculesAction.cpp \
[48d3c0]429 Actions/SelectionAction/Molecules/MoleculeByFormulaAction.cpp \
430 Actions/SelectionAction/Molecules/MoleculeByIdAction.cpp \
431 Actions/SelectionAction/Molecules/MoleculeByNameAction.cpp \
432 Actions/SelectionAction/Molecules/MoleculeByOrderAction.cpp \
433 Actions/SelectionAction/Molecules/MoleculeOfAtomAction.cpp \
434 Actions/SelectionAction/Molecules/NotAllMoleculesAction.cpp \
435 Actions/SelectionAction/Molecules/NotMoleculeByFormulaAction.cpp \
436 Actions/SelectionAction/Molecules/NotMoleculeByIdAction.cpp \
437 Actions/SelectionAction/Molecules/NotMoleculeByNameAction.cpp \
438 Actions/SelectionAction/Molecules/NotMoleculeByOrderAction.cpp \
439 Actions/SelectionAction/Molecules/NotMoleculeOfAtomAction.cpp
[125002]440SELECTIONMOLECULEACTIONHEADER = \
[48d3c0]441 Actions/SelectionAction/Molecules/AllMoleculesAction.hpp \
442 Actions/SelectionAction/Molecules/ClearAllMoleculesAction.hpp \
[ebc499]443 Actions/SelectionAction/Molecules/InvertMoleculesAction.hpp \
[48d3c0]444 Actions/SelectionAction/Molecules/MoleculeByFormulaAction.hpp \
445 Actions/SelectionAction/Molecules/MoleculeByIdAction.hpp \
446 Actions/SelectionAction/Molecules/MoleculeByNameAction.hpp \
447 Actions/SelectionAction/Molecules/MoleculeByOrderAction.hpp \
448 Actions/SelectionAction/Molecules/MoleculeOfAtomAction.hpp \
449 Actions/SelectionAction/Molecules/NotAllMoleculesAction.hpp \
450 Actions/SelectionAction/Molecules/NotMoleculeByFormulaAction.hpp \
451 Actions/SelectionAction/Molecules/NotMoleculeByIdAction.hpp \
452 Actions/SelectionAction/Molecules/NotMoleculeByNameAction.hpp \
453 Actions/SelectionAction/Molecules/NotMoleculeByOrderAction.hpp \
454 Actions/SelectionAction/Molecules/NotMoleculeOfAtomAction.hpp
[dd8990]455SELECTIONMOLECULEACTIONDEFS = \
[48d3c0]456 Actions/SelectionAction/Molecules/AllMoleculesAction.def \
457 Actions/SelectionAction/Molecules/ClearAllMoleculesAction.def \
[ebc499]458 Actions/SelectionAction/Molecules/InvertMoleculesAction.def \
[48d3c0]459 Actions/SelectionAction/Molecules/MoleculeByFormulaAction.def \
460 Actions/SelectionAction/Molecules/MoleculeByIdAction.def \
461 Actions/SelectionAction/Molecules/MoleculeByNameAction.def \
462 Actions/SelectionAction/Molecules/MoleculeByOrderAction.def \
463 Actions/SelectionAction/Molecules/MoleculeOfAtomAction.def \
464 Actions/SelectionAction/Molecules/NotAllMoleculesAction.def \
465 Actions/SelectionAction/Molecules/NotMoleculeByFormulaAction.def \
466 Actions/SelectionAction/Molecules/NotMoleculeByIdAction.def \
467 Actions/SelectionAction/Molecules/NotMoleculeByNameAction.def \
468 Actions/SelectionAction/Molecules/NotMoleculeByOrderAction.def \
469 Actions/SelectionAction/Molecules/NotMoleculeOfAtomAction.def
[70bce9]470
471SELECTIONSHAPEACTIONSOURCE = \
[663606]472 Actions/SelectionAction/Shapes/AllShapesAction.cpp \
[a27dcb]473 Actions/SelectionAction/Shapes/ShapeByNameAction.cpp \
[2c004d]474 Actions/SelectionAction/Shapes/NotAllShapesAction.cpp \
475 Actions/SelectionAction/Shapes/NotShapeByNameAction.cpp
[70bce9]476SELECTIONSHAPEACTIONHEADER = \
[663606]477 Actions/SelectionAction/Shapes/AllShapesAction.hpp \
[a27dcb]478 Actions/SelectionAction/Shapes/ShapeByNameAction.hpp \
[2c004d]479 Actions/SelectionAction/Shapes/NotAllShapesAction.hpp \
480 Actions/SelectionAction/Shapes/NotShapeByNameAction.hpp
[70bce9]481SELECTIONSHAPEACTIONDEFS = \
[663606]482 Actions/SelectionAction/Shapes/AllShapesAction.def \
[a27dcb]483 Actions/SelectionAction/Shapes/ShapeByNameAction.def \
[2c004d]484 Actions/SelectionAction/Shapes/NotAllShapesAction.def \
485 Actions/SelectionAction/Shapes/NotShapeByNameAction.def
[125002]486
[4dc309]487SHAPEACTIONSOURCE = \
[d475a6]488 Actions/ShapeAction/CombineShapesAction.cpp \
[f20da5]489 Actions/ShapeAction/CreateShapeAction.cpp \
[0b5057]490 Actions/ShapeAction/RemoveShapeAction.cpp \
[a2bbb1]491 Actions/ShapeAction/RotateShapeAction.cpp \
[29ea65]492 Actions/ShapeAction/StretchShapeAction.cpp \
[0b5057]493 Actions/ShapeAction/TranslateShapeAction.cpp
[4dc309]494SHAPEACTIONHEADER = \
[d475a6]495 Actions/ShapeAction/CombineShapesAction.hpp \
[f20da5]496 Actions/ShapeAction/CreateShapeAction.hpp \
[0b5057]497 Actions/ShapeAction/RemoveShapeAction.hpp \
[a2bbb1]498 Actions/ShapeAction/RotateShapeAction.hpp \
[29ea65]499 Actions/ShapeAction/StretchShapeAction.hpp \
[0b5057]500 Actions/ShapeAction/TranslateShapeAction.hpp
[4dc309]501SHAPEACTIONDEFS = \
[d475a6]502 Actions/ShapeAction/CombineShapesAction.def \
[f20da5]503 Actions/ShapeAction/CreateShapeAction.def \
[0b5057]504 Actions/ShapeAction/RemoveShapeAction.def \
[a2bbb1]505 Actions/ShapeAction/RotateShapeAction.def \
[29ea65]506 Actions/ShapeAction/StretchShapeAction.def \
[0b5057]507 Actions/ShapeAction/TranslateShapeAction.def
[4dc309]508
[5079a0]509TESSELATIONACTIONSOURCE = \
[455573]510 Actions/TesselationAction/ConvexEnvelopeAction.cpp \
[4dc309]511 Actions/TesselationAction/NonConvexEnvelopeAction.cpp
[5079a0]512TESSELATIONACTIONHEADER = \
[455573]513 Actions/TesselationAction/ConvexEnvelopeAction.hpp \
514 Actions/TesselationAction/NonConvexEnvelopeAction.hpp
[dd8990]515TESSELATIONACTIONDEFS = \
516 Actions/TesselationAction/ConvexEnvelopeAction.def \
517 Actions/TesselationAction/NonConvexEnvelopeAction.def
[455573]518
519UNDOACTIONSOURCE = \
520 Actions/RedoAction.cpp \
521 Actions/UndoAction.cpp
522UNDOACTIONHEADER = \
523 Actions/RedoAction.hpp \
524 Actions/UndoAction.hpp
[dd8990]525UNDOACTIONDEFS = \
526 Actions/RedoAction.def \
527 Actions/UndoAction.def
[455573]528
[5079a0]529
530WORLDACTIONSOURCE = \
[455573]531 Actions/WorldAction/AddEmptyBoundaryAction.cpp \
532 Actions/WorldAction/BoundInBoxAction.cpp \
533 Actions/WorldAction/CenterInBoxAction.cpp \
534 Actions/WorldAction/CenterOnEdgeAction.cpp \
535 Actions/WorldAction/ChangeBoxAction.cpp \
536 Actions/WorldAction/InputAction.cpp \
[5bcbc7]537 Actions/WorldAction/OutputAction.cpp \
[072f0e]538 Actions/WorldAction/OutputAsAction.cpp \
[455573]539 Actions/WorldAction/RepeatBoxAction.cpp \
540 Actions/WorldAction/ScaleBoxAction.cpp \
[c52e08]541 Actions/WorldAction/SetBoundaryConditionsAction.cpp \
[455573]542 Actions/WorldAction/SetDefaultNameAction.cpp \
543 Actions/WorldAction/SetWorldTimeAction.cpp
[5079a0]544WORLDACTIONHEADER = \
[455573]545 Actions/WorldAction/AddEmptyBoundaryAction.hpp \
546 Actions/WorldAction/BoundInBoxAction.hpp \
547 Actions/WorldAction/CenterInBoxAction.hpp \
548 Actions/WorldAction/CenterOnEdgeAction.hpp \
549 Actions/WorldAction/ChangeBoxAction.hpp \
550 Actions/WorldAction/InputAction.hpp \
[5bcbc7]551 Actions/WorldAction/OutputAction.hpp \
[072f0e]552 Actions/WorldAction/OutputAsAction.hpp \
[455573]553 Actions/WorldAction/RepeatBoxAction.hpp \
554 Actions/WorldAction/ScaleBoxAction.hpp \
[c52e08]555 Actions/WorldAction/SetBoundaryConditionsAction.hpp \
[455573]556 Actions/WorldAction/SetDefaultNameAction.hpp \
557 Actions/WorldAction/SetWorldTimeAction.hpp
[dd8990]558WORLDACTIONDEFS = \
559 Actions/WorldAction/AddEmptyBoundaryAction.def \
560 Actions/WorldAction/BoundInBoxAction.def \
561 Actions/WorldAction/CenterInBoxAction.def \
562 Actions/WorldAction/CenterOnEdgeAction.def \
563 Actions/WorldAction/ChangeBoxAction.def \
564 Actions/WorldAction/InputAction.def \
[5bcbc7]565 Actions/WorldAction/OutputAction.def \
[072f0e]566 Actions/WorldAction/OutputAsAction.def \
[dd8990]567 Actions/WorldAction/RepeatBoxAction.def \
568 Actions/WorldAction/ScaleBoxAction.def \
[c52e08]569 Actions/WorldAction/SetBoundaryConditionsAction.def \
[dd8990]570 Actions/WorldAction/SetDefaultNameAction.def \
571 Actions/WorldAction/SetWorldTimeAction.def
[5079a0]572
[c20b35]573#ACTIONPYTHONSOURCE_WITHDIR = $(ACTIONPROTOTYPESSOURCE:Action.cpp=Action.python.cpp)
574#ACTIONPYTHONSOURCE = $(notdir $(ACTIONPYTHONSOURCE_WITHDIR))
[861874]575
[455573]576noinst_LTLIBRARIES += \
577 libMolecuilderActions.la \
578 libMolecuilderActionPrototypes.la
[c20b35]579# libMolecuilderActionPython.la
[004d5c]580libMolecuilderActionPrototypes_la_CPPFLAGS = $(AM_CPPFLAGS)
581if CONDJOBMARKET
582libMolecuilderActionPrototypes_la_CPPFLAGS += $(JobMarket_CFLAGS)
583endif
[48d20d]584if CONDLEVMAR
585libMolecuilderActionPrototypes_la_CPPFLAGS += $(LEVMAR_CPPFLAGS)
586endif
[214240]587libMolecuilderActions_la_includedir = $(includedir)/MoleCuilder/
588libMolecuilderActionPrototypes_la_includedir = $(includedir)/MoleCuilder/
589#libMolecuilderActionPython_la_includedir = $(includedir)/MoleCuilder/
[455573]590
[c015b3]591BUILT_SOURCES += AllActionHeaders.hpp
592if CONDPYTHON
593BUILT_SOURCES += AllActionPython.hpp
594endif
[c20b35]595#$(ACTIONPYTHONSOURCE)
[83e90c]596
[455573]597# UIElements/libMolecuilderUI.la
[e5bf2b]598nobase_libMolecuilderActions_la_include_HEADERS = ${ACTIONSHEADER}
[5e7ebe]599nobase_libMolecuilderActionPrototypes_la_include_HEADERS = ${ACTIONPROTOTYPESHEADER} ${ACTIONPROTOTYPESDEFS}
[83e90c]600nodist_libMolecuilderActionPrototypes_la_include_HEADERS = AllActionHeaders.hpp
[c20b35]601#nobase_libMolecuilderActionPython_la_include_HEADERS = ${ACTIONPROTOTYPESHEADER} ${ACTIONPROTOTYPESDEFS}
602#nodist_libMolecuilderActionPython_la_include_HEADERS = AllActionHeaders.hpp
[861874]603
604## Define the source file list for the "libexample-@MOLECUILDER_API_VERSION@.la"
605## target. Note that @MOLECUILDER_API_VERSION@ is not interpreted by Automake and
606## will therefore be treated as if it were literally part of the target name,
607## and the variable name derived from that.
608## The file extension .cc is recognized by Automake, and makes it produce
609## rules which invoke the C++ compiler to produce a libtool object file (.lo)
610## from each source file. Note that it is not necessary to list header files
611## which are already listed elsewhere in a _HEADERS variable assignment.
[acbe1b]612libMolecuilderActions_la_SOURCES = ${ACTIONSSOURCE}
[455573]613libMolecuilderActionPrototypes_la_SOURCES = ${ACTIONPROTOTYPESSOURCE}
[c20b35]614#libMolecuilderActionPython_la_SOURCES = ${ACTIONPYTHONSOURCE}
[861874]615
616## Instruct libtool to include ABI version information in the generated shared
617## library file (.so). The library ABI version is defined in configure.ac, so
618## that all version information is kept in one place.
[455573]619#libMolecuilderActions_la_LDFLAGS = -version-info $(MOLECUILDER_SO_VERSION)
[861874]620
621## The generated configuration header is installed in its own subdirectory of
622## $(libdir). The reason for this is that the configuration information put
623## into this header file describes the target platform the installed library
624## has been built for. Thus the file must not be installed into a location
625## intended for architecture-independent files, as defined by the Filesystem
626## Hierarchy Standard (FHS).
627## The nodist_ prefix instructs Automake to not generate rules for including
628## the listed files in the distribution on 'make dist'. Files that are listed
629## in _HEADERS variables are normally included in the distribution, but the
630## configuration header file is generated at configure time and should not be
631## shipped with the source tarball.
[acbe1b]632#libMolecuilderActions_libincludedir = $(libdir)/MoleCuilder/include
633#nodist_libMolecuilderActions_libinclude_HEADERS = $(top_builddir)/libmolecuilder_config.h
[861874]634
635## Install the generated pkg-config file (.pc) into the expected location for
636## architecture-dependent package configuration information. Occasionally,
637## pkg-config files are also used for architecture-independent data packages,
638## in which case the correct install location would be $(datadir)/pkgconfig.
[acbe1b]639#pkgconfigdir = $(libdir)/pkgconfig
640#pkgconfig_DATA = $(top_builddir)/MoleCuilder.pc
[83e90c]641
[c20b35]642#SUFFIXES = .pytho n.cpp
643#.python.cpp: $*.def
644# echo "#include \"$<\"" >$@; \
645# echo "#include \"Actions/Action_impl_python.hpp\"" >>$@; \
646# echo "#include \"Actions/Action_impl_undef.hpp\"" >>$@;
647
[c52e08]648AllActionHeaders.hpp: $(ACTIONPROTOTYPESHEADER) Actions/GlobalListOfActions.hpp
[83e90c]649 echo "#ifndef ALLACTIONHEADERS_HPP_" >$@; \
650 echo "#define ALLACTIONHEADERS_HPP_" >>$@; \
651 for file in $(ACTIONPROTOTYPESHEADER); do \
652 echo "#include \"$$file\"" >>$@; \
653 done; \
654 echo "#endif /* ALLACTIONHEADERS_HPP_ */" >>$@;
655
[c015b3]656MOSTLYCLEANFILES += \
657 AllActionHeaders.hpp
658
659if CONDPYTHON
[c52e08]660AllActionPython.hpp: $(ACTIONPROTOTYPESHEADER) Actions/GlobalListOfActions.hpp
[949953]661 echo "#ifndef ALLACTIONPYTHON_HPP_" >$@; \
662 echo "#define ALLACTIONPYTHON_HPP_" >>$@; \
663 for file in $(ACTIONPROTOTYPESHEADER); do \
664 echo "#include \"`echo $$file | sed -e 's/hpp/def/'`\"" >>$@; \
665 echo "#include \"Actions/Action_impl_python.hpp\"" >>$@; \
666 echo "#include \"Actions/Action_impl_undef.hpp\"" >>$@; \
667 done; \
668 echo "#endif /* ALLACTIONPYTHON_HPP_ */" >>$@;
669
[83e90c]670MOSTLYCLEANFILES += \
[949953]671 AllActionPython.hpp
[c015b3]672
673endif
Note: See TracBrowser for help on using the repository browser.