Salome HOME
12f1c6431df80f74b4f50251ede033c2424af0db
[modules/smesh.git] / src / StdMeshers_I / Makefile.in
1 #  SMESH StdMeshers_I : idl implementation based on 'StdMeshersPlugin' unit's classes
2 #
3 #  Copyright (C) 2003  CEA
4
5 #  This library is free software; you can redistribute it and/or 
6 #  modify it under the terms of the GNU Lesser General Public 
7 #  License as published by the Free Software Foundation; either 
8 #  version 2.1 of the License. 
9
10 #  This library is distributed in the hope that it will be useful, 
11 #  but WITHOUT ANY WARRANTY; without even the implied warranty of 
12 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
13 #  Lesser General Public License for more details. 
14
15 #  You should have received a copy of the GNU Lesser General Public 
16 #  License along with this library; if not, write to the Free Software 
17 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
18
19 #  See http://www.salome-platform.org or email : webmaster.salome@opencascade.org
20 #
21 #
22 #
23 #  File   : Makefile.in
24 #  Author : Julia DOROVSKIKH
25 #  Module : SMESH
26 #  $Header$
27
28 top_srcdir=@top_srcdir@
29 top_builddir=../..
30 srcdir=@srcdir@
31 VPATH=.:@srcdir@:@top_srcdir@/idl:$(top_builddir)/idl
32
33
34 @COMMENCE@
35
36 # EXPORT_PYSCRIPTS = smeshpy.py SMESH_test.py
37
38 # Libraries targets
39
40 LIB= libStdMeshersEngine.la
41
42 LIB_SRC = \
43         StdMeshers_i.cxx \
44         StdMeshers_LocalLength_i.cxx \
45         StdMeshers_StartEndLength_i.cxx \
46         StdMeshers_Arithmetic1D_i.cxx \
47         StdMeshers_NumberOfSegments_i.cxx \
48         StdMeshers_Deflection1D_i.cxx \
49         StdMeshers_Propagation_i.cxx \
50         StdMeshers_LengthFromEdges_i.cxx \
51         StdMeshers_MaxElementArea_i.cxx \
52         StdMeshers_MaxElementVolume_i.cxx \
53         StdMeshers_NotConformAllowed_i.cxx \
54         StdMeshers_Regular_1D_i.cxx \
55         StdMeshers_Quadrangle_2D_i.cxx \
56         StdMeshers_MEFISTO_2D_i.cxx \
57         StdMeshers_Hexa_3D_i.cxx
58
59 LIB_SERVER_IDL = SMESH_BasicHypothesis.idl
60
61 LIB_CLIENT_IDL = \
62         SALOMEDS.idl SALOME_Exception.idl \
63         GEOM_Gen.idl MED.idl SALOMEDS_Attributes.idl \
64         SMESH_Gen.idl SMESH_Hypothesis.idl SMESH_Group.idl \
65         SALOME_Comm.idl
66
67 # Executables targets
68 BIN = 
69 BIN_SRC = 
70
71 # additionnal information to compil and link file
72 CPPFLAGS+= $(OCC_INCLUDES) $(HDF5_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome \
73            -I${GEOM_ROOT_DIR}/include/salome $(BOOST_CPPFLAGS)
74 CXXFLAGS+= $(OCC_CXXFLAGS) $(HDF5_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome -I${GEOM_ROOT_DIR}/include/salome
75
76 #IDLCXXFLAGS+= -Wbtp
77
78 #LDFLAGS+= $(HDF5_LIBS) -lStdMeshers -lSMESHEngine -lSalomeLifeCycleCORBA -L${KERNEL_ROOT_DIR}/lib/salome -L${GEOM_ROOT_DIR}/lib/salome -lSalomeGenericObj
79 LDFLAGS+= $(HDF5_LIBS) -lStdMeshers -lSMESHEngine -L${KERNEL_ROOT_DIR}/lib/salome
80
81 @CONCLUDE@