]> SALOME platform Git repositories - modules/kernel.git/blob - src/HDFPersist/Makefile.am
Salome HOME
First stable version after merging with V3_2_2
[modules/kernel.git] / src / HDFPersist / Makefile.am
1 #  SALOME HDFPersist : implementation of HDF persitent ( save/ restore )
2 #
3 #  Copyright (C) 2003  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 #
23 #
24 #  File   : Makefile.in
25 #  Author : Paul RASCLE, EDF
26 #  Module : SALOME
27 #  $Header$
28
29 include $(top_srcdir)/salome_adm/unix/make_common_starter.am
30
31 salomeinclude_HEADERS      = \
32         HDFattribute.hxx \
33         HDFcontainerObject.hxx \
34         HDFdataset.hxx \
35         HDFexplorer.hxx \
36         HDFexception.hxx \
37         HDFfile.hxx \
38         HDFgroup.hxx \
39         HDFinternalObject.hxx \
40         HDFobject.hxx \
41         HDFOI.hxx \
42         HDFtypes.h \
43         HDFconvert.hxx \
44         hdfi.h \
45         HDFascii.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 libSalomeHDFPersist_la_CPPFLAGS = @CAS_CPPFLAGS@ @HDF5_INCLUDES@ -DPCLINUX \
92                                   -I$(srcdir)/../SALOMELocalTrace \
93                                   -I$(srcdir)/../Basics
94 libSalomeHDFPersist_la_LIBADD   = @CAS_KERNEL@ @HDF5_LIBS@
95
96
97 EXTRA_DIST = \
98   test1.c \
99   test2.c \
100   test3.cxx \
101   test4.cxx \
102   test5.cxx \
103   test6.cxx \
104   test7.cxx \
105   test8.cxx \
106   test9.cxx