Salome HOME
Update from BR_V5_DEV 13Feb2009
[modules/gui.git] / src / Qtx / Makefile.am
1 #  Copyright (C) 2007-2008  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 #  File   : Makefile.in
23 #  Author : Vladimir Klyachin (OCN)
24 #  Module : suit
25 #  $Header$
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         QtxColorButton.h        \
41         QtxColorScale.h         \
42         QtxComboBox.h           \
43         QtxDialog.h             \
44         QtxDockAction.h         \
45         QtxDockWidget.h         \
46         QtxDoubleSpinBox.h      \
47         QtxEvalExpr.h           \
48         QtxFontEdit.h           \
49         QtxGridBox.h            \
50         QtxGroupBox.h           \
51         QtxIntSpinBox.h         \
52         QtxListAction.h         \
53         QtxTreeView.h           \
54         QtxLogoMgr.h            \
55         QtxMainWindow.h         \
56         QtxMap.h                \
57         QtxMenu.h               \
58         QtxMultiAction.h        \
59         QtxMRUAction.h          \
60         QtxPagePrefMgr.h        \
61         QtxPathDialog.h         \
62         QtxPathEdit.h           \
63         QtxPathListEdit.h       \
64         QtxPopupMgr.h           \
65         QtxPreferenceMgr.h      \
66         QtxResourceMgr.h        \
67         QtxRubberBand.h         \
68         QtxSearchTool.h         \
69         QtxSplash.h             \
70         QtxToolBar.h            \
71         QtxToolTip.h            \
72         QtxTranslator.h         \
73         QtxValidator.h          \
74         QtxWorkspace.h          \
75         QtxWorkspaceAction.h    \
76         QtxWorkstack.h          \
77         QtxWorkstackAction.h
78
79 #VSR: not yet migrated to Qt4 files
80 #                               \
81         QtxListBox.h            \
82         QtxTable.h
83
84 # Libraries targets
85
86 lib_LTLIBRARIES = libqtx.la
87
88 #VSR: already migrated to Qt4 files
89 dist_libqtx_la_SOURCES =        \
90         Qtx.cxx                 \
91         QtxAction.cxx           \
92         QtxActionGroup.cxx      \
93         QtxActionMenuMgr.cxx    \
94         QtxActionMgr.cxx        \
95         QtxActionSet.cxx        \
96         QtxActionToolMgr.cxx    \
97         QtxColorButton.cxx      \
98         QtxColorScale.cxx       \
99         QtxComboBox.cxx         \
100         QtxDialog.cxx           \
101         QtxDockAction.cxx       \
102         QtxDockWidget.cxx       \
103         QtxDoubleSpinBox.cxx    \
104         QtxEvalExpr.cxx         \
105         QtxFontEdit.cxx         \
106         QtxGridBox.cxx          \
107         QtxGroupBox.cxx         \
108         QtxIntSpinBox.cxx       \
109         QtxListAction.cxx       \
110         QtxTreeView.cxx         \
111         QtxLogoMgr.cxx          \
112         QtxMainWindow.cxx       \
113         QtxMenu.cxx             \
114         QtxMultiAction.cxx      \
115         QtxMRUAction.cxx        \
116         QtxPagePrefMgr.cxx      \
117         QtxPathDialog.cxx       \
118         QtxPathEdit.cxx         \
119         QtxPathListEdit.cxx     \
120         QtxPopupMgr.cxx         \
121         QtxPreferenceMgr.cxx    \
122         QtxResourceMgr.cxx      \
123         QtxRubberBand.cxx       \
124         QtxSearchTool.cxx       \
125         QtxSplash.cxx           \
126         QtxToolBar.cxx          \
127         QtxToolTip.cxx          \
128         QtxTranslator.cxx       \
129         QtxValidator.cxx        \
130         QtxWorkspace.cxx        \
131         QtxWorkspaceAction.cxx  \
132         QtxWorkstack.cxx        \
133         QtxWorkstackAction.cxx
134
135 #VSR: not yet migrated to Qt4 files
136 #                               \
137         QtxListBox.cxx          \
138         QtxTable.cxx
139
140 #VSR: already migrated to Qt4 files
141 MOC_FILES =                             \
142         QtxAction_moc.cxx               \
143         QtxActionGroup_moc.cxx          \
144         QtxActionMenuMgr_moc.cxx        \
145         QtxActionMgr_moc.cxx            \
146         QtxActionSet_moc.cxx            \
147         QtxActionToolMgr_moc.cxx        \
148         QtxColorButton_moc.cxx          \
149         QtxColorScale_moc.cxx           \
150         QtxComboBox_moc.cxx             \
151         QtxDialog_moc.cxx               \
152         QtxDockAction_moc.cxx           \
153         QtxDockWidget_moc.cxx           \
154         QtxDoubleSpinBox_moc.cxx        \
155         QtxFontEdit_moc.cxx             \
156         QtxGridBox_moc.cxx              \
157         QtxGroupBox_moc.cxx             \
158         QtxIntSpinBox_moc.cxx           \
159         QtxListAction_moc.cxx           \
160         QtxTreeView_moc.cxx             \
161         QtxLogoMgr_moc.cxx              \
162         QtxMainWindow_moc.cxx           \
163         QtxMenu_moc.cxx                 \
164         QtxMultiAction_moc.cxx          \
165         QtxMRUAction_moc.cxx            \
166         QtxPagePrefMgr_moc.cxx          \
167         QtxPathDialog_moc.cxx           \
168         QtxPathEdit_moc.cxx             \
169         QtxPathListEdit_moc.cxx         \
170         QtxPopupMgr_moc.cxx             \
171         QtxRubberBand_moc.cxx           \
172         QtxSearchTool_moc.cxx           \
173         QtxSplash_moc.cxx               \
174         QtxToolBar_moc.cxx              \
175         QtxToolTip_moc.cxx              \
176         QtxValidator_moc.cxx            \
177         QtxWorkspace_moc.cxx            \
178         QtxWorkspaceAction_moc.cxx      \
179         QtxWorkstack_moc.cxx            \
180         QtxWorkstackAction_moc.cxx
181
182 #VSR: not yet migrated to Qt4 files
183 #                                       \
184         QtxListBox_moc.cxx              \
185         QtxTable_moc.cxx
186
187 nodist_libqtx_la_SOURCES = $(MOC_FILES)
188
189 libqtx_la_CPPFLAGS = $(QT_INCLUDES)
190 libqtx_la_LDFLAGS  = $(QT_MT_LIBS)