]> SALOME platform Git repositories - modules/gui.git/blob - src/Qtx/Makefile.in
Salome HOME
e8b9151393b6a72371ec620289c0c1cc83ca640b
[modules/gui.git] / src / Qtx / Makefile.in
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/
18 #
19 #  File   : Makefile.in
20 #  Author : Vladimir Klyachin (OCN)
21 #  Module : suit
22 #  $Header$
23
24 top_srcdir=@top_srcdir@
25 top_builddir=../..
26 srcdir=@srcdir@
27
28 VPATH=.:@srcdir@:@srcdir@/resources
29
30 @COMMENCE@
31
32 # header files 
33
34 EXPORT_HEADERS= Qtx.h \
35                 QtxAction.h \
36                 QtxColorScale.h \
37                 QtxComboBox.h \
38                 QtxDblSpinBox.h \
39                 QtxDialog.h \
40                 QtxDockAction.h \
41                 QtxDockWindow.h \
42                 QtxGroupBox.h \
43                 QtxIntSpinBox.h \
44                 QtxListAction.h \
45                 QtxListBox.h \
46                 QtxListOfOperations.h \
47                 QtxLogoMgr.h \
48                 QtxMenuButton.h \
49                 QtxMRUAction.h \
50                 QtxOperations.h \
51                 QtxPathDialog.h \
52                 QtxPopupMgr.h \
53                 QtxResourceMgr.h \
54                 QtxStdOperations.h \
55                 QtxTable.h \
56                 QtxToolBar.h \
57                 QtxToolTip.h \
58                 QtxParser.h \
59                 QtxPopupMenu.h \
60                 QtxActionMgr.h \
61                 QtxActionMenuMgr.h \
62                 QtxActionToolMgr.h \
63                 QtxMainWindow.h \
64                 QtxWorkspaceAction.h \
65                 QtxWorkstackAction.h \
66                 QtxListResourceEdit.h \
67                 QtxWorkstack.h \
68                 QtxResourceEdit.h \
69                 QtxListView.h \
70                 QtxDirListEditor.h \
71                 QtxDblValidator.h \
72                 QtxSplash.h
73
74 # .po files to transform in .qm
75
76 PO_FILES = \
77
78 # Libraries targets
79
80 LIB = libqtx.la
81
82 LIB_SRC= \
83         Qtx.cxx \
84         QtxAction.cxx \
85         QtxColorScale.cxx \
86         QtxComboBox.cxx \
87         QtxDblSpinBox.cxx \
88         QtxDialog.cxx \
89         QtxDockAction.cxx \
90         QtxDockWindow.cxx \
91         QtxGroupBox.cxx \
92         QtxIntSpinBox.cxx \
93         QtxListAction.cxx \
94         QtxListBox.cxx \
95         QtxListOfOperations.cxx \
96         QtxLogoMgr.cxx \
97         QtxMenuButton.cxx \
98         QtxMRUAction.cxx \
99         QtxPathDialog.cxx \
100         QtxPopupMgr.cxx \
101         QtxResourceMgr.cxx \
102         QtxStdOperations.cxx \
103         QtxTable.cxx \
104         QtxToolBar.cxx \
105         QtxToolTip.cxx \
106         QtxOperations.cxx \
107         QtxParser.cxx \
108         QtxPopupMenu.cxx \
109         QtxActionMgr.cxx \
110         QtxActionMenuMgr.cxx \
111         QtxActionToolMgr.cxx \
112         QtxMainWindow.cxx \
113         QtxWorkspaceAction.cxx \
114         QtxWorkstackAction.cxx \
115         QtxListResourceEdit.cxx \
116         QtxResourceEdit.cxx \
117         QtxWorkstack.cxx \
118         QtxListView.cxx \
119         QtxDirListEditor.cxx \
120         QtxDblValidator.cxx \
121         QtxSplash.cxx
122
123 LIB_MOC = \
124         QtxAction.h \
125         QtxColorScale.h \
126         QtxComboBox.h \
127         QtxDblSpinBox.h \
128         QtxDialog.h \
129         QtxDockAction.h \
130         QtxDockWindow.h \
131         QtxGroupBox.h \
132         QtxIntSpinBox.h \
133         QtxListAction.h \
134         QtxListBox.h \
135         QtxLogoMgr.h \
136         QtxMenuButton.h \
137         QtxMRUAction.h \
138         QtxPathDialog.h \
139         QtxPopupMgr.h \
140         QtxPopupMenu.h \
141         QtxTable.h \
142         QtxToolBar.h \
143         QtxToolTip.h \
144         QtxActionMgr.h \
145         QtxActionMenuMgr.h \
146         QtxActionToolMgr.h \
147         QtxMainWindow.h \
148         QtxWorkspaceAction.h \
149         QtxWorkstackAction.h \
150         QtxWorkstack.h \
151         QtxListView.h \
152         QtxListResourceEdit.h \
153         QtxDirListEditor.h \
154         QtxDblValidator.h \
155         QtxSplash.h
156
157 RESOURCES_FILES = \
158
159 CPPFLAGS+=$(QT_INCLUDES)
160
161 LDFLAGS+=$(QT_MT_LIBS)
162
163 @CONCLUDE@
164
165