Salome HOME
Join modifications from branch BR_DEBUG_3_2_0b1
[samples/component.git] / src / SyrComponent / Makefile.in
1 #  SuperVisionTest SyrComponent : example of component performing some mathinatical operations
2 #
3 #  Copyright (C) 2005  CEA/DEN, EDF R&D
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 : , CEA
25 #  Module : SuperVisionTest
26
27 top_srcdir=@top_srcdir@
28 top_builddir=../..
29 srcdir=@srcdir@
30 VPATH=.:@srcdir@:@top_srcdir@/idl
31
32
33 @COMMENCE@
34
35 EXPORT_SHAREDPYSCRIPTS= COMPONENT_shared_modules.py
36
37 EXPORT_HEADERS =  \
38         SyrComponent_Impl.hxx 
39
40 # Libraries targets
41 LIB = libSyrComponentEngine.la
42 LIB_SRC = \
43         SyrComponent_Impl.cxx 
44
45 LIB_SERVER_IDL = AddComponent.idl \
46                  SALOME_Component.idl \
47                  SyrComponent.idl
48
49 # Executables targets
50 BIN = SyrComponent_CheckOfUndefined
51 BIN_SRC = 
52 BIN_SERVER_IDL =
53
54 CPPFLAGS+= $(PYTHON_INCLUDES) $(KERNEL_CXXFLAGS)
55 LDFLAGS+= $(KERNEL_LDFLAGS) -lSalomeContainer -lSalomeNS -lOpUtil -lRegistry -lSalomeNotification -lSALOMELocalTrace
56
57 LDFLAGSFORBIN+= $(KERNEL_LDFLAGS) -lSalomeContainer -lSalomeNS -lOpUtil -lRegistry -lSalomeNotification -lSALOMELocalTrace
58
59 @CONCLUDE@
60