Salome HOME
Using AutoTools for build procedure
[modules/smesh.git] / src / StdMeshers / Makefile.am
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.com
20 #
21 #
22 #
23 #  File   : Makefile.in
24 #  Author : Julia DOROVSKIKH
25 #  Modified by : Alexander BORODIN (OCN) - autotools usage
26 #  Module : SMESH
27
28 include $(top_srcdir)/adm_local/unix/make_common_starter.am
29
30 # header files 
31 salomeinclude_HEADERS = \
32         StdMeshers_LocalLength.hxx \
33         StdMeshers_StartEndLength.hxx \
34         StdMeshers_Arithmetic1D.hxx \
35         StdMeshers_NumberOfSegments.hxx \
36         StdMeshers_Deflection1D.hxx \
37         StdMeshers_Propagation.hxx \
38         StdMeshers_LengthFromEdges.hxx \
39         StdMeshers_MaxElementArea.hxx \
40         StdMeshers_MaxElementVolume.hxx \
41         StdMeshers_NotConformAllowed.hxx \
42         StdMeshers_Regular_1D.hxx \
43         StdMeshers_Quadrangle_2D.hxx \
44         StdMeshers_MEFISTO_2D.hxx \
45         StdMeshers_Hexa_3D.hxx \
46         StdMeshers_AutomaticLength.hxx \
47         StdMeshers_Distribution.hxx \
48         StdMeshers_QuadranglePreference.hxx \
49         StdMeshers_QuadraticMesh.hxx \
50         StdMeshers_NumberOfLayers.hxx \
51         StdMeshers_Prism_3D.hxx \
52         StdMeshers_ProjectionSource1D.hxx \
53         StdMeshers_ProjectionSource2D.hxx \
54         StdMeshers_ProjectionSource3D.hxx \
55         StdMeshers_Projection_1D.hxx \
56         StdMeshers_Projection_2D.hxx \
57         StdMeshers_Projection_3D.hxx \
58         StdMeshers_RadialPrism_3D.hxx  \
59         StdMeshers_ProjectionUtils.hxx \
60         StdMeshers_LayerDistribution.hxx \
61         SMESH_StdMeshers.hxx
62
63 # Libraries targets
64
65 lib_LTLIBRARIES = libStdMeshers.la
66
67 dist_libStdMeshers_la_SOURCES = \
68         StdMeshers_LocalLength.cxx \
69         StdMeshers_StartEndLength.cxx \
70         StdMeshers_Arithmetic1D.cxx \
71         StdMeshers_NumberOfSegments.cxx \
72         StdMeshers_Deflection1D.cxx \
73         StdMeshers_Propagation.cxx \
74         StdMeshers_LengthFromEdges.cxx \
75         StdMeshers_MaxElementArea.cxx \
76         StdMeshers_MaxElementVolume.cxx \
77         StdMeshers_NotConformAllowed.cxx \
78         StdMeshers_Regular_1D.cxx \
79         StdMeshers_Quadrangle_2D.cxx \
80         StdMeshers_MEFISTO_2D.cxx \
81         StdMeshers_Penta_3D.cxx \
82         StdMeshers_Hexa_3D.cxx \
83         StdMeshers_AutomaticLength.cxx \
84         StdMeshers_Distribution.cxx \
85         StdMeshers_QuadranglePreference.cxx \
86         StdMeshers_QuadraticMesh.cxx \
87         StdMeshers_NumberOfLayers.cxx \
88         StdMeshers_Prism_3D.cxx \
89         StdMeshers_ProjectionSource1D.cxx \
90         StdMeshers_ProjectionSource2D.cxx \
91         StdMeshers_ProjectionSource3D.cxx \
92         StdMeshers_Projection_1D.cxx \
93         StdMeshers_Projection_2D.cxx \
94         StdMeshers_Projection_3D.cxx \
95         StdMeshers_RadialPrism_3D.cxx \
96         StdMeshers_ProjectionUtils.cxx \
97         StdMeshers_LayerDistribution.cxx
98
99 # additionnal information to compil and link file
100 libStdMeshers_la_CPPFLAGS = \
101         $(CAS_CPPFLAGS) \
102         $(BOOST_CPPFLAGS) \
103         $(KERNEL_CXXFLAGS) \
104         -I$(srcdir)/../SMESHImpl \
105         -I$(srcdir)/../MEFISTO2 \
106         -I$(srcdir)/../SMESH \
107         -I$(srcdir)/../SMESHDS \
108         -I$(srcdir)/../SMDS \
109         -I$(srcdir)/../Controls
110
111 libStdMeshers_la_LDFLAGS  = \
112         ../SMESH/libSMESHimpl.la \
113         ../SMESH_I/libSMESHEngine.la \
114         ../SMESHDS/libSMESHDS.la \
115         ../MEFISTO2/libMEFISTO2D.la \
116         $(KERNEL_LDFLAGS) -lSALOMELocalTrace -lOpUtil \
117         $(OCC_LDPATH) -lTKAdvTools -lTKTopAlgo -lTKG3d