summaryrefslogtreecommitdiffstats
path: root/doc/html/Tutor/examples/java/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/Tutor/examples/java/Makefile.in')
-rw-r--r--doc/html/Tutor/examples/java/Makefile.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/html/Tutor/examples/java/Makefile.in b/doc/html/Tutor/examples/java/Makefile.in
new file mode 100644
index 0000000..30d67e2
--- /dev/null
+++ b/doc/html/Tutor/examples/java/Makefile.in
@@ -0,0 +1,22 @@
+# 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
+
+# Public doc files (to be installed)...
+PUB_DOCS=
+
+# Other doc files (not to be installed)...
+PRIVATE_DOCS=
+
+@CONCLUDE@