blob: 71403349962b4b2fff2308f411bccefdc266936e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# HDF5 Library Makefile(.in)
#
# Copyright (C) 2001 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/cpplus
# Public doc files (to be installed)...
PUB_DOCS=CppInterfaces.html CppUserNotes.doc CppUserNotes.pdf
# Other doc files (not to be installed)...
PRIVATE_DOCS=
@CONCLUDE@
|