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