]> SALOME platform Git repositories - plugins/ghs3dprlplugin.git/blob - src/GHS3DPRLPlugin/Makefile.am
Salome HOME
Merge from BR_V5_DEV 16Feb09
[plugins/ghs3dprlplugin.git] / src / GHS3DPRLPlugin / Makefile.am
1 # Copyright (C) 2007-2008 OPEN CASCADE, 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 #
21 # File   : Makefile.am
22 # Author : Vadim SANDLER, Open CASCADE S.A.S (vadim.sandler@opencascade.com)
23 #
24 # ---
25
26 include $(top_srcdir)/adm_local/unix/make_common_starter.am
27
28 # header files 
29 salomeinclude_HEADERS =
30
31 # Libraries targets
32 lib_LTLIBRARIES = libGHS3DPRLEngine.la
33
34 dist_libGHS3DPRLEngine_la_SOURCES =     \
35         GHS3DPRLPlugin_GHS3DPRL.hxx             \
36         GHS3DPRLPlugin_GHS3DPRL.cxx             \
37         GHS3DPRLPlugin_GHS3DPRL_i.hxx   \
38         GHS3DPRLPlugin_GHS3DPRL_i.cxx   \
39         GHS3DPRLPlugin_Hypothesis.hxx   \
40         GHS3DPRLPlugin_Hypothesis.cxx   \
41         GHS3DPRLPlugin_Hypothesis_i.hxx \
42         GHS3DPRLPlugin_Hypothesis_i.cxx \
43         GHS3DPRLPlugin_i.cxx
44
45 libGHS3DPRLEngine_la_CPPFLAGS = \
46         $(KERNEL_CXXFLAGS)      \
47         $(GUI_CXXFLAGS)         \
48         $(MED_CXXFLAGS)         \
49         $(GEOM_CXXFLAGS)        \
50         $(CAS_CPPFLAGS)         \
51         $(SMESH_CXXFLAGS)       \
52         $(CORBA_CXXFLAGS)       \
53         $(CORBA_INCLUDES)       \
54         $(BOOST_CPPFLAGS)       \
55         -I$(top_builddir)/idl   \
56         -I$(top_builddir)/salome_adm/unix
57
58 libGHS3DPRLEngine_la_LDFLAGS  =                 \
59         ../../idl/libSalomeIDLGHS3DPRLPLUGIN.la \
60         $(SMESH_LDFLAGS) -lSMESHimpl -lSMESHEngine -lStdMeshersEngine   \
61         $(KERNEL_LDFLAGS) -lSalomeGenericObj