Salome HOME
Base implementation of Notebook
[modules/kernel.git] / src / HDFPersist / Makefile.am
1 #  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 #  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 #  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 #
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.
10 #
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.
15 #
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
19 #
20 #  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 #
22 #  SALOME HDFPersist : implementation of HDF persitent ( save/ restore )
23 #  File   : Makefile.in
24 #  Author : Paul RASCLE, EDF
25 #  Module : SALOME
26 #  $Header$
27 #
28 include $(top_srcdir)/salome_adm/unix/make_common_starter.am
29
30 salomeinclude_HEADERS      = \
31         HDFattribute.hxx \
32         HDFcontainerObject.hxx \
33         HDFdataset.hxx \
34         HDFexplorer.hxx \
35         HDFexception.hxx \
36         HDFfile.hxx \
37         HDFgroup.hxx \
38         HDFinternalObject.hxx \
39         HDFobject.hxx \
40         HDFOI.hxx \
41         HDFtypes.h \
42         HDFconvert.hxx \
43         hdfi.h \
44         HDFascii.hxx \
45         HDFexport.hxx
46
47 # Libraries targets
48 lib_LTLIBRARIES                 = libSalomeHDFPersist.la
49 libSalomeHDFPersist_la_SOURCES  =\
50         HDFfileCreate.c \
51         HDFfileClose.c \
52         HDFfileOpen.c \
53         HDFfileMount.c \
54         HDFfileUmount.c \
55         HDFgroupCreate.c \
56         HDFgroupOpen.c \
57         HDFgroupClose.c \
58         HDFdatasetOpen.c \
59         HDFdatasetClose.c \
60         HDFdatasetCreate.c \
61         HDFdatasetWrite.c \
62         HDFdatasetRead.c \
63         HDFdatasetGetDim.c \
64         HDFdatasetGetSize.c \
65         HDFdatasetGetType.c \
66         HDFdatasetGetnDim.c \
67         HDFdatasetGetOrder.c \
68         HDFattrOpen.c \
69         HDFattrClose.c \
70         HDFattrWrite.c \
71         HDFattrCreate.c \
72         HDFattrRead.c \
73         HDFattrGetType.c \
74         HDFattrGetSize.c \
75         HDFerrorModeLock.c \
76         HDFnObjects.c \
77         HDFobjectIdentify.c \
78         HDFobjectType.c \
79         HDFobject.cc \
80         HDFinternalObject.cc \
81         HDFattribute.cc \
82         HDFcontainerObject.cc \
83         HDFdataset.cc \
84         HDFfile.cc \
85         HDFgroup.cc \
86         HDFexplorer.cc \
87         HDFconvert.cc \
88         HDFascii.cc
89
90 libSalomeHDFPersist_la_LDFLAGS  = -no-undefined -version-info=0:0:0
91
92 libSalomeHDFPersist_la_CPPFLAGS = @HDF5_INCLUDES@ -D@MACHINE@ 
93
94 libSalomeHDFPersist_la_LIBADD   = @HDF5_LIBS@
95
96 EXTRA_DIST = \
97   test1.c \
98   test2.c \
99   test3.cxx \
100   test4.cxx \
101   test5.cxx \
102   test6.cxx \
103   test7.cxx \
104   test8.cxx \
105   test9.cxx