Salome HOME
First publish of HEXABLOCKcomponant
[modules/hexablock.git] / src / HEXABLOCK_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 #  SuperVisionTest AddComponent : example of component that adds two numbers
23 # ddDIST_SUBDIRS = Test
24 # ddSUBDIRS = Test
25 #  File   : Makefile.in
26 #  Author : , CEA
27 #  Modified by : Alexander BORODIN (OCN) - autotools usage
28 #
29 include $(top_srcdir)/adm_local/unix/make_common_starter.am
30
31
32
33 # ===============================================================
34 # Files to be installed
35 # ===============================================================
36 #
37 # header files  
38 salomeinclude_HEADERS = \
39         HEXABLOCK.hxx \
40         HexDocument_impl.hxx \
41         HexPropagation_impl.hxx \
42         HexQuad_impl.hxx
43
44 # Scripts to be installed
45 dist_salomescript_PYTHON = hexablock.py
46
47 # Libraries targets
48 # SD/Propagation/HexPropagation.cxx \
49 # SD/Law/HexLaw.cxx \
50 #
51 lib_LTLIBRARIES = libHEXABLOCKEngine.la
52 dist_libHEXABLOCKEngine_la_SOURCES = \
53         HexVertex_impl.cxx \
54         HexEdge_impl.cxx \
55         HexQuad_impl.cxx \
56         HexHexa_impl.cxx \
57         HexVector_impl.cxx \
58         HexElements_impl.cxx \
59         HexCrossElements_impl.cxx \
60         HexCylinder_impl.cxx \
61         HexPipe_impl.cxx \
62         HexPropagation_impl.cxx \
63         HexLaw_impl.cxx \
64         HexGroup_impl.cxx \
65         HexDocument_impl.cxx \
66         HEXABLOCK.cxx
67
68
69 libHEXABLOCKEngine_la_CPPFLAGS = \
70         $(CORBA_CXXFLAGS) \
71         $(CORBA_INCLUDES) \
72         $(KERNEL_CXXFLAGS) \
73         $(GEOM_CXXFLAGS) \
74         $(CAS_CPPFLAGS) \
75         -I$(srcdir)/../HEXABLOCK \
76         -I$(top_builddir)/idl \
77         -I$(top_builddir)/salome_adm/unix
78
79 libHEXABLOCKEngine_la_LDFLAGS = \
80         ../../idl/libSalomeIDLHEXABLOCK.la \
81         ../HEXABLOCK/libHEXABLOCKimpl.la \
82         $(KERNEL_LDFLAGS) \
83         $(CAS_LDPATH) \
84         -lSalomeContainer \
85         -lOpUtil \
86         -lSalomeIDLKernel \
87         -lGEOMClient