source: src/UIElements/Makefile.am@ c1012b

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
Last change on this file since c1012b was 8bcf3f, checked in by Frederik Heber <heber@…>, 14 years ago

New class MenuDescription containing information on menu items.

  • Property mode set to 100644
File size: 6.5 KB
Line 
1# Below is all for the User Interface
2
3INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/UIElements
4
5AM_LDFLAGS = $(CPPUNIT_LIBS) -ldl
6AM_CXXFLAGS = $(CPPUNIT_CFLAGS)
7
8VIEWSOURCE = \
9 Views/View.cpp \
10 Views/StringView.cpp \
11 Views/MethodStringView.cpp \
12 Views/StreamStringView.cpp
13VIEWHEADER = \
14 Views/View.hpp \
15 Views/StringView.hpp \
16 Views/MethodStringView.hpp \
17 Views/StreamStringView.hpp
18
19MENUSOURCE = \
20 Menu/Menu.cpp \
21 Menu/MenuDescription.cpp \
22 Menu/TextMenu.cpp \
23 Menu/MenuItem.cpp \
24 Menu/SubMenuItem.cpp \
25 Menu/ActionMenuItem.cpp \
26 Menu/SeperatorItem.cpp \
27 Menu/DisplayMenuItem.cpp
28
29MENUHEADER = \
30 Menu/Menu.hpp \
31 Menu/MenuDescription.hpp \
32 Menu/TextMenu.hpp \
33 Menu/MenuItem.hpp \
34 Menu/SubMenuItem.hpp \
35 Menu/ActionMenuItem.hpp \
36 Menu/SeperatorItem.hpp \
37 Menu/DisplayMenuItem.hpp
38
39UISOURCE = \
40 ${ACTIONSSOURCE} \
41 ${COMMANDLINEUISOURCE} \
42 ${MENUSOURCE} \
43 ${TEXTUISOURCE} \
44 ${VIEWSOURCE} \
45 Query/AtomQuery.cpp \
46 Query/AtomsQuery.cpp \
47 Query/BooleanQuery.cpp \
48 Query/BoxQuery.cpp \
49 Query/DoubleQuery.cpp \
50 Query/DoublesQuery.cpp \
51 Query/ElementQuery.cpp \
52 Query/ElementsQuery.cpp \
53 Query/EmptyQuery.cpp \
54 Query/FileQuery.cpp \
55 Query/IntQuery.cpp \
56 Query/IntsQuery.cpp \
57 Query/MoleculeQuery.cpp \
58 Query/MoleculesQuery.cpp \
59 Query/Query.cpp \
60 Query/StringQuery.cpp \
61 Query/StringsQuery.cpp \
62 Query/VectorQuery.cpp \
63 Query/VectorsQuery.cpp \
64 Dialog.cpp \
65 MainWindow.cpp
66
67UIHEADER = \
68 ${ACTIONSHEADER} \
69 ${COMMANDLINEUIHEADER} \
70 ${MENUHEADER} \
71 ${TEXTUIHEADER} \
72 ${VIEWHEADER} \
73 Dialog.hpp \
74 MainWindow.hpp
75
76TEXTUISOURCE = \
77 TextUI/Query/AtomsTextQuery.cpp \
78 TextUI/Query/AtomTextQuery.cpp \
79 TextUI/Query/BooleanTextQuery.cpp \
80 TextUI/Query/BoxTextQuery.cpp \
81 TextUI/Query/DoubleTextQuery.cpp \
82 TextUI/Query/DoublesTextQuery.cpp \
83 TextUI/Query/ElementTextQuery.cpp \
84 TextUI/Query/ElementsTextQuery.cpp \
85 TextUI/Query/EmptyTextQuery.cpp \
86 TextUI/Query/FileTextQuery.cpp \
87 TextUI/Query/IntTextQuery.cpp \
88 TextUI/Query/IntsTextQuery.cpp \
89 TextUI/Query/MoleculesTextQuery.cpp \
90 TextUI/Query/MoleculeTextQuery.cpp \
91 TextUI/Query/StringTextQuery.cpp \
92 TextUI/Query/StringsTextQuery.cpp \
93 TextUI/Query/VectorTextQuery.cpp \
94 TextUI/Query/VectorsTextQuery.cpp \
95 TextUI/TextDialog.cpp \
96 TextUI/TextStatusIndicator.cpp \
97 TextUI/TextUIFactory.cpp \
98 TextUI/TextWindow.cpp
99TEXTUIHEADER = \
100 TextUI/TextDialog.hpp \
101 TextUI/TextStatusIndicator.hpp \
102 TextUI/TextUIFactory.hpp \
103 TextUI/TextWindow.hpp
104
105COMMANDLINEUISOURCE = \
106 CommandLineUI/Query/AtomCommandLineQuery.cpp \
107 CommandLineUI/Query/AtomsCommandLineQuery.cpp \
108 CommandLineUI/Query/BooleanCommandLineQuery.cpp \
109 CommandLineUI/Query/BoxCommandLineQuery.cpp \
110 CommandLineUI/Query/DoubleCommandLineQuery.cpp \
111 CommandLineUI/Query/DoublesCommandLineQuery.cpp \
112 CommandLineUI/Query/ElementCommandLineQuery.cpp \
113 CommandLineUI/Query/ElementsCommandLineQuery.cpp \
114 CommandLineUI/Query/EmptyCommandLineQuery.cpp \
115 CommandLineUI/Query/FileCommandLineQuery.cpp \
116 CommandLineUI/Query/IntCommandLineQuery.cpp \
117 CommandLineUI/Query/IntsCommandLineQuery.cpp \
118 CommandLineUI/Query/MoleculeCommandLineQuery.cpp \
119 CommandLineUI/Query/MoleculesCommandLineQuery.cpp \
120 CommandLineUI/Query/StringCommandLineQuery.cpp \
121 CommandLineUI/Query/StringsCommandLineQuery.cpp \
122 CommandLineUI/Query/VectorCommandLineQuery.cpp \
123 CommandLineUI/Query/VectorsCommandLineQuery.cpp \
124 CommandLineUI/CommandLineDialog.cpp \
125 CommandLineUI/CommandLineStatusIndicator.cpp \
126 CommandLineUI/CommandLineUIFactory.cpp \
127 CommandLineUI/CommandLineWindow.cpp
128COMMANDLINEUIHEADER = \
129 CommandLineUI/CommandLineDialog.hpp \
130 CommandLineUI/CommandLineStatusIndicator.hpp \
131 CommandLineUI/CommandLineUIFactory.hpp \
132 CommandLineUI/CommandLineWindow.hpp
133
134lib_LTLIBRARIES = libMolecuilderUI-@MOLECUILDER_API_VERSION@.la
135libMolecuilderUI_includedir = $(includedir)/molecuilder-$(MOLECUILDER_API_VERSION)/Actions/
136libMolecuilderUI_LIBS = \
137 Actions/libMolecuilderActions-@MOLECUILDER_API_VERSION@.la
138
139nobase_libMolecuilderUI_include_HEADERS = ${UIHEADER}
140
141## Define the source file list for the "libexample-@MOLECUILDER_API_VERSION@.la"
142## target. Note that @MOLECUILDER_API_VERSION@ is not interpreted by Automake and
143## will therefore be treated as if it were literally part of the target name,
144## and the variable name derived from that.
145## The file extension .cc is recognized by Automake, and makes it produce
146## rules which invoke the C++ compiler to produce a libtool object file (.lo)
147## from each source file. Note that it is not necessary to list header files
148## which are already listed elsewhere in a _HEADERS variable assignment.
149libMolecuilderUI_@MOLECUILDER_API_VERSION@_la_SOURCES = ${UISOURCE}
150
151## Instruct libtool to include ABI version information in the generated shared
152## library file (.so). The library ABI version is defined in configure.ac, so
153## that all version information is kept in one place.
154libMolecuilderUI_@MOLECUILDER_API_VERSION@_la_LDFLAGS = -version-info $(MOLECUILDER_SO_VERSION)
155
156## The generated configuration header is installed in its own subdirectory of
157## $(libdir). The reason for this is that the configuration information put
158## into this header file describes the target platform the installed library
159## has been built for. Thus the file must not be installed into a location
160## intended for architecture-independent files, as defined by the Filesystem
161## Hierarchy Standard (FHS).
162## The nodist_ prefix instructs Automake to not generate rules for including
163## the listed files in the distribution on 'make dist'. Files that are listed
164## in _HEADERS variables are normally included in the distribution, but the
165## configuration header file is generated at configure time and should not be
166## shipped with the source tarball.
167libMolecuilderUI_libincludedir = $(libdir)/molecuilder-$(MOLECUILDER_API_VERSION)/include
168nodist_libMolecuilderUI_libinclude_HEADERS = $(top_builddir)/libmolecuilder_config.h
169
170## Install the generated pkg-config file (.pc) into the expected location for
171## architecture-dependent package configuration information. Occasionally,
172## pkg-config files are also used for architecture-independent data packages,
173## in which case the correct install location would be $(datadir)/pkgconfig.
174pkgconfigdir = $(libdir)/pkgconfig
175pkgconfig_DATA = $(top_builddir)/molecuilder-$(MOLECUILDER_API_VERSION).pc
176
177unity.cpp:
178 echo "" > unity.cpp; \
179 list='$(UISOURCE)'; for file in $$list; do \
180 echo "#include \"$(srcdir)/$$file\"" >> unity.cpp; \
181 done;
182
183MOSTLYCLEANFILES = unity.cpp
Note: See TracBrowser for help on using the repository browser.