Changeset 4cf35ac for src


Ignore:
Timestamp:
Apr 21, 2011, 4:33:54 PM (14 years ago)
Author:
Frederik Heber <heber@…>
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)
Message:

DISTFIX: Missing header files in UIElements/Makefile.am.

  • missing:
  • removed allmocs.moc.cpp from QTUISOURCE and is added as nodist_SOURCES as it is a temporary file.
  • we now require automake 1.5 due to the above dist_, nodist_ feature.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/Makefile.am

    r94c3e7 r4cf35ac  
    22
    33COMMANDLINEUISOURCE = \
    4         UIElements/CommandLineUI/Query/AtomCommandLineQuery.cpp \
    5         UIElements/CommandLineUI/Query/AtomsCommandLineQuery.cpp \
     4  UIElements/CommandLineUI/Query/AtomCommandLineQuery.cpp \
     5  UIElements/CommandLineUI/Query/AtomsCommandLineQuery.cpp \
    66  UIElements/CommandLineUI/Query/BooleanCommandLineQuery.cpp \
    77  UIElements/CommandLineUI/Query/BoxCommandLineQuery.cpp \
     
    5050 
    5151TEXTMENUSOURCE = \
    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 \
    5357  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
    5959 
    6060TEXTMENUHEADER = \
     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 \
    6166  UIElements/Menu/TextMenu/TextMenu.hpp \
    6267  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
    6869
    6970TEXTUISOURCE = \
     
    148149
    149150QTUISOURCE = \
    150         allmocs.moc.cpp \
    151151  UIElements/Qt4/Pipe/AtomQtQueryPipe.cpp \
    152152  UIElements/Qt4/Pipe/AtomsQtQueryPipe.cpp \
     
    164164  UIElements/Qt4/Pipe/VectorQtQueryPipe.cpp \
    165165  UIElements/Qt4/Pipe/VectorsQtQueryPipe.cpp \
    166         UIElements/Qt4/Pipe/RandomNumberDistribution_ParametersQtQueryPipe.cpp \
     166  UIElements/Qt4/Pipe/RandomNumberDistribution_ParametersQtQueryPipe.cpp \
    167167  UIElements/Qt4/Query/AtomQtQuery.cpp \
    168168  UIElements/Qt4/Query/AtomsQtQuery.cpp \
     
    183183  UIElements/Qt4/Query/VectorQtQuery.cpp \
    184184  UIElements/Qt4/Query/VectorsQtQuery.cpp \
    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
     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
    194194             
    195195QTUIMOC_HEADER = \
    196         UIElements/Qt4/QtDialog.hpp \
    197         UIElements/Qt4/QtMainWindow.hpp \
     196  UIElements/Qt4/QtDialog.hpp \
     197  UIElements/Qt4/QtMainWindow.hpp \
    198198  UIElements/Qt4/Pipe/AtomQtQueryPipe.hpp \
    199199  UIElements/Qt4/Pipe/AtomsQtQueryPipe.hpp \
     
    201201  UIElements/Qt4/Pipe/BoxQtQueryPipe.hpp \
    202202  UIElements/Qt4/Pipe/DoubleQtQueryPipe.hpp \
     203  UIElements/Qt4/Pipe/ElementQtQueryPipe.hpp \
    203204  UIElements/Qt4/Pipe/ElementsQtQueryPipe.hpp \
    204205  UIElements/Qt4/Pipe/EmptyQtQueryPipe.hpp \
    205   UIElements/Qt4/Pipe/ElementQtQueryPipe.hpp \
    206206  UIElements/Qt4/Pipe/FileQtQueryPipe.hpp \
    207207  UIElements/Qt4/Pipe/IntQtQueryPipe.hpp \
    208208  UIElements/Qt4/Pipe/MoleculeQtQueryPipe.hpp \
    209209  UIElements/Qt4/Pipe/MoleculesQtQueryPipe.hpp \
     210  UIElements/Qt4/Pipe/RandomNumberDistribution_ParametersQtQueryPipe.hpp \
    210211  UIElements/Qt4/Pipe/StringQtQueryPipe.hpp \
    211212  UIElements/Qt4/Pipe/VectorQtQueryPipe.hpp \
    212213  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
    219219                                 
    220220QTUIHEADER = \
    221221  ${QTUIMOC_HEADER} \
    222         UIElements/Menu/Qt4/QtMenu.hpp \
    223         UIElements/Qt4/Query/QtQuery.hpp \
     222  UIElements/Menu/Qt4/QtMenu.hpp \
     223  UIElements/Qt4/Query/QtQuery.hpp \
    224224  UIElements/Qt4/QtUIFactory.hpp \
     225  UIElements/Qt4/Pipe/QtQueryPipe.hpp \
    225226  UIElements/Qt4/Pipe/QtQueryListPipe.hpp
    226227
    227228lib_LTLIBRARIES += libMolecuilderUI.la \
    228         libMolecuilderQtUI.la
     229  libMolecuilderQtUI.la
    229230libMolecuilderUI_la_includedir = $(includedir)/MoleCuilder/UIElements/
    230231libMolecuilderQtUI_la_includedir = $(includedir)/MoleCuilder/UIElements/
     
    265266libMolecuilderUI_la_SOURCES = ${UISOURCE}
    266267libMolecuilderQtUI_la_SOURCES = ${QTUISOURCE}
     268nodist_libMolecuilderQtUI_la_SOURCES = allmocs.moc.cpp
    267269
    268270## Instruct libtool to include ABI version information in the generated shared
Note: See TracChangeset for help on using the changeset viewer.