summaryrefslogtreecommitdiffstats
path: root/doc/html/Tutor/examples/Makefile.in
blob: b73caf6eea2d0a9e807f8203e0fe42c02b41c681 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# HDF5 Library Makefile(.in)
#
# Copyright by The HDF Group.
# Copyright by the Board of Trustees of the University of Illinois.
# All rights reserved.
#
# This file is part of HDF5.  The full HDF5 copyright notice, including
# terms governing use, modification, and redistribution, is contained in
# the files COPYING and Copyright.html.  COPYING can be found at the root
# of the source code distribution tree; Copyright.html can be found at the
# root level of an installed copy of the electronic HDF5 document set and
# is linked from the top-level documents page.  It can also be found at
# http://hdfgroup.org/HDF5/doc/Copyright.html.  If you do not have
# access to either file, you may request a copy from help@hdfgroup.org.
#
# 
top_srcdir=@top_srcdir@
top_builddir=../../../..
srcdir=@srcdir@
@COMMENCE@

# Subdirectories in build-order (not including `examples')
SUBDIRS=
DOCDIR=$(docdir)/hdf5/Tutor/examples
SUBDOCDIR=$(docdir)/hdf5/Tutor/examples/java

# Public doc files (to be installed)...
PUB_DOCS=h5_compound.c h5_copy.c h5_crtatt.c h5_crtdat.c h5_crtfile.c      \
         h5_crtgrp.c h5_crtgrpar.c h5_crtgrpd.c h5_extend.c h5_hyperslab.c \
         h5_iterate.c h5_mount.c h5_rdwt.c h5_read.c h5_ref2objr.c         \
         h5_ref2objw.c h5_ref2regr.c h5_ref2regw.c h5_reference.c

PUB_SUBDOCS=java/Compound.java java/Copy.java java/CreateAttribute.java \
            java/CreateDataset.java java/CreateFile.java                \
            java/CreateFileInput.java java/CreateGroup.java             \
            java/CreateGroupAR.java java/CreateGroupDataset.java        \
            java/DatasetRdWt.java java/HyperSlab.java java/Makefile     \
            java/Makefile.in java/README java/readme.html               \
            java/runCompound.sh java/runCompound.sh.in java/runCopy.sh  \
            java/runCopy.sh.in java/runCreateAttribute.sh               \
            java/runCreateAttribute.sh.in java/runCreateDataset.sh      \
            java/runCreateDataset.sh.in java/runCreateFile.sh           \
            java/runCreateFile.sh.in java/runCreateFileInput.sh         \
            java/runCreateFileInput.sh.in java/runCreateGroup.sh        \
            java/runCreateGroup.sh.in java/runCreateGroupAR.sh          \
            java/runCreateGroupAR.sh.in java/runCreateGroupDataset.sh   \
            java/runCreateGroupDataset.sh.in java/runDatasetRdWt.sh     \
            java/runDatasetRdWt.sh.in java/runHyperSlab.sh              \
            java/runHyperSlab.sh.in

# Other doc files (not to be installed)...
PRIVATE_DOCS=

@CONCLUDE@