summaryrefslogtreecommitdiffstats
path: root/hl/fortran/Makefile.am
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2005-02-01 03:20:11 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2005-02-01 03:20:11 (GMT)
commit7e28ae7b47f475ec89f3b78730e3d67bea037397 (patch)
treeae5d8a1b024fde229c77228518004bcffe94e12c /hl/fortran/Makefile.am
parent1157fb4eb37e02d7dbd30dbf9779ac167a42d387 (diff)
downloadhdf5-7e28ae7b47f475ec89f3b78730e3d67bea037397.zip
hdf5-7e28ae7b47f475ec89f3b78730e3d67bea037397.tar.gz
hdf5-7e28ae7b47f475ec89f3b78730e3d67bea037397.tar.bz2
[svn-r9904] Purpose:
Configuration update Description: HDF5 now uses automake Solution: Ditto to previous checkin
Diffstat (limited to 'hl/fortran/Makefile.am')
-rw-r--r--hl/fortran/Makefile.am20
1 files changed, 20 insertions, 0 deletions
diff --git a/hl/fortran/Makefile.am b/hl/fortran/Makefile.am
new file mode 100644
index 0000000..2671fac
--- /dev/null
+++ b/hl/fortran/Makefile.am
@@ -0,0 +1,20 @@
+#
+# Copyright (C) 2001 National Center for Supercomputing Applications.
+# All rights reserved.
+#
+#
+# This makefile mostly just reinvokes make in the various subdirectories
+# but does so in the correct order. You can alternatively invoke make from
+# each subdirectory manually.
+##
+## Makefile.am
+## Run automake to generate a Makefile.in from this file.
+##
+#
+# HDF5 High-Level Makefile(.in)
+
+include $(top_srcdir)/config/commence.am
+
+SUBDIRS=src test
+
+include $(top_srcdir)/config/conclude.am