source: src/UIElements/Makefile.am@ 751d7f1

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 751d7f1 was aee2da, checked in by Frederik Heber <heber@…>, 13 years ago

Added BUILT_SOURCES as appendable variable in various Makefile.am's.

  • Property mode set to 100644
File size: 15.4 KB
RevLine 
[5079a0]1# Below is all for the User Interface
2
[455573]3COMMANDLINEUISOURCE = \
[4cf35ac]4 UIElements/CommandLineUI/Query/AtomCommandLineQuery.cpp \
5 UIElements/CommandLineUI/Query/AtomsCommandLineQuery.cpp \
[455573]6 UIElements/CommandLineUI/Query/BooleanCommandLineQuery.cpp \
7 UIElements/CommandLineUI/Query/BoxCommandLineQuery.cpp \
8 UIElements/CommandLineUI/Query/DoubleCommandLineQuery.cpp \
9 UIElements/CommandLineUI/Query/DoublesCommandLineQuery.cpp \
10 UIElements/CommandLineUI/Query/ElementCommandLineQuery.cpp \
11 UIElements/CommandLineUI/Query/ElementsCommandLineQuery.cpp \
12 UIElements/CommandLineUI/Query/EmptyCommandLineQuery.cpp \
13 UIElements/CommandLineUI/Query/FileCommandLineQuery.cpp \
14 UIElements/CommandLineUI/Query/IntCommandLineQuery.cpp \
15 UIElements/CommandLineUI/Query/IntsCommandLineQuery.cpp \
16 UIElements/CommandLineUI/Query/MoleculeCommandLineQuery.cpp \
17 UIElements/CommandLineUI/Query/MoleculesCommandLineQuery.cpp \
18 UIElements/CommandLineUI/Query/StringCommandLineQuery.cpp \
19 UIElements/CommandLineUI/Query/StringsCommandLineQuery.cpp \
[838cd0]20 UIElements/CommandLineUI/Query/UnsignedIntCommandLineQuery.cpp \
[12948c]21 UIElements/CommandLineUI/Query/UnsignedIntsCommandLineQuery.cpp \
[455573]22 UIElements/CommandLineUI/Query/VectorCommandLineQuery.cpp \
23 UIElements/CommandLineUI/Query/VectorsCommandLineQuery.cpp \
24 UIElements/CommandLineUI/Query/RandomNumberDistribution_ParametersCommandLineQuery.cpp \
25 UIElements/CommandLineUI/CommandLineDialog.cpp \
26 UIElements/CommandLineUI/CommandLineParser.cpp \
27 UIElements/CommandLineUI/CommandLineParser_validate.cpp \
28 UIElements/CommandLineUI/CommandLineStatusIndicator.cpp \
29 UIElements/CommandLineUI/CommandLineUIFactory.cpp \
30 UIElements/CommandLineUI/CommandLineWindow.cpp \
31 UIElements/CommandLineUI/TypeEnumContainer.cpp
32
33COMMANDLINEUIHEADER = \
34 UIElements/CommandLineUI/Query/CommandLineQuery.hpp \
35 UIElements/CommandLineUI/CommandLineDialog.hpp \
36 UIElements/CommandLineUI/CommandLineParser.hpp \
37 UIElements/CommandLineUI/CommandLineParser_validate.hpp \
38 UIElements/CommandLineUI/CommandLineStatusIndicator.hpp \
39 UIElements/CommandLineUI/CommandLineUIFactory.hpp \
40 UIElements/CommandLineUI/CommandLineWindow.hpp \
41 UIElements/CommandLineUI/TypeEnumContainer.hpp
[5079a0]42
43MENUSOURCE = \
[455573]44 UIElements/Menu/Menu.cpp \
45 UIElements/Menu/MenuDescription.cpp \
46 UIElements/Menu/MenuInterface.cpp
[b59da6]47
[5079a0]48MENUHEADER = \
[455573]49 UIElements/Menu/Menu.hpp \
50 UIElements/Menu/MenuDescription.hpp \
51 UIElements/Menu/MenuInterface.hpp
[b59da6]52
53TEXTMENUSOURCE = \
[455573]54 UIElements/Menu/TextMenu/ActionMenuItem.cpp \
[4cf35ac]55 UIElements/Menu/TextMenu/DisplayMenuItem.cpp \
56 UIElements/Menu/TextMenu/MenuItem.cpp \
[455573]57 UIElements/Menu/TextMenu/SeparatorMenuItem.cpp \
[4cf35ac]58 UIElements/Menu/TextMenu/SubMenuItem.cpp \
59 UIElements/Menu/TextMenu/TxMenu.cpp \
60 UIElements/Menu/TextMenu/TxMenuLeaveAction.cpp
[b59da6]61
62TEXTMENUHEADER = \
[455573]63 UIElements/Menu/TextMenu/ActionMenuItem.hpp \
[4cf35ac]64 UIElements/Menu/TextMenu/DisplayMenuItem.hpp \
65 UIElements/Menu/TextMenu/MenuItem.hpp \
[455573]66 UIElements/Menu/TextMenu/SeparatorMenuItem.hpp \
[4cf35ac]67 UIElements/Menu/TextMenu/SubMenuItem.hpp \
68 UIElements/Menu/TextMenu/TextMenu.hpp \
69 UIElements/Menu/TextMenu/TxMenu.hpp \
70 UIElements/Menu/TextMenu/TxMenuLeaveAction.hpp
[455573]71
72TEXTUISOURCE = \
73 UIElements/TextUI/Query/AtomsTextQuery.cpp \
74 UIElements/TextUI/Query/AtomTextQuery.cpp \
75 UIElements/TextUI/Query/BooleanTextQuery.cpp \
76 UIElements/TextUI/Query/BoxTextQuery.cpp \
77 UIElements/TextUI/Query/DoubleTextQuery.cpp \
78 UIElements/TextUI/Query/DoublesTextQuery.cpp \
79 UIElements/TextUI/Query/ElementTextQuery.cpp \
80 UIElements/TextUI/Query/ElementsTextQuery.cpp \
81 UIElements/TextUI/Query/EmptyTextQuery.cpp \
82 UIElements/TextUI/Query/FileTextQuery.cpp \
83 UIElements/TextUI/Query/IntTextQuery.cpp \
84 UIElements/TextUI/Query/IntsTextQuery.cpp \
85 UIElements/TextUI/Query/MoleculesTextQuery.cpp \
86 UIElements/TextUI/Query/MoleculeTextQuery.cpp \
87 UIElements/TextUI/Query/StringTextQuery.cpp \
88 UIElements/TextUI/Query/StringsTextQuery.cpp \
[838cd0]89 UIElements/TextUI/Query/UnsignedIntTextQuery.cpp \
[12948c]90 UIElements/TextUI/Query/UnsignedIntsTextQuery.cpp \
[455573]91 UIElements/TextUI/Query/VectorTextQuery.cpp \
92 UIElements/TextUI/Query/VectorsTextQuery.cpp \
93 UIElements/TextUI/Query/RandomNumberDistribution_ParametersTextQuery.cpp \
94 UIElements/TextUI/TextDialog.cpp \
95 UIElements/TextUI/TextStatusIndicator.cpp \
96 UIElements/TextUI/TextUIFactory.cpp \
97 UIElements/TextUI/TextWindow.cpp
98TEXTUIHEADER = \
99 UIElements/TextUI/Query/TextQuery.hpp \
100 UIElements/TextUI/TextDialog.hpp \
101 UIElements/TextUI/TextStatusIndicator.hpp \
102 UIElements/TextUI/TextUIFactory.hpp \
103 UIElements/TextUI/TextWindow.hpp
104
105VIEWSOURCE = \
106 UIElements/Views/View.cpp \
107 UIElements/Views/StringView.cpp \
108 UIElements/Views/MethodStringView.cpp \
109 UIElements/Views/StreamStringView.cpp
110VIEWHEADER = \
111 UIElements/Views/View.hpp \
112 UIElements/Views/StringView.hpp \
113 UIElements/Views/MethodStringView.hpp \
114 UIElements/Views/StreamStringView.hpp
[5079a0]115
116UISOURCE = \
117 ${COMMANDLINEUISOURCE} \
118 ${MENUSOURCE} \
[b59da6]119 ${TEXTMENUSOURCE} \
[5079a0]120 ${TEXTUISOURCE} \
121 ${VIEWSOURCE} \
[455573]122 UIElements/Query/AtomQuery.cpp \
123 UIElements/Query/AtomsQuery.cpp \
124 UIElements/Query/BooleanQuery.cpp \
125 UIElements/Query/BoxQuery.cpp \
126 UIElements/Query/DoubleQuery.cpp \
127 UIElements/Query/DoublesQuery.cpp \
128 UIElements/Query/ElementQuery.cpp \
129 UIElements/Query/ElementsQuery.cpp \
130 UIElements/Query/EmptyQuery.cpp \
131 UIElements/Query/FileQuery.cpp \
132 UIElements/Query/IntQuery.cpp \
133 UIElements/Query/IntsQuery.cpp \
134 UIElements/Query/MoleculeQuery.cpp \
135 UIElements/Query/MoleculesQuery.cpp \
136 UIElements/Query/Query.cpp \
137 UIElements/Query/RandomNumberDistribution_ParametersQuery.cpp \
138 UIElements/Query/StringQuery.cpp \
139 UIElements/Query/StringsQuery.cpp \
[838cd0]140 UIElements/Query/UnsignedIntQuery.cpp \
[12948c]141 UIElements/Query/UnsignedIntsQuery.cpp \
[455573]142 UIElements/Query/VectorQuery.cpp \
143 UIElements/Query/VectorsQuery.cpp \
144 UIElements/Dialog.cpp \
145 UIElements/MainWindow.cpp
[5079a0]146
147UIHEADER = \
148 ${COMMANDLINEUIHEADER} \
149 ${MENUHEADER} \
[b59da6]150 ${TEXTMENUHEADER} \
[5079a0]151 ${TEXTUIHEADER} \
152 ${VIEWHEADER} \
[455573]153 UIElements/Dialog.hpp \
154 UIElements/MainWindow.hpp
[5079a0]155
[455573]156QTUISOURCE = \
157 UIElements/Qt4/Pipe/AtomQtQueryPipe.cpp \
158 UIElements/Qt4/Pipe/AtomsQtQueryPipe.cpp \
159 UIElements/Qt4/Pipe/BooleanQtQueryPipe.cpp \
160 UIElements/Qt4/Pipe/BoxQtQueryPipe.cpp \
161 UIElements/Qt4/Pipe/DoubleQtQueryPipe.cpp \
162 UIElements/Qt4/Pipe/ElementsQtQueryPipe.cpp \
163 UIElements/Qt4/Pipe/EmptyQtQueryPipe.cpp \
164 UIElements/Qt4/Pipe/ElementQtQueryPipe.cpp \
165 UIElements/Qt4/Pipe/FileQtQueryPipe.cpp \
166 UIElements/Qt4/Pipe/IntQtQueryPipe.cpp \
167 UIElements/Qt4/Pipe/MoleculeQtQueryPipe.cpp \
168 UIElements/Qt4/Pipe/MoleculesQtQueryPipe.cpp \
169 UIElements/Qt4/Pipe/StringQtQueryPipe.cpp \
[838cd0]170 UIElements/Qt4/Pipe/UnsignedIntQtQueryPipe.cpp \
[455573]171 UIElements/Qt4/Pipe/VectorQtQueryPipe.cpp \
172 UIElements/Qt4/Pipe/VectorsQtQueryPipe.cpp \
[4cf35ac]173 UIElements/Qt4/Pipe/RandomNumberDistribution_ParametersQtQueryPipe.cpp \
[455573]174 UIElements/Qt4/Query/AtomQtQuery.cpp \
175 UIElements/Qt4/Query/AtomsQtQuery.cpp \
176 UIElements/Qt4/Query/BooleanQtQuery.cpp \
177 UIElements/Qt4/Query/BoxQtQuery.cpp \
178 UIElements/Qt4/Query/DoubleQtQuery.cpp \
179 UIElements/Qt4/Query/DoublesQtQuery.cpp \
180 UIElements/Qt4/Query/ElementQtQuery.cpp \
181 UIElements/Qt4/Query/ElementsQtQuery.cpp \
182 UIElements/Qt4/Query/EmptyQtQuery.cpp \
183 UIElements/Qt4/Query/FileQtQuery.cpp \
184 UIElements/Qt4/Query/IntQtQuery.cpp \
185 UIElements/Qt4/Query/IntsQtQuery.cpp \
186 UIElements/Qt4/Query/MoleculeQtQuery.cpp \
187 UIElements/Qt4/Query/MoleculesQtQuery.cpp \
188 UIElements/Qt4/Query/StringQtQuery.cpp \
189 UIElements/Qt4/Query/StringsQtQuery.cpp \
[838cd0]190 UIElements/Qt4/Query/UnsignedIntQtQuery.cpp \
[12948c]191 UIElements/Qt4/Query/UnsignedIntsQtQuery.cpp \
[455573]192 UIElements/Qt4/Query/VectorQtQuery.cpp \
193 UIElements/Qt4/Query/VectorsQtQuery.cpp \
[4cf35ac]194 UIElements/Qt4/Query/RandomNumberDistribution_ParametersQtQuery.cpp \
195 UIElements/Qt4/QtMainWindow.cpp \
196 UIElements/Qt4/QtDialog.cpp \
197 UIElements/Qt4/QtUIFactory.cpp \
198 UIElements/Menu/Qt4/QtMenuPipe.cpp \
199 UIElements/Views/Qt4/QtWorldView.cpp \
200 UIElements/Views/Qt4/QtMoleculeView.cpp \
[d238e7]201 UIElements/Views/Qt4/QtStatusBar.cpp \
[907636]202 UIElements/Views/Qt4/Qt3D/GLWorldView.cpp \
203 UIElements/Views/Qt4/Qt3D/GLWorldScene.cpp \
204 UIElements/Views/Qt4/Qt3D/GLMoleculeObject.cpp \
205 UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.cpp \
[7188b1]206 UIElements/Views/Qt4/Qt3D/GLMoleculeObject_bond.cpp
[29daad]207# UIElements/Views/Qt4/dialoglight.cpp
[455573]208
[1e0861]209QTUIMOC_HEADER = \
[4cf35ac]210 UIElements/Qt4/QtDialog.hpp \
211 UIElements/Qt4/QtMainWindow.hpp \
[455573]212 UIElements/Qt4/Pipe/AtomQtQueryPipe.hpp \
213 UIElements/Qt4/Pipe/AtomsQtQueryPipe.hpp \
214 UIElements/Qt4/Pipe/BooleanQtQueryPipe.hpp \
215 UIElements/Qt4/Pipe/BoxQtQueryPipe.hpp \
216 UIElements/Qt4/Pipe/DoubleQtQueryPipe.hpp \
[4cf35ac]217 UIElements/Qt4/Pipe/ElementQtQueryPipe.hpp \
[455573]218 UIElements/Qt4/Pipe/ElementsQtQueryPipe.hpp \
219 UIElements/Qt4/Pipe/EmptyQtQueryPipe.hpp \
220 UIElements/Qt4/Pipe/FileQtQueryPipe.hpp \
221 UIElements/Qt4/Pipe/IntQtQueryPipe.hpp \
222 UIElements/Qt4/Pipe/MoleculeQtQueryPipe.hpp \
223 UIElements/Qt4/Pipe/MoleculesQtQueryPipe.hpp \
[4cf35ac]224 UIElements/Qt4/Pipe/RandomNumberDistribution_ParametersQtQueryPipe.hpp \
[455573]225 UIElements/Qt4/Pipe/StringQtQueryPipe.hpp \
[838cd0]226 UIElements/Qt4/Pipe/UnsignedIntQtQueryPipe.hpp \
[455573]227 UIElements/Qt4/Pipe/VectorQtQueryPipe.hpp \
228 UIElements/Qt4/Pipe/VectorsQtQueryPipe.hpp \
[4cf35ac]229 UIElements/Menu/Qt4/QtMenuPipe.hpp \
230 UIElements/Views/Qt4/QtWorldView.hpp \
231 UIElements/Views/Qt4/QtMoleculeView.hpp \
[d238e7]232 UIElements/Views/Qt4/QtStatusBar.hpp \
[907636]233 UIElements/Views/Qt4/Qt3D/GLWorldView.hpp \
234 UIElements/Views/Qt4/Qt3D/GLWorldScene.hpp \
[a08d3c0]235 UIElements/Views/Qt4/Qt3D/GLMoleculeObject.hpp \
[907636]236 UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.hpp \
[7188b1]237 UIElements/Views/Qt4/Qt3D/GLMoleculeObject_bond.hpp
[29daad]238
[bcedf7]239QTUIUI_UIFILES = \
240 UIElements/Views/Qt4/changeposition.ui \
241 UIElements/Views/Qt4/dialoglight.ui \
242 UIElements/Views/Qt4/dialoglight.ui.h
[29daad]243
[1e0861]244QTUIHEADER = \
245 ${QTUIMOC_HEADER} \
[4cf35ac]246 UIElements/Menu/Qt4/QtMenu.hpp \
247 UIElements/Qt4/Query/QtQuery.hpp \
[455573]248 UIElements/Qt4/QtUIFactory.hpp \
[4cf35ac]249 UIElements/Qt4/Pipe/QtQueryPipe.hpp \
[455573]250 UIElements/Qt4/Pipe/QtQueryListPipe.hpp
[1e0861]251
[455573]252lib_LTLIBRARIES += libMolecuilderUI.la \
[4cf35ac]253 libMolecuilderQtUI.la
[e5bf2b]254libMolecuilderUI_la_includedir = $(includedir)/MoleCuilder/UIElements/
[455573]255libMolecuilderQtUI_la_includedir = $(includedir)/MoleCuilder/UIElements/
[060ba4]256libMolecuilderUI_la_CPPFLAGS = ${BOOST_CPPFLAGS} ${CodePatterns_CFLAGS}
[e5cec4]257libMolecuilderQtUI_la_CPPFLAGS = ${QT_CFLAGS} ${GLU_CXXFLAGS} ${BOOST_CPPFLAGS} ${CodePatterns_CFLAGS}
[79de12]258libMolecuilderUI_la_LDFLAGS = $(AM_LDFLAGS) $(BOOST_FILESYSTEM_LDFLAGS) $(BOOST_PROGRAM_OPTIONS_LDFLAGS) $(BOOST_RANDOM_LDFLAGS) $(BOOST_SYSTEM_LDFLAGS) $(BOOST_THREAD_LDFLAGS)
259libMolecuilderQtUI_la_LDFLAGS = $(AM_LDFLAGS) $(BOOST_FILESYSTEM_LDFLAGS) $(BOOST_PROGRAM_OPTIONS_LDFLAGS) $(BOOST_RANDOM_LDFLAGS) $(BOOST_SYSTEM_LDFLAGS) $(BOOST_THREAD_LDFLAGS)
[455573]260# NOTE: ActionPrototypes BEFORE Actions!
261# this is to ensure that static Action prototypes are instantiated after
262# ActionRegistry is present.
[e5bf2b]263libMolecuilderUI_la_LIBADD = \
[455573]264 libMolecuilderActionPrototypes.la \
265 libMolecuilderActions.la \
[9b5a2c]266 libMolecuilderAnalysis.la \
[455573]267 libMolecuilderGraph.la \
268 libMolecuilder.la \
[a9b86d]269 libMolecuilderFragmentation.la \
[455573]270 libMolecuilderParser.la \
271 libMolecuilderShapes.la \
[2fadb6f]272 libMolecuilderHelpers.la \
[3bdb6d]273 libMolecuilderElement.la \
[455573]274 $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
275 libMolecuilderRandomNumbers.la \
[f08ae7]276 ${CodePatterns_LIBS} \
[d7d022]277 $(BOOST_SERIALIZATION_LDFLAGS) $(BOOST_SERIALIZATION_LIBS) \
[f08ae7]278 $(BOOST_PROGRAM_OPTIONS_LDFLAGS) $(BOOST_PROGRAM_OPTIONS_LIBS) \
279 $(BOOST_FILESYSTEM_LDFLAGS) $(BOOST_FILESYSTEM_LIBS) \
280 $(BOOST_SYSTEM_LDFLAGS) $(BOOST_SYSTEM_LIBS)
[79de12]281
[e5bf2b]282libMolecuilderQtUI_la_LIBADD = \
[f08ae7]283 ${QT_LIBS} \
284 -lQtOpenGL \
285 ${GLU_LIBS}
[455573]286
[b37436]287
[e5bf2b]288nobase_libMolecuilderUI_la_include_HEADERS = ${UIHEADER}
[bcedf7]289nobase_libMolecuilderQtUI_la_include_HEADERS = ${QTUIHEADER} $(QTUIUI_UIFILES)
[b37436]290
291## Define the source file list for the "libexample-@MOLECUILDER_API_VERSION@.la"
292## target. Note that @MOLECUILDER_API_VERSION@ is not interpreted by Automake and
293## will therefore be treated as if it were literally part of the target name,
294## and the variable name derived from that.
295## The file extension .cc is recognized by Automake, and makes it produce
296## rules which invoke the C++ compiler to produce a libtool object file (.lo)
297## from each source file. Note that it is not necessary to list header files
298## which are already listed elsewhere in a _HEADERS variable assignment.
[acbe1b]299libMolecuilderUI_la_SOURCES = ${UISOURCE}
300libMolecuilderQtUI_la_SOURCES = ${QTUISOURCE}
[060ba4]301nodist_libMolecuilderQtUI_la_SOURCES =
[b37436]302
303## Instruct libtool to include ABI version information in the generated shared
304## library file (.so). The library ABI version is defined in configure.ac, so
305## that all version information is kept in one place.
[79de12]306libMolecuilderUI_la_LDFLAGS += -version-info $(MOLECUILDER_SO_VERSION)
307libMolecuilderQtUI_la_LDFLAGS += -version-info $(MOLECUILDER_SO_VERSION)
[b37436]308
309## The generated configuration header is installed in its own subdirectory of
310## $(libdir). The reason for this is that the configuration information put
311## into this header file describes the target platform the installed library
312## has been built for. Thus the file must not be installed into a location
313## intended for architecture-independent files, as defined by the Filesystem
314## Hierarchy Standard (FHS).
315## The nodist_ prefix instructs Automake to not generate rules for including
316## the listed files in the distribution on 'make dist'. Files that are listed
317## in _HEADERS variables are normally included in the distribution, but the
318## configuration header file is generated at configure time and should not be
319## shipped with the source tarball.
[acbe1b]320#libMolecuilderUI_libincludedir = $(libdir)/MoleCuilder/include
321#libMolecuilderQtUI_libincludedir = $(libdir)/MoleCuilder/include
322#nodist_libMolecuilderUI_libinclude_HEADERS = $(top_builddir)/libmolecuilder_config.h
323#nodist_libMolecuilderQtUI_libinclude_HEADERS = $(top_builddir)/libmolecuilder_config.h
[b37436]324
325## Install the generated pkg-config file (.pc) into the expected location for
326## architecture-dependent package configuration information. Occasionally,
327## pkg-config files are also used for architecture-independent data packages,
328## in which case the correct install location would be $(datadir)/pkgconfig.
[acbe1b]329#pkgconfigdir = $(libdir)/pkgconfig
330#pkgconfig_DATA = $(top_builddir)/MoleCuilder.pc
[5079a0]331
[29daad]332# This is the old stuff from branch molecuilderGUI which does not work
333#%.h: %.ui
334# $(UIC) -o $@ $<
335#
336#%.cpp: %.ui
337# $(UIC) -o $@ -impl $*.h $<
338
[aee2da]339BUILT_SOURCES += ui_dialoglight.h ui_changeposition.h
[29daad]340
341#noinst_HEADERS = dialoglight.h changeposition.h
342
343nodist_libMolecuilderQtUI_la_SOURCES += moc_dialoglight.cpp moc_changeposition.cpp
344
345#libMolecuilderQtUI_la_SOURCES += dialoglight.cpp changeposition.cpp
346
347ui_dialoglight.h: UIElements/Views/Qt4/dialoglight.ui
[060ba4]348 $(QT_UIC) -o $@ $<
[29daad]349
350ui_changeposition.h: UIElements/Views/Qt4/changeposition.ui
[060ba4]351 $(QT_UIC) -o $@ $<
[29daad]352
353moc_dialoglight.cpp: ui_dialoglight.h
[060ba4]354 $(QT_MOC) -o $@ $<
[29daad]355
356moc_changeposition.cpp: ui_changeposition.h
[060ba4]357 $(QT_MOC) -o $@ $<
358
359nodist_libMolecuilderQtUI_la_SOURCES += allmocs.moc.cpp
[29daad]360
[1e0861]361#Rules needed for Qt4
362# UI-Files are scattered throughout several subdirectories
363# Therfore `%'-rules do not seem to work
364#Quick fix to get it done otherwise
365allmocs.moc.cpp: ${QTUIMOC_HEADER}
366 echo "" > allmocs.moc.cpp;\
367 list='$(QTUIMOC_HEADER)'; for header in $$list; do \
368 echo "Making mocfile for $$header"; \
369 target=`basename $$header | sed "s/\(.*\)\..*/\1.moc.cpp/"`;\
[060ba4]370 $(QT_MOC) $(srcdir)/$$header -o $$target \
[1e0861]371 || eval $$failcom; \
372 echo "#include \"$$target\"" >> allmocs.moc.cpp; \
373 done;
374
[7ff53f]375MOSTLYCLEANFILES += \
376 *.moc.cpp \
377 moc_*.cpp \
378 ui_*.h
379
Note: See TracBrowser for help on using the repository browser.