Salome HOME
Using AutoTools for build procedure
[modules/smesh.git] / src / StdMeshers_I / Makefile.am
1 #  SMESH StdMeshers_I : idl implementation based on 'StdMeshersPlugin' unit's classes
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 #  $Header$
28
29 include $(top_srcdir)/adm_local/unix/make_common_starter.am
30
31 # header files 
32 salomeinclude_HEADERS = \
33         StdMeshers_LocalLength_i.hxx \
34         StdMeshers_StartEndLength_i.hxx \
35         StdMeshers_Arithmetic1D_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_Prism_3D_i.hxx \
52         StdMeshers_ProjectionSource1D_i.hxx \
53         StdMeshers_ProjectionSource2D_i.hxx \
54         StdMeshers_ProjectionSource3D_i.hxx \
55         StdMeshers_Projection_1D_2D_3D_i.hxx \
56         StdMeshers_ObjRefUlils.hxx \
57         StdMeshers_LayerDistribution_i.hxx \
58         SMESH_StdMeshers_I.hxx
59
60 # Libraries targets
61 lib_LTLIBRARIES = libStdMeshersEngine.la
62
63 dist_libStdMeshersEngine_la_SOURCES = \
64         StdMeshers_i.cxx \
65         StdMeshers_LocalLength_i.cxx \
66         StdMeshers_StartEndLength_i.cxx \
67         StdMeshers_Arithmetic1D_i.cxx \
68         StdMeshers_NumberOfSegments_i.cxx \
69         StdMeshers_Deflection1D_i.cxx \
70         StdMeshers_Propagation_i.cxx \
71         StdMeshers_LengthFromEdges_i.cxx \
72         StdMeshers_MaxElementArea_i.cxx \
73         StdMeshers_MaxElementVolume_i.cxx \
74         StdMeshers_NotConformAllowed_i.cxx \
75         StdMeshers_Regular_1D_i.cxx \
76         StdMeshers_Quadrangle_2D_i.cxx \
77         StdMeshers_MEFISTO_2D_i.cxx \
78         StdMeshers_Hexa_3D_i.cxx \
79         StdMeshers_AutomaticLength_i.cxx \
80         StdMeshers_QuadranglePreference_i.cxx \
81         StdMeshers_QuadraticMesh_i.cxx \
82         StdMeshers_NumberOfLayers_i.cxx \
83         StdMeshers_Prism_3D_i.cxx \
84         StdMeshers_ProjectionSource1D_i.cxx \
85         StdMeshers_ProjectionSource2D_i.cxx \
86         StdMeshers_ProjectionSource3D_i.cxx \
87         StdMeshers_Projection_1D_2D_3D_i.cxx \
88         StdMeshers_ObjRefUlils.cxx \
89         StdMeshers_LayerDistribution_i.cxx
90
91 # additionnal information to compil and link file
92 libStdMeshersEngine_la_CPPFLAGS = \
93         $(CAS_CPPFLAGS) \
94         $(HDF5_INCLUDES) \
95         $(KERNEL_CXXFLAGS) \
96         $(GEOM_CXXFLAGS) \
97         $(MED_CXXFLAGS) \
98         $(BOOST_CPPFLAGS) \
99         $(CORBA_CXXFLAGS) \
100         $(CORBA_INCLUDES) \
101         -I$(srcdir)/../SMESHImpl \
102         -I$(srcdir)/../MEFISTO2 \
103         -I$(srcdir)/../SMESH \
104         -I$(srcdir)/../SMESH_I \
105         -I$(srcdir)/../SMESHDS \
106         -I$(srcdir)/../SMDS \
107         -I$(srcdir)/../Controls \
108         -I$(srcdir)/../StdMeshers \
109         -I$(top_builddir)/idl \
110         -I$(top_builddir)/salome_adm/unix
111
112
113 libStdMeshersEngine_la_LDFLAGS  = \
114         ../../idl/libSalomeIDLSMESH.la \
115         ../StdMeshers/libStdMeshers.la \
116         ../SMESH_I/libSMESHEngine.la \
117         ../SMESH/libSMESHimpl.la \
118         ../SMESHDS/libSMESHDS.la \
119         $(KERNEL_LDFLAGS) -lSALOMELocalTrace -lSalomeGenericObj \
120         $(HDF5_LIBS) \
121         $(CAS_LDPATH) -lTKBRep -lTKG3d