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