Salome HOME
Merge from OCC_development_generic_2006
[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                 QtxLogoMgr.h \
29                 QtxMenuButton.h \
30                 QtxMRUAction.h \
31                 QtxOperations.h \
32                 QtxPathDialog.h \
33                 QtxPopupMgr.h \
34                 QtxResourceMgr.h \
35                 QtxStdOperations.h \
36                 QtxTable.h \
37                 QtxToolBar.h \
38                 QtxToolTip.h \
39                 QtxParser.h \
40                 QtxPopupMenu.h \
41                 QtxActionMgr.h \
42                 QtxActionMenuMgr.h \
43                 QtxActionToolMgr.h \
44                 QtxMainWindow.h \
45                 QtxWorkspaceAction.h \
46                 QtxWorkstackAction.h \
47                 QtxListResourceEdit.h \
48                 QtxWorkstack.h \
49                 QtxResourceEdit.h \
50                 QtxListView.h \
51                 QtxDirListEditor.h \
52                 QtxDblValidator.h
53
54 # .po files to transform in .qm
55
56 PO_FILES = \
57
58 # Libraries targets
59
60 LIB = libqtx.la
61
62 LIB_SRC= \
63         Qtx.cxx \
64         QtxAction.cxx \
65         QtxColorScale.cxx \
66         QtxComboBox.cxx \
67         QtxDblSpinBox.cxx \
68         QtxDialog.cxx \
69         QtxDockAction.cxx \
70         QtxDockWindow.cxx \
71         QtxGroupBox.cxx \
72         QtxIntSpinBox.cxx \
73         QtxListAction.cxx \
74         QtxListBox.cxx \
75         QtxListOfOperations.cxx \
76         QtxLogoMgr.cxx \
77         QtxMenuButton.cxx \
78         QtxMRUAction.cxx \
79         QtxPathDialog.cxx \
80         QtxPopupMgr.cxx \
81         QtxResourceMgr.cxx \
82         QtxStdOperations.cxx \
83         QtxTable.cxx \
84         QtxToolBar.cxx \
85         QtxToolTip.cxx \
86         QtxOperations.cxx \
87         QtxParser.cxx \
88         QtxPopupMenu.cxx \
89         QtxActionMgr.cxx \
90         QtxActionMenuMgr.cxx \
91         QtxActionToolMgr.cxx \
92         QtxMainWindow.cxx \
93         QtxWorkspaceAction.cxx \
94         QtxWorkstackAction.cxx \
95         QtxListResourceEdit.cxx \
96         QtxResourceEdit.cxx \
97         QtxWorkstack.cxx \
98         QtxListView.cxx \
99         QtxDirListEditor.cxx \
100         QtxDblValidator.cxx
101
102 LIB_MOC = \
103         QtxAction.h \
104         QtxColorScale.h \
105         QtxComboBox.h \
106         QtxDblSpinBox.h \
107         QtxDialog.h \
108         QtxDockAction.h \
109         QtxDockWindow.h \
110         QtxGroupBox.h \
111         QtxIntSpinBox.h \
112         QtxListAction.h \
113         QtxListBox.h \
114         QtxLogoMgr.h \
115         QtxMenuButton.h \
116         QtxMRUAction.h \
117         QtxPathDialog.h \
118         QtxPopupMgr.h \
119         QtxPopupMenu.h \
120         QtxTable.h \
121         QtxToolBar.h \
122         QtxToolTip.h \
123         QtxActionMgr.h \
124         QtxActionMenuMgr.h \
125         QtxActionToolMgr.h \
126         QtxMainWindow.h \
127         QtxWorkspaceAction.h \
128         QtxWorkstackAction.h \
129         QtxWorkstack.h \
130         QtxListView.h \
131         QtxListResourceEdit.h \
132         QtxDirListEditor.h \
133         QtxDblValidator.h
134
135 RESOURCES_FILES = \
136
137 CPPFLAGS+=$(QT_INCLUDES)
138
139 LDFLAGS+=$(QT_MT_LIBS)
140
141 @CONCLUDE@
142
143