]> SALOME platform Git repositories - modules/gui.git/blob - src/Qtx/Makefile.in
Salome HOME
Bug fix for SSPP10924
[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
53 # .po files to transform in .qm
54
55 PO_FILES = \
56
57 # Libraries targets
58
59 LIB = libqtx.la
60
61 LIB_SRC= \
62         Qtx.cxx \
63         QtxAction.cxx \
64         QtxColorScale.cxx \
65         QtxComboBox.cxx \
66         QtxDblSpinBox.cxx \
67         QtxDialog.cxx \
68         QtxDockAction.cxx \
69         QtxDockWindow.cxx \
70         QtxGroupBox.cxx \
71         QtxIntSpinBox.cxx \
72         QtxListAction.cxx \
73         QtxListBox.cxx \
74         QtxListOfOperations.cxx \
75         QtxLogoMgr.cxx \
76         QtxMenuButton.cxx \
77         QtxMRUAction.cxx \
78         QtxPathDialog.cxx \
79         QtxPopupMgr.cxx \
80         QtxResourceMgr.cxx \
81         QtxStdOperations.cxx \
82         QtxTable.cxx \
83         QtxToolBar.cxx \
84         QtxToolTip.cxx \
85         QtxOperations.cxx \
86         QtxParser.cxx \
87         QtxPopupMenu.cxx \
88         QtxActionMgr.cxx \
89         QtxActionMenuMgr.cxx \
90         QtxActionToolMgr.cxx \
91         QtxMainWindow.cxx \
92         QtxWorkspaceAction.cxx \
93         QtxWorkstackAction.cxx \
94         QtxListResourceEdit.cxx \
95         QtxResourceEdit.cxx \
96         QtxWorkstack.cxx \
97         QtxListView.cxx \
98         QtxDirListEditor.cxx
99
100 LIB_MOC = \
101         QtxAction.h \
102         QtxColorScale.h \
103         QtxComboBox.h \
104         QtxDblSpinBox.h \
105         QtxDialog.h \
106         QtxDockAction.h \
107         QtxDockWindow.h \
108         QtxGroupBox.h \
109         QtxIntSpinBox.h \
110         QtxListAction.h \
111         QtxListBox.h \
112         QtxLogoMgr.h \
113         QtxMenuButton.h \
114         QtxMRUAction.h \
115         QtxPathDialog.h \
116         QtxPopupMgr.h \
117         QtxPopupMenu.h \
118         QtxTable.h \
119         QtxToolBar.h \
120         QtxToolTip.h \
121         QtxActionMgr.h \
122         QtxActionMenuMgr.h \
123         QtxActionToolMgr.h \
124         QtxMainWindow.h \
125         QtxWorkspaceAction.h \
126         QtxWorkstackAction.h \
127         QtxWorkstack.h \
128         QtxListView.h \
129         QtxListResourceEdit.h \
130         QtxDirListEditor.h 
131
132 RESOURCES_FILES = \
133
134 CPPFLAGS+=$(QT_INCLUDES)
135
136 LDFLAGS+=$(QT_MT_LIBS)
137
138 @CONCLUDE@
139
140