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