Salome HOME
b7d66f8d16d7d882d67906250d21d008bf0057a9
[modules/smesh.git] / src / StdMeshers / Makefile.in
1 #  SMESH StdMeshers : implementaion of SMESH idl descriptions
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 # header files  
37 EXPORT_HEADERS = \
38         StdMeshers_LengthFromEdges.hxx \
39         StdMeshers_LocalLength.hxx \
40         StdMeshers_NumberOfSegments.hxx \
41         StdMeshers_MaxElementArea.hxx \
42         StdMeshers_MaxElementVolume.hxx \
43         StdMeshers_NotConformAllowed.hxx \
44         StdMeshers_Regular_1D.hxx \
45         StdMeshers_Quadrangle_2D.hxx \
46         StdMeshers_MEFISTO_2D.hxx \
47         StdMeshers_Hexa_3D.hxx
48
49 EXPORT_PYSCRIPTS =
50
51 # Libraries targets
52
53 LIB = libStdMeshers.la
54
55 LIB_SRC = \
56         StdMeshers_LengthFromEdges.cxx \
57         StdMeshers_LocalLength.cxx \
58         StdMeshers_MaxElementArea.cxx \
59         StdMeshers_MaxElementVolume.cxx \
60         StdMeshers_NumberOfSegments.cxx \
61         StdMeshers_NotConformAllowed.cxx \
62         StdMeshers_Regular_1D.cxx \
63         StdMeshers_Quadrangle_2D.cxx \
64         StdMeshers_MEFISTO_2D.cxx \
65         StdMeshers_Hexa_3D.cxx
66
67 LIB_SERVER_IDL = 
68
69 LIB_CLIENT_IDL =
70
71 # Executables targets
72 BIN = 
73 BIN_SRC = 
74
75 # additionnal information to compil and link file
76 CPPFLAGS+= $(OCC_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome $(BOOST_CPPFLAGS)
77 CXXFLAGS+= $(OCC_CXXFLAGS) -I${KERNEL_ROOT_DIR}/include/salome
78
79 LDFLAGS+= -lSMESHimpl -lMEFISTO2D -L${KERNEL_ROOT_DIR}/lib/salome
80
81 @CONCLUDE@