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