Salome HOME
Merge from V5_1_4_BR 07/05/2010
[modules/smesh.git] / src / StdMeshers_I / Makefile.am
1 #  Copyright (C) 2007-2010  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 #  This library is free software; you can redistribute it and/or
4 #  modify it under the terms of the GNU Lesser General Public
5 #  License as published by the Free Software Foundation; either
6 #  version 2.1 of the License.
7 #
8 #  This library is distributed in the hope that it will be useful,
9 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
10 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 #  Lesser General Public License for more details.
12 #
13 #  You should have received a copy of the GNU Lesser General Public
14 #  License along with this library; if not, write to the Free Software
15 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 #
17 #  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 #
19
20 #  SMESH StdMeshers_I : idl implementation based on 'StdMeshersPlugin' unit's classes
21 #  File   : Makefile.in
22 #  Author : Julia DOROVSKIKH
23 #  Modified by : Alexander BORODIN (OCN) - autotools usage
24 #  Module : SMESH
25 #
26 include $(top_srcdir)/adm_local/unix/make_common_starter.am
27
28 # header files 
29 salomeinclude_HEADERS = \
30         StdMeshers_LocalLength_i.hxx \
31         StdMeshers_StartEndLength_i.hxx \
32         StdMeshers_Arithmetic1D_i.hxx \
33         StdMeshers_FixedPoints1D_i.hxx \
34         StdMeshers_NumberOfSegments_i.hxx \
35         StdMeshers_Deflection1D_i.hxx \
36         StdMeshers_Propagation_i.hxx \
37         StdMeshers_LengthFromEdges_i.hxx \
38         StdMeshers_MaxElementArea_i.hxx \
39         StdMeshers_MaxElementVolume_i.hxx \
40         StdMeshers_NotConformAllowed_i.hxx \
41         StdMeshers_Regular_1D_i.hxx \
42         StdMeshers_Quadrangle_2D_i.hxx \
43         StdMeshers_MEFISTO_2D_i.hxx \
44         StdMeshers_Hexa_3D_i.hxx \
45         StdMeshers_AutomaticLength_i.hxx \
46         StdMeshers_QuadranglePreference_i.hxx \
47         StdMeshers_QuadraticMesh_i.hxx \
48         StdMeshers_NumberOfLayers_i.hxx \
49         StdMeshers_NumberOfLayers2D_i.hxx \
50         StdMeshers_Prism_3D_i.hxx \
51         StdMeshers_ProjectionSource1D_i.hxx \
52         StdMeshers_ProjectionSource2D_i.hxx \
53         StdMeshers_ProjectionSource3D_i.hxx \
54         StdMeshers_Projection_1D_2D_3D_i.hxx \
55         StdMeshers_ObjRefUlils.hxx \
56         StdMeshers_LayerDistribution_i.hxx \
57         StdMeshers_LayerDistribution2D_i.hxx \
58         StdMeshers_CompositeSegment_1D_i.hxx \
59         StdMeshers_SegmentAroundVertex_0D_i.hxx \
60         StdMeshers_SegmentLengthAroundVertex_i.hxx \
61         StdMeshers_UseExisting_1D2D_i.hxx \
62         StdMeshers_TrianglePreference_i.hxx \
63         StdMeshers_MaxLength_i.hxx \
64         StdMeshers_QuadrangleParams_i.hxx \
65         StdMeshers_RadialQuadrangle_1D2D_i.hxx \
66         SMESH_StdMeshers_I.hxx
67
68 # Libraries targets
69 lib_LTLIBRARIES = libStdMeshersEngine.la
70
71 dist_libStdMeshersEngine_la_SOURCES = \
72         StdMeshers_i.cxx \
73         StdMeshers_LocalLength_i.cxx \
74         StdMeshers_StartEndLength_i.cxx \
75         StdMeshers_Arithmetic1D_i.cxx \
76         StdMeshers_FixedPoints1D_i.cxx \
77         StdMeshers_NumberOfSegments_i.cxx \
78         StdMeshers_Deflection1D_i.cxx \
79         StdMeshers_Propagation_i.cxx \
80         StdMeshers_LengthFromEdges_i.cxx \
81         StdMeshers_MaxElementArea_i.cxx \
82         StdMeshers_MaxElementVolume_i.cxx \
83         StdMeshers_NotConformAllowed_i.cxx \
84         StdMeshers_Regular_1D_i.cxx \
85         StdMeshers_Quadrangle_2D_i.cxx \
86         StdMeshers_MEFISTO_2D_i.cxx \
87         StdMeshers_Hexa_3D_i.cxx \
88         StdMeshers_AutomaticLength_i.cxx \
89         StdMeshers_QuadranglePreference_i.cxx \
90         StdMeshers_QuadraticMesh_i.cxx \
91         StdMeshers_NumberOfLayers_i.cxx \
92         StdMeshers_NumberOfLayers2D_i.cxx \
93         StdMeshers_Prism_3D_i.cxx \
94         StdMeshers_ProjectionSource1D_i.cxx \
95         StdMeshers_ProjectionSource2D_i.cxx \
96         StdMeshers_ProjectionSource3D_i.cxx \
97         StdMeshers_Projection_1D_2D_3D_i.cxx \
98         StdMeshers_ObjRefUlils.cxx \
99         StdMeshers_LayerDistribution_i.cxx \
100         StdMeshers_LayerDistribution2D_i.cxx \
101         StdMeshers_CompositeSegment_1D_i.cxx \
102         StdMeshers_SegmentAroundVertex_0D_i.cxx \
103         StdMeshers_SegmentLengthAroundVertex_i.cxx \
104         StdMeshers_UseExisting_1D2D_i.cxx \
105         StdMeshers_TrianglePreference_i.cxx \
106         StdMeshers_MaxLength_i.cxx \
107         StdMeshers_QuadrangleParams_i.cxx \
108         StdMeshers_RadialQuadrangle_1D2D_i.cxx
109
110 # additionnal information to compil and link file
111 libStdMeshersEngine_la_CPPFLAGS = \
112         $(CAS_CPPFLAGS) \
113         @HDF5_INCLUDES@ \
114         $(KERNEL_CXXFLAGS) \
115         $(GEOM_CXXFLAGS) \
116         $(MED_CXXFLAGS) \
117         $(BOOST_CPPFLAGS) \
118         $(CORBA_CXXFLAGS) \
119         $(CORBA_INCLUDES) \
120         -I$(srcdir)/../SMESHImpl \
121         -I$(srcdir)/../MEFISTO2 \
122         -I$(srcdir)/../SMESH \
123         -I$(srcdir)/../SMESH_I \
124         -I$(srcdir)/../SMESHDS \
125         -I$(srcdir)/../SMDS \
126         -I$(srcdir)/../Controls \
127         -I$(srcdir)/../StdMeshers \
128         -I$(top_builddir)/idl
129
130 libStdMeshersEngine_la_LDFLAGS  = \
131         ../../idl/libSalomeIDLSMESH.la \
132         ../StdMeshers/libStdMeshers.la \
133         ../SMESH_I/libSMESHEngine.la \
134         ../SMESH/libSMESHimpl.la \
135         ../SMESHDS/libSMESHDS.la \
136         $(KERNEL_LDFLAGS) -lSALOMELocalTrace -lSalomeGenericObj \
137         @HDF5_LIBS@ \
138         $(CAS_LDPATH) -lTKBRep -lTKG3d