source: src/UIElements/Makefile.am@ 043598

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 043598 was 33e801, checked in by Frederik Heber <heber@…>, 10 years ago

Added ParameterPair (i.e. "key = value;") to allow other string output.

  • this will solve the problem of vectors of key-value-pairs not properly converted into a single string because of missing semicolon.
  • FIX: toCLIString used functions toPythonString if possible.
  • Property mode set to 100644
File size: 16.2 KB
Line 
1# Below is all for the User Interface
2
3include UIElements/Views/Qt4/Plotting/Makefile.am
4
5COMMANDLINEUISOURCE = \
6 UIElements/CommandLineUI/Query/AtomCommandLineQuery.cpp \
7 UIElements/CommandLineUI/Query/AtomsCommandLineQuery.cpp \
8 UIElements/CommandLineUI/Query/BooleanCommandLineQuery.cpp \
9 UIElements/CommandLineUI/Query/DoubleCommandLineQuery.cpp \
10 UIElements/CommandLineUI/Query/DoublesCommandLineQuery.cpp \
11 UIElements/CommandLineUI/Query/ElementCommandLineQuery.cpp \
12 UIElements/CommandLineUI/Query/ElementsCommandLineQuery.cpp \
13 UIElements/CommandLineUI/Query/EmptyCommandLineQuery.cpp \
14 UIElements/CommandLineUI/Query/FileCommandLineQuery.cpp \
15 UIElements/CommandLineUI/Query/FilesCommandLineQuery.cpp \
16 UIElements/CommandLineUI/Query/IntCommandLineQuery.cpp \
17 UIElements/CommandLineUI/Query/IntsCommandLineQuery.cpp \
18 UIElements/CommandLineUI/Query/MoleculeCommandLineQuery.cpp \
19 UIElements/CommandLineUI/Query/MoleculesCommandLineQuery.cpp \
20 UIElements/CommandLineUI/Query/KeyValuePairCommandLineQuery.cpp \
21 UIElements/CommandLineUI/Query/KeyValuePairsCommandLineQuery.cpp \
22 UIElements/CommandLineUI/Query/RealSpaceMatrixCommandLineQuery.cpp \
23 UIElements/CommandLineUI/Query/StringCommandLineQuery.cpp \
24 UIElements/CommandLineUI/Query/StringsCommandLineQuery.cpp \
25 UIElements/CommandLineUI/Query/UnsignedIntCommandLineQuery.cpp \
26 UIElements/CommandLineUI/Query/UnsignedIntsCommandLineQuery.cpp \
27 UIElements/CommandLineUI/Query/VectorCommandLineQuery.cpp \
28 UIElements/CommandLineUI/Query/VectorsCommandLineQuery.cpp \
29 UIElements/CommandLineUI/CommandLineDialog.cpp \
30 UIElements/CommandLineUI/CommandLineParser.cpp \
31 UIElements/CommandLineUI/CommandLineParser_validate.cpp \
32 UIElements/CommandLineUI/CommandLineStatusIndicator.cpp \
33 UIElements/CommandLineUI/CommandLineUIFactory.cpp \
34 UIElements/CommandLineUI/CommandLineWindow.cpp \
35 UIElements/CommandLineUI/TypeEnumContainer.cpp
36
37COMMANDLINEUIHEADER = \
38 UIElements/CommandLineUI/Query/CommandLineQuery.hpp \
39 UIElements/CommandLineUI/CommandLineDialog.hpp \
40 UIElements/CommandLineUI/CommandLineParser.hpp \
41 UIElements/CommandLineUI/CommandLineParser_validate.hpp \
42 UIElements/CommandLineUI/CommandLineStatusIndicator.hpp \
43 UIElements/CommandLineUI/CommandLineUIFactory.hpp \
44 UIElements/CommandLineUI/CommandLineWindow.hpp \
45 UIElements/CommandLineUI/TypeEnumContainer.hpp
46
47MENUSOURCE = \
48 UIElements/Menu/getLastPosition.cpp \
49 UIElements/Menu/Menu.cpp \
50 UIElements/Menu/MenuDescription.cpp \
51 UIElements/Menu/MenuInterface.cpp
52
53MENUHEADER = \
54 UIElements/Menu/getLastPosition.hpp \
55 UIElements/Menu/Menu.hpp \
56 UIElements/Menu/MenuDescription.hpp \
57 UIElements/Menu/MenuInterface.hpp
58
59TEXTMENUSOURCE = \
60 UIElements/Menu/TextMenu/ActionMenuItem.cpp \
61 UIElements/Menu/TextMenu/DisplayMenuItem.cpp \
62 UIElements/Menu/TextMenu/MenuItem.cpp \
63 UIElements/Menu/TextMenu/SeparatorMenuItem.cpp \
64 UIElements/Menu/TextMenu/SubMenuItem.cpp \
65 UIElements/Menu/TextMenu/TxMenu.cpp \
66 UIElements/Menu/TextMenu/TxMenuLeaveAction.cpp
67
68TEXTMENUHEADER = \
69 UIElements/Menu/TextMenu/ActionMenuItem.hpp \
70 UIElements/Menu/TextMenu/DisplayMenuItem.hpp \
71 UIElements/Menu/TextMenu/MenuItem.hpp \
72 UIElements/Menu/TextMenu/SeparatorMenuItem.hpp \
73 UIElements/Menu/TextMenu/SubMenuItem.hpp \
74 UIElements/Menu/TextMenu/TextMenu.hpp \
75 UIElements/Menu/TextMenu/TxMenu.hpp \
76 UIElements/Menu/TextMenu/TxMenuLeaveAction.hpp
77
78TEXTUISOURCE = \
79 UIElements/TextUI/Query/AtomsTextQuery.cpp \
80 UIElements/TextUI/Query/AtomTextQuery.cpp \
81 UIElements/TextUI/Query/BooleanTextQuery.cpp \
82 UIElements/TextUI/Query/DoubleTextQuery.cpp \
83 UIElements/TextUI/Query/DoublesTextQuery.cpp \
84 UIElements/TextUI/Query/ElementTextQuery.cpp \
85 UIElements/TextUI/Query/ElementsTextQuery.cpp \
86 UIElements/TextUI/Query/EmptyTextQuery.cpp \
87 UIElements/TextUI/Query/FileTextQuery.cpp \
88 UIElements/TextUI/Query/FilesTextQuery.cpp \
89 UIElements/TextUI/Query/IntTextQuery.cpp \
90 UIElements/TextUI/Query/IntsTextQuery.cpp \
91 UIElements/TextUI/Query/MoleculesTextQuery.cpp \
92 UIElements/TextUI/Query/MoleculeTextQuery.cpp \
93 UIElements/TextUI/Query/KeyValuePairTextQuery.cpp \
94 UIElements/TextUI/Query/KeyValuePairsTextQuery.cpp \
95 UIElements/TextUI/Query/RealSpaceMatrixTextQuery.cpp \
96 UIElements/TextUI/Query/StringTextQuery.cpp \
97 UIElements/TextUI/Query/StringsTextQuery.cpp \
98 UIElements/TextUI/Query/UnsignedIntTextQuery.cpp \
99 UIElements/TextUI/Query/UnsignedIntsTextQuery.cpp \
100 UIElements/TextUI/Query/VectorTextQuery.cpp \
101 UIElements/TextUI/Query/VectorsTextQuery.cpp \
102 UIElements/TextUI/TextDialog.cpp \
103 UIElements/TextUI/TextStatusIndicator.cpp \
104 UIElements/TextUI/TextUIFactory.cpp \
105 UIElements/TextUI/TextWindow.cpp
106TEXTUIHEADER = \
107 UIElements/TextUI/Query/TextQuery.hpp \
108 UIElements/TextUI/TextDialog.hpp \
109 UIElements/TextUI/TextStatusIndicator.hpp \
110 UIElements/TextUI/TextUIFactory.hpp \
111 UIElements/TextUI/TextWindow.hpp
112
113VIEWSOURCE = \
114 UIElements/Views/View.cpp \
115 UIElements/Views/StringView.cpp \
116 UIElements/Views/MethodStringView.cpp \
117 UIElements/Views/StreamStringView.cpp
118VIEWHEADER = \
119 UIElements/Views/View.hpp \
120 UIElements/Views/StringView.hpp \
121 UIElements/Views/MethodStringView.hpp \
122 UIElements/Views/StreamStringView.hpp
123
124UISOURCE = \
125 ${COMMANDLINEUISOURCE} \
126 ${MENUSOURCE} \
127 ${TEXTMENUSOURCE} \
128 ${TEXTUISOURCE} \
129 ${VIEWSOURCE} \
130 UIElements/Query/EmptyQuery.cpp \
131 UIElements/Query/Query.cpp \
132 UIElements/Dialog.cpp \
133 UIElements/MainWindow.cpp
134
135UIHEADER = \
136 ${COMMANDLINEUIHEADER} \
137 ${MENUHEADER} \
138 ${TEXTMENUHEADER} \
139 ${TEXTUIHEADER} \
140 ${VIEWHEADER} \
141 UIElements/Dialog.hpp \
142 UIElements/MainWindow.hpp
143
144QTUISOURCE = \
145 UIElements/Qt4/Query/AtomQtQuery.cpp \
146 UIElements/Qt4/Query/AtomsQtQuery.cpp \
147 UIElements/Qt4/Query/BooleanQtQuery.cpp \
148 UIElements/Qt4/Query/DoubleQtQuery.cpp \
149 UIElements/Qt4/Query/DoublesQtQuery.cpp \
150 UIElements/Qt4/Query/ElementQtQuery.cpp \
151 UIElements/Qt4/Query/ElementsQtQuery.cpp \
152 UIElements/Qt4/Query/EmptyQtQuery.cpp \
153 UIElements/Qt4/Query/FileQtQuery.cpp \
154 UIElements/Qt4/Query/FilesQtQuery.cpp \
155 UIElements/Qt4/Query/IntQtQuery.cpp \
156 UIElements/Qt4/Query/IntsQtQuery.cpp \
157 UIElements/Qt4/Query/MoleculeQtQuery.cpp \
158 UIElements/Qt4/Query/MoleculesQtQuery.cpp \
159 UIElements/Qt4/Query/QtQueryList.cpp \
160 UIElements/Qt4/Query/KeyValuePairQtQuery.cpp \
161 UIElements/Qt4/Query/KeyValuePairsQtQuery.cpp \
162 UIElements/Qt4/Query/RealSpaceMatrixQtQuery.cpp \
163 UIElements/Qt4/Query/StringQtQuery.cpp \
164 UIElements/Qt4/Query/StringsQtQuery.cpp \
165 UIElements/Qt4/Query/UnsignedIntQtQuery.cpp \
166 UIElements/Qt4/Query/UnsignedIntsQtQuery.cpp \
167 UIElements/Qt4/Query/VectorQtQuery.cpp \
168 UIElements/Qt4/Query/VectorsQtQuery.cpp \
169 UIElements/Qt4/QtMainWindow.cpp \
170 UIElements/Qt4/QtDialog.cpp \
171 UIElements/Qt4/QtUIFactory.cpp \
172 UIElements/Views/Qt4/MoleculeList/QtMoleculeItem.cpp \
173 UIElements/Views/Qt4/MoleculeList/QtMoleculeItemFactory.cpp \
174 UIElements/Views/Qt4/MoleculeList/QtMoleculeList.cpp \
175 UIElements/Views/Qt4/MoleculeList/QtMoleculeListView.cpp \
176 UIElements/Menu/Qt4/QtMenuPipe.cpp \
177 UIElements/Views/Qt4/QtElementList.cpp \
178 UIElements/Views/Qt4/QtFragmentList.cpp \
179 UIElements/Views/Qt4/QtHomologyList.cpp \
180 UIElements/Views/Qt4/QtInfoBox.cpp \
181 UIElements/Views/Qt4/QtLogBox.cpp \
182 UIElements/Views/Qt4/QtShapeController.cpp \
183 UIElements/Views/Qt4/QtShapeList.cpp \
184 UIElements/Views/Qt4/QtStatusBar.cpp \
185 UIElements/Views/Qt4/QtTimeLine.cpp \
186 UIElements/Views/Qt4/QtToolBar.cpp \
187 UIElements/Views/Qt4/QtToolBar_QtFavoriteActions.cpp \
188 UIElements/Views/Qt4/Qt3D/GLWorldView.cpp \
189 UIElements/Views/Qt4/Qt3D/GLWorldScene.cpp \
190 UIElements/Views/Qt4/Qt3D/GLMoleculeObject.cpp \
191 UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.cpp \
192 UIElements/Views/Qt4/Qt3D/GLMoleculeObject_bond.cpp \
193 UIElements/Views/Qt4/Qt3D/GLMoleculeObject_molecule.cpp \
194 UIElements/Views/Qt4/Qt3D/GLMoleculeObject_shape.cpp
195# UIElements/Views/Qt4/dialoglight.cpp
196
197QTUIMOC_HEADER = \
198 UIElements/Qt4/QtDialog.hpp \
199 UIElements/Qt4/QtMainWindow.hpp \
200 UIElements/Qt4/Query/QtQuery.hpp \
201 UIElements/Menu/Qt4/QMenu_tooltip.hpp \
202 UIElements/Menu/Qt4/QtMenuPipe.hpp \
203 UIElements/Views/Qt4/MoleculeList/QtMoleculeList.hpp \
204 UIElements/Views/Qt4/MoleculeList/QtMoleculeListView.hpp \
205 UIElements/Views/Qt4/QtElementList.hpp \
206 UIElements/Views/Qt4/QtFragmentList.hpp \
207 UIElements/Views/Qt4/QtHomologyList.hpp \
208 UIElements/Views/Qt4/QtInfoBox.hpp \
209 UIElements/Views/Qt4/QtLogBox.hpp \
210 UIElements/Views/Qt4/QtShapeController.hpp \
211 UIElements/Views/Qt4/QtShapeList.hpp \
212 UIElements/Views/Qt4/QtStatusBar.hpp \
213 UIElements/Views/Qt4/QtTimeLine.hpp \
214 UIElements/Views/Qt4/QtToolBar.hpp \
215 UIElements/Views/Qt4/Qt3D/GLWorldView.hpp \
216 UIElements/Views/Qt4/Qt3D/GLWorldScene.hpp \
217 UIElements/Views/Qt4/Qt3D/GLMoleculeObject.hpp \
218 UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.hpp \
219 UIElements/Views/Qt4/Qt3D/GLMoleculeObject_bond.hpp \
220 UIElements/Views/Qt4/Qt3D/GLMoleculeObject_molecule.hpp \
221 UIElements/Views/Qt4/Qt3D/GLMoleculeObject_shape.hpp
222
223QTUIUI_UIFILES = \
224 UIElements/Views/Qt4/changeposition.ui \
225 UIElements/Views/Qt4/dialoglight.ui \
226 UIElements/Views/Qt4/dialoglight.ui.h
227
228QTUIHEADER = \
229 ${QTUIMOC_HEADER} \
230 UIElements/Menu/Qt4/QtMenu.hpp \
231 UIElements/Qt4/Query/QtQueryList.hpp \
232 UIElements/Qt4/QtUIFactory.hpp \
233 UIElements/Views/Qt4/MoleculeList/QtMoleculeItem.hpp \
234 UIElements/Views/Qt4/MoleculeList/QtMoleculeItemFactory.hpp \
235 UIElements/Views/Qt4/MoleculeList/SpecificItems/QtMoleculeItem_atomcount.hpp \
236 UIElements/Views/Qt4/MoleculeList/SpecificItems/QtMoleculeItem_formula.hpp \
237 UIElements/Views/Qt4/MoleculeList/SpecificItems/QtMoleculeItem_name.hpp \
238 UIElements/Views/Qt4/MoleculeList/SpecificItems/QtMoleculeItem_occurrence.hpp \
239 UIElements/Views/Qt4/MoleculeList/SpecificItems/QtMoleculeItem_visibility.hpp \
240 UIElements/Views/Qt4/QDebugStream.hpp
241
242lib_LTLIBRARIES += libMolecuilderUI.la
243libMolecuilderUI_la_includedir = $(includedir)/MoleCuilder/
244libMolecuilderUI_la_CPPFLAGS = $(AM_CPPFLAGS) ${BOOST_CPPFLAGS} ${CodePatterns_CFLAGS}
245if CONDJOBMARKET
246libMolecuilderUI_la_CPPFLAGS += ${JobMarket_CFLAGS}
247endif
248libMolecuilderUI_la_LDFLAGS = \
249 $(AM_LDFLAGS) \
250 $(BOOST_FILESYSTEM_LDFLAGS) \
251 $(BOOST_PROGRAM_OPTIONS_LDFLAGS) \
252 $(BOOST_RANDOM_LDFLAGS) \
253 $(BOOST_SERIALIZATION_LDFLAGS) \
254 $(BOOST_SYSTEM_LDFLAGS) \
255 $(BOOST_THREAD_LDFLAGS)
256
257if CONDJOBMARKET
258libMolecuilderUI_la_LDFLAGS += $(LEVMAR_LDFLAGS)
259endif
260
261# NOTE: ActionPrototypes BEFORE Actions!
262# this is to ensure that static Action prototypes are instantiated after
263# ActionRegistry is present.
264libMolecuilderUI_la_LIBADD =
265
266libMolecuilderUI_la_LIBADD += \
267 libMolecuilderActionPrototypes.la \
268 libMolecuilderActions.la \
269 libMolecuilderAnalysis.la \
270 libMolecuilderGraph.la \
271 libMolecuilderFilling.la \
272 libMolecuilder.la \
273 libMolecuilderFragmentationAutomation.la \
274 libMolecuilderFragmentation_getFromKeyset.la \
275 libMolecuilderFragmentation.la \
276 libMolecuilderJobs.la
277if CONDJOBMARKET
278libMolecuilderUI_la_LIBADD += \
279 ${JobMarket_Controller_LIBS}
280endif
281libMolecuilderUI_la_LIBADD += \
282 libMolecuilderFragmentationSummation.la \
283 libMolecuilderFragmentation_KeysetsContainer.la \
284 libMolecuilderParser.la \
285 libMolecuilderParameters.la \
286 libMolecuilderShapes.la \
287 libMolecuilderLinkedCell.la \
288 libMolecuilderAtom.la \
289 libMolecuilderHelpers.la \
290 libMolecuilderElement.la \
291 libMolecuilderRandomNumbers.la \
292 libMolecuilderPotentials.la \
293 libMolecuilderFunctionApproximation.la
294
295if CONDPYTHON
296libMolecuilderUI_la_LIBADD += \
297 libMolecuilderPython.la
298endif
299
300libMolecuilderUI_la_LIBADD += \
301 $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
302 ${CodePatterns_LIBS} \
303 $(BOOST_SERIALIZATION_LIBS) \
304 $(BOOST_PROGRAM_OPTIONS_LIBS) \
305 $(BOOST_FILESYSTEM_LIBS) \
306 $(BOOST_SYSTEM_LIBS) \
307 $(BOOST_THREAD_LIBS)
308
309
310if CONDLEVMAR
311libMolecuilderUI_la_LIBADD += \
312 $(LEVMAR_LIBS) \
313 $(LAPACK_LIBS) $(BLAS_LIBS) $(LIBS) $(FLIBS)
314endif
315
316
317nobase_libMolecuilderUI_la_include_HEADERS = ${UIHEADER}
318
319## Define the source file list for the "libexample-@MOLECUILDER_API_VERSION@.la"
320## target. Note that @MOLECUILDER_API_VERSION@ is not interpreted by Automake and
321## will therefore be treated as if it were literally part of the target name,
322## and the variable name derived from that.
323## The file extension .cc is recognized by Automake, and makes it produce
324## rules which invoke the C++ compiler to produce a libtool object file (.lo)
325## from each source file. Note that it is not necessary to list header files
326## which are already listed elsewhere in a _HEADERS variable assignment.
327libMolecuilderUI_la_SOURCES = \
328 ${UISOURCE} \
329 cleanUp.cpp \
330 cleanUp.hpp
331
332## Instruct libtool to include ABI version information in the generated shared
333## library file (.so). The library ABI version is defined in configure.ac, so
334## that all version information is kept in one place.
335libMolecuilderUI_la_LDFLAGS += -version-info $(MOLECUILDER_SO_VERSION)
336
337## The generated configuration header is installed in its own subdirectory of
338## $(libdir). The reason for this is that the configuration information put
339## into this header file describes the target platform the installed library
340## has been built for. Thus the file must not be installed into a location
341## intended for architecture-independent files, as defined by the Filesystem
342## Hierarchy Standard (FHS).
343## The nodist_ prefix instructs Automake to not generate rules for including
344## the listed files in the distribution on 'make dist'. Files that are listed
345## in _HEADERS variables are normally included in the distribution, but the
346## configuration header file is generated at configure time and should not be
347## shipped with the source tarball.
348#libMolecuilderUI_libincludedir = $(libdir)/MoleCuilder/include
349#nodist_libMolecuilderUI_libinclude_HEADERS = $(top_builddir)/libmolecuilder_config.h
350
351## Install the generated pkg-config file (.pc) into the expected location for
352## architecture-dependent package configuration information. Occasionally,
353## pkg-config files are also used for architecture-independent data packages,
354## in which case the correct install location would be $(datadir)/pkgconfig.
355#pkgconfigdir = $(libdir)/pkgconfig
356#pkgconfig_DATA = $(top_builddir)/MoleCuilder.pc
357
358if CONDQTGUI
359lib_LTLIBRARIES += libMolecuilderQtUI.la
360
361libMolecuilderQtUI_la_includedir = $(includedir)/MoleCuilder/
362libMolecuilderQtUI_la_CPPFLAGS = $(AM_CPPFLAGS) ${QT_CFLAGS} ${GLU_CXXFLAGS} ${BOOST_CPPFLAGS} ${CodePatterns_CFLAGS} ${JobMarket_CFLAGS} $(mol_ac_qwt_cxxflags)
363libMolecuilderQtUI_la_LDFLAGS = $(AM_LDFLAGS) $(BOOST_FILESYSTEM_LDFLAGS) $(BOOST_PROGRAM_OPTIONS_LDFLAGS) $(BOOST_RANDOM_LDFLAGS) $(BOOST_SYSTEM_LDFLAGS) $(BOOST_THREAD_LDFLAGS) $(mol_ac_qwt_ldflags)
364
365libMolecuilderQtUI_la_LIBADD =
366if CONDQWT
367libMolecuilderQtUI_la_LIBADD += \
368 libMolecuilderQwtUI.la
369endif
370
371libMolecuilderQtUI_la_LIBADD += \
372 ../data/icons/libicons.la \
373 ${QT_LIBS} \
374 -lQtOpenGL \
375 ${GLU_LIBS}
376
377##libMolecuilderQtUI_la_LDADD = \
378## ../data/icons/libicons.a
379
380nobase_libMolecuilderQtUI_la_include_HEADERS = ${QTUIHEADER} $(QTUIUI_UIFILES)
381libMolecuilderQtUI_la_SOURCES = ${QTUISOURCE}
382nodist_libMolecuilderQtUI_la_SOURCES =
383libMolecuilderQtUI_la_LDFLAGS += -version-info $(MOLECUILDER_SO_VERSION)
384#libMolecuilderQtUI_libincludedir = $(libdir)/MoleCuilder/include
385#nodist_libMolecuilderQtUI_libinclude_HEADERS = $(top_builddir)/libmolecuilder_config.h
386
387BUILT_SOURCES += ui_dialoglight.h ui_changeposition.h
388
389nodist_libMolecuilderQtUI_la_SOURCES += moc_dialoglight.cpp moc_changeposition.cpp
390
391MOSTLYCLEANFILES += \
392 *.moc.cpp \
393 moc_*.cpp \
394 ui_*.h
395
396ui_dialoglight.h: UIElements/Views/Qt4/dialoglight.ui
397 $(QT_UIC) -o $@ $<
398
399ui_changeposition.h: UIElements/Views/Qt4/changeposition.ui
400 $(QT_UIC) -o $@ $<
401
402moc_dialoglight.cpp: ui_dialoglight.h
403 $(QT_MOC) -o $@ $<
404
405moc_changeposition.cpp: ui_changeposition.h
406 $(QT_MOC) -o $@ $<
407
408nodist_libMolecuilderQtUI_la_SOURCES += allmocs.moc.cpp
409
410#Rules needed for Qt4
411# UI-Files are scattered throughout several subdirectories
412# Therfore `%'-rules do not seem to work
413#Quick fix to get it done otherwise
414allmocs.moc.cpp: ${QTUIMOC_HEADER}
415 echo "" > allmocs.moc.cpp;\
416 list='${QTUIMOC_HEADER}'; for header in $$list; do \
417 echo "Making mocfile for $$header"; \
418 target=`basename $$header | sed "s/\(.*\)\..*/\1.moc.cpp/"`;\
419 $(QT_MOC) $(srcdir)/$$header -o $$target \
420 || eval $$failcom; \
421 echo "#include \"$$target\"" >> allmocs.moc.cpp; \
422 done;
423
424endif
Note: See TracBrowser for help on using the repository browser.