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