]> SALOME platform Git repositories - modules/kernel.git/blob - src/DSC/DSC_User/Datastream/Palm/Makefile.am
Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/kernel.git] / src / DSC / DSC_User / Datastream / Palm / Makefile.am
1 #  Copyright (C) 2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 #  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS 
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/ or email : webmaster.salome@opencascade.com
19 #
20 #
21 #
22 #  File   : Makefile.am
23 #  Author : André RIBES (EDF), Eric Fayolle (EDF)
24 #  Module : KERNEL
25
26 include $(top_srcdir)/salome_adm/unix/make_common_starter.am
27
28 #
29 # ===============================================================
30 # Header to be installed
31 # ===============================================================
32 #
33 # header files  
34 salomeinclude_HEADERS = palm_port_factory.hxx \
35                         palm_data_short_port_provides.hxx \
36                         palm_data_seq_short_port_provides.hxx \
37                         PalmCouplingPolicy.hxx
38
39 #
40 # ===============================================================
41 # Local definitions
42 # ===============================================================
43 #
44
45 # This local variable defines the list of CPPFLAGS common to all target in this package.
46 COMMON_CPPFLAGS= -I$(top_srcdir)/src/DSC/DSC_User \
47                  -I$(top_srcdir)/src/DSC/DSC_User/Datastream \
48                  -I$(top_srcdir)/src/DSC/DSC_Basic \
49                  -I$(top_srcdir)/src/Utils \
50                  -I$(top_builddir)/salome_adm/unix \
51                  -I$(top_builddir)/idl \
52                  @CORBA_CXXFLAGS@ @CORBA_INCLUDES@
53
54 # This local variable defines the list of dependant libraries common to all target in this package.
55 COMMON_LIBS = @CORBA_LIBS@
56
57 #
58 # ===============================================================
59 # Libraries targets
60 # ===============================================================
61 #
62 noinst_LTLIBRARIES = libSalomePalm.la
63
64 libSalomePalm_la_SOURCES  = palm_port_factory.cxx 
65
66 libSalomePalm_la_CXXFLAGS = $(COMMON_CPPFLAGS)
67
68 libSalomePalm_la_LDFLAGS  = -no-undefined -version-info=0:0:0
69
70 #
71 # ===============================================================
72 # Executables targets
73 # ===============================================================
74 #
75 noinst_PROGRAMS              = test_DataIdContainer
76
77 test_DataIdContainer_SOURCES = test_DataIdContainer.cxx
78
79 test_DataIdContainer_CXXFLAGS = $(COMMON_CPPFLAGS)
80
81 test_DataIdContainer_LDFLAGS = $(COMMON_LIBS)
82