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