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