source: src/Actions/Makefile.am@ d893672

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 d893672 was 842aac, checked in by Frederik Heber <heber@…>, 12 years ago

Refactoring: FillSurfaceAction uses ShapeRegistry

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