Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/gui.git] / src / STD / Makefile.am
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/ or email : webmaster.salome@opencascade.com
18 #
19 #  File   : Makefile.in
20 #  Author : Vladimir Klyachin (OCN)
21 #  Module : STD
22 #  $Header$
23
24 include $(top_srcdir)/adm_local/unix/make_common_starter.am
25
26 lib_LTLIBRARIES = libstd.la
27
28 salomeinclude_HEADERS= \
29         STD_Application.h \
30         STD.h \
31         STD_MDIDesktop.h \
32         STD_SDIDesktop.h \
33         STD_TabDesktop.h \
34         STD_LoadStudiesDlg.h
35
36 dist_libstd_la_SOURCES=\
37         STD_Application.cxx \
38         STD_MDIDesktop.cxx \
39         STD_SDIDesktop.cxx \
40         STD_TabDesktop.cxx \
41         STD_LoadStudiesDlg.cxx
42
43 MOC_FILES= \
44         STD_Application_moc.cxx \
45         STD_MDIDesktop_moc.cxx \
46         STD_SDIDesktop_moc.cxx \
47         STD_TabDesktop_moc.cxx \
48         STD_LoadStudiesDlg_moc.cxx
49
50 nodist_libstd_la_SOURCES= $(MOC_FILES)
51
52 dist_salomeres_DATA=\
53         resources/config \
54         resources/cut.png \
55         resources/copy.png \
56         resources/close.png \
57         resources/cursor_rotate.png \
58         resources/cursor_zoom.png \
59         resources/help.png \
60         resources/new.png \
61         resources/open.png \
62         resources/print.png \
63         resources/paste.png \
64         resources/redo.png \
65         resources/reset.png \
66         resources/save.png \
67         resources/undo_arrow.png \
68         resources/undo.png \
69         resources/std.ini
70
71 nodist_salomeres_DATA=\
72         STD_images.qm \
73         STD_msg_en.qm
74
75 libstd_la_CPPFLAGS=$(QT_INCLUDES) -I$(srcdir)/../SUIT -I$(srcdir)/../Qtx
76 libstd_la_LDFLAGS=$(QT_MT_LIBS)
77 libstd_la_LIBADD=../SUIT/libsuit.la