Salome HOME
Merge from V6_main 01/04/2013
[modules/gui.git] / src / Qtx / Makefile.am
1 # Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 # Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 #
6 # This library is free software; you can redistribute it and/or
7 # modify it under the terms of the GNU Lesser General Public
8 # License as published by the Free Software Foundation; either
9 # version 2.1 of the License.
10 #
11 # This library is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 # Lesser General Public License for more details.
15 #
16 # You should have received a copy of the GNU Lesser General Public
17 # License along with this library; if not, write to the Free Software
18 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19 #
20 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 #
22
23 #  File   : Makefile.in
24 #  Author : Vladimir Klyachin (OCN)
25 #  Module : suit
26 #
27 include $(top_srcdir)/adm_local/unix/make_common_starter.am
28
29 # header files
30
31 #VSR: already migrated to Qt4 files
32 salomeinclude_HEADERS =         \
33         Qtx.h                   \
34         QtxAction.h             \
35         QtxActionGroup.h        \
36         QtxActionMenuMgr.h      \
37         QtxActionMgr.h          \
38         QtxActionSet.h          \
39         QtxActionToolMgr.h      \
40         QtxBackgroundTool.h     \
41         QtxBiColorTool.h        \
42         QtxColorButton.h        \
43         QtxColorScale.h         \
44         QtxComboBox.h           \
45         QtxDialog.h             \
46         QtxDockAction.h         \
47         QtxDockWidget.h         \
48         QtxDoubleSpinBox.h      \
49         QtxEvalExpr.h           \
50         QtxFontEdit.h           \
51         QtxGridBox.h            \
52         QtxGroupBox.h           \
53         QtxIntSpinBox.h         \
54         QtxListAction.h         \
55         QtxTreeView.h           \
56         QtxLogoMgr.h            \
57         QtxMainWindow.h         \
58         QtxMap.h                \
59         QtxMenu.h               \
60         QtxMultiAction.h        \
61         QtxMRUAction.h          \
62         QtxPagePrefMgr.h        \
63         QtxPathDialog.h         \
64         QtxPathEdit.h           \
65         QtxPathListEdit.h       \
66         QtxPopupMgr.h           \
67         QtxPreferenceMgr.h      \
68         QtxResourceMgr.h        \
69         QtxRubberBand.h         \
70         QtxSearchTool.h         \
71         QtxShortcutEdit.h       \
72         QtxSplash.h             \
73         QtxToolBar.h            \
74         QtxToolTip.h            \
75         QtxTranslator.h         \
76         QtxValidator.h          \
77         QtxWorkspace.h          \
78         QtxWorkspaceAction.h    \
79         QtxWorkstack.h          \
80         QtxWorkstackAction.h    \
81         QtxWebBrowser.h
82
83 #VSR: not yet migrated to Qt4 files
84 #                               \
85         QtxListBox.h            \
86         QtxTable.h
87
88 # Libraries targets
89
90 lib_LTLIBRARIES = libqtx.la
91
92 #VSR: already migrated to Qt4 files
93 dist_libqtx_la_SOURCES =        \
94         Qtx.cxx                 \
95         QtxAction.cxx           \
96         QtxActionGroup.cxx      \
97         QtxActionMenuMgr.cxx    \
98         QtxActionMgr.cxx        \
99         QtxActionSet.cxx        \
100         QtxActionToolMgr.cxx    \
101         QtxBackgroundTool.cxx   \
102         QtxBiColorTool.cxx      \
103         QtxColorButton.cxx      \
104         QtxColorScale.cxx       \
105         QtxComboBox.cxx         \
106         QtxDialog.cxx           \
107         QtxDockAction.cxx       \
108         QtxDockWidget.cxx       \
109         QtxDoubleSpinBox.cxx    \
110         QtxEvalExpr.cxx         \
111         QtxFontEdit.cxx         \
112         QtxGridBox.cxx          \
113         QtxGroupBox.cxx         \
114         QtxIntSpinBox.cxx       \
115         QtxListAction.cxx       \
116         QtxTreeView.cxx         \
117         QtxLogoMgr.cxx          \
118         QtxMainWindow.cxx       \
119         QtxMenu.cxx             \
120         QtxMultiAction.cxx      \
121         QtxMRUAction.cxx        \
122         QtxPagePrefMgr.cxx      \
123         QtxPathDialog.cxx       \
124         QtxPathEdit.cxx         \
125         QtxPathListEdit.cxx     \
126         QtxPopupMgr.cxx         \
127         QtxPreferenceMgr.cxx    \
128         QtxResourceMgr.cxx      \
129         QtxRubberBand.cxx       \
130         QtxSearchTool.cxx       \
131         QtxShortcutEdit.cxx     \
132         QtxSplash.cxx           \
133         QtxToolBar.cxx          \
134         QtxToolTip.cxx          \
135         QtxTranslator.cxx       \
136         QtxValidator.cxx        \
137         QtxWorkspace.cxx        \
138         QtxWorkspaceAction.cxx  \
139         QtxWorkstack.cxx        \
140         QtxWorkstackAction.cxx  \
141         QtxWebBrowser.cxx
142
143 #VSR: not yet migrated to Qt4 files
144 #                               \
145         QtxListBox.cxx          \
146         QtxTable.cxx
147
148 #VSR: already migrated to Qt4 files
149 MOC_FILES =                             \
150         QtxAction_moc.cxx               \
151         QtxActionGroup_moc.cxx          \
152         QtxActionMenuMgr_moc.cxx        \
153         QtxActionMgr_moc.cxx            \
154         QtxActionSet_moc.cxx            \
155         QtxActionToolMgr_moc.cxx        \
156         QtxBackgroundTool_moc.cxx       \
157         QtxBiColorTool_moc.cxx          \
158         QtxColorButton_moc.cxx          \
159         QtxColorScale_moc.cxx           \
160         QtxComboBox_moc.cxx             \
161         QtxDialog_moc.cxx               \
162         QtxDockAction_moc.cxx           \
163         QtxDockWidget_moc.cxx           \
164         QtxDoubleSpinBox_moc.cxx        \
165         QtxFontEdit_moc.cxx             \
166         QtxGridBox_moc.cxx              \
167         QtxGroupBox_moc.cxx             \
168         QtxIntSpinBox_moc.cxx           \
169         QtxListAction_moc.cxx           \
170         QtxTreeView_moc.cxx             \
171         QtxLogoMgr_moc.cxx              \
172         QtxMainWindow_moc.cxx           \
173         QtxMenu_moc.cxx                 \
174         QtxMultiAction_moc.cxx          \
175         QtxMRUAction_moc.cxx            \
176         QtxPagePrefMgr_moc.cxx          \
177         QtxPathDialog_moc.cxx           \
178         QtxPathEdit_moc.cxx             \
179         QtxPathListEdit_moc.cxx         \
180         QtxPopupMgr_moc.cxx             \
181         QtxRubberBand_moc.cxx           \
182         QtxSearchTool_moc.cxx           \
183         QtxShortcutEdit_moc.cxx         \
184         QtxSplash_moc.cxx               \
185         QtxToolBar_moc.cxx              \
186         QtxToolTip_moc.cxx              \
187         QtxValidator_moc.cxx            \
188         QtxWorkspace_moc.cxx            \
189         QtxWorkspaceAction_moc.cxx      \
190         QtxWorkstack_moc.cxx            \
191         QtxWorkstackAction_moc.cxx      \
192         QtxWebBrowser_moc.cxx
193
194 #VSR: not yet migrated to Qt4 files
195 #                                       \
196         QtxListBox_moc.cxx              \
197         QtxTable_moc.cxx
198
199 nodist_libqtx_la_SOURCES = $(MOC_FILES)
200
201 libqtx_la_CPPFLAGS = $(QT_INCLUDES)
202 libqtx_la_LDFLAGS  = $(QT_MT_LIBS) $(OGL_LIBS)
203
204 nodist_salomeres_DATA =         \
205         Qtx_msg_fr.qm