source: src/UIElements/Makefile.am@ bf6245

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 bf6245 was 4690a7, checked in by Frederik Heber <heber@…>, 9 years ago

Removed unneeded specialization ObservedValue_UpdateAtoms.

  • Property mode set to 100644
File size: 18.3 KB
RevLine 
[5079a0]1# Below is all for the User Interface
2
[35302b]3include UIElements/Views/Qt4/Plotting/Makefile.am
4
[455573]5COMMANDLINEUISOURCE = \
[4cf35ac]6 UIElements/CommandLineUI/Query/AtomCommandLineQuery.cpp \
7 UIElements/CommandLineUI/Query/AtomsCommandLineQuery.cpp \
[455573]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 \
[2c5765]15 UIElements/CommandLineUI/Query/FilesCommandLineQuery.cpp \
[455573]16 UIElements/CommandLineUI/Query/IntCommandLineQuery.cpp \
17 UIElements/CommandLineUI/Query/IntsCommandLineQuery.cpp \
18 UIElements/CommandLineUI/Query/MoleculeCommandLineQuery.cpp \
19 UIElements/CommandLineUI/Query/MoleculesCommandLineQuery.cpp \
[33e801]20 UIElements/CommandLineUI/Query/KeyValuePairCommandLineQuery.cpp \
21 UIElements/CommandLineUI/Query/KeyValuePairsCommandLineQuery.cpp \
[7d9416]22 UIElements/CommandLineUI/Query/RealSpaceMatrixCommandLineQuery.cpp \
[455573]23 UIElements/CommandLineUI/Query/StringCommandLineQuery.cpp \
24 UIElements/CommandLineUI/Query/StringsCommandLineQuery.cpp \
[838cd0]25 UIElements/CommandLineUI/Query/UnsignedIntCommandLineQuery.cpp \
[12948c]26 UIElements/CommandLineUI/Query/UnsignedIntsCommandLineQuery.cpp \
[455573]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
[5079a0]46
47MENUSOURCE = \
[d649b7]48 UIElements/Menu/getLastPosition.cpp \
[455573]49 UIElements/Menu/Menu.cpp \
50 UIElements/Menu/MenuDescription.cpp \
51 UIElements/Menu/MenuInterface.cpp
[b59da6]52
[5079a0]53MENUHEADER = \
[d649b7]54 UIElements/Menu/getLastPosition.hpp \
[455573]55 UIElements/Menu/Menu.hpp \
56 UIElements/Menu/MenuDescription.hpp \
57 UIElements/Menu/MenuInterface.hpp
[b59da6]58
59TEXTMENUSOURCE = \
[455573]60 UIElements/Menu/TextMenu/ActionMenuItem.cpp \
[4cf35ac]61 UIElements/Menu/TextMenu/DisplayMenuItem.cpp \
62 UIElements/Menu/TextMenu/MenuItem.cpp \
[455573]63 UIElements/Menu/TextMenu/SeparatorMenuItem.cpp \
[4cf35ac]64 UIElements/Menu/TextMenu/SubMenuItem.cpp \
65 UIElements/Menu/TextMenu/TxMenu.cpp \
66 UIElements/Menu/TextMenu/TxMenuLeaveAction.cpp
[b59da6]67
68TEXTMENUHEADER = \
[455573]69 UIElements/Menu/TextMenu/ActionMenuItem.hpp \
[4cf35ac]70 UIElements/Menu/TextMenu/DisplayMenuItem.hpp \
71 UIElements/Menu/TextMenu/MenuItem.hpp \
[455573]72 UIElements/Menu/TextMenu/SeparatorMenuItem.hpp \
[4cf35ac]73 UIElements/Menu/TextMenu/SubMenuItem.hpp \
74 UIElements/Menu/TextMenu/TextMenu.hpp \
75 UIElements/Menu/TextMenu/TxMenu.hpp \
76 UIElements/Menu/TextMenu/TxMenuLeaveAction.hpp
[455573]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 \
[2c5765]88 UIElements/TextUI/Query/FilesTextQuery.cpp \
[455573]89 UIElements/TextUI/Query/IntTextQuery.cpp \
90 UIElements/TextUI/Query/IntsTextQuery.cpp \
91 UIElements/TextUI/Query/MoleculesTextQuery.cpp \
92 UIElements/TextUI/Query/MoleculeTextQuery.cpp \
[33e801]93 UIElements/TextUI/Query/KeyValuePairTextQuery.cpp \
94 UIElements/TextUI/Query/KeyValuePairsTextQuery.cpp \
[7d9416]95 UIElements/TextUI/Query/RealSpaceMatrixTextQuery.cpp \
[455573]96 UIElements/TextUI/Query/StringTextQuery.cpp \
97 UIElements/TextUI/Query/StringsTextQuery.cpp \
[838cd0]98 UIElements/TextUI/Query/UnsignedIntTextQuery.cpp \
[12948c]99 UIElements/TextUI/Query/UnsignedIntsTextQuery.cpp \
[455573]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
[5079a0]123
124UISOURCE = \
125 ${COMMANDLINEUISOURCE} \
126 ${MENUSOURCE} \
[b59da6]127 ${TEXTMENUSOURCE} \
[5079a0]128 ${TEXTUISOURCE} \
129 ${VIEWSOURCE} \
[455573]130 UIElements/Query/EmptyQuery.cpp \
131 UIElements/Query/Query.cpp \
132 UIElements/Dialog.cpp \
133 UIElements/MainWindow.cpp
[5079a0]134
135UIHEADER = \
136 ${COMMANDLINEUIHEADER} \
137 ${MENUHEADER} \
[b59da6]138 ${TEXTMENUHEADER} \
[5079a0]139 ${TEXTUIHEADER} \
140 ${VIEWHEADER} \
[455573]141 UIElements/Dialog.hpp \
[37a67f]142 UIElements/Dialog_impl_pre.hpp \
143 UIElements/Dialog_impl_undef.hpp \
144 UIElements/GlobalListOfParameterQueries.hpp \
[8688ef]145 UIElements/MainWindow.hpp \
[98c35c]146 UIElements/Qt4/InstanceBoard/ObservedValue_types.hpp \
[41e287]147 UIElements/Qt4/InstanceBoard/ObservedValuesContainer.hpp \
148 UIElements/Qt4/InstanceBoard/ObservedValuesContainer_impl.hpp \
[494478]149 UIElements/Qt4/InstanceBoard/ObservedValue_wCallback.hpp
[5079a0]150
[455573]151QTUISOURCE = \
[0070aa]152 UIElements/Qt4/InstanceBoard/QtObservedAtom.cpp \
[2f7988]153 UIElements/Qt4/InstanceBoard/QtObservedInstanceBoard.cpp \
[0070aa]154 UIElements/Qt4/InstanceBoard/QtObservedMolecule.cpp \
[455573]155 UIElements/Qt4/Query/AtomQtQuery.cpp \
156 UIElements/Qt4/Query/AtomsQtQuery.cpp \
157 UIElements/Qt4/Query/BooleanQtQuery.cpp \
158 UIElements/Qt4/Query/DoubleQtQuery.cpp \
159 UIElements/Qt4/Query/DoublesQtQuery.cpp \
160 UIElements/Qt4/Query/ElementQtQuery.cpp \
161 UIElements/Qt4/Query/ElementsQtQuery.cpp \
162 UIElements/Qt4/Query/EmptyQtQuery.cpp \
163 UIElements/Qt4/Query/FileQtQuery.cpp \
[2c5765]164 UIElements/Qt4/Query/FilesQtQuery.cpp \
[455573]165 UIElements/Qt4/Query/IntQtQuery.cpp \
166 UIElements/Qt4/Query/IntsQtQuery.cpp \
167 UIElements/Qt4/Query/MoleculeQtQuery.cpp \
168 UIElements/Qt4/Query/MoleculesQtQuery.cpp \
[7b8a8e]169 UIElements/Qt4/Query/QtQueryList.cpp \
[33e801]170 UIElements/Qt4/Query/KeyValuePairQtQuery.cpp \
171 UIElements/Qt4/Query/KeyValuePairsQtQuery.cpp \
[7d9416]172 UIElements/Qt4/Query/RealSpaceMatrixQtQuery.cpp \
[455573]173 UIElements/Qt4/Query/StringQtQuery.cpp \
174 UIElements/Qt4/Query/StringsQtQuery.cpp \
[838cd0]175 UIElements/Qt4/Query/UnsignedIntQtQuery.cpp \
[12948c]176 UIElements/Qt4/Query/UnsignedIntsQtQuery.cpp \
[455573]177 UIElements/Qt4/Query/VectorQtQuery.cpp \
178 UIElements/Qt4/Query/VectorsQtQuery.cpp \
[4cf35ac]179 UIElements/Qt4/QtMainWindow.cpp \
180 UIElements/Qt4/QtDialog.cpp \
181 UIElements/Qt4/QtUIFactory.cpp \
[6a7353]182 UIElements/Views/Qt4/ElementList/QtObservedAtomObserver.cpp \
[1e1893]183 UIElements/Views/Qt4/ElementList/QtElementList.cpp \
[bed759]184 UIElements/Views/Qt4/MoleculeList/QtMoleculeItem.cpp \
185 UIElements/Views/Qt4/MoleculeList/QtMoleculeItemFactory.cpp \
[f62e60]186 UIElements/Views/Qt4/MoleculeList/QtMoleculeList.cpp \
187 UIElements/Views/Qt4/MoleculeList/QtMoleculeListView.cpp \
[924259]188 UIElements/Views/Qt4/MoleculeList/QtObservedMoleculeObserver.cpp \
[4cf35ac]189 UIElements/Menu/Qt4/QtMenuPipe.cpp \
[d20ded]190 UIElements/Views/Qt4/QtFragmentList.cpp \
[1e1098]191 UIElements/Views/Qt4/QtHomologyList.cpp \
[3c53fa]192 UIElements/Views/Qt4/QtInfoBox.cpp \
[e0b5f0]193 UIElements/Views/Qt4/QtLogBox.cpp \
[301bc2]194 UIElements/Views/Qt4/QtShapeController.cpp \
[4458b0]195 UIElements/Views/Qt4/QtShapeList.cpp \
[d238e7]196 UIElements/Views/Qt4/QtStatusBar.cpp \
[d7e931]197 UIElements/Views/Qt4/QtTimeLine.cpp \
[7641d4]198 UIElements/Views/Qt4/QtToolBar.cpp \
[8859b5]199 UIElements/Views/Qt4/QtToolBar_QtFavoriteActions.cpp \
[907636]200 UIElements/Views/Qt4/Qt3D/GLWorldView.cpp \
201 UIElements/Views/Qt4/Qt3D/GLWorldScene.cpp \
202 UIElements/Views/Qt4/Qt3D/GLMoleculeObject.cpp \
203 UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.cpp \
[c67518]204 UIElements/Views/Qt4/Qt3D/GLMoleculeObject_bond.cpp \
[afd3d2]205 UIElements/Views/Qt4/Qt3D/GLMoleculeObject_molecule.cpp \
206 UIElements/Views/Qt4/Qt3D/GLMoleculeObject_shape.cpp
[29daad]207# UIElements/Views/Qt4/dialoglight.cpp
[455573]208
[1e0861]209QTUIMOC_HEADER = \
[0070aa]210 UIElements/Qt4/InstanceBoard/QtObservedAtom.hpp \
[2f7988]211 UIElements/Qt4/InstanceBoard/QtObservedInstanceBoard.hpp \
[0070aa]212 UIElements/Qt4/InstanceBoard/QtObservedMolecule.hpp \
[4cf35ac]213 UIElements/Qt4/QtDialog.hpp \
214 UIElements/Qt4/QtMainWindow.hpp \
[7c9921]215 UIElements/Qt4/Query/QtQuery.hpp \
[86c013]216 UIElements/Menu/Qt4/QMenu_tooltip.hpp \
[4cf35ac]217 UIElements/Menu/Qt4/QtMenuPipe.hpp \
[6a7353]218 UIElements/Views/Qt4/ElementList/QtObservedAtomObserver.hpp \
[1e1893]219 UIElements/Views/Qt4/ElementList/QtElementList.hpp \
[f62e60]220 UIElements/Views/Qt4/MoleculeList/QtMoleculeList.hpp \
221 UIElements/Views/Qt4/MoleculeList/QtMoleculeListView.hpp \
[924259]222 UIElements/Views/Qt4/MoleculeList/QtObservedMoleculeObserver.hpp \
[d20ded]223 UIElements/Views/Qt4/QtFragmentList.hpp \
[1e1098]224 UIElements/Views/Qt4/QtHomologyList.hpp \
[3c53fa]225 UIElements/Views/Qt4/QtInfoBox.hpp \
[e0b5f0]226 UIElements/Views/Qt4/QtLogBox.hpp \
[301bc2]227 UIElements/Views/Qt4/QtShapeController.hpp \
[4458b0]228 UIElements/Views/Qt4/QtShapeList.hpp \
[d238e7]229 UIElements/Views/Qt4/QtStatusBar.hpp \
[d7e931]230 UIElements/Views/Qt4/QtTimeLine.hpp \
[7641d4]231 UIElements/Views/Qt4/QtToolBar.hpp \
[907636]232 UIElements/Views/Qt4/Qt3D/GLWorldView.hpp \
233 UIElements/Views/Qt4/Qt3D/GLWorldScene.hpp \
[a08d3c0]234 UIElements/Views/Qt4/Qt3D/GLMoleculeObject.hpp \
[907636]235 UIElements/Views/Qt4/Qt3D/GLMoleculeObject_atom.hpp \
[c67518]236 UIElements/Views/Qt4/Qt3D/GLMoleculeObject_bond.hpp \
[afd3d2]237 UIElements/Views/Qt4/Qt3D/GLMoleculeObject_molecule.hpp \
[ec8471]238 UIElements/Views/Qt4/Qt3D/GLMoleculeObject_shape.hpp \
239 UIElements/Views/Qt4/QDebugStream.hpp
[29daad]240
[bcedf7]241QTUIUI_UIFILES = \
242 UIElements/Views/Qt4/changeposition.ui \
243 UIElements/Views/Qt4/dialoglight.ui \
244 UIElements/Views/Qt4/dialoglight.ui.h
[29daad]245
[1e0861]246QTUIHEADER = \
247 ${QTUIMOC_HEADER} \
[4cf35ac]248 UIElements/Menu/Qt4/QtMenu.hpp \
[7b8a8e]249 UIElements/Qt4/Query/QtQueryList.hpp \
[f62e60]250 UIElements/Qt4/QtUIFactory.hpp \
[bed759]251 UIElements/Views/Qt4/MoleculeList/QtMoleculeItem.hpp \
252 UIElements/Views/Qt4/MoleculeList/QtMoleculeItemFactory.hpp \
[6d1e0a]253 UIElements/Views/Qt4/MoleculeList/SpecificItems/QtMoleculeItem_atomcount.hpp \
254 UIElements/Views/Qt4/MoleculeList/SpecificItems/QtMoleculeItem_formula.hpp \
255 UIElements/Views/Qt4/MoleculeList/SpecificItems/QtMoleculeItem_name.hpp \
256 UIElements/Views/Qt4/MoleculeList/SpecificItems/QtMoleculeItem_occurrence.hpp \
[ec8471]257 UIElements/Views/Qt4/MoleculeList/SpecificItems/QtMoleculeItem_visibility.hpp
[1e0861]258
[c015b3]259lib_LTLIBRARIES += libMolecuilderUI.la
[214240]260libMolecuilderUI_la_includedir = $(includedir)/MoleCuilder/
[3b35e7]261libMolecuilderUI_la_CPPFLAGS = $(AM_CPPFLAGS) ${BOOST_CPPFLAGS} ${CodePatterns_CFLAGS}
[004d5c]262if CONDJOBMARKET
263libMolecuilderUI_la_CPPFLAGS += ${JobMarket_CFLAGS}
264endif
265libMolecuilderUI_la_LDFLAGS = \
266 $(AM_LDFLAGS) \
267 $(BOOST_FILESYSTEM_LDFLAGS) \
268 $(BOOST_PROGRAM_OPTIONS_LDFLAGS) \
269 $(BOOST_RANDOM_LDFLAGS) \
[8a4b88]270 $(BOOST_SERIALIZATION_LDFLAGS) \
[004d5c]271 $(BOOST_SYSTEM_LDFLAGS) \
272 $(BOOST_THREAD_LDFLAGS)
[c015b3]273
[24ac59]274if CONDJOBMARKET
275libMolecuilderUI_la_LDFLAGS += $(LEVMAR_LDFLAGS)
276endif
277
[455573]278# NOTE: ActionPrototypes BEFORE Actions!
279# this is to ensure that static Action prototypes are instantiated after
280# ActionRegistry is present.
[8a4b88]281libMolecuilderUI_la_LIBADD =
282
283libMolecuilderUI_la_LIBADD += \
[455573]284 libMolecuilderActionPrototypes.la \
285 libMolecuilderActions.la \
[9b5a2c]286 libMolecuilderAnalysis.la \
[455573]287 libMolecuilderGraph.la \
[a88452]288 libMolecuilderFilling.la \
[a42fee]289 libMolecuilder.la \
[786d28]290 libMolecuilderFragmentationAutomation.la \
[fe0355]291 libMolecuilderFragmentation_getFromKeyset.la \
[786d28]292 libMolecuilderFragmentation.la \
293 libMolecuilderJobs.la
[c20839]294
[049d4a]295if CONDJOBMARKET
296libMolecuilderUI_la_LIBADD += \
297 ${JobMarket_Controller_LIBS}
298endif
[c20839]299
[049d4a]300libMolecuilderUI_la_LIBADD += \
301 libMolecuilderFragmentationSummation.la \
302 libMolecuilderFragmentation_KeysetsContainer.la \
[455573]303 libMolecuilderParser.la \
[8453b3]304 libMolecuilderParameters.la \
[455573]305 libMolecuilderShapes.la \
[91f592]306 libMolecuilderLinkedCell.la \
[6f0841]307 libMolecuilderAtom.la \
[2fadb6f]308 libMolecuilderHelpers.la \
[3bdb6d]309 libMolecuilderElement.la \
[938e62]310 libMolecuilderRandomNumbers.la \
[24ac59]311 libMolecuilderPotentials.la \
[7e3f11a]312 libMolecuilderFunctionApproximation.la
313
314if CONDPYTHON
315libMolecuilderUI_la_LIBADD += \
316 libMolecuilderPython.la
317endif
318
319libMolecuilderUI_la_LIBADD += \
[8a4b88]320 $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
[f08ae7]321 ${CodePatterns_LIBS} \
[785218]322 $(BOOST_SERIALIZATION_LIBS) \
323 $(BOOST_PROGRAM_OPTIONS_LIBS) \
324 $(BOOST_FILESYSTEM_LIBS) \
325 $(BOOST_SYSTEM_LIBS) \
326 $(BOOST_THREAD_LIBS)
[79de12]327
[7e3f11a]328
[24ac59]329if CONDLEVMAR
330libMolecuilderUI_la_LIBADD += \
331 $(LEVMAR_LIBS) \
332 $(LAPACK_LIBS) $(BLAS_LIBS) $(LIBS) $(FLIBS)
333endif
334
335
[e5bf2b]336nobase_libMolecuilderUI_la_include_HEADERS = ${UIHEADER}
[b37436]337
338## Define the source file list for the "libexample-@MOLECUILDER_API_VERSION@.la"
339## target. Note that @MOLECUILDER_API_VERSION@ is not interpreted by Automake and
340## will therefore be treated as if it were literally part of the target name,
341## and the variable name derived from that.
342## The file extension .cc is recognized by Automake, and makes it produce
343## rules which invoke the C++ compiler to produce a libtool object file (.lo)
344## from each source file. Note that it is not necessary to list header files
345## which are already listed elsewhere in a _HEADERS variable assignment.
[353326]346libMolecuilderUI_la_SOURCES = \
347 ${UISOURCE} \
348 cleanUp.cpp \
349 cleanUp.hpp
[b37436]350
351## Instruct libtool to include ABI version information in the generated shared
352## library file (.so). The library ABI version is defined in configure.ac, so
353## that all version information is kept in one place.
[79de12]354libMolecuilderUI_la_LDFLAGS += -version-info $(MOLECUILDER_SO_VERSION)
[b37436]355
356## The generated configuration header is installed in its own subdirectory of
357## $(libdir). The reason for this is that the configuration information put
358## into this header file describes the target platform the installed library
359## has been built for. Thus the file must not be installed into a location
360## intended for architecture-independent files, as defined by the Filesystem
361## Hierarchy Standard (FHS).
362## The nodist_ prefix instructs Automake to not generate rules for including
363## the listed files in the distribution on 'make dist'. Files that are listed
364## in _HEADERS variables are normally included in the distribution, but the
365## configuration header file is generated at configure time and should not be
366## shipped with the source tarball.
[c20839]367libMolecuilderUI_libincludedir = $(libdir)/MoleCuilder/include
368nodist_libMolecuilderUI_libinclude_HEADERS = $(top_builddir)/libmolecuilder_config.h
[5079a0]369
[c015b3]370if CONDQTGUI
371lib_LTLIBRARIES += libMolecuilderQtUI.la
[29daad]372
[214240]373libMolecuilderQtUI_la_includedir = $(includedir)/MoleCuilder/
[3b35e7]374libMolecuilderQtUI_la_CPPFLAGS = $(AM_CPPFLAGS) ${QT_CFLAGS} ${GLU_CXXFLAGS} ${BOOST_CPPFLAGS} ${CodePatterns_CFLAGS} ${JobMarket_CFLAGS} $(mol_ac_qwt_cxxflags)
[35302b]375libMolecuilderQtUI_la_LDFLAGS = $(AM_LDFLAGS) $(BOOST_FILESYSTEM_LDFLAGS) $(BOOST_PROGRAM_OPTIONS_LDFLAGS) $(BOOST_RANDOM_LDFLAGS) $(BOOST_SYSTEM_LDFLAGS) $(BOOST_THREAD_LDFLAGS) $(mol_ac_qwt_ldflags)
376
377libMolecuilderQtUI_la_LIBADD =
378if CONDQWT
379libMolecuilderQtUI_la_LIBADD += \
380 libMolecuilderQwtUI.la
381endif
[c015b3]382
[35302b]383libMolecuilderQtUI_la_LIBADD += \
[d5307b]384 ../data/icons/libicons.la \
[c015b3]385 ${QT_LIBS} \
386 -lQtOpenGL \
387 ${GLU_LIBS}
[29daad]388
[5b991a]389##libMolecuilderQtUI_la_LDADD = \
[d5307b]390## ../data/icons/libicons.a
[5b991a]391
[c015b3]392nobase_libMolecuilderQtUI_la_include_HEADERS = ${QTUIHEADER} $(QTUIUI_UIFILES)
[c20839]393
394## Define the source file list for the "libexample-@MOLECUILDER_API_VERSION@.la"
395## target. Note that @MOLECUILDER_API_VERSION@ is not interpreted by Automake and
396## will therefore be treated as if it were literally part of the target name,
397## and the variable name derived from that.
398## The file extension .cc is recognized by Automake, and makes it produce
399## rules which invoke the C++ compiler to produce a libtool object file (.lo)
400## from each source file. Note that it is not necessary to list header files
401## which are already listed elsewhere in a _HEADERS variable assignment.
[c015b3]402libMolecuilderQtUI_la_SOURCES = ${QTUISOURCE}
403nodist_libMolecuilderQtUI_la_SOURCES =
[c20839]404
405## Instruct libtool to include ABI version information in the generated shared
406## library file (.so). The library ABI version is defined in configure.ac, so
407## that all version information is kept in one place.
[c015b3]408libMolecuilderQtUI_la_LDFLAGS += -version-info $(MOLECUILDER_SO_VERSION)
[c20839]409
410## The generated configuration header is installed in its own subdirectory of
411## $(libdir). The reason for this is that the configuration information put
412## into this header file describes the target platform the installed library
413## has been built for. Thus the file must not be installed into a location
414## intended for architecture-independent files, as defined by the Filesystem
415## Hierarchy Standard (FHS).
416## The nodist_ prefix instructs Automake to not generate rules for including
417## the listed files in the distribution on 'make dist'. Files that are listed
418## in _HEADERS variables are normally included in the distribution, but the
419## configuration header file is generated at configure time and should not be
420## shipped with the source tarball.
421libMolecuilderQtUI_libincludedir = $(libdir)/MoleCuilder/include
422nodist_libMolecuilderQtUI_libinclude_HEADERS = $(top_builddir)/libmolecuilder_config.h
[c015b3]423
424BUILT_SOURCES += ui_dialoglight.h ui_changeposition.h
[29daad]425
426nodist_libMolecuilderQtUI_la_SOURCES += moc_dialoglight.cpp moc_changeposition.cpp
427
[c015b3]428MOSTLYCLEANFILES += \
429 *.moc.cpp \
430 moc_*.cpp \
431 ui_*.h
[29daad]432
433ui_dialoglight.h: UIElements/Views/Qt4/dialoglight.ui
[060ba4]434 $(QT_UIC) -o $@ $<
[29daad]435
436ui_changeposition.h: UIElements/Views/Qt4/changeposition.ui
[060ba4]437 $(QT_UIC) -o $@ $<
[29daad]438
439moc_dialoglight.cpp: ui_dialoglight.h
[060ba4]440 $(QT_MOC) -o $@ $<
[29daad]441
442moc_changeposition.cpp: ui_changeposition.h
[060ba4]443 $(QT_MOC) -o $@ $<
444
445nodist_libMolecuilderQtUI_la_SOURCES += allmocs.moc.cpp
[29daad]446
[1e0861]447#Rules needed for Qt4
448# UI-Files are scattered throughout several subdirectories
449# Therfore `%'-rules do not seem to work
450#Quick fix to get it done otherwise
451allmocs.moc.cpp: ${QTUIMOC_HEADER}
452 echo "" > allmocs.moc.cpp;\
[35302b]453 list='${QTUIMOC_HEADER}'; for header in $$list; do \
[1e0861]454 echo "Making mocfile for $$header"; \
455 target=`basename $$header | sed "s/\(.*\)\..*/\1.moc.cpp/"`;\
[060ba4]456 $(QT_MOC) $(srcdir)/$$header -o $$target \
[1e0861]457 || eval $$failcom; \
458 echo "#include \"$$target\"" >> allmocs.moc.cpp; \
459 done;
460
[c015b3]461endif
Note: See TracBrowser for help on using the repository browser.