Salome HOME
2ecc3a9aca8fd7dd8dca2d3f0a8cb55734fc3b6b
[modules/multipr.git] / src / MULTIPRGUI / 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         MULTIPR_GUI.h MULTIPR_GUI_Dlg.h
32
33 # Libraries targets
34 lib_LTLIBRARIES = libMULTIPR.la
35
36 dist_libMULTIPR_la_SOURCES = \
37         MULTIPR_GUI_Dlg.cxx MULTIPR_GUI.cxx
38
39 # MOC pre-processing
40 MOC_FILES = \
41         MULTIPR_GUI_moc.cxx MULTIPR_GUI_Dlg_moc.cxx
42
43 nodist_libMULTIPR_la_SOURCES = $(MOC_FILES)
44
45 libMULTIPR_la_CPPFLAGS = \
46         $(QT_INCLUDES) \
47         $(CAS_CPPFLAGS) \
48         $(KERNEL_CXXFLAGS) \
49         $(MED_CXXFLAGS) \
50         $(GUI_CXXFLAGS) \
51         $(MED2_INCLUDES) \
52         $(BOOST_CPPFLAGS) \
53         $(PYTHON_INCLUDES) \
54         $(CORBA_CXXFLAGS) \
55         $(CORBA_INCLUDES) \
56         $(KERNEL_CXXFLAGS) \
57         -I$(srcdir)/../MULTIPR \
58         -I$(top_builddir)/idl
59
60 libMULTIPR_la_LDFLAGS  = \
61         ../../idl/libSalomeIDLMULTIPR.la \
62         ../MULTIPR/libMULTIPREngine.la \
63         $(KERNEL_LDFLAGS) -lSalomeLifeCycleCORBA \
64         $(GUI_LDFLAGS) \
65         $(QT_LIBS) \
66         $(MED_LDFLAGS) $(MED2_LIBS) \
67         $(BOOST_LIBS) -lboost_thread${BOOST_LIBSUFFIX} \
68         -lSALOMELocalTrace \
69         -lSalomeApp \
70         -lmedsplitter \
71         -lmedmem \
72         -lmed \
73         -lMULTIPR_API
74
75 # resources files
76 nodist_salomeres_DATA = \
77         MULTIPR_msg_en.qm \
78         MULTIPR_msg_fr.qm \
79         MULTIPR_icons.qm