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