[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 = \
|
---|
[343c5a] | 314 | Actions/GraphAction/CorrectBondDegreeAction.cpp \
|
---|
[455573] | 315 | Actions/GraphAction/CreateAdjacencyAction.cpp \
|
---|
| 316 | Actions/GraphAction/DepthFirstSearchAction.cpp \
|
---|
[560cbf] | 317 | Actions/GraphAction/DestroyAdjacencyAction.cpp \
|
---|
[22b786] | 318 | Actions/GraphAction/SubgraphDissectionAction.cpp \
|
---|
| 319 | Actions/GraphAction/UpdateMoleculesAction.cpp
|
---|
[d09093] | 320 | GRAPHACTIONHEADER = \
|
---|
[343c5a] | 321 | Actions/GraphAction/CorrectBondDegreeAction.hpp \
|
---|
[455573] | 322 | Actions/GraphAction/CreateAdjacencyAction.hpp \
|
---|
| 323 | Actions/GraphAction/DepthFirstSearchAction.hpp \
|
---|
[560cbf] | 324 | Actions/GraphAction/DestroyAdjacencyAction.hpp \
|
---|
[22b786] | 325 | Actions/GraphAction/SubgraphDissectionAction.hpp \
|
---|
| 326 | Actions/GraphAction/UpdateMoleculesAction.hpp
|
---|
[dd8990] | 327 | GRAPHACTIONDEFS = \
|
---|
[343c5a] | 328 | Actions/GraphAction/CorrectBondDegreeAction.def \
|
---|
[dd8990] | 329 | Actions/GraphAction/CreateAdjacencyAction.def \
|
---|
| 330 | Actions/GraphAction/DepthFirstSearchAction.def \
|
---|
[560cbf] | 331 | Actions/GraphAction/DestroyAdjacencyAction.def \
|
---|
[22b786] | 332 | Actions/GraphAction/SubgraphDissectionAction.def \
|
---|
| 333 | Actions/GraphAction/UpdateMoleculesAction.def
|
---|
[5079a0] | 334 |
|
---|
| 335 | MOLECULEACTIONSOURCE = \
|
---|
[455573] | 336 | Actions/MoleculeAction/BondFileAction.cpp \
|
---|
[8b886f] | 337 | Actions/MoleculeAction/ChangeBondAngleAction.cpp \
|
---|
[455573] | 338 | Actions/MoleculeAction/ChangeNameAction.cpp \
|
---|
| 339 | Actions/MoleculeAction/CopyAction.cpp \
|
---|
[1a48d2] | 340 | Actions/MoleculeAction/ForceAnnealingAction.cpp \
|
---|
[455573] | 341 | Actions/MoleculeAction/LinearInterpolationofTrajectoriesAction.cpp \
|
---|
| 342 | Actions/MoleculeAction/LoadAction.cpp \
|
---|
[867473] | 343 | Actions/MoleculeAction/RemoveAction.cpp \
|
---|
[788dce] | 344 | Actions/MoleculeAction/RotateAroundBondAction.cpp \
|
---|
[455573] | 345 | Actions/MoleculeAction/RotateAroundSelfByAngleAction.cpp \
|
---|
| 346 | Actions/MoleculeAction/RotateToPrincipalAxisSystemAction.cpp \
|
---|
| 347 | Actions/MoleculeAction/SaveSelectedMoleculesAction.cpp \
|
---|
| 348 | Actions/MoleculeAction/SaveAdjacencyAction.cpp \
|
---|
| 349 | Actions/MoleculeAction/SaveBondsAction.cpp \
|
---|
| 350 | Actions/MoleculeAction/SaveTemperatureAction.cpp \
|
---|
[3a51bd] | 351 | Actions/MoleculeAction/StretchBondAction.cpp \
|
---|
[066442] | 352 | Actions/MoleculeAction/TranslateAction.cpp \
|
---|
[455573] | 353 | Actions/MoleculeAction/VerletIntegrationAction.cpp
|
---|
[5079a0] | 354 | MOLECULEACTIONHEADER = \
|
---|
[455573] | 355 | Actions/MoleculeAction/BondFileAction.hpp \
|
---|
[8b886f] | 356 | Actions/MoleculeAction/ChangeBondAngleAction.hpp \
|
---|
[455573] | 357 | Actions/MoleculeAction/ChangeNameAction.hpp \
|
---|
| 358 | Actions/MoleculeAction/CopyAction.hpp \
|
---|
[1a48d2] | 359 | Actions/MoleculeAction/ForceAnnealingAction.hpp \
|
---|
[455573] | 360 | Actions/MoleculeAction/LinearInterpolationofTrajectoriesAction.hpp \
|
---|
[3001c9] | 361 | Actions/MoleculeAction/LoadAction.hpp \
|
---|
[867473] | 362 | Actions/MoleculeAction/RemoveAction.hpp \
|
---|
[788dce] | 363 | Actions/MoleculeAction/RotateAroundBondAction.hpp \
|
---|
[455573] | 364 | Actions/MoleculeAction/RotateAroundSelfByAngleAction.hpp \
|
---|
| 365 | Actions/MoleculeAction/RotateToPrincipalAxisSystemAction.hpp \
|
---|
| 366 | Actions/MoleculeAction/SaveSelectedMoleculesAction.hpp \
|
---|
| 367 | Actions/MoleculeAction/SaveAdjacencyAction.hpp \
|
---|
| 368 | Actions/MoleculeAction/SaveBondsAction.hpp \
|
---|
| 369 | Actions/MoleculeAction/SaveTemperatureAction.hpp \
|
---|
[3a51bd] | 370 | Actions/MoleculeAction/StretchBondAction.hpp \
|
---|
[066442] | 371 | Actions/MoleculeAction/TranslateAction.hpp \
|
---|
[455573] | 372 | Actions/MoleculeAction/VerletIntegrationAction.hpp
|
---|
[dd8990] | 373 | MOLECULEACTIONDEFS = \
|
---|
| 374 | Actions/MoleculeAction/BondFileAction.def \
|
---|
[8b886f] | 375 | Actions/MoleculeAction/ChangeBondAngleAction.def \
|
---|
[dd8990] | 376 | Actions/MoleculeAction/ChangeNameAction.def \
|
---|
| 377 | Actions/MoleculeAction/CopyAction.def \
|
---|
[1a48d2] | 378 | Actions/MoleculeAction/ForceAnnealingAction.def \
|
---|
[dd8990] | 379 | Actions/MoleculeAction/LinearInterpolationofTrajectoriesAction.def \
|
---|
| 380 | Actions/MoleculeAction/LoadAction.def \
|
---|
[867473] | 381 | Actions/MoleculeAction/RemoveAction.def \
|
---|
[788dce] | 382 | Actions/MoleculeAction/RotateAroundBondAction.def \
|
---|
[dd8990] | 383 | Actions/MoleculeAction/RotateAroundSelfByAngleAction.def \
|
---|
| 384 | Actions/MoleculeAction/RotateToPrincipalAxisSystemAction.def \
|
---|
| 385 | Actions/MoleculeAction/SaveSelectedMoleculesAction.def \
|
---|
| 386 | Actions/MoleculeAction/SaveAdjacencyAction.def \
|
---|
| 387 | Actions/MoleculeAction/SaveBondsAction.def \
|
---|
| 388 | Actions/MoleculeAction/SaveTemperatureAction.def \
|
---|
[3a51bd] | 389 | Actions/MoleculeAction/StretchBondAction.def \
|
---|
[066442] | 390 | Actions/MoleculeAction/TranslateAction.def \
|
---|
[dd8990] | 391 | Actions/MoleculeAction/VerletIntegrationAction.def
|
---|
[3f9eba] | 392 |
|
---|
[9cff8b] | 393 | PARSERACTIONSOURCE = \
|
---|
[531f27] | 394 | Actions/ParserAction/SaveSelectedAtomsAsExtTypesAction.cpp \
|
---|
[41d023] | 395 | Actions/ParserAction/SetParserParametersAction.cpp \
|
---|
[81c980b] | 396 | Actions/ParserAction/SetOutputFormatsAction.cpp \
|
---|
| 397 | Actions/ParserAction/SetTremoloAtomdataAction.cpp
|
---|
[9cff8b] | 398 | PARSERACTIONHEADER = \
|
---|
[531f27] | 399 | Actions/ParserAction/SaveSelectedAtomsAsExtTypesAction.hpp \
|
---|
[41d023] | 400 | Actions/ParserAction/SetParserParametersAction.hpp \
|
---|
[81c980b] | 401 | Actions/ParserAction/SetOutputFormatsAction.hpp \
|
---|
| 402 | Actions/ParserAction/SetTremoloAtomdataAction.hpp
|
---|
[dd8990] | 403 | PARSERACTIONDEFS = \
|
---|
[531f27] | 404 | Actions/ParserAction/SaveSelectedAtomsAsExtTypesAction.def \
|
---|
[41d023] | 405 | Actions/ParserAction/SetParserParametersAction.def \
|
---|
[81c980b] | 406 | Actions/ParserAction/SetOutputFormatsAction.def \
|
---|
| 407 | Actions/ParserAction/SetTremoloAtomdataAction.def
|
---|
[9cff8b] | 408 |
|
---|
[f5724f] | 409 | POTENTIALACTIONSOURCE = \
|
---|
[50d49d] | 410 | Actions/PotentialAction/FitPartialChargesAction.cpp \
|
---|
[78202b] | 411 | Actions/PotentialAction/ParseAtomFragmentsAction.cpp \
|
---|
[f5724f] | 412 | Actions/PotentialAction/ParseHomologiesAction.cpp \
|
---|
[2082637] | 413 | Actions/PotentialAction/ParseParticleParametersAction.cpp \
|
---|
[f1eabd] | 414 | Actions/PotentialAction/ParsePotentialsAction.cpp \
|
---|
[78202b] | 415 | Actions/PotentialAction/SaveAtomFragmentsAction.cpp \
|
---|
[0ea063] | 416 | Actions/PotentialAction/SaveHomologiesAction.cpp \
|
---|
[2082637] | 417 | Actions/PotentialAction/SaveParticleParametersAction.cpp \
|
---|
[0ea063] | 418 | Actions/PotentialAction/SavePotentialsAction.cpp
|
---|
[f5724f] | 419 | POTENTIALACTIONHEADER = \
|
---|
[50d49d] | 420 | Actions/PotentialAction/FitPartialChargesAction.hpp \
|
---|
[78202b] | 421 | Actions/PotentialAction/ParseAtomFragmentsAction.hpp \
|
---|
[f5724f] | 422 | Actions/PotentialAction/ParseHomologiesAction.hpp \
|
---|
[2082637] | 423 | Actions/PotentialAction/ParseParticleParametersAction.hpp \
|
---|
[f1eabd] | 424 | Actions/PotentialAction/ParsePotentialsAction.hpp \
|
---|
[78202b] | 425 | Actions/PotentialAction/SaveAtomFragmentsAction.hpp \
|
---|
[0ea063] | 426 | Actions/PotentialAction/SaveHomologiesAction.hpp \
|
---|
[2082637] | 427 | Actions/PotentialAction/SaveParticleParametersAction.hpp \
|
---|
[0ea063] | 428 | Actions/PotentialAction/SavePotentialsAction.hpp
|
---|
[f5724f] | 429 | POTENTIALACTIONDEFS = \
|
---|
[50d49d] | 430 | Actions/PotentialAction/FitPartialChargesAction.def \
|
---|
[78202b] | 431 | Actions/PotentialAction/ParseAtomFragmentsAction.def \
|
---|
[f5724f] | 432 | Actions/PotentialAction/ParseHomologiesAction.def \
|
---|
[2082637] | 433 | Actions/PotentialAction/ParseParticleParametersAction.def \
|
---|
[f1eabd] | 434 | Actions/PotentialAction/ParsePotentialsAction.def \
|
---|
[78202b] | 435 | Actions/PotentialAction/SaveAtomFragmentsAction.def \
|
---|
[0ea063] | 436 | Actions/PotentialAction/SaveHomologiesAction.def \
|
---|
[2082637] | 437 | Actions/PotentialAction/SaveParticleParametersAction.def \
|
---|
[0ea063] | 438 | Actions/PotentialAction/SavePotentialsAction.def
|
---|
[f5724f] | 439 |
|
---|
| 440 | if CONDLEVMAR
|
---|
| 441 | POTENTIALACTIONSOURCE += \
|
---|
[98d166] | 442 | Actions/PotentialAction/FitCompoundPotentialAction.cpp \
|
---|
[f5724f] | 443 | Actions/PotentialAction/FitPotentialAction.cpp
|
---|
| 444 | POTENTIALACTIONHEADER += \
|
---|
[98d166] | 445 | Actions/PotentialAction/FitCompoundPotentialAction.hpp \
|
---|
[f5724f] | 446 | Actions/PotentialAction/FitPotentialAction.hpp
|
---|
| 447 | POTENTIALACTIONDEFS += \
|
---|
[98d166] | 448 | Actions/PotentialAction/FitCompoundPotentialAction.def \
|
---|
[f5724f] | 449 | Actions/PotentialAction/FitPotentialAction.def
|
---|
| 450 | endif
|
---|
| 451 |
|
---|
[3f9eba] | 452 | RANDONNUMBERSSOURCE =\
|
---|
[48d3c0] | 453 | Actions/RandomNumbersAction/SetRandomNumbersDistributionAction.cpp \
|
---|
| 454 | Actions/RandomNumbersAction/SetRandomNumbersEngineAction.cpp
|
---|
[3f9eba] | 455 | RANDONNUMBERSHEADER =\
|
---|
[48d3c0] | 456 | Actions/RandomNumbersAction/SetRandomNumbersDistributionAction.hpp \
|
---|
| 457 | Actions/RandomNumbersAction/SetRandomNumbersEngineAction.hpp
|
---|
[dd8990] | 458 | RANDONNUMBERSDEFS =\
|
---|
[48d3c0] | 459 | Actions/RandomNumbersAction/SetRandomNumbersDistributionAction.def \
|
---|
| 460 | Actions/RandomNumbersAction/SetRandomNumbersEngineAction.def
|
---|
[5079a0] | 461 |
|
---|
[125002] | 462 | SELECTIONATOMACTIONSOURCE = \
|
---|
[48d3c0] | 463 | Actions/SelectionAction/Atoms/AllAtomsAction.cpp \
|
---|
[eff536] | 464 | Actions/SelectionAction/Atoms/AllAtomsInsideVolumeAction.cpp \
|
---|
[48d3c0] | 465 | Actions/SelectionAction/Atoms/AllAtomsOfMoleculeAction.cpp \
|
---|
| 466 | Actions/SelectionAction/Atoms/AtomByElementAction.cpp \
|
---|
| 467 | Actions/SelectionAction/Atoms/AtomByIdAction.cpp \
|
---|
[3f6aac] | 468 | Actions/SelectionAction/Atoms/AtomByNameAction.cpp \
|
---|
[61c364] | 469 | Actions/SelectionAction/Atoms/AtomByOrderAction.cpp \
|
---|
[48d3c0] | 470 | Actions/SelectionAction/Atoms/ClearAllAtomsAction.cpp \
|
---|
[ebc499] | 471 | Actions/SelectionAction/Atoms/InvertAtomsAction.cpp \
|
---|
[48d3c0] | 472 | Actions/SelectionAction/Atoms/NotAllAtomsAction.cpp \
|
---|
[eff536] | 473 | Actions/SelectionAction/Atoms/NotAllAtomsInsideVolumeAction.cpp \
|
---|
[48d3c0] | 474 | Actions/SelectionAction/Atoms/NotAllAtomsOfMoleculeAction.cpp \
|
---|
| 475 | Actions/SelectionAction/Atoms/NotAtomByElementAction.cpp \
|
---|
[61c364] | 476 | Actions/SelectionAction/Atoms/NotAtomByIdAction.cpp \
|
---|
[3f6aac] | 477 | Actions/SelectionAction/Atoms/NotAtomByNameAction.cpp \
|
---|
[3213f2] | 478 | Actions/SelectionAction/Atoms/NotAtomByOrderAction.cpp \
|
---|
| 479 | Actions/SelectionAction/Atoms/PopAtomsAction.cpp \
|
---|
| 480 | Actions/SelectionAction/Atoms/PushAtomsAction.cpp
|
---|
[125002] | 481 | SELECTIONATOMACTIONHEADER = \
|
---|
[48d3c0] | 482 | Actions/SelectionAction/Atoms/AllAtomsAction.hpp \
|
---|
[eff536] | 483 | Actions/SelectionAction/Atoms/AllAtomsInsideVolumeAction.hpp \
|
---|
[48d3c0] | 484 | Actions/SelectionAction/Atoms/AllAtomsOfMoleculeAction.hpp \
|
---|
| 485 | Actions/SelectionAction/Atoms/AtomByElementAction.hpp \
|
---|
| 486 | Actions/SelectionAction/Atoms/AtomByIdAction.hpp \
|
---|
[3f6aac] | 487 | Actions/SelectionAction/Atoms/AtomByNameAction.hpp \
|
---|
[61c364] | 488 | Actions/SelectionAction/Atoms/AtomByOrderAction.hpp \
|
---|
[48d3c0] | 489 | Actions/SelectionAction/Atoms/ClearAllAtomsAction.hpp \
|
---|
[ebc499] | 490 | Actions/SelectionAction/Atoms/InvertAtomsAction.hpp \
|
---|
[48d3c0] | 491 | Actions/SelectionAction/Atoms/NotAllAtomsAction.hpp \
|
---|
[eff536] | 492 | Actions/SelectionAction/Atoms/NotAllAtomsInsideVolumeAction.hpp \
|
---|
[48d3c0] | 493 | Actions/SelectionAction/Atoms/NotAllAtomsOfMoleculeAction.hpp \
|
---|
| 494 | Actions/SelectionAction/Atoms/NotAtomByElementAction.hpp \
|
---|
[61c364] | 495 | Actions/SelectionAction/Atoms/NotAtomByIdAction.hpp \
|
---|
[3f6aac] | 496 | Actions/SelectionAction/Atoms/NotAtomByNameAction.hpp \
|
---|
[3213f2] | 497 | Actions/SelectionAction/Atoms/NotAtomByOrderAction.hpp \
|
---|
| 498 | Actions/SelectionAction/Atoms/PopAtomsAction.hpp \
|
---|
| 499 | Actions/SelectionAction/Atoms/PushAtomsAction.hpp
|
---|
[dd8990] | 500 | SELECTIONATOMACTIONDEFS = \
|
---|
[48d3c0] | 501 | Actions/SelectionAction/Atoms/AllAtomsAction.def \
|
---|
[eff536] | 502 | Actions/SelectionAction/Atoms/AllAtomsInsideVolumeAction.def \
|
---|
[48d3c0] | 503 | Actions/SelectionAction/Atoms/AllAtomsOfMoleculeAction.def \
|
---|
| 504 | Actions/SelectionAction/Atoms/AtomByElementAction.def \
|
---|
| 505 | Actions/SelectionAction/Atoms/AtomByIdAction.def \
|
---|
[3f6aac] | 506 | Actions/SelectionAction/Atoms/AtomByNameAction.def \
|
---|
[61c364] | 507 | Actions/SelectionAction/Atoms/AtomByOrderAction.def \
|
---|
[48d3c0] | 508 | Actions/SelectionAction/Atoms/ClearAllAtomsAction.def \
|
---|
[ebc499] | 509 | Actions/SelectionAction/Atoms/InvertAtomsAction.def \
|
---|
[48d3c0] | 510 | Actions/SelectionAction/Atoms/NotAllAtomsAction.def \
|
---|
[eff536] | 511 | Actions/SelectionAction/Atoms/NotAllAtomsInsideVolumeAction.def \
|
---|
[48d3c0] | 512 | Actions/SelectionAction/Atoms/NotAllAtomsOfMoleculeAction.def \
|
---|
| 513 | Actions/SelectionAction/Atoms/NotAtomByElementAction.def \
|
---|
[61c364] | 514 | Actions/SelectionAction/Atoms/NotAtomByIdAction.def \
|
---|
[3f6aac] | 515 | Actions/SelectionAction/Atoms/NotAtomByNameAction.def \
|
---|
[3213f2] | 516 | Actions/SelectionAction/Atoms/NotAtomByOrderAction.def \
|
---|
| 517 | Actions/SelectionAction/Atoms/PopAtomsAction.def \
|
---|
| 518 | Actions/SelectionAction/Atoms/PushAtomsAction.def
|
---|
[e2009b] | 519 |
|
---|
[125002] | 520 | SELECTIONMOLECULEACTIONSOURCE = \
|
---|
[48d3c0] | 521 | Actions/SelectionAction/Molecules/AllMoleculesAction.cpp \
|
---|
| 522 | Actions/SelectionAction/Molecules/ClearAllMoleculesAction.cpp \
|
---|
[ebc499] | 523 | Actions/SelectionAction/Molecules/InvertMoleculesAction.cpp \
|
---|
[48d3c0] | 524 | Actions/SelectionAction/Molecules/MoleculeByFormulaAction.cpp \
|
---|
| 525 | Actions/SelectionAction/Molecules/MoleculeByIdAction.cpp \
|
---|
| 526 | Actions/SelectionAction/Molecules/MoleculeByNameAction.cpp \
|
---|
| 527 | Actions/SelectionAction/Molecules/MoleculeByOrderAction.cpp \
|
---|
| 528 | Actions/SelectionAction/Molecules/MoleculeOfAtomAction.cpp \
|
---|
| 529 | Actions/SelectionAction/Molecules/NotAllMoleculesAction.cpp \
|
---|
| 530 | Actions/SelectionAction/Molecules/NotMoleculeByFormulaAction.cpp \
|
---|
| 531 | Actions/SelectionAction/Molecules/NotMoleculeByIdAction.cpp \
|
---|
| 532 | Actions/SelectionAction/Molecules/NotMoleculeByNameAction.cpp \
|
---|
| 533 | Actions/SelectionAction/Molecules/NotMoleculeByOrderAction.cpp \
|
---|
[a84e8d] | 534 | Actions/SelectionAction/Molecules/NotMoleculeOfAtomAction.cpp \
|
---|
| 535 | Actions/SelectionAction/Molecules/PopMoleculesAction.cpp \
|
---|
| 536 | Actions/SelectionAction/Molecules/PushMoleculesAction.cpp
|
---|
[125002] | 537 | SELECTIONMOLECULEACTIONHEADER = \
|
---|
[48d3c0] | 538 | Actions/SelectionAction/Molecules/AllMoleculesAction.hpp \
|
---|
| 539 | Actions/SelectionAction/Molecules/ClearAllMoleculesAction.hpp \
|
---|
[ebc499] | 540 | Actions/SelectionAction/Molecules/InvertMoleculesAction.hpp \
|
---|
[48d3c0] | 541 | Actions/SelectionAction/Molecules/MoleculeByFormulaAction.hpp \
|
---|
| 542 | Actions/SelectionAction/Molecules/MoleculeByIdAction.hpp \
|
---|
| 543 | Actions/SelectionAction/Molecules/MoleculeByNameAction.hpp \
|
---|
| 544 | Actions/SelectionAction/Molecules/MoleculeByOrderAction.hpp \
|
---|
| 545 | Actions/SelectionAction/Molecules/MoleculeOfAtomAction.hpp \
|
---|
| 546 | Actions/SelectionAction/Molecules/NotAllMoleculesAction.hpp \
|
---|
| 547 | Actions/SelectionAction/Molecules/NotMoleculeByFormulaAction.hpp \
|
---|
| 548 | Actions/SelectionAction/Molecules/NotMoleculeByIdAction.hpp \
|
---|
| 549 | Actions/SelectionAction/Molecules/NotMoleculeByNameAction.hpp \
|
---|
| 550 | Actions/SelectionAction/Molecules/NotMoleculeByOrderAction.hpp \
|
---|
[a84e8d] | 551 | Actions/SelectionAction/Molecules/NotMoleculeOfAtomAction.hpp \
|
---|
| 552 | Actions/SelectionAction/Molecules/PopMoleculesAction.hpp \
|
---|
| 553 | Actions/SelectionAction/Molecules/PushMoleculesAction.hpp
|
---|
[dd8990] | 554 | SELECTIONMOLECULEACTIONDEFS = \
|
---|
[48d3c0] | 555 | Actions/SelectionAction/Molecules/AllMoleculesAction.def \
|
---|
| 556 | Actions/SelectionAction/Molecules/ClearAllMoleculesAction.def \
|
---|
[ebc499] | 557 | Actions/SelectionAction/Molecules/InvertMoleculesAction.def \
|
---|
[48d3c0] | 558 | Actions/SelectionAction/Molecules/MoleculeByFormulaAction.def \
|
---|
| 559 | Actions/SelectionAction/Molecules/MoleculeByIdAction.def \
|
---|
| 560 | Actions/SelectionAction/Molecules/MoleculeByNameAction.def \
|
---|
| 561 | Actions/SelectionAction/Molecules/MoleculeByOrderAction.def \
|
---|
| 562 | Actions/SelectionAction/Molecules/MoleculeOfAtomAction.def \
|
---|
| 563 | Actions/SelectionAction/Molecules/NotAllMoleculesAction.def \
|
---|
| 564 | Actions/SelectionAction/Molecules/NotMoleculeByFormulaAction.def \
|
---|
| 565 | Actions/SelectionAction/Molecules/NotMoleculeByIdAction.def \
|
---|
| 566 | Actions/SelectionAction/Molecules/NotMoleculeByNameAction.def \
|
---|
| 567 | Actions/SelectionAction/Molecules/NotMoleculeByOrderAction.def \
|
---|
[a84e8d] | 568 | Actions/SelectionAction/Molecules/NotMoleculeOfAtomAction.def \
|
---|
| 569 | Actions/SelectionAction/Molecules/PopMoleculesAction.def \
|
---|
| 570 | Actions/SelectionAction/Molecules/PushMoleculesAction.def
|
---|
[70bce9] | 571 |
|
---|
| 572 | SELECTIONSHAPEACTIONSOURCE = \
|
---|
[663606] | 573 | Actions/SelectionAction/Shapes/AllShapesAction.cpp \
|
---|
[a27dcb] | 574 | Actions/SelectionAction/Shapes/ShapeByNameAction.cpp \
|
---|
[2c004d] | 575 | Actions/SelectionAction/Shapes/NotAllShapesAction.cpp \
|
---|
| 576 | Actions/SelectionAction/Shapes/NotShapeByNameAction.cpp
|
---|
[70bce9] | 577 | SELECTIONSHAPEACTIONHEADER = \
|
---|
[663606] | 578 | Actions/SelectionAction/Shapes/AllShapesAction.hpp \
|
---|
[a27dcb] | 579 | Actions/SelectionAction/Shapes/ShapeByNameAction.hpp \
|
---|
[2c004d] | 580 | Actions/SelectionAction/Shapes/NotAllShapesAction.hpp \
|
---|
| 581 | Actions/SelectionAction/Shapes/NotShapeByNameAction.hpp
|
---|
[70bce9] | 582 | SELECTIONSHAPEACTIONDEFS = \
|
---|
[663606] | 583 | Actions/SelectionAction/Shapes/AllShapesAction.def \
|
---|
[a27dcb] | 584 | Actions/SelectionAction/Shapes/ShapeByNameAction.def \
|
---|
[2c004d] | 585 | Actions/SelectionAction/Shapes/NotAllShapesAction.def \
|
---|
| 586 | Actions/SelectionAction/Shapes/NotShapeByNameAction.def
|
---|
[125002] | 587 |
|
---|
[4dc309] | 588 | SHAPEACTIONSOURCE = \
|
---|
[d475a6] | 589 | Actions/ShapeAction/CombineShapesAction.cpp \
|
---|
[f20da5] | 590 | Actions/ShapeAction/CreateShapeAction.cpp \
|
---|
[0b5057] | 591 | Actions/ShapeAction/RemoveShapeAction.cpp \
|
---|
[a2bbb1] | 592 | Actions/ShapeAction/RotateShapeAction.cpp \
|
---|
[29ea65] | 593 | Actions/ShapeAction/StretchShapeAction.cpp \
|
---|
[0b5057] | 594 | Actions/ShapeAction/TranslateShapeAction.cpp
|
---|
[4dc309] | 595 | SHAPEACTIONHEADER = \
|
---|
[d475a6] | 596 | Actions/ShapeAction/CombineShapesAction.hpp \
|
---|
[f20da5] | 597 | Actions/ShapeAction/CreateShapeAction.hpp \
|
---|
[0b5057] | 598 | Actions/ShapeAction/RemoveShapeAction.hpp \
|
---|
[a2bbb1] | 599 | Actions/ShapeAction/RotateShapeAction.hpp \
|
---|
[29ea65] | 600 | Actions/ShapeAction/StretchShapeAction.hpp \
|
---|
[0b5057] | 601 | Actions/ShapeAction/TranslateShapeAction.hpp
|
---|
[4dc309] | 602 | SHAPEACTIONDEFS = \
|
---|
[d475a6] | 603 | Actions/ShapeAction/CombineShapesAction.def \
|
---|
[f20da5] | 604 | Actions/ShapeAction/CreateShapeAction.def \
|
---|
[0b5057] | 605 | Actions/ShapeAction/RemoveShapeAction.def \
|
---|
[a2bbb1] | 606 | Actions/ShapeAction/RotateShapeAction.def \
|
---|
[29ea65] | 607 | Actions/ShapeAction/StretchShapeAction.def \
|
---|
[0b5057] | 608 | Actions/ShapeAction/TranslateShapeAction.def
|
---|
[4dc309] | 609 |
|
---|
[5079a0] | 610 | TESSELATIONACTIONSOURCE = \
|
---|
[455573] | 611 | Actions/TesselationAction/ConvexEnvelopeAction.cpp \
|
---|
[4dc309] | 612 | Actions/TesselationAction/NonConvexEnvelopeAction.cpp
|
---|
[5079a0] | 613 | TESSELATIONACTIONHEADER = \
|
---|
[455573] | 614 | Actions/TesselationAction/ConvexEnvelopeAction.hpp \
|
---|
| 615 | Actions/TesselationAction/NonConvexEnvelopeAction.hpp
|
---|
[dd8990] | 616 | TESSELATIONACTIONDEFS = \
|
---|
| 617 | Actions/TesselationAction/ConvexEnvelopeAction.def \
|
---|
| 618 | Actions/TesselationAction/NonConvexEnvelopeAction.def
|
---|
[455573] | 619 |
|
---|
| 620 | UNDOACTIONSOURCE = \
|
---|
| 621 | Actions/RedoAction.cpp \
|
---|
| 622 | Actions/UndoAction.cpp
|
---|
| 623 | UNDOACTIONHEADER = \
|
---|
| 624 | Actions/RedoAction.hpp \
|
---|
| 625 | Actions/UndoAction.hpp
|
---|
[dd8990] | 626 | UNDOACTIONDEFS = \
|
---|
| 627 | Actions/RedoAction.def \
|
---|
| 628 | Actions/UndoAction.def
|
---|
[455573] | 629 |
|
---|
[5079a0] | 630 |
|
---|
| 631 | WORLDACTIONSOURCE = \
|
---|
[455573] | 632 | Actions/WorldAction/AddEmptyBoundaryAction.cpp \
|
---|
| 633 | Actions/WorldAction/BoundInBoxAction.cpp \
|
---|
| 634 | Actions/WorldAction/CenterInBoxAction.cpp \
|
---|
| 635 | Actions/WorldAction/CenterOnEdgeAction.cpp \
|
---|
| 636 | Actions/WorldAction/ChangeBoxAction.cpp \
|
---|
| 637 | Actions/WorldAction/InputAction.cpp \
|
---|
[5bcbc7] | 638 | Actions/WorldAction/OutputAction.cpp \
|
---|
[072f0e] | 639 | Actions/WorldAction/OutputAsAction.cpp \
|
---|
[455573] | 640 | Actions/WorldAction/RepeatBoxAction.cpp \
|
---|
| 641 | Actions/WorldAction/ScaleBoxAction.cpp \
|
---|
[c52e08] | 642 | Actions/WorldAction/SetBoundaryConditionsAction.cpp \
|
---|
[455573] | 643 | Actions/WorldAction/SetDefaultNameAction.cpp \
|
---|
[72e40d0] | 644 | Actions/WorldAction/SetWorldTimeAction.cpp \
|
---|
| 645 | Actions/WorldAction/StepWorldTimeAction.cpp
|
---|
[5079a0] | 646 | WORLDACTIONHEADER = \
|
---|
[455573] | 647 | Actions/WorldAction/AddEmptyBoundaryAction.hpp \
|
---|
| 648 | Actions/WorldAction/BoundInBoxAction.hpp \
|
---|
| 649 | Actions/WorldAction/CenterInBoxAction.hpp \
|
---|
| 650 | Actions/WorldAction/CenterOnEdgeAction.hpp \
|
---|
| 651 | Actions/WorldAction/ChangeBoxAction.hpp \
|
---|
| 652 | Actions/WorldAction/InputAction.hpp \
|
---|
[5bcbc7] | 653 | Actions/WorldAction/OutputAction.hpp \
|
---|
[072f0e] | 654 | Actions/WorldAction/OutputAsAction.hpp \
|
---|
[455573] | 655 | Actions/WorldAction/RepeatBoxAction.hpp \
|
---|
| 656 | Actions/WorldAction/ScaleBoxAction.hpp \
|
---|
[c52e08] | 657 | Actions/WorldAction/SetBoundaryConditionsAction.hpp \
|
---|
[455573] | 658 | Actions/WorldAction/SetDefaultNameAction.hpp \
|
---|
[72e40d0] | 659 | Actions/WorldAction/SetWorldTimeAction.hpp \
|
---|
| 660 | Actions/WorldAction/StepWorldTimeAction.hpp
|
---|
[dd8990] | 661 | WORLDACTIONDEFS = \
|
---|
| 662 | Actions/WorldAction/AddEmptyBoundaryAction.def \
|
---|
| 663 | Actions/WorldAction/BoundInBoxAction.def \
|
---|
| 664 | Actions/WorldAction/CenterInBoxAction.def \
|
---|
| 665 | Actions/WorldAction/CenterOnEdgeAction.def \
|
---|
| 666 | Actions/WorldAction/ChangeBoxAction.def \
|
---|
| 667 | Actions/WorldAction/InputAction.def \
|
---|
[5bcbc7] | 668 | Actions/WorldAction/OutputAction.def \
|
---|
[072f0e] | 669 | Actions/WorldAction/OutputAsAction.def \
|
---|
[dd8990] | 670 | Actions/WorldAction/RepeatBoxAction.def \
|
---|
| 671 | Actions/WorldAction/ScaleBoxAction.def \
|
---|
[c52e08] | 672 | Actions/WorldAction/SetBoundaryConditionsAction.def \
|
---|
[dd8990] | 673 | Actions/WorldAction/SetDefaultNameAction.def \
|
---|
[72e40d0] | 674 | Actions/WorldAction/SetWorldTimeAction.def \
|
---|
| 675 | Actions/WorldAction/StepWorldTimeAction.def
|
---|
[5079a0] | 676 |
|
---|
[c20b35] | 677 | #ACTIONPYTHONSOURCE_WITHDIR = $(ACTIONPROTOTYPESSOURCE:Action.cpp=Action.python.cpp)
|
---|
| 678 | #ACTIONPYTHONSOURCE = $(notdir $(ACTIONPYTHONSOURCE_WITHDIR))
|
---|
[861874] | 679 |
|
---|
[455573] | 680 | noinst_LTLIBRARIES += \
|
---|
| 681 | libMolecuilderActions.la \
|
---|
| 682 | libMolecuilderActionPrototypes.la
|
---|
[c20b35] | 683 | # libMolecuilderActionPython.la
|
---|
[004d5c] | 684 | libMolecuilderActionPrototypes_la_CPPFLAGS = $(AM_CPPFLAGS)
|
---|
| 685 | if CONDJOBMARKET
|
---|
| 686 | libMolecuilderActionPrototypes_la_CPPFLAGS += $(JobMarket_CFLAGS)
|
---|
| 687 | endif
|
---|
[48d20d] | 688 | if CONDLEVMAR
|
---|
| 689 | libMolecuilderActionPrototypes_la_CPPFLAGS += $(LEVMAR_CPPFLAGS)
|
---|
| 690 | endif
|
---|
[214240] | 691 | libMolecuilderActions_la_includedir = $(includedir)/MoleCuilder/
|
---|
| 692 | libMolecuilderActionPrototypes_la_includedir = $(includedir)/MoleCuilder/
|
---|
| 693 | #libMolecuilderActionPython_la_includedir = $(includedir)/MoleCuilder/
|
---|
[455573] | 694 |
|
---|
[c015b3] | 695 | BUILT_SOURCES += AllActionHeaders.hpp
|
---|
| 696 | if CONDPYTHON
|
---|
| 697 | BUILT_SOURCES += AllActionPython.hpp
|
---|
| 698 | endif
|
---|
[c20b35] | 699 | #$(ACTIONPYTHONSOURCE)
|
---|
[83e90c] | 700 |
|
---|
[455573] | 701 | # UIElements/libMolecuilderUI.la
|
---|
[e5bf2b] | 702 | nobase_libMolecuilderActions_la_include_HEADERS = ${ACTIONSHEADER}
|
---|
[5e7ebe] | 703 | nobase_libMolecuilderActionPrototypes_la_include_HEADERS = ${ACTIONPROTOTYPESHEADER} ${ACTIONPROTOTYPESDEFS}
|
---|
[83e90c] | 704 | nodist_libMolecuilderActionPrototypes_la_include_HEADERS = AllActionHeaders.hpp
|
---|
[c20b35] | 705 | #nobase_libMolecuilderActionPython_la_include_HEADERS = ${ACTIONPROTOTYPESHEADER} ${ACTIONPROTOTYPESDEFS}
|
---|
| 706 | #nodist_libMolecuilderActionPython_la_include_HEADERS = AllActionHeaders.hpp
|
---|
[861874] | 707 |
|
---|
| 708 | ## Define the source file list for the "libexample-@MOLECUILDER_API_VERSION@.la"
|
---|
| 709 | ## target. Note that @MOLECUILDER_API_VERSION@ is not interpreted by Automake and
|
---|
| 710 | ## will therefore be treated as if it were literally part of the target name,
|
---|
| 711 | ## and the variable name derived from that.
|
---|
| 712 | ## The file extension .cc is recognized by Automake, and makes it produce
|
---|
| 713 | ## rules which invoke the C++ compiler to produce a libtool object file (.lo)
|
---|
| 714 | ## from each source file. Note that it is not necessary to list header files
|
---|
| 715 | ## which are already listed elsewhere in a _HEADERS variable assignment.
|
---|
[acbe1b] | 716 | libMolecuilderActions_la_SOURCES = ${ACTIONSSOURCE}
|
---|
[455573] | 717 | libMolecuilderActionPrototypes_la_SOURCES = ${ACTIONPROTOTYPESSOURCE}
|
---|
[c20b35] | 718 | #libMolecuilderActionPython_la_SOURCES = ${ACTIONPYTHONSOURCE}
|
---|
[861874] | 719 |
|
---|
| 720 | ## Instruct libtool to include ABI version information in the generated shared
|
---|
| 721 | ## library file (.so). The library ABI version is defined in configure.ac, so
|
---|
| 722 | ## that all version information is kept in one place.
|
---|
[455573] | 723 | #libMolecuilderActions_la_LDFLAGS = -version-info $(MOLECUILDER_SO_VERSION)
|
---|
[861874] | 724 |
|
---|
| 725 | ## The generated configuration header is installed in its own subdirectory of
|
---|
| 726 | ## $(libdir). The reason for this is that the configuration information put
|
---|
| 727 | ## into this header file describes the target platform the installed library
|
---|
| 728 | ## has been built for. Thus the file must not be installed into a location
|
---|
| 729 | ## intended for architecture-independent files, as defined by the Filesystem
|
---|
| 730 | ## Hierarchy Standard (FHS).
|
---|
| 731 | ## The nodist_ prefix instructs Automake to not generate rules for including
|
---|
| 732 | ## the listed files in the distribution on 'make dist'. Files that are listed
|
---|
| 733 | ## in _HEADERS variables are normally included in the distribution, but the
|
---|
| 734 | ## configuration header file is generated at configure time and should not be
|
---|
| 735 | ## shipped with the source tarball.
|
---|
[acbe1b] | 736 | #libMolecuilderActions_libincludedir = $(libdir)/MoleCuilder/include
|
---|
| 737 | #nodist_libMolecuilderActions_libinclude_HEADERS = $(top_builddir)/libmolecuilder_config.h
|
---|
[861874] | 738 |
|
---|
| 739 | ## Install the generated pkg-config file (.pc) into the expected location for
|
---|
| 740 | ## architecture-dependent package configuration information. Occasionally,
|
---|
| 741 | ## pkg-config files are also used for architecture-independent data packages,
|
---|
| 742 | ## in which case the correct install location would be $(datadir)/pkgconfig.
|
---|
[acbe1b] | 743 | #pkgconfigdir = $(libdir)/pkgconfig
|
---|
| 744 | #pkgconfig_DATA = $(top_builddir)/MoleCuilder.pc
|
---|
[83e90c] | 745 |
|
---|
[c20b35] | 746 | #SUFFIXES = .pytho n.cpp
|
---|
| 747 | #.python.cpp: $*.def
|
---|
| 748 | # echo "#include \"$<\"" >$@; \
|
---|
| 749 | # echo "#include \"Actions/Action_impl_python.hpp\"" >>$@; \
|
---|
| 750 | # echo "#include \"Actions/Action_impl_undef.hpp\"" >>$@;
|
---|
| 751 |
|
---|
[c52e08] | 752 | AllActionHeaders.hpp: $(ACTIONPROTOTYPESHEADER) Actions/GlobalListOfActions.hpp
|
---|
[83e90c] | 753 | echo "#ifndef ALLACTIONHEADERS_HPP_" >$@; \
|
---|
| 754 | echo "#define ALLACTIONHEADERS_HPP_" >>$@; \
|
---|
| 755 | for file in $(ACTIONPROTOTYPESHEADER); do \
|
---|
| 756 | echo "#include \"$$file\"" >>$@; \
|
---|
| 757 | done; \
|
---|
| 758 | echo "#endif /* ALLACTIONHEADERS_HPP_ */" >>$@;
|
---|
| 759 |
|
---|
[c015b3] | 760 | MOSTLYCLEANFILES += \
|
---|
| 761 | AllActionHeaders.hpp
|
---|
| 762 |
|
---|
| 763 | if CONDPYTHON
|
---|
[c52e08] | 764 | AllActionPython.hpp: $(ACTIONPROTOTYPESHEADER) Actions/GlobalListOfActions.hpp
|
---|
[949953] | 765 | echo "#ifndef ALLACTIONPYTHON_HPP_" >$@; \
|
---|
| 766 | echo "#define ALLACTIONPYTHON_HPP_" >>$@; \
|
---|
| 767 | for file in $(ACTIONPROTOTYPESHEADER); do \
|
---|
[975b83] | 768 | if test "$$file" != "Actions/CommandAction/LoadSessionAction.hpp"; then \
|
---|
| 769 | echo "#include \"`echo $$file | sed -e 's/hpp/def/'`\"" >>$@; \
|
---|
| 770 | echo "#include \"Actions/Action_impl_python.hpp\"" >>$@; \
|
---|
| 771 | echo "#include \"Actions/Action_impl_undef.hpp\"" >>$@; \
|
---|
| 772 | fi; \
|
---|
[949953] | 773 | done; \
|
---|
| 774 | echo "#endif /* ALLACTIONPYTHON_HPP_ */" >>$@;
|
---|
| 775 |
|
---|
[83e90c] | 776 | MOSTLYCLEANFILES += \
|
---|
[949953] | 777 | AllActionPython.hpp
|
---|
[c015b3] | 778 |
|
---|
| 779 | endif
|
---|