source: src/Actions/Makefile.am@ 6801f4

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 6801f4 was 6801f4, checked in by Frederik Heber <heber@…>, 11 years ago

Added FillVolumeAction for filling a Shape's volume.

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