Salome HOME
correct previous integration (Porting to Python 2.6)
[modules/smesh.git] / src / StdMeshers_I / 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_I : idl implementation based on 'StdMeshersPlugin' unit's classes
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_i.hxx \
33         StdMeshers_StartEndLength_i.hxx \
34         StdMeshers_Arithmetic1D_i.hxx \
35         StdMeshers_FixedPoints1D_i.hxx \
36         StdMeshers_NumberOfSegments_i.hxx \
37         StdMeshers_Deflection1D_i.hxx \
38         StdMeshers_Propagation_i.hxx \
39         StdMeshers_LengthFromEdges_i.hxx \
40         StdMeshers_MaxElementArea_i.hxx \
41         StdMeshers_MaxElementVolume_i.hxx \
42         StdMeshers_NotConformAllowed_i.hxx \
43         StdMeshers_Regular_1D_i.hxx \
44         StdMeshers_Quadrangle_2D_i.hxx \
45         StdMeshers_MEFISTO_2D_i.hxx \
46         StdMeshers_Hexa_3D_i.hxx \
47         StdMeshers_AutomaticLength_i.hxx \
48         StdMeshers_QuadranglePreference_i.hxx \
49         StdMeshers_QuadraticMesh_i.hxx \
50         StdMeshers_NumberOfLayers_i.hxx \
51         StdMeshers_NumberOfLayers2D_i.hxx \
52         StdMeshers_Prism_3D_i.hxx \
53         StdMeshers_ProjectionSource1D_i.hxx \
54         StdMeshers_ProjectionSource2D_i.hxx \
55         StdMeshers_ProjectionSource3D_i.hxx \
56         StdMeshers_Projection_1D_2D_3D_i.hxx \
57         StdMeshers_ObjRefUlils.hxx \
58         StdMeshers_LayerDistribution_i.hxx \
59         StdMeshers_LayerDistribution2D_i.hxx \
60         StdMeshers_CompositeSegment_1D_i.hxx \
61         StdMeshers_SegmentAroundVertex_0D_i.hxx \
62         StdMeshers_SegmentLengthAroundVertex_i.hxx \
63         StdMeshers_UseExisting_1D2D_i.hxx \
64         StdMeshers_TrianglePreference_i.hxx \
65         StdMeshers_MaxLength_i.hxx \
66         StdMeshers_QuadrangleParams_i.hxx \
67         StdMeshers_RadialQuadrangle_1D2D_i.hxx \
68         SMESH_StdMeshers_I.hxx
69
70 # Libraries targets
71 lib_LTLIBRARIES = libStdMeshersEngine.la
72
73 dist_libStdMeshersEngine_la_SOURCES = \
74         StdMeshers_i.cxx \
75         StdMeshers_LocalLength_i.cxx \
76         StdMeshers_StartEndLength_i.cxx \
77         StdMeshers_Arithmetic1D_i.cxx \
78         StdMeshers_FixedPoints1D_i.cxx \
79         StdMeshers_NumberOfSegments_i.cxx \
80         StdMeshers_Deflection1D_i.cxx \
81         StdMeshers_Propagation_i.cxx \
82         StdMeshers_LengthFromEdges_i.cxx \
83         StdMeshers_MaxElementArea_i.cxx \
84         StdMeshers_MaxElementVolume_i.cxx \
85         StdMeshers_NotConformAllowed_i.cxx \
86         StdMeshers_Regular_1D_i.cxx \
87         StdMeshers_Quadrangle_2D_i.cxx \
88         StdMeshers_MEFISTO_2D_i.cxx \
89         StdMeshers_Hexa_3D_i.cxx \
90         StdMeshers_AutomaticLength_i.cxx \
91         StdMeshers_QuadranglePreference_i.cxx \
92         StdMeshers_QuadraticMesh_i.cxx \
93         StdMeshers_NumberOfLayers_i.cxx \
94         StdMeshers_NumberOfLayers2D_i.cxx \
95         StdMeshers_Prism_3D_i.cxx \
96         StdMeshers_ProjectionSource1D_i.cxx \
97         StdMeshers_ProjectionSource2D_i.cxx \
98         StdMeshers_ProjectionSource3D_i.cxx \
99         StdMeshers_Projection_1D_2D_3D_i.cxx \
100         StdMeshers_ObjRefUlils.cxx \
101         StdMeshers_LayerDistribution_i.cxx \
102         StdMeshers_LayerDistribution2D_i.cxx \
103         StdMeshers_CompositeSegment_1D_i.cxx \
104         StdMeshers_SegmentAroundVertex_0D_i.cxx \
105         StdMeshers_SegmentLengthAroundVertex_i.cxx \
106         StdMeshers_UseExisting_1D2D_i.cxx \
107         StdMeshers_TrianglePreference_i.cxx \
108         StdMeshers_MaxLength_i.cxx \
109         StdMeshers_QuadrangleParams_i.cxx \
110         StdMeshers_RadialQuadrangle_1D2D_i.cxx
111
112 # additionnal information to compil and link file
113 libStdMeshersEngine_la_CPPFLAGS = \
114         $(CAS_CPPFLAGS) \
115         @HDF5_INCLUDES@ \
116         $(KERNEL_CXXFLAGS) \
117         $(GEOM_CXXFLAGS) \
118         $(MED_CXXFLAGS) \
119         $(BOOST_CPPFLAGS) \
120         $(CORBA_CXXFLAGS) \
121         $(CORBA_INCLUDES) \
122         -I$(srcdir)/../SMESHImpl \
123         -I$(srcdir)/../MEFISTO2 \
124         -I$(srcdir)/../SMESH \
125         -I$(srcdir)/../SMESH_I \
126         -I$(srcdir)/../SMESHDS \
127         -I$(srcdir)/../SMDS \
128         -I$(srcdir)/../Controls \
129         -I$(srcdir)/../StdMeshers \
130         -I$(top_builddir)/idl
131
132 libStdMeshersEngine_la_LDFLAGS  = \
133         ../../idl/libSalomeIDLSMESH.la \
134         ../StdMeshers/libStdMeshers.la \
135         ../SMESH_I/libSMESHEngine.la \
136         ../SMESH/libSMESHimpl.la \
137         ../SMESHDS/libSMESHDS.la \
138         $(KERNEL_LDFLAGS) -lSALOMELocalTrace -lSalomeGenericObj \
139         @HDF5_LIBS@ \
140         $(CAS_LDPATH) -lTKBRep -lTKG3d