Salome HOME
New item (FontItem), allowing to show information about font setting and to select...
[modules/gui.git] / src / SUIT / Makefile.in
1 #  File   : Makefile.in
2 #  Author : Vladimir Klyachin (OCN)
3 #  Module : suit
4 #  $Header$
5
6 top_srcdir=@top_srcdir@
7 top_builddir=../..
8 srcdir=@srcdir@
9 VPATH=.:@srcdir@:@srcdir@/resources
10
11
12 @COMMENCE@
13
14 # header files 
15 EXPORT_HEADERS= SUIT.h \
16          SUIT_ActionOperation.h \
17          SUIT_Application.h \
18          SUIT_Convertor.h \
19          SUIT_DataObject.h \
20          SUIT_DataObjectIterator.h \
21          SUIT_DataObjectKey.h \
22          SUIT_DataOwner.h \
23          SUIT_Desktop.h \
24          SUIT_ExceptionHandler.h \
25          SUIT_FileDlg.h \
26          SUIT_FileValidator.h \
27          SUIT_MessageBox.h \
28          SUIT_Operation.h \
29          SUIT_OverrideCursor.h \
30          SUIT_ParserSettings.h \
31          SUIT_PopupClient.h \
32          SUIT_ResourceMgr.h \
33          SUIT_SelectionMgr.h \
34          SUIT_Selector.h \
35          SUIT_Session.h \
36          SUIT_SmartPtr.h \
37          SUIT_Study.h \
38          SUIT_ToolButton.h \
39          SUIT_Tools.h \
40          SUIT_ViewManager.h \
41          SUIT_ViewModel.h \
42          SUIT_ViewWindow.h \
43          SUIT_SelectionFilter.h
44
45 # .po files to transform in .qm
46 PO_FILES = SUIT_images.po \
47            SUIT_msg_en.po 
48                      
49 # Libraries targets
50 LIB = libsuit.la
51
52 LIB_SRC= SUIT_ActionOperation.cxx \
53          SUIT_Application.cxx \
54          SUIT_DataObject.cxx \
55          SUIT_DataObjectIterator.cxx \
56          SUIT_DataObjectKey.cxx \
57          SUIT_DataOwner.cxx \
58          SUIT_Desktop.cxx \
59          SUIT_ExceptionHandler.cxx \
60          SUIT_FileDlg.cxx \
61          SUIT_FileValidator.cxx \
62          SUIT_MessageBox.cxx \
63          SUIT_Operation.cxx \
64          SUIT_OverrideCursor.cxx \
65          SUIT_ParserSettings.cxx \
66          SUIT_PopupClient.cxx \
67          SUIT_ResourceMgr.cxx \
68          SUIT_SelectionMgr.cxx \
69          SUIT_Selector.cxx \
70          SUIT_Session.cxx \
71          SUIT_Study.cxx \
72          SUIT_ToolButton.cxx \
73          SUIT_Tools.cxx \
74          SUIT_ViewManager.cxx \
75          SUIT_ViewModel.cxx \
76          SUIT_ViewWindow.cxx \
77          SUIT_SelectionFilter.cxx
78
79 LIB_MOC = SUIT_ActionOperation.h \
80           SUIT_Application.h \
81           SUIT_DataObject.h \
82           SUIT_Desktop.h \
83           SUIT_FileDlg.h \
84           SUIT_Operation.h \
85           SUIT_PopupClient.h \
86           SUIT_Session.h \
87           SUIT_Study.h \
88           SUIT_ToolButton.h \
89           SUIT_ViewModel.h \
90           SUIT_ViewWindow.h \
91           SUIT_ViewManager.h \
92           SUIT_SelectionMgr.h \
93           SUIT_Selector.h
94
95 RESOURCES_FILES = \
96         cascade.png \
97         htile.png \
98         vtile.png
99
100 CPPFLAGS+=$(QT_INCLUDES)
101
102 LDFLAGS+=$(QT_MT_LIBS) -lqtx
103
104 @CONCLUDE@