Files
hdf5/doc/html/Tutor/examples/java/Makefile.in
Bill Wendling 615a1fa336 [svn-r3698] Purpose:
Update
Description:
    Added the Makefile.txt and Makefile.in.txt.
2001-03-23 14:20:45 -05:00

23 lines
487 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@
@COMMENCE@
# Subdirectories in build-order (not including `examples')
SUBDIRS=
DOCDIR=$(docdir)/hdf5/Tutor/examples/java
# Public doc files (to be installed)...
PUB_DOCS=Makefile.txt Makefile.in.txt
# Other doc files (not to be installed)...
PRIVATE_DOCS=
@CONCLUDE@