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