Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/gui.git] / src / Qtx / Makefile.am
1 #  Copyright (C) 2005  CEA/DEN, EDF R&D, OPEN CASCADE, PRINCIPIA R&D
2 #
3 #  This library is free software; you can redistribute it and/or
4 #  modify it under the terms of the GNU Lesser General Public
5 #  License as published by the Free Software Foundation; either
6 #  version 2.1 of the License.
7 #
8 #  This library is distributed in the hope that it will be useful,
9 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
10 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 #  Lesser General Public License for more details.
12 #
13 #  You should have received a copy of the GNU Lesser General Public
14 #  License along with this library; if not, write to the Free Software
15 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 #
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 #
19 #  File   : Makefile.in
20 #  Author : Vladimir Klyachin (OCN)
21 #  Module : suit
22 #  $Header$
23
24 include $(top_srcdir)/adm_local/unix/make_common_starter.am
25
26 # header files
27
28 salomeinclude_HEADERS= Qtx.h \
29         QtxAction.h \
30         QtxColorScale.h \
31         QtxComboBox.h \
32         QtxDblSpinBox.h \
33         QtxDialog.h \
34         QtxDockAction.h \
35         QtxDockWindow.h \
36         QtxGroupBox.h \
37         QtxIntSpinBox.h \
38         QtxListAction.h \
39         QtxListBox.h \
40         QtxListOfOperations.h \
41         QtxLogoMgr.h \
42         QtxMenuButton.h \
43         QtxMRUAction.h \
44         QtxOperations.h \
45         QtxPathDialog.h \
46         QtxPopupMgr.h \
47         QtxResourceMgr.h \
48         QtxStdOperations.h \
49         QtxTable.h \
50         QtxToolBar.h \
51         QtxToolTip.h \
52         QtxParser.h \
53         QtxPopupMenu.h \
54         QtxActionMgr.h \
55         QtxActionMenuMgr.h \
56         QtxActionToolMgr.h \
57         QtxMainWindow.h \
58         QtxWorkspaceAction.h \
59         QtxWorkstackAction.h \
60         QtxListResourceEdit.h \
61         QtxWorkstack.h \
62         QtxResourceEdit.h \
63         QtxListView.h \
64         QtxDirListEditor.h \
65         QtxDblValidator.h \
66         QtxSplash.h
67
68 # Libraries targets
69
70 lib_LTLIBRARIES= libqtx.la
71
72 dist_libqtx_la_SOURCES= \
73         Qtx.cxx \
74         QtxAction.cxx \
75         QtxColorScale.cxx \
76         QtxComboBox.cxx \
77         QtxDblSpinBox.cxx \
78         QtxDialog.cxx \
79         QtxDockAction.cxx \
80         QtxDockWindow.cxx \
81         QtxGroupBox.cxx \
82         QtxIntSpinBox.cxx \
83         QtxListAction.cxx \
84         QtxListBox.cxx \
85         QtxListOfOperations.cxx \
86         QtxLogoMgr.cxx \
87         QtxMenuButton.cxx \
88         QtxMRUAction.cxx \
89         QtxPathDialog.cxx \
90         QtxPopupMgr.cxx \
91         QtxResourceMgr.cxx \
92         QtxStdOperations.cxx \
93         QtxTable.cxx \
94         QtxToolBar.cxx \
95         QtxToolTip.cxx \
96         QtxOperations.cxx \
97         QtxParser.cxx \
98         QtxPopupMenu.cxx \
99         QtxActionMgr.cxx \
100         QtxActionMenuMgr.cxx \
101         QtxActionToolMgr.cxx \
102         QtxMainWindow.cxx \
103         QtxWorkspaceAction.cxx \
104         QtxWorkstackAction.cxx \
105         QtxListResourceEdit.cxx \
106         QtxResourceEdit.cxx \
107         QtxWorkstack.cxx \
108         QtxListView.cxx \
109         QtxDirListEditor.cxx \
110         QtxDblValidator.cxx \
111         QtxSplash.cxx
112
113 MOC_FILES= \
114         QtxAction_moc.cxx \
115         QtxColorScale_moc.cxx \
116         QtxComboBox_moc.cxx \
117         QtxDblSpinBox_moc.cxx \
118         QtxDialog_moc.cxx \
119         QtxDockAction_moc.cxx \
120         QtxDockWindow_moc.cxx \
121         QtxGroupBox_moc.cxx \
122         QtxIntSpinBox_moc.cxx \
123         QtxListAction_moc.cxx \
124         QtxListBox_moc.cxx \
125         QtxLogoMgr_moc.cxx \
126         QtxMenuButton_moc.cxx \
127         QtxMRUAction_moc.cxx \
128         QtxPathDialog_moc.cxx \
129         QtxPopupMgr_moc.cxx \
130         QtxPopupMenu_moc.cxx \
131         QtxTable_moc.cxx \
132         QtxToolBar_moc.cxx \
133         QtxToolTip_moc.cxx \
134         QtxActionMgr_moc.cxx \
135         QtxActionMenuMgr_moc.cxx \
136         QtxActionToolMgr_moc.cxx \
137         QtxMainWindow_moc.cxx \
138         QtxWorkspaceAction_moc.cxx \
139         QtxWorkstackAction_moc.cxx \
140         QtxWorkstack_moc.cxx \
141         QtxListView_moc.cxx \
142         QtxListResourceEdit_moc.cxx \
143         QtxDirListEditor_moc.cxx \
144         QtxDblValidator_moc.cxx \
145         QtxSplash_moc.cxx
146 nodist_libqtx_la_SOURCES= $(MOC_FILES)
147
148 libqtx_la_CPPFLAGS=$(QT_INCLUDES)
149
150 libqtx_la_LDFLAGS=$(QT_MT_LIBS)