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