1 # Copyright (C) 2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
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.
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.
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
18 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
23 # Author : André RIBES (EDF), Eric Fayolle (EDF)
26 include $(top_srcdir)/salome_adm/unix/make_common_starter.am
29 # ===============================================================
30 # Header to be installed
31 # ===============================================================
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
40 # ===============================================================
42 # ===============================================================
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@
54 # This local variable defines the list of dependant libraries common to all target in this package.
55 COMMON_LIBS = @CORBA_LIBS@
58 # ===============================================================
60 # ===============================================================
62 noinst_LTLIBRARIES = libSalomePalm.la
64 libSalomePalm_la_SOURCES = palm_port_factory.cxx
66 libSalomePalm_la_CXXFLAGS = $(COMMON_CPPFLAGS)
68 libSalomePalm_la_LDFLAGS = -no-undefined -version-info=0:0:0
71 # ===============================================================
73 # ===============================================================
75 noinst_PROGRAMS = test_DataIdContainer
77 test_DataIdContainer_SOURCES = test_DataIdContainer.cxx
79 test_DataIdContainer_CXXFLAGS = $(COMMON_CPPFLAGS)
81 test_DataIdContainer_LDFLAGS = $(COMMON_LIBS)