- Timestamp:
- Apr 21, 2011, 4:33:54 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:
- 1e882a
- Parents:
- 94c3e7
- git-author:
- Frederik Heber <heber@…> (04/21/11 16:32:04)
- git-committer:
- Frederik Heber <heber@…> (04/21/11 16:33:54)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Makefile.am
r94c3e7 r4cf35ac 2 2 3 3 COMMANDLINEUISOURCE = \ 4 5 4 UIElements/CommandLineUI/Query/AtomCommandLineQuery.cpp \ 5 UIElements/CommandLineUI/Query/AtomsCommandLineQuery.cpp \ 6 6 UIElements/CommandLineUI/Query/BooleanCommandLineQuery.cpp \ 7 7 UIElements/CommandLineUI/Query/BoxCommandLineQuery.cpp \ … … 50 50 51 51 TEXTMENUSOURCE = \ 52 UIElements/Menu/TextMenu/TxMenuLeaveAction.cpp \ 52 UIElements/Menu/TextMenu/ActionMenuItem.cpp \ 53 UIElements/Menu/TextMenu/DisplayMenuItem.cpp \ 54 UIElements/Menu/TextMenu/MenuItem.cpp \ 55 UIElements/Menu/TextMenu/SeparatorMenuItem.cpp \ 56 UIElements/Menu/TextMenu/SubMenuItem.cpp \ 53 57 UIElements/Menu/TextMenu/TxMenu.cpp \ 54 UIElements/Menu/TextMenu/MenuItem.cpp \ 55 UIElements/Menu/TextMenu/SubMenuItem.cpp \ 56 UIElements/Menu/TextMenu/ActionMenuItem.cpp \ 57 UIElements/Menu/TextMenu/SeparatorMenuItem.cpp \ 58 UIElements/Menu/TextMenu/DisplayMenuItem.cpp 58 UIElements/Menu/TextMenu/TxMenuLeaveAction.cpp 59 59 60 60 TEXTMENUHEADER = \ 61 UIElements/Menu/TextMenu/ActionMenuItem.hpp \ 62 UIElements/Menu/TextMenu/DisplayMenuItem.hpp \ 63 UIElements/Menu/TextMenu/MenuItem.hpp \ 64 UIElements/Menu/TextMenu/SeparatorMenuItem.hpp \ 65 UIElements/Menu/TextMenu/SubMenuItem.hpp \ 61 66 UIElements/Menu/TextMenu/TextMenu.hpp \ 62 67 UIElements/Menu/TextMenu/TxMenu.hpp \ 63 UIElements/Menu/TextMenu/MenuItem.hpp \ 64 UIElements/Menu/TextMenu/SubMenuItem.hpp \ 65 UIElements/Menu/TextMenu/ActionMenuItem.hpp \ 66 UIElements/Menu/TextMenu/SeparatorMenuItem.hpp \ 67 UIElements/Menu/TextMenu/DisplayMenuItem.hpp 68 UIElements/Menu/TextMenu/TxMenuLeaveAction.hpp 68 69 69 70 TEXTUISOURCE = \ … … 148 149 149 150 QTUISOURCE = \ 150 allmocs.moc.cpp \151 151 UIElements/Qt4/Pipe/AtomQtQueryPipe.cpp \ 152 152 UIElements/Qt4/Pipe/AtomsQtQueryPipe.cpp \ … … 164 164 UIElements/Qt4/Pipe/VectorQtQueryPipe.cpp \ 165 165 UIElements/Qt4/Pipe/VectorsQtQueryPipe.cpp \ 166 166 UIElements/Qt4/Pipe/RandomNumberDistribution_ParametersQtQueryPipe.cpp \ 167 167 UIElements/Qt4/Query/AtomQtQuery.cpp \ 168 168 UIElements/Qt4/Query/AtomsQtQuery.cpp \ … … 183 183 UIElements/Qt4/Query/VectorQtQuery.cpp \ 184 184 UIElements/Qt4/Query/VectorsQtQuery.cpp \ 185 186 187 188 189 190 191 192 193 185 UIElements/Qt4/Query/RandomNumberDistribution_ParametersQtQuery.cpp \ 186 UIElements/Qt4/QtMainWindow.cpp \ 187 UIElements/Qt4/QtDialog.cpp \ 188 UIElements/Qt4/QtUIFactory.cpp \ 189 UIElements/Menu/Qt4/QtMenuPipe.cpp \ 190 UIElements/Views/Qt4/QtWorldView.cpp \ 191 UIElements/Views/Qt4/GLMoleculeView.cpp \ 192 UIElements/Views/Qt4/QtMoleculeView.cpp \ 193 UIElements/Views/Qt4/QtStatusBar.cpp 194 194 195 195 QTUIMOC_HEADER = \ 196 197 196 UIElements/Qt4/QtDialog.hpp \ 197 UIElements/Qt4/QtMainWindow.hpp \ 198 198 UIElements/Qt4/Pipe/AtomQtQueryPipe.hpp \ 199 199 UIElements/Qt4/Pipe/AtomsQtQueryPipe.hpp \ … … 201 201 UIElements/Qt4/Pipe/BoxQtQueryPipe.hpp \ 202 202 UIElements/Qt4/Pipe/DoubleQtQueryPipe.hpp \ 203 UIElements/Qt4/Pipe/ElementQtQueryPipe.hpp \ 203 204 UIElements/Qt4/Pipe/ElementsQtQueryPipe.hpp \ 204 205 UIElements/Qt4/Pipe/EmptyQtQueryPipe.hpp \ 205 UIElements/Qt4/Pipe/ElementQtQueryPipe.hpp \206 206 UIElements/Qt4/Pipe/FileQtQueryPipe.hpp \ 207 207 UIElements/Qt4/Pipe/IntQtQueryPipe.hpp \ 208 208 UIElements/Qt4/Pipe/MoleculeQtQueryPipe.hpp \ 209 209 UIElements/Qt4/Pipe/MoleculesQtQueryPipe.hpp \ 210 UIElements/Qt4/Pipe/RandomNumberDistribution_ParametersQtQueryPipe.hpp \ 210 211 UIElements/Qt4/Pipe/StringQtQueryPipe.hpp \ 211 212 UIElements/Qt4/Pipe/VectorQtQueryPipe.hpp \ 212 213 UIElements/Qt4/Pipe/VectorsQtQueryPipe.hpp \ 213 UIElements/Qt4/Pipe/RandomNumberDistribution_ParametersQtQueryPipe.hpp \ 214 UIElements/Menu/Qt4/QtMenuPipe.hpp \ 215 UIElements/Views/Qt4/QtWorldView.hpp \ 216 UIElements/Views/Qt4/GLMoleculeView.hpp \ 217 UIElements/Views/Qt4/QtMoleculeView.hpp \ 218 UIElements/Views/Qt4/QtStatusBar.hpp 214 UIElements/Menu/Qt4/QtMenuPipe.hpp \ 215 UIElements/Views/Qt4/QtWorldView.hpp \ 216 UIElements/Views/Qt4/GLMoleculeView.hpp \ 217 UIElements/Views/Qt4/QtMoleculeView.hpp \ 218 UIElements/Views/Qt4/QtStatusBar.hpp 219 219 220 220 QTUIHEADER = \ 221 221 ${QTUIMOC_HEADER} \ 222 223 222 UIElements/Menu/Qt4/QtMenu.hpp \ 223 UIElements/Qt4/Query/QtQuery.hpp \ 224 224 UIElements/Qt4/QtUIFactory.hpp \ 225 UIElements/Qt4/Pipe/QtQueryPipe.hpp \ 225 226 UIElements/Qt4/Pipe/QtQueryListPipe.hpp 226 227 227 228 lib_LTLIBRARIES += libMolecuilderUI.la \ 228 229 libMolecuilderQtUI.la 229 230 libMolecuilderUI_la_includedir = $(includedir)/MoleCuilder/UIElements/ 230 231 libMolecuilderQtUI_la_includedir = $(includedir)/MoleCuilder/UIElements/ … … 265 266 libMolecuilderUI_la_SOURCES = ${UISOURCE} 266 267 libMolecuilderQtUI_la_SOURCES = ${QTUISOURCE} 268 nodist_libMolecuilderQtUI_la_SOURCES = allmocs.moc.cpp 267 269 268 270 ## Instruct libtool to include ABI version information in the generated shared
Note:
See TracChangeset
for help on using the changeset viewer.