Salome HOME
Import a new plugin, sent by Stephane LIAUZU
[plugins/hexoticplugin.git] / src / HexoticPlugin / Makefile.in
1 #  Copyright (C) 2005  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 #  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS, L3S, LJLL, MENSI
3 #
4 #  This library is free software; you can redistribute it and/or
5 #  modify it under the terms of the GNU Lesser General Public
6 #  License as published by the Free Software Foundation; either
7 #  version 2.1 of the License.
8 #
9 #  This library is distributed in the hope that it will be useful,
10 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
11 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 #  Lesser General Public License for more details.
13 #
14 #  You should have received a copy of the GNU Lesser General Public
15 #  License along with this library; if not, write to the Free Software
16 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
17 #
18 #  See http://www.salome-platform.org/
19 #
20 # -* Makefile *- 
21 #
22 # Author : Lioka RAZAFINDRAZAKA (CEA)
23 # Module : HexoticPLUGIN
24 # Date : 2006/06/30
25 #
26 #
27
28 # source path
29 top_srcdir=@top_srcdir@
30 top_builddir=../..
31 srcdir=@srcdir@
32 VPATH=.:@srcdir@:@top_srcdir@/idl:$(top_builddir)/idl:${KERNEL_ROOT_DIR}/idl/salome:${GUI_ROOT_DIR}/idl/salome:${GEOM_ROOT_DIR}/idl/salome:${SMESH_ROOT_DIR}/idl/salome:${MED_ROOT_DIR}/idl/salome
33
34 @COMMENCE@
35
36 LIB_SRC = \
37         HexoticPlugin_Hexotic.cxx \
38         HexoticPlugin_Hexotic_i.cxx \
39         HexoticPlugin_Hypothesis.cxx \
40         HexoticPlugin_Hypothesis_i.cxx \
41         HexoticPlugin_i.cxx
42
43 LIB_SERVER_IDL = HexoticPlugin_Algorithm.idl
44
45 LIB_CLIENT_IDL = \
46         SALOME_Component.idl \
47         SALOME_Comm.idl \
48         GEOM_Gen.idl \
49         MED.idl
50
51 # Libraries targets
52 LIB = libHexoticEngine.la
53
54 @CONCLUDE@