blob: 8e4227bcdac57d394b971555765614a0ae5bbb0d (
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
|
# HDF5 Library Makefile(.in)
#
# Copyright (C) 1997 National Center for Supercomputing Applications.
# All rights reserved.
#
#
top_srcdir=@top_srcdir@
top_builddir=../../..
srcdir=@srcdir@
VPATH=.:@srcdir@
@COMMENCE@
# Subdirectories in build-order (not including `examples')
SUBDIRS=
DOCDIR=$(docdir)/hdf5/Tutor
TRACE=perl $(top_srcdir)/bin/trace
# Add `-I.' to the C preprocessor flags.
CPPFLAGS=-I. -I@srcdir@ @CPPFLAGS@
# Temporary files
MOSTLYCLEAN=
# Public doc files (to be installed)...
PUB_DOCS=
# Other doc files (not to be installed)...
PRIVATE_DOCS=
@CONCLUDE@
|