Salome HOME
Merge from V6_main 01/04/2013
[modules/gui.git] / src / STD / Makefile.am
1 # Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 # Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 #
6 # This library is free software; you can redistribute it and/or
7 # modify it under the terms of the GNU Lesser General Public
8 # License as published by the Free Software Foundation; either
9 # version 2.1 of the License.
10 #
11 # This library is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 # Lesser General Public License for more details.
15 #
16 # You should have received a copy of the GNU Lesser General Public
17 # License along with this library; if not, write to the Free Software
18 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19 #
20 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 #
22
23 #  File   : Makefile.in
24 #  Author : Vladimir Klyachin (OCN)
25 #  Module : STD
26 #
27 include $(top_srcdir)/adm_local/unix/make_common_starter.am
28
29 lib_LTLIBRARIES = libstd.la
30
31 salomeinclude_HEADERS =         \
32         STD.h                   \
33         STD_Application.h       \
34         STD_MDIDesktop.h        \
35         STD_SDIDesktop.h        \
36         STD_TabDesktop.h
37
38 dist_libstd_la_SOURCES =        \
39         STD_Application.cxx     \
40         STD_MDIDesktop.cxx      \
41         STD_SDIDesktop.cxx      \
42         STD_TabDesktop.cxx
43
44 MOC_FILES =                             \
45         STD_Application_moc.cxx         \
46         STD_MDIDesktop_moc.cxx          \
47         STD_SDIDesktop_moc.cxx          \
48         STD_TabDesktop_moc.cxx
49
50 nodist_libstd_la_SOURCES = $(MOC_FILES)
51
52 dist_salomeres_DATA =                   \
53         resources/cascade.png           \
54         resources/close.png             \
55         resources/copy.png              \
56         resources/cut.png               \
57         resources/delete.png            \
58         resources/help.png              \
59         resources/htile.png             \
60         resources/new.png               \
61         resources/open.png              \
62         resources/paste.png             \
63         resources/print.png             \
64         resources/redo.png              \
65         resources/reset.png             \
66         resources/save.png              \
67         resources/undo.png              \
68         resources/vtile.png             \
69         resources/std.ini
70
71 nodist_salomeres_DATA = \
72         STD_images.qm   \
73         STD_msg_en.qm   \
74         STD_msg_fr.qm
75
76 libstd_la_CPPFLAGS = $(QT_INCLUDES) -I$(srcdir)/../SUIT -I$(srcdir)/../Qtx
77 libstd_la_LDFLAGS  = $(QT_MT_LIBS)
78 libstd_la_LIBADD   = ../Qtx/libqtx.la ../SUIT/libsuit.la