Salome HOME
2b267285486f841be50c5ef471c86c2158290864
[samples/hello.git] / src / HELLOGUI / Makefile.am
1 #  Copyright (C) 2007-2008  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 # -* Makefile *- 
23 # Author : 
24 # Modified by : Alexander BORODIN (OCN) - autotools usage
25 # Module : GHS3DPLUGIN
26 #
27 include $(top_srcdir)/adm_local/unix/make_common_starter.am
28
29 # header files 
30 salomeinclude_HEADERS = \
31         HELLOGUI.h
32
33 # Libraries targets
34 lib_LTLIBRARIES = libHELLO.la
35
36 dist_libHELLO_la_SOURCES = \
37         HELLOGUI.cxx
38
39 # MOC pre-processing
40 MOC_FILES = \
41         HELLOGUI_moc.cxx
42
43 nodist_libHELLO_la_SOURCES = $(MOC_FILES)
44
45 libHELLO_la_CPPFLAGS = \
46         $(QT_INCLUDES) \
47         $(CAS_CPPFLAGS) \
48         $(PYTHON_INCLUDES) \
49         $(BOOST_CPPFLAGS) \
50         $(CORBA_CXXFLAGS) \
51         $(CORBA_INCLUDES) \
52         $(KERNEL_CXXFLAGS) \
53         $(GUI_CXXFLAGS) \
54         -I$(srcdir)/../HELLO \
55         -I$(top_builddir)/idl \
56         -I$(top_builddir)/salome_adm/unix
57
58 libHELLO_la_LDFLAGS  = \
59         ../../idl/libSalomeIDLHELLO.la \
60         ../HELLO/libHELLOEngine.la \
61         $(KERNEL_LDFLAGS) -lSalomeLifeCycleCORBA \
62         $(GUI_LDFLAGS) \
63         -lSalomeApp
64
65 # resources files
66 nodist_salomeres_DATA = \
67         HELLO_msg_en.qm \
68         HELLO_msg_fr.qm \
69         HELLO_icons.qm