2 * This file is part of the ZFS Linux port.
4 * Copyright (c) 2009 Lawrence Livermore National Security, LLC.
5 * Produced at Lawrence Livermore National Laboratory
7 * Brian Behlendorf <behlendorf1@llnl.gov>,
8 * Herb Wartens <wartens2@llnl.gov>,
9 * Jim Garlick <garlick@llnl.gov>
14 * The contents of this file are subject to the terms of the
15 * Common Development and Distribution License, Version 1.0 only
16 * (the "License"). You may not use this file except in compliance
19 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
20 * or http://www.opensolaris.org/os/licensing.
21 * See the License for the specific language governing permissions
22 * and limitations under the License.
24 * When distributing Covered Code, include this CDDL HEADER in each
25 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
26 * If applicable, add the following below this CDDL HEADER, with the
27 * fields enclosed by brackets "[]" replaced with your own identifying
28 * information: Portions Copyright [yyyy] [name of copyright owner]
36 AC_CONFIG_AUX_DIR([config])
37 AC_CONFIG_MACRO_DIR([config])
40 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
41 AM_INIT_AUTOMAKE([$ZFS_META_NAME], [$ZFS_META_VERSION])
42 AC_CONFIG_HEADERS([zfs_config.h], [
43 (mv zfs_config.h zfs_config.h.tmp &&
44 awk -f ${ac_srcdir}/config/config.awk zfs_config.h.tmp >zfs_config.h &&
45 rm zfs_config.h.tmp) || exit 1])
68 etc/systemd/system/Makefile
69 etc/modules-load.d/Makefile
76 lib/libspl/asm-generic/Makefile
77 lib/libspl/asm-i386/Makefile
78 lib/libspl/asm-x86_64/Makefile
79 lib/libspl/include/Makefile
80 lib/libspl/include/ia32/Makefile
81 lib/libspl/include/ia32/sys/Makefile
82 lib/libspl/include/rpc/Makefile
83 lib/libspl/include/sys/Makefile
84 lib/libspl/include/sys/sysevent/Makefile
85 lib/libspl/include/sys/dktp/Makefile
86 lib/libspl/include/util/Makefile
89 lib/libnvpair/Makefile
90 lib/libunicode/Makefile
94 lib/libzfs_core/Makefile
102 cmd/zstreamdump/Makefile
105 cmd/mount_zfs/Makefile
106 cmd/fsck_zfs/Makefile
110 cmd/dbufstat/Makefile
113 module/nvpair/Makefile
114 module/unicode/Makefile
115 module/zcommon/Makefile
117 module/zpios/Makefile
119 include/linux/Makefile
121 include/sys/fs/Makefile
122 include/sys/fm/Makefile
123 include/sys/fm/fs/Makefile
125 scripts/zpios-profile/Makefile
126 scripts/zpios-test/Makefile
127 scripts/zpool-config/Makefile
132 rpm/fedora/zfs-kmod.spec
133 rpm/fedora/zfs-dkms.spec
136 rpm/generic/zfs-kmod.spec
137 rpm/generic/zfs-dkms.spec