Salome HOME
Parent object parameter added to constructor.
[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          SUIT_Accel.h
45
46 # .po files to transform in .qm
47 PO_FILES = SUIT_images.po \
48            SUIT_msg_en.po 
49                      
50 # Libraries targets
51 LIB = libsuit.la
52
53 LIB_SRC= SUIT_ActionOperation.cxx \
54          SUIT_Application.cxx \
55          SUIT_DataObject.cxx \
56          SUIT_DataObjectIterator.cxx \
57          SUIT_DataObjectKey.cxx \
58          SUIT_DataOwner.cxx \
59          SUIT_Desktop.cxx \
60          SUIT_ExceptionHandler.cxx \
61          SUIT_FileDlg.cxx \
62          SUIT_FileValidator.cxx \
63          SUIT_MessageBox.cxx \
64          SUIT_Operation.cxx \
65          SUIT_OverrideCursor.cxx \
66          SUIT_ParserSettings.cxx \
67          SUIT_PopupClient.cxx \
68          SUIT_ResourceMgr.cxx \
69          SUIT_SelectionMgr.cxx \
70          SUIT_Selector.cxx \
71          SUIT_Session.cxx \
72          SUIT_Study.cxx \
73          SUIT_ToolButton.cxx \
74          SUIT_Tools.cxx \
75          SUIT_ViewManager.cxx \
76          SUIT_ViewModel.cxx \
77          SUIT_ViewWindow.cxx \
78          SUIT_SelectionFilter.cxx \
79          SUIT_Accel.cxx 
80
81 LIB_MOC = SUIT_ActionOperation.h \
82           SUIT_Application.h \
83           SUIT_DataObject.h \
84           SUIT_Desktop.h \
85           SUIT_FileDlg.h \
86           SUIT_Operation.h \
87           SUIT_PopupClient.h \
88           SUIT_Session.h \
89           SUIT_Study.h \
90           SUIT_ToolButton.h \
91           SUIT_ViewModel.h \
92           SUIT_ViewWindow.h \
93           SUIT_ViewManager.h \
94           SUIT_SelectionMgr.h \
95           SUIT_Selector.h \
96           SUIT_Accel.h 
97
98 RESOURCES_FILES = \
99         cascade.png \
100         htile.png \
101         vtile.png
102
103 CPPFLAGS+=$(QT_INCLUDES)
104
105 LDFLAGS+=$(QT_MT_LIBS) -lqtx
106
107 @CONCLUDE@