Source
1
+
#
2
+
# Copyright by The HDF Group.
3
+
# All rights reserved.
4
+
#
5
+
# This file is part of HDF5. The full HDF5 copyright notice, including
6
+
# terms governing use, modification, and redistribution, is contained in
7
+
# the COPYING file, which can be found at the root of the source code
8
+
# distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases.
9
+
# If you do not have access to either file, you may request a copy from
10
+
# help@hdfgroup.org.
11
+
##
12
+
## Makefile.am
13
+
## Run automake to generate a Makefile.in from this file.
14
+
##
15
+
#
16
+
# Utils HDF5 Makefile(.in)
17
+
#
18
+
19
+
include $(top_srcdir)/config/commence.am
20
+
21
+
CONFIG=ordered
22
+
23
+
# All subdirectories
24
+
SUBDIRS=mirror_vfd
25
+
26
+
include $(top_srcdir)/config/conclude.am