mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
26303241fe
Configuration feature Description: HDF5 now uses automake to generate Makefiles Solution: Makefile.in files are now generated from Makefile.am files. To reconfigure (after chaning a Makefile.am or configure.in): /bin/sh bin/reconfigure.sh Platforms tested: Many
24 lines
632 B
Makefile
24 lines
632 B
Makefile
# HDF5 Library Doc Makefile(.in)
|
|
#
|
|
# Copyright (C) 1997, 2002
|
|
# National Center for Supercomputing Applications.
|
|
# All rights reserved.
|
|
#
|
|
#
|
|
# This is the top level makefile of the Doc directory. It mostly just
|
|
# reinvokes make in the various subdirectories.
|
|
# You can alternatively invoke make from each subdirectory manually.
|
|
##
|
|
## Makefile.am
|
|
## Run automake to generate a Makefile.in from this file.
|
|
#
|
|
|
|
# Add doc-specific include
|
|
include $(top_srcdir)/config/commence-doc.am
|
|
|
|
# Subdirectories in build-order
|
|
SUBDIRS=html
|
|
|
|
# Don't include conclude, since the docs directory doesn't need to know how to
|
|
# build anything.
|