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