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