Salome HOME
8c179f4125d6194260f99053df4c64ce9dc29a5a
[plugins/blsurfplugin.git] / src / BLSURFPlugin / 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 : Edward AGAPOV (OCC)
23 # Module : BLSURFPLUGIN
24 # Date : 10/01/2004
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         BLSURFPlugin_BLSURF.cxx \
38         BLSURFPlugin_BLSURF_i.cxx \
39         BLSURFPlugin_Hypothesis.cxx \
40         BLSURFPlugin_Hypothesis_i.cxx \
41         BLSURFPlugin_i.cxx \
42         cad_occ.cxx
43
44 LIB_SERVER_IDL = BLSURFPlugin_Algorithm.idl
45
46 LIB_CLIENT_IDL = \
47         SALOME_Component.idl \
48         SALOME_Comm.idl \
49         GEOM_Gen.idl \
50         MED.idl
51
52 # Libraries targets
53 LIB = libBLSURFEngine.la
54
55 BLSURF_INCLUDES = @BLSURF_INCLUDES@
56 BLSURF_LIBS = "@BLSURF_LIBS@"
57 CPPFLAGS += $(BLSURF_INCLUDES)
58 CXXFLAGS += $(BLSURF_INCLUDES)
59 LDFLAGS  += $(BLSURF_LIBS)
60
61 @CONCLUDE@