1 # SALOME HDFPersist : implementation of HDF persitent ( save/ restore )
3 # Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
6 # This library is free software; you can redistribute it and/or
7 # modify it under the terms of the GNU Lesser General Public
8 # License as published by the Free Software Foundation; either
9 # version 2.1 of the License.
11 # This library is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 # Lesser General Public License for more details.
16 # You should have received a copy of the GNU Lesser General Public
17 # License along with this library; if not, write to the Free Software
18 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
25 # Author : Paul RASCLE, EDF
29 include $(top_srcdir)/salome_adm/unix/make_common_starter.am
31 salomeinclude_HEADERS = \
33 HDFcontainerObject.hxx \
39 HDFinternalObject.hxx \
49 lib_LTLIBRARIES = libSalomeHDFPersist.la
50 libSalomeHDFPersist_la_SOURCES =\
68 HDFdatasetGetOrder.c \
81 HDFinternalObject.cc \
83 HDFcontainerObject.cc \
91 libSalomeHDFPersist_la_LDFLAGS = -no-undefined -version-info=0:0:0
93 libSalomeHDFPersist_la_CPPFLAGS = @HDF5_INCLUDES@ -DPCLINUX \
94 -I$(srcdir)/../SALOMELocalTrace \
97 libSalomeHDFPersist_la_LIBADD = @HDF5_LIBS@
110 #bin_PROGRAMS=HDFtest1 HDFtest2 HDFtest3
111 #HDFtest1_SOURCES = test1.c
112 #HDFtest2_SOURCES = test2.c
113 #HDFtest3_SOURCES = test3.cxx
115 #AM_CFLAGS= @CAS_CPPFLAGS@ @HDF5_INCLUDES@ -DPCLINUX \
116 # -I$(srcdir)/../SALOMELocalTrace \
117 # -I$(srcdir)/../Basics
118 #AM_CXXFLAGS= @CAS_CPPFLAGS@ @HDF5_INCLUDES@ -DPCLINUX \
119 # -I$(srcdir)/../SALOMELocalTrace \
120 # -I$(srcdir)/../Basics
121 #AM_LDFLAGS= @HDF5_LIBS@