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