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