Salome HOME
correct previous integration (Porting to Python 2.6)
[modules/smesh.git] / src / StdMeshers / Makefile.am
1 #  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 #  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 #  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 #
6 #  This library is free software; you can redistribute it and/or
7 #  modify it under the terms of the GNU Lesser General Public
8 #  License as published by the Free Software Foundation; either
9 #  version 2.1 of the License.
10 #
11 #  This library is distributed in the hope that it will be useful,
12 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
13 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 #  Lesser General Public License for more details.
15 #
16 #  You should have received a copy of the GNU Lesser General Public
17 #  License along with this library; if not, write to the Free Software
18 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19 #
20 #  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 #
22 #  SMESH StdMeshers : implementaion of SMESH idl descriptions
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_FixedPoints1D.hxx \
36         StdMeshers_NumberOfSegments.hxx \
37         StdMeshers_Deflection1D.hxx \
38         StdMeshers_Propagation.hxx \
39         StdMeshers_LengthFromEdges.hxx \
40         StdMeshers_MaxElementArea.hxx \
41         StdMeshers_MaxElementVolume.hxx \
42         StdMeshers_NotConformAllowed.hxx \
43         StdMeshers_Regular_1D.hxx \
44         StdMeshers_Quadrangle_2D.hxx \
45         StdMeshers_MEFISTO_2D.hxx \
46         StdMeshers_Hexa_3D.hxx \
47         StdMeshers_Penta_3D.hxx \
48         StdMeshers_AutomaticLength.hxx \
49         StdMeshers_Distribution.hxx \
50         StdMeshers_QuadranglePreference.hxx \
51         StdMeshers_QuadraticMesh.hxx \
52         StdMeshers_NumberOfLayers.hxx \
53         StdMeshers_NumberOfLayers2D.hxx \
54         StdMeshers_Prism_3D.hxx \
55         StdMeshers_ProjectionSource1D.hxx \
56         StdMeshers_ProjectionSource2D.hxx \
57         StdMeshers_ProjectionSource3D.hxx \
58         StdMeshers_Projection_1D.hxx \
59         StdMeshers_Projection_2D.hxx \
60         StdMeshers_Projection_3D.hxx \
61         StdMeshers_RadialPrism_3D.hxx  \
62         StdMeshers_ProjectionUtils.hxx \
63         StdMeshers_LayerDistribution.hxx \
64         StdMeshers_LayerDistribution2D.hxx \
65         StdMeshers_SegmentAroundVertex_0D.hxx \
66         StdMeshers_SegmentLengthAroundVertex.hxx \
67         StdMeshers_FaceSide.hxx \
68         StdMeshers_CompositeSegment_1D.hxx \
69         StdMeshers_UseExisting_1D2D.hxx \
70         StdMeshers_QuadToTriaAdaptor.hxx \
71         SMESH_StdMeshers.hxx \
72         StdMeshers_TrianglePreference.hxx \
73         StdMeshers_CompositeHexa_3D.hxx \
74         StdMeshers_MaxLength.hxx \
75         StdMeshers_QuadrangleParams.hxx \
76         StdMeshers_RadialQuadrangle_1D2D.hxx
77
78 # Libraries targets
79
80 lib_LTLIBRARIES = libStdMeshers.la
81
82 dist_libStdMeshers_la_SOURCES = \
83         StdMeshers_LocalLength.cxx \
84         StdMeshers_StartEndLength.cxx \
85         StdMeshers_Arithmetic1D.cxx \
86         StdMeshers_FixedPoints1D.cxx \
87         StdMeshers_NumberOfSegments.cxx \
88         StdMeshers_Deflection1D.cxx \
89         StdMeshers_Propagation.cxx \
90         StdMeshers_LengthFromEdges.cxx \
91         StdMeshers_MaxElementArea.cxx \
92         StdMeshers_MaxElementVolume.cxx \
93         StdMeshers_NotConformAllowed.cxx \
94         StdMeshers_Regular_1D.cxx \
95         StdMeshers_Quadrangle_2D.cxx \
96         StdMeshers_MEFISTO_2D.cxx \
97         StdMeshers_Penta_3D.cxx \
98         StdMeshers_Hexa_3D.cxx \
99         StdMeshers_AutomaticLength.cxx \
100         StdMeshers_Distribution.cxx \
101         StdMeshers_QuadranglePreference.cxx \
102         StdMeshers_QuadraticMesh.cxx \
103         StdMeshers_NumberOfLayers.cxx \
104         StdMeshers_NumberOfLayers2D.cxx \
105         StdMeshers_Prism_3D.cxx \
106         StdMeshers_ProjectionSource1D.cxx \
107         StdMeshers_ProjectionSource2D.cxx \
108         StdMeshers_ProjectionSource3D.cxx \
109         StdMeshers_Projection_1D.cxx \
110         StdMeshers_Projection_2D.cxx \
111         StdMeshers_Projection_3D.cxx \
112         StdMeshers_RadialPrism_3D.cxx \
113         StdMeshers_ProjectionUtils.cxx \
114         StdMeshers_LayerDistribution.cxx \
115         StdMeshers_LayerDistribution2D.cxx \
116         StdMeshers_SegmentAroundVertex_0D.cxx \
117         StdMeshers_SegmentLengthAroundVertex.cxx \
118         StdMeshers_FaceSide.cxx \
119         StdMeshers_CompositeSegment_1D.cxx \
120         StdMeshers_UseExisting_1D2D.cxx \
121         StdMeshers_QuadToTriaAdaptor.cxx \
122         StdMeshers_TrianglePreference.cxx \
123         StdMeshers_CompositeHexa_3D.cxx \
124         StdMeshers_MaxLength.cxx \
125         StdMeshers_QuadrangleParams.cxx \
126         StdMeshers_RadialQuadrangle_1D2D.cxx
127
128
129 # additionnal information to compil and link file
130 libStdMeshers_la_CPPFLAGS = \
131         $(CAS_CPPFLAGS) \
132         $(BOOST_CPPFLAGS) \
133         $(KERNEL_CXXFLAGS) \
134         $(GUI_CXXFLAGS) \
135         -I$(srcdir)/../SMESHImpl \
136         -I$(srcdir)/../MEFISTO2 \
137         -I$(srcdir)/../SMESH \
138         -I$(srcdir)/../SMESHDS \
139         -I$(srcdir)/../SMDS \
140         -I$(srcdir)/../Controls \
141         @PLATFORM_INCLUDES@
142
143 libStdMeshers_la_LDFLAGS  = \
144         ../SMESH/libSMESHimpl.la \
145         ../SMESH_I/libSMESHEngine.la \
146         ../SMESHDS/libSMESHDS.la \
147         ../MEFISTO2/libMEFISTO2D.la \
148         $(KERNEL_LDFLAGS) -lSALOMELocalTrace -lOpUtil \
149         $(CAS_LDPATH) -lTKAdvTools -lTKTopAlgo -lTKG3d