Salome HOME
f137a3278f47c8787e258eba287842fc4b9a1c64
[modules/multipr.git] / src / MULTIPRGUI / Makefile.am
1 #  Copyright (C) 2007-2010  CEA/DEN, EDF 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
20 # -* Makefile *- 
21 # Author : 
22 # Modified by : Alexander BORODIN (OCN) - autotools usage
23 # Module : GHS3DPLUGIN
24 #
25 include $(top_srcdir)/adm_local/unix/make_common_starter.am
26
27 # header files 
28 salomeinclude_HEADERS = \
29         MULTIPR_GUI.h MULTIPR_GUI_Dlg.h
30
31 # Libraries targets
32 lib_LTLIBRARIES = libMULTIPR.la
33
34 dist_libMULTIPR_la_SOURCES = \
35         MULTIPR_GUI_Dlg.cxx MULTIPR_GUI.cxx
36
37 # MOC pre-processing
38 MOC_FILES = \
39         MULTIPR_GUI_moc.cxx MULTIPR_GUI_Dlg_moc.cxx
40
41 nodist_libMULTIPR_la_SOURCES = $(MOC_FILES)
42
43 libMULTIPR_la_CPPFLAGS = \
44         $(QT_INCLUDES) \
45         $(CAS_CPPFLAGS) \
46         $(KERNEL_CXXFLAGS) \
47         $(MED_CXXFLAGS) \
48         $(GUI_CXXFLAGS) \
49         $(MED2_INCLUDES) \
50         $(BOOST_CPPFLAGS) \
51         $(PYTHON_INCLUDES) \
52         $(CORBA_CXXFLAGS) \
53         $(CORBA_INCLUDES) \
54         $(KERNEL_CXXFLAGS) \
55         -I$(srcdir)/../MULTIPR \
56         -I$(top_builddir)/idl
57
58 libMULTIPR_la_LDFLAGS  = \
59         ../../idl/libSalomeIDLMULTIPR.la \
60         ../MULTIPR/libMULTIPREngine.la \
61         $(KERNEL_LDFLAGS) -lSalomeLifeCycleCORBA \
62         $(GUI_LDFLAGS) \
63         $(QT_LIBS) \
64         $(MED_LDFLAGS) $(MED2_LIBS) \
65         $(BOOST_LIBS) -lboost_thread${BOOST_LIBSUFFIX} \
66         -lSALOMELocalTrace \
67         -lSalomeApp \
68         -lmedsplitter \
69         -lmedmem \
70         -lmed \
71         -lMULTIPR_API
72
73 # resources files
74 nodist_salomeres_DATA = \
75         MULTIPR_msg_en.qm \
76         MULTIPR_msg_fr.qm \
77         MULTIPR_icons.qm