mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-09 07:32:32 +08:00
24 lines
447 B
Makefile
24 lines
447 B
Makefile
|
# 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
|
||
|
SUBDIRS=
|
||
|
DOCDIR=$(docdir)/hdf5/Intro
|
||
|
|
||
|
# Public doc files (to be installed)...
|
||
|
PUB_DOCS=IntroExamples.html
|
||
|
|
||
|
# Other doc files (not to be installed)...
|
||
|
PRIVATE_DOCS=
|
||
|
|
||
|
@CONCLUDE@
|