Salome HOME
64b2af9335fee09d8f4e36f0f330a92bb83da0ab
[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         StdMeshers_CompositeSegment_1D.hxx \
62         StdMeshers_FaceSide.hxx \
63         StdMeshers_SegmentAroundVertex_0D.hxx \
64         StdMeshers_SegmentLengthAroundVertex.hxx \
65         SMESH_StdMeshers.hxx
66
67 # Libraries targets
68
69 lib_LTLIBRARIES = libStdMeshers.la
70
71 dist_libStdMeshers_la_SOURCES = \
72         StdMeshers_LocalLength.cxx \
73         StdMeshers_StartEndLength.cxx \
74         StdMeshers_Arithmetic1D.cxx \
75         StdMeshers_NumberOfSegments.cxx \
76         StdMeshers_Deflection1D.cxx \
77         StdMeshers_Propagation.cxx \
78         StdMeshers_LengthFromEdges.cxx \
79         StdMeshers_MaxElementArea.cxx \
80         StdMeshers_MaxElementVolume.cxx \
81         StdMeshers_NotConformAllowed.cxx \
82         StdMeshers_Regular_1D.cxx \
83         StdMeshers_Quadrangle_2D.cxx \
84         StdMeshers_MEFISTO_2D.cxx \
85         StdMeshers_Penta_3D.cxx \
86         StdMeshers_Hexa_3D.cxx \
87         StdMeshers_AutomaticLength.cxx \
88         StdMeshers_Distribution.cxx \
89         StdMeshers_QuadranglePreference.cxx \
90         StdMeshers_QuadraticMesh.cxx \
91         StdMeshers_NumberOfLayers.cxx \
92         StdMeshers_Prism_3D.cxx \
93         StdMeshers_ProjectionSource1D.cxx \
94         StdMeshers_ProjectionSource2D.cxx \
95         StdMeshers_ProjectionSource3D.cxx \
96         StdMeshers_Projection_1D.cxx \
97         StdMeshers_Projection_2D.cxx \
98         StdMeshers_Projection_3D.cxx \
99         StdMeshers_RadialPrism_3D.cxx \
100         StdMeshers_ProjectionUtils.cxx \
101         StdMeshers_LayerDistribution.cxx \
102         StdMeshers_CompositeSegment_1D.cxx \
103         StdMeshers_FaceSide.cxx \
104         StdMeshers_SegmentAroundVertex_0D.cxx \
105         StdMeshers_SegmentLengthAroundVertex.cxx
106
107
108 # additionnal information to compil and link file
109 libStdMeshers_la_CPPFLAGS = \
110         $(CAS_CPPFLAGS) \
111         $(BOOST_CPPFLAGS) \
112         $(KERNEL_CXXFLAGS) \
113         $(GUI_CXXFLAGS) \
114         -I$(srcdir)/../SMESHImpl \
115         -I$(srcdir)/../MEFISTO2 \
116         -I$(srcdir)/../SMESH \
117         -I$(srcdir)/../SMESHDS \
118         -I$(srcdir)/../SMDS \
119         -I$(srcdir)/../Controls \
120         @PLATFORM_INCLUDES@
121
122 libStdMeshers_la_LDFLAGS  = \
123         ../SMESH/libSMESHimpl.la \
124         ../SMESH_I/libSMESHEngine.la \
125         ../SMESHDS/libSMESHDS.la \
126         ../MEFISTO2/libMEFISTO2D.la \
127         $(KERNEL_LDFLAGS) -lSALOMELocalTrace -lOpUtil \
128         $(CAS_LDPATH) -lTKAdvTools -lTKTopAlgo -lTKG3d