1 # SMESH StdMeshers : implementaion of SMESH idl descriptions
3 # Copyright (C) 2003 CEA
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.
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.
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
19 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
24 # Author : Julia DOROVSKIKH
25 # Modified by : Alexander BORODIN (OCN) - autotools usage
28 include $(top_srcdir)/adm_local/unix/make_common_starter.am
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_SegmentAroundVertex_0D.hxx \
62 StdMeshers_SegmentLengthAroundVertex.hxx \
63 StdMeshers_FaceSide.hxx \
64 StdMeshers_CompositeSegment_1D.hxx \
65 StdMeshers_UseExisting_1D2D.hxx \
70 lib_LTLIBRARIES = libStdMeshers.la
72 dist_libStdMeshers_la_SOURCES = \
73 StdMeshers_LocalLength.cxx \
74 StdMeshers_StartEndLength.cxx \
75 StdMeshers_Arithmetic1D.cxx \
76 StdMeshers_NumberOfSegments.cxx \
77 StdMeshers_Deflection1D.cxx \
78 StdMeshers_Propagation.cxx \
79 StdMeshers_LengthFromEdges.cxx \
80 StdMeshers_MaxElementArea.cxx \
81 StdMeshers_MaxElementVolume.cxx \
82 StdMeshers_NotConformAllowed.cxx \
83 StdMeshers_Regular_1D.cxx \
84 StdMeshers_Quadrangle_2D.cxx \
85 StdMeshers_MEFISTO_2D.cxx \
86 StdMeshers_Penta_3D.cxx \
87 StdMeshers_Hexa_3D.cxx \
88 StdMeshers_AutomaticLength.cxx \
89 StdMeshers_Distribution.cxx \
90 StdMeshers_QuadranglePreference.cxx \
91 StdMeshers_QuadraticMesh.cxx \
92 StdMeshers_NumberOfLayers.cxx \
93 StdMeshers_Prism_3D.cxx \
94 StdMeshers_ProjectionSource1D.cxx \
95 StdMeshers_ProjectionSource2D.cxx \
96 StdMeshers_ProjectionSource3D.cxx \
97 StdMeshers_Projection_1D.cxx \
98 StdMeshers_Projection_2D.cxx \
99 StdMeshers_Projection_3D.cxx \
100 StdMeshers_RadialPrism_3D.cxx \
101 StdMeshers_ProjectionUtils.cxx \
102 StdMeshers_LayerDistribution.cxx \
103 StdMeshers_SegmentAroundVertex_0D.cxx \
104 StdMeshers_SegmentLengthAroundVertex.cxx \
105 StdMeshers_FaceSide.cxx \
106 StdMeshers_CompositeSegment_1D.cxx \
107 StdMeshers_UseExisting_1D2D.cxx
110 # additionnal information to compil and link file
111 libStdMeshers_la_CPPFLAGS = \
116 -I$(srcdir)/../SMESHImpl \
117 -I$(srcdir)/../MEFISTO2 \
118 -I$(srcdir)/../SMESH \
119 -I$(srcdir)/../SMESHDS \
120 -I$(srcdir)/../SMDS \
121 -I$(srcdir)/../Controls \
124 libStdMeshers_la_LDFLAGS = \
125 ../SMESH/libSMESHimpl.la \
126 ../SMESH_I/libSMESHEngine.la \
127 ../SMESHDS/libSMESHDS.la \
128 ../MEFISTO2/libMEFISTO2D.la \
129 $(KERNEL_LDFLAGS) -lSALOMELocalTrace -lOpUtil \
130 $(CAS_LDPATH) -lTKAdvTools -lTKTopAlgo -lTKG3d