]> SALOME platform Git repositories - modules/gui.git/blob - src/STD/Makefile.in
Salome HOME
5ad7fa383a4c4a2c2d2d96ea80dc40d0360f525d
[modules/gui.git] / src / STD / Makefile.in
1 #  Copyright (C) 2005  CEA/DEN, EDF R&D, OPEN CASCADE, PRINCIPIA R&D
2 #
3 #  This library is free software; you can redistribute it and/or
4 #  modify it under the terms of the GNU Lesser General Public
5 #  License as published by the Free Software Foundation; either
6 #  version 2.1 of the License.
7 #
8 #  This library is distributed in the hope that it will be useful,
9 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
10 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 #  Lesser General Public License for more details.
12 #
13 #  You should have received a copy of the GNU Lesser General Public
14 #  License along with this library; if not, write to the Free Software
15 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 #
17 #  See http://www.salome-platform.org/
18 #
19 #  File   : Makefile.in
20 #  Author : Vladimir Klyachin (OCN)
21 #  Module : STD
22 #  $Header$
23
24 top_srcdir=@top_srcdir@
25 top_builddir=../..
26 srcdir=@srcdir@
27 VPATH=.:@srcdir@:@srcdir@/resources
28
29
30 @COMMENCE@
31
32 # header files 
33 EXPORT_HEADERS= STD_Application.h \
34                 STD.h \
35                 STD_MDIDesktop.h \
36                 STD_SDIDesktop.h \
37                 STD_TabDesktop.h \
38                 STD_CloseDlg.h \
39                 STD_LoadStudiesDlg.h
40                      
41 # .po files to transform in .qm
42 PO_FILES = STD_images.po \
43            STD_msg_en.po 
44
45 # Libraries targets
46 LIB = libstd.la
47
48 LIB_SRC= STD_Application.cxx \
49          STD_MDIDesktop.cxx \
50          STD_SDIDesktop.cxx \
51          STD_TabDesktop.cxx \
52          STD_CloseDlg.cxx \
53          STD_LoadStudiesDlg.cxx
54
55 LIB_MOC =  STD_Application.h \
56            STD_MDIDesktop.h \
57            STD_SDIDesktop.h \
58            STD_TabDesktop.h \
59            STD_CloseDlg.h \
60            STD_LoadStudiesDlg.h
61
62 RESOURCES_FILES = \
63 config \
64 cut.png \
65 copy.png \
66 close.png \
67 cursor_rotate.png \
68 cursor_zoom.png \
69 help.png \
70 new.png \
71 open.png \
72 print.png \
73 paste.png \
74 redo.png \
75 reset.png \
76 save.png \
77 undo_arrow.png \
78 undo.png \
79 std.ini
80
81 CPPFLAGS+=$(QT_INCLUDES)
82
83 LDFLAGS+=$(QT_MT_LIBS)
84 LIBS+= -lsuit
85
86 @CONCLUDE@