- Timestamp:
- Apr 21, 2011, 4:26:04 PM (14 years ago)
- Branches:
- Action_Thermostats, Add_AtomRandomPerturbation, Add_FitFragmentPartialChargesAction, Add_RotateAroundBondAction, Add_SelectAtomByNameAction, Added_ParseSaveFragmentResults, AddingActions_SaveParseParticleParameters, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_ParticleName_to_Atom, Adding_StructOpt_integration_tests, AtomFragments, Automaking_mpqc_open, AutomationFragmentation_failures, Candidate_v1.5.4, Candidate_v1.6.0, Candidate_v1.6.1, ChangeBugEmailaddress, ChangingTestPorts, ChemicalSpaceEvaluator, CombiningParticlePotentialParsing, Combining_Subpackages, Debian_Package_split, Debian_package_split_molecuildergui_only, Disabling_MemDebug, Docu_Python_wait, EmpiricalPotential_contain_HomologyGraph, EmpiricalPotential_contain_HomologyGraph_documentation, Enable_parallel_make_install, Enhance_userguide, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Example_ManyWaysToTranslateAtom, Exclude_Hydrogens_annealWithBondGraph, FitPartialCharges_GlobalError, Fix_BoundInBox_CenterInBox_MoleculeActions, Fix_ChargeSampling_PBC, Fix_ChronosMutex, Fix_FitPartialCharges, Fix_FitPotential_needs_atomicnumbers, Fix_ForceAnnealing, Fix_IndependentFragmentGrids, Fix_ParseParticles, Fix_ParseParticles_split_forward_backward_Actions, Fix_PopActions, Fix_QtFragmentList_sorted_selection, Fix_Restrictedkeyset_FragmentMolecule, Fix_StatusMsg, Fix_StepWorldTime_single_argument, Fix_Verbose_Codepatterns, Fix_fitting_potentials, Fixes, ForceAnnealing_goodresults, ForceAnnealing_oldresults, ForceAnnealing_tocheck, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, FragmentAction_writes_AtomFragments, FragmentMolecule_checks_bonddegrees, GeometryObjects, Gui_Fixes, Gui_displays_atomic_force_velocity, ImplicitCharges, IndependentFragmentGrids, IndependentFragmentGrids_IndividualZeroInstances, IndependentFragmentGrids_IntegrationTest, IndependentFragmentGrids_Sole_NN_Calculation, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, JobMarket_unresolvable_hostname_fix, MoreRobust_FragmentAutomation, ODR_violation_mpqc_open, PartialCharges_OrthogonalSummation, PdbParser_setsAtomName, PythonUI_with_named_parameters, QtGui_reactivate_TimeChanged_changes, Recreated_GuiChecks, Rewrite_FitPartialCharges, RotateToPrincipalAxisSystem_UndoRedo, SaturateAtoms_findBestMatching, SaturateAtoms_singleDegree, StoppableMakroAction, Subpackage_CodePatterns, Subpackage_JobMarket, Subpackage_LinearAlgebra, Subpackage_levmar, Subpackage_mpqc_open, Subpackage_vmg, Switchable_LogView, ThirdParty_MPQC_rebuilt_buildsystem, TrajectoryDependenant_MaxOrder, TremoloParser_IncreasedPrecision, TremoloParser_MultipleTimesteps, TremoloParser_setsAtomName, Ubuntu_1604_changes, stable
- Children:
- 9cd9ab
- Parents:
- 3001c9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/Makefile.am
r3001c9 rdd8990 70 70 ${WORLDACTIONHEADER} 71 71 72 ACTIONPROTOTYPESDEFS = \ 73 ${ANALYSISACTIONDEFS} \ 74 ${ATOMACTIONDEFS} \ 75 ${CMDACTIONDEFS} \ 76 ${FRAGMENTATIONACTIONDEFS} \ 77 ${GRAPHACTIONDEFS} \ 78 ${MOLECULEACTIONDEFS} \ 79 ${PARSERACTIONDEFS} \ 80 ${RANDONNUMBERSDEFS} \ 81 ${SELECTIONATOMACTIONDEFS} \ 82 ${SELECTIONMOLECULEACTIONDEFS} \ 83 ${TESSELATIONACTIONDEFS} \ 84 $(UNDOACTIONDEFS) \ 85 ${WORLDACTIONDEFS} 86 72 87 ANALYSISACTIONSOURCE = \ 73 88 Actions/AnalysisAction/DipoleAngularCorrelationAction.cpp \ … … 84 99 Actions/AnalysisAction/PrincipalAxisSystemAction.hpp \ 85 100 Actions/AnalysisAction/SurfaceCorrelationAction.hpp 101 ANALYSISACTIONDEFS = \ 102 Actions/AnalysisAction/DipoleAngularCorrelationAction.def \ 103 Actions/AnalysisAction/MolecularVolumeAction.def \ 104 Actions/AnalysisAction/PairCorrelationAction.def \ 105 Actions/AnalysisAction/PointCorrelationAction.def \ 106 Actions/AnalysisAction/PrincipalAxisSystemAction.def \ 107 Actions/AnalysisAction/SurfaceCorrelationAction.def 86 108 87 109 ATOMACTIONSOURCE = \ … … 99 121 Actions/AtomAction/SaveSelectedAtomsAction.hpp \ 100 122 Actions/AtomAction/TranslateAction.hpp 123 ATOMACTIONDEFS = \ 124 Actions/AtomAction/AddAction.def \ 125 Actions/AtomAction/ChangeElementAction.def \ 126 Actions/AtomAction/RemoveAction.def \ 127 Actions/AtomAction/RotateAroundOriginByAngleAction.def \ 128 Actions/AtomAction/SaveSelectedAtomsAction.def \ 129 Actions/AtomAction/TranslateAction.def 101 130 102 131 CMDACTIONSOURCE = \ … … 116 145 Actions/CommandAction/VersionAction.hpp \ 117 146 Actions/CommandAction/WarrantyAction.hpp 147 CMDACTIONDEFS = \ 148 Actions/CommandAction/BondLengthTableAction.def \ 149 Actions/CommandAction/ElementDbAction.def \ 150 Actions/CommandAction/FastParsingAction.def \ 151 Actions/CommandAction/HelpAction.def \ 152 Actions/CommandAction/VerboseAction.def \ 153 Actions/CommandAction/VersionAction.def \ 154 Actions/CommandAction/WarrantyAction.def 118 155 119 156 FRAGMENTATIONACTIONSOURCE = \ … … 121 158 FRAGMENTATIONACTIONHEADER = \ 122 159 Actions/FragmentationAction/FragmentationAction.hpp 160 FRAGMENTATIONACTIONDEFS = \ 161 Actions/FragmentationAction/FragmentationAction.def 123 162 124 163 GRAPHACTIONSOURCE = \ … … 130 169 Actions/GraphAction/DepthFirstSearchAction.hpp \ 131 170 Actions/GraphAction/SubgraphDissectionAction.hpp 171 GRAPHACTIONDEFS = \ 172 Actions/GraphAction/CreateAdjacencyAction.def \ 173 Actions/GraphAction/DepthFirstSearchAction.def \ 174 Actions/GraphAction/SubgraphDissectionAction.def 132 175 133 176 MOLECULEACTIONSOURCE = \ … … 163 206 Actions/MoleculeAction/SuspendInWaterAction.hpp \ 164 207 Actions/MoleculeAction/VerletIntegrationAction.hpp 208 MOLECULEACTIONDEFS = \ 209 Actions/MoleculeAction/BondFileAction.def \ 210 Actions/MoleculeAction/ChangeNameAction.def \ 211 Actions/MoleculeAction/CopyAction.def \ 212 Actions/MoleculeAction/FillWithMoleculeAction.def \ 213 Actions/MoleculeAction/FillVoidWithMoleculeAction.def \ 214 Actions/MoleculeAction/LinearInterpolationofTrajectoriesAction.def \ 215 Actions/MoleculeAction/LoadAction.def \ 216 Actions/MoleculeAction/RotateAroundSelfByAngleAction.def \ 217 Actions/MoleculeAction/RotateToPrincipalAxisSystemAction.def \ 218 Actions/MoleculeAction/SaveSelectedMoleculesAction.def \ 219 Actions/MoleculeAction/SaveAdjacencyAction.def \ 220 Actions/MoleculeAction/SaveBondsAction.def \ 221 Actions/MoleculeAction/SaveTemperatureAction.def \ 222 Actions/MoleculeAction/SuspendInWaterAction.def \ 223 Actions/MoleculeAction/VerletIntegrationAction.def 165 224 166 225 PARSERACTIONSOURCE = \ … … 172 231 Actions/ParserAction/SetMpqcParametersAction.hpp \ 173 232 Actions/ParserAction/SetOutputFormatsAction.hpp 233 PARSERACTIONDEFS = \ 234 Actions/ParserAction/ParseTremoloPotentialsAction.def \ 235 Actions/ParserAction/SetMpqcParametersAction.def \ 236 Actions/ParserAction/SetOutputFormatsAction.def 174 237 175 238 RANDONNUMBERSSOURCE =\ … … 179 242 Actions/RandomNumbersAction/SetRandomNumbersDistributionAction.hpp \ 180 243 Actions/RandomNumbersAction/SetRandomNumbersEngineAction.hpp 244 RANDONNUMBERSDEFS =\ 245 Actions/RandomNumbersAction/SetRandomNumbersDistributionAction.def \ 246 Actions/RandomNumbersAction/SetRandomNumbersEngineAction.def 181 247 182 248 SELECTIONATOMACTIONSOURCE = \ … … 208 274 Actions/SelectionAction/Atoms/NotAtomByElementAction.hpp \ 209 275 Actions/SelectionAction/Atoms/NotAtomByIdAction.hpp 276 SELECTIONATOMACTIONDEFS = \ 277 Actions/SelectionAction/Atoms/AllAtomsAction.def \ 278 Actions/SelectionAction/Atoms/AllAtomsInsideCuboidAction.def \ 279 Actions/SelectionAction/Atoms/AllAtomsInsideSphereAction.def \ 280 Actions/SelectionAction/Atoms/AllAtomsOfMoleculeAction.def \ 281 Actions/SelectionAction/Atoms/AtomByElementAction.def \ 282 Actions/SelectionAction/Atoms/AtomByIdAction.def \ 283 Actions/SelectionAction/Atoms/ClearAllAtomsAction.def \ 284 Actions/SelectionAction/Atoms/NotAllAtomsAction.def \ 285 Actions/SelectionAction/Atoms/NotAllAtomsInsideCuboidAction.def \ 286 Actions/SelectionAction/Atoms/NotAllAtomsInsideSphereAction.def \ 287 Actions/SelectionAction/Atoms/NotAllAtomsOfMoleculeAction.def \ 288 Actions/SelectionAction/Atoms/NotAtomByElementAction.def \ 289 Actions/SelectionAction/Atoms/NotAtomByIdAction.def 210 290 211 291 SELECTIONMOLECULEACTIONSOURCE = \ … … 237 317 Actions/SelectionAction/Molecules/NotMoleculeByOrderAction.hpp \ 238 318 Actions/SelectionAction/Molecules/NotMoleculeOfAtomAction.hpp 319 SELECTIONMOLECULEACTIONDEFS = \ 320 Actions/SelectionAction/Molecules/AllMoleculesAction.def \ 321 Actions/SelectionAction/Molecules/ClearAllMoleculesAction.def \ 322 Actions/SelectionAction/Molecules/MoleculeByFormulaAction.def \ 323 Actions/SelectionAction/Molecules/MoleculeByIdAction.def \ 324 Actions/SelectionAction/Molecules/MoleculeByNameAction.def \ 325 Actions/SelectionAction/Molecules/MoleculeByOrderAction.def \ 326 Actions/SelectionAction/Molecules/MoleculeOfAtomAction.def \ 327 Actions/SelectionAction/Molecules/NotAllMoleculesAction.def \ 328 Actions/SelectionAction/Molecules/NotMoleculeByFormulaAction.def \ 329 Actions/SelectionAction/Molecules/NotMoleculeByIdAction.def \ 330 Actions/SelectionAction/Molecules/NotMoleculeByNameAction.def \ 331 Actions/SelectionAction/Molecules/NotMoleculeByOrderAction.def \ 332 Actions/SelectionAction/Molecules/NotMoleculeOfAtomAction.def 239 333 240 334 TESSELATIONACTIONSOURCE = \ … … 244 338 Actions/TesselationAction/ConvexEnvelopeAction.hpp \ 245 339 Actions/TesselationAction/NonConvexEnvelopeAction.hpp 340 TESSELATIONACTIONDEFS = \ 341 Actions/TesselationAction/ConvexEnvelopeAction.def \ 342 Actions/TesselationAction/NonConvexEnvelopeAction.def 246 343 247 344 UNDOACTIONSOURCE = \ … … 251 348 Actions/RedoAction.hpp \ 252 349 Actions/UndoAction.hpp 350 UNDOACTIONDEFS = \ 351 Actions/RedoAction.def \ 352 Actions/UndoAction.def 253 353 254 354 … … 277 377 Actions/WorldAction/SetDefaultNameAction.hpp \ 278 378 Actions/WorldAction/SetWorldTimeAction.hpp 379 WORLDACTIONDEFS = \ 380 Actions/WorldAction/AddEmptyBoundaryAction.def \ 381 Actions/WorldAction/BoundInBoxAction.def \ 382 Actions/WorldAction/CenterInBoxAction.def \ 383 Actions/WorldAction/CenterOnEdgeAction.def \ 384 Actions/WorldAction/ChangeBoxAction.def \ 385 Actions/WorldAction/InputAction.def \ 386 Actions/WorldAction/OutputAction.def \ 387 Actions/WorldAction/RepeatBoxAction.def \ 388 Actions/WorldAction/ScaleBoxAction.def \ 389 Actions/WorldAction/SetDefaultNameAction.def \ 390 Actions/WorldAction/SetWorldTimeAction.def 279 391 280 392 … … 287 399 # UIElements/libMolecuilderUI.la 288 400 nobase_libMolecuilderActions_la_include_HEADERS = ${ACTIONSHEADER} 289 nobase_libMolecuilderActionPrototypes_la_include_HEADERS = ${ACTIONPROTOTYPESHEADER} 401 nobase_libMolecuilderActionPrototypes_la_include_HEADERS = ${ACTIONPROTOTYPESHEADER} ${ACTIONPROTOTYPESDEFS} 290 402 291 403 ## Define the source file list for the "libexample-@MOLECUILDER_API_VERSION@.la"
Note:
See TracChangeset
for help on using the changeset viewer.