Merge commit 'refs/top-bases/top' into top

This commit is contained in:
Brian Behlendorf 2009-06-08 16:41:33 -07:00
commit e8c7eed7ff
33 changed files with 168 additions and 15 deletions

View File

@ -51,6 +51,7 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \
$(top_srcdir)/config/kernel.m4 \ $(top_srcdir)/config/kernel.m4 \
$(top_srcdir)/config/user-arch.m4 \
$(top_srcdir)/config/user-ioctl.m4 \ $(top_srcdir)/config/user-ioctl.m4 \
$(top_srcdir)/config/user-libdiskmgt.m4 \ $(top_srcdir)/config/user-libdiskmgt.m4 \
$(top_srcdir)/config/user-libefi.m4 \ $(top_srcdir)/config/user-libefi.m4 \
@ -157,6 +158,8 @@ SED = @SED@
SET_MAKE = @SET_MAKE@ SET_MAKE = @SET_MAKE@
SHELL = @SHELL@ SHELL = @SHELL@
STRIP = @STRIP@ STRIP = @STRIP@
TARGET_ARCH = @TARGET_ARCH@
TARGET_ARCH_DIR = @TARGET_ARCH_DIR@
TOPDIR = @TOPDIR@ TOPDIR = @TOPDIR@
UNAME = @UNAME@ UNAME = @UNAME@
VERSION = @VERSION@ VERSION = @VERSION@

View File

@ -3,6 +3,6 @@
aclocal -I config && aclocal -I config &&
libtoolize --automake --copy libtoolize --automake --copy
autoheader && autoheader &&
automake --add-missing --include-deps --copy 2>/dev/null automake --add-missing --include-deps --copy
autoconf autoconf
rm -rf autom4te.cache aclocal.m4 rm -rf autom4te.cache aclocal.m4

View File

@ -41,6 +41,7 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \
$(top_srcdir)/config/kernel.m4 \ $(top_srcdir)/config/kernel.m4 \
$(top_srcdir)/config/user-arch.m4 \
$(top_srcdir)/config/user-ioctl.m4 \ $(top_srcdir)/config/user-ioctl.m4 \
$(top_srcdir)/config/user-libdiskmgt.m4 \ $(top_srcdir)/config/user-libdiskmgt.m4 \
$(top_srcdir)/config/user-libefi.m4 \ $(top_srcdir)/config/user-libefi.m4 \
@ -132,6 +133,8 @@ SED = @SED@
SET_MAKE = @SET_MAKE@ SET_MAKE = @SET_MAKE@
SHELL = @SHELL@ SHELL = @SHELL@
STRIP = @STRIP@ STRIP = @STRIP@
TARGET_ARCH = @TARGET_ARCH@
TARGET_ARCH_DIR = @TARGET_ARCH_DIR@
TOPDIR = @TOPDIR@ TOPDIR = @TOPDIR@
UNAME = @UNAME@ UNAME = @UNAME@
VERSION = @VERSION@ VERSION = @VERSION@

View File

@ -44,6 +44,7 @@ subdir = cmd/zdb
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \
$(top_srcdir)/config/kernel.m4 \ $(top_srcdir)/config/kernel.m4 \
$(top_srcdir)/config/user-arch.m4 \
$(top_srcdir)/config/user-ioctl.m4 \ $(top_srcdir)/config/user-ioctl.m4 \
$(top_srcdir)/config/user-libdiskmgt.m4 \ $(top_srcdir)/config/user-libdiskmgt.m4 \
$(top_srcdir)/config/user-libefi.m4 \ $(top_srcdir)/config/user-libefi.m4 \
@ -150,6 +151,8 @@ SED = @SED@
SET_MAKE = @SET_MAKE@ SET_MAKE = @SET_MAKE@
SHELL = @SHELL@ SHELL = @SHELL@
STRIP = @STRIP@ STRIP = @STRIP@
TARGET_ARCH = @TARGET_ARCH@
TARGET_ARCH_DIR = @TARGET_ARCH_DIR@
TOPDIR = @TOPDIR@ TOPDIR = @TOPDIR@
UNAME = @UNAME@ UNAME = @UNAME@
VERSION = @VERSION@ VERSION = @VERSION@

View File

@ -44,6 +44,7 @@ subdir = cmd/zfs
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \
$(top_srcdir)/config/kernel.m4 \ $(top_srcdir)/config/kernel.m4 \
$(top_srcdir)/config/user-arch.m4 \
$(top_srcdir)/config/user-ioctl.m4 \ $(top_srcdir)/config/user-ioctl.m4 \
$(top_srcdir)/config/user-libdiskmgt.m4 \ $(top_srcdir)/config/user-libdiskmgt.m4 \
$(top_srcdir)/config/user-libefi.m4 \ $(top_srcdir)/config/user-libefi.m4 \
@ -150,6 +151,8 @@ SED = @SED@
SET_MAKE = @SET_MAKE@ SET_MAKE = @SET_MAKE@
SHELL = @SHELL@ SHELL = @SHELL@
STRIP = @STRIP@ STRIP = @STRIP@
TARGET_ARCH = @TARGET_ARCH@
TARGET_ARCH_DIR = @TARGET_ARCH_DIR@
TOPDIR = @TOPDIR@ TOPDIR = @TOPDIR@
UNAME = @UNAME@ UNAME = @UNAME@
VERSION = @VERSION@ VERSION = @VERSION@

View File

@ -44,6 +44,7 @@ subdir = cmd/zinject
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \
$(top_srcdir)/config/kernel.m4 \ $(top_srcdir)/config/kernel.m4 \
$(top_srcdir)/config/user-arch.m4 \
$(top_srcdir)/config/user-ioctl.m4 \ $(top_srcdir)/config/user-ioctl.m4 \
$(top_srcdir)/config/user-libdiskmgt.m4 \ $(top_srcdir)/config/user-libdiskmgt.m4 \
$(top_srcdir)/config/user-libefi.m4 \ $(top_srcdir)/config/user-libefi.m4 \
@ -150,6 +151,8 @@ SED = @SED@
SET_MAKE = @SET_MAKE@ SET_MAKE = @SET_MAKE@
SHELL = @SHELL@ SHELL = @SHELL@
STRIP = @STRIP@ STRIP = @STRIP@
TARGET_ARCH = @TARGET_ARCH@
TARGET_ARCH_DIR = @TARGET_ARCH_DIR@
TOPDIR = @TOPDIR@ TOPDIR = @TOPDIR@
UNAME = @UNAME@ UNAME = @UNAME@
VERSION = @VERSION@ VERSION = @VERSION@

View File

@ -44,6 +44,7 @@ subdir = cmd/zpios
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \
$(top_srcdir)/config/kernel.m4 \ $(top_srcdir)/config/kernel.m4 \
$(top_srcdir)/config/user-arch.m4 \
$(top_srcdir)/config/user-ioctl.m4 \ $(top_srcdir)/config/user-ioctl.m4 \
$(top_srcdir)/config/user-libdiskmgt.m4 \ $(top_srcdir)/config/user-libdiskmgt.m4 \
$(top_srcdir)/config/user-libefi.m4 \ $(top_srcdir)/config/user-libefi.m4 \
@ -144,6 +145,8 @@ SED = @SED@
SET_MAKE = @SET_MAKE@ SET_MAKE = @SET_MAKE@
SHELL = @SHELL@ SHELL = @SHELL@
STRIP = @STRIP@ STRIP = @STRIP@
TARGET_ARCH = @TARGET_ARCH@
TARGET_ARCH_DIR = @TARGET_ARCH_DIR@
TOPDIR = @TOPDIR@ TOPDIR = @TOPDIR@
UNAME = @UNAME@ UNAME = @UNAME@
VERSION = @VERSION@ VERSION = @VERSION@

View File

@ -44,6 +44,7 @@ subdir = cmd/zpool
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \
$(top_srcdir)/config/kernel.m4 \ $(top_srcdir)/config/kernel.m4 \
$(top_srcdir)/config/user-arch.m4 \
$(top_srcdir)/config/user-ioctl.m4 \ $(top_srcdir)/config/user-ioctl.m4 \
$(top_srcdir)/config/user-libdiskmgt.m4 \ $(top_srcdir)/config/user-libdiskmgt.m4 \
$(top_srcdir)/config/user-libefi.m4 \ $(top_srcdir)/config/user-libefi.m4 \
@ -151,6 +152,8 @@ SED = @SED@
SET_MAKE = @SET_MAKE@ SET_MAKE = @SET_MAKE@
SHELL = @SHELL@ SHELL = @SHELL@
STRIP = @STRIP@ STRIP = @STRIP@
TARGET_ARCH = @TARGET_ARCH@
TARGET_ARCH_DIR = @TARGET_ARCH_DIR@
TOPDIR = @TOPDIR@ TOPDIR = @TOPDIR@
UNAME = @UNAME@ UNAME = @UNAME@
VERSION = @VERSION@ VERSION = @VERSION@

View File

@ -44,6 +44,7 @@ subdir = cmd/ztest
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \
$(top_srcdir)/config/kernel.m4 \ $(top_srcdir)/config/kernel.m4 \
$(top_srcdir)/config/user-arch.m4 \
$(top_srcdir)/config/user-ioctl.m4 \ $(top_srcdir)/config/user-ioctl.m4 \
$(top_srcdir)/config/user-libdiskmgt.m4 \ $(top_srcdir)/config/user-libdiskmgt.m4 \
$(top_srcdir)/config/user-libefi.m4 \ $(top_srcdir)/config/user-libefi.m4 \
@ -150,6 +151,8 @@ SED = @SED@
SET_MAKE = @SET_MAKE@ SET_MAKE = @SET_MAKE@
SHELL = @SHELL@ SHELL = @SHELL@
STRIP = @STRIP@ STRIP = @STRIP@
TARGET_ARCH = @TARGET_ARCH@
TARGET_ARCH_DIR = @TARGET_ARCH_DIR@
TOPDIR = @TOPDIR@ TOPDIR = @TOPDIR@
UNAME = @UNAME@ UNAME = @UNAME@
VERSION = @VERSION@ VERSION = @VERSION@

View File

@ -42,6 +42,7 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in config.guess \
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \
$(top_srcdir)/config/kernel.m4 \ $(top_srcdir)/config/kernel.m4 \
$(top_srcdir)/config/user-arch.m4 \
$(top_srcdir)/config/user-ioctl.m4 \ $(top_srcdir)/config/user-ioctl.m4 \
$(top_srcdir)/config/user-libdiskmgt.m4 \ $(top_srcdir)/config/user-libdiskmgt.m4 \
$(top_srcdir)/config/user-libefi.m4 \ $(top_srcdir)/config/user-libefi.m4 \
@ -124,6 +125,8 @@ SED = @SED@
SET_MAKE = @SET_MAKE@ SET_MAKE = @SET_MAKE@
SHELL = @SHELL@ SHELL = @SHELL@
STRIP = @STRIP@ STRIP = @STRIP@
TARGET_ARCH = @TARGET_ARCH@
TARGET_ARCH_DIR = @TARGET_ARCH_DIR@
TOPDIR = @TOPDIR@ TOPDIR = @TOPDIR@
UNAME = @UNAME@ UNAME = @UNAME@
VERSION = @VERSION@ VERSION = @VERSION@

21
config/user-arch.m4 Normal file
View File

@ -0,0 +1,21 @@
dnl #
dnl # Set the target arch for libspl atomic implementation
dnl #
AC_DEFUN([ZFS_AC_CONFIG_USER_ARCH], [
AC_MSG_CHECKING(for target arch)
TARGET_ARCH=`echo ${target_cpu} | sed -e s/i.86/i386/`
TARGET_ARCH_DIR=asm-$TARGET_ARCH
AC_MSG_RESULT([$TARGET_ARCH])
case $TARGET_ARCH in
i386|x86_64|powerpc)
AC_SUBST([TARGET_ARCH])
AC_SUBST([TARGET_ARCH_DIR])
;;
*)
AC_MSG_ERROR([
*** Unsupported architecture $TARGET_ARCH
*** Available architectures: x86, x86_64, powerpc])
;;
esac
])

View File

@ -2,6 +2,7 @@ dnl #
dnl # Default ZFS user configuration dnl # Default ZFS user configuration
dnl # dnl #
AC_DEFUN([ZFS_AC_CONFIG_USER], [ AC_DEFUN([ZFS_AC_CONFIG_USER], [
ZFS_AC_CONFIG_USER_ARCH
ZFS_AC_CONFIG_USER_LIBEFI ZFS_AC_CONFIG_USER_LIBEFI
ZFS_AC_CONFIG_USER_LIBDISKMGT ZFS_AC_CONFIG_USER_LIBDISKMGT
ZFS_AC_CONFIG_USER_LIBSHARE ZFS_AC_CONFIG_USER_LIBSHARE

52
configure vendored
View File

@ -462,7 +462,7 @@ ac_includes_default="\
# include <unistd.h> # include <unistd.h>
#endif" #endif"
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS ZFS_META_NAME ZFS_META_VERSION ZFS_META_RELEASE ZFS_META_ALIAS ZFS_META_DATA ZFS_META_AUTHOR ZFS_META_LT_CURRENT ZFS_META_LT_REVISION ZFS_META_LT_AGE build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE SED EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL CCAS CCASFLAGS LINUX LINUX_OBJ LINUX_VERSION splsrc splsymvers LICENSE UNAME TOPDIR BUILDDIR LIBDIR CMDDIR MODDIR ZFS_CONFIG KERNELMAKE_PARAMS KERNELCPPFLAGS LIBOBJS LTLIBOBJS' ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS ZFS_META_NAME ZFS_META_VERSION ZFS_META_RELEASE ZFS_META_ALIAS ZFS_META_DATA ZFS_META_AUTHOR ZFS_META_LT_CURRENT ZFS_META_LT_REVISION ZFS_META_LT_AGE build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE SED EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL CCAS CCASFLAGS LINUX LINUX_OBJ LINUX_VERSION splsrc splsymvers LICENSE UNAME TOPDIR BUILDDIR LIBDIR CMDDIR MODDIR ZFS_CONFIG KERNELMAKE_PARAMS KERNELCPPFLAGS TARGET_ARCH TARGET_ARCH_DIR LIBOBJS LTLIBOBJS'
ac_subst_files='' ac_subst_files=''
# Initialize some variables set by options. # Initialize some variables set by options.
@ -19287,6 +19287,30 @@ fi
;; ;;
user) user)
echo "$as_me:$LINENO: checking for target arch" >&5
echo $ECHO_N "checking for target arch... $ECHO_C" >&6
TARGET_ARCH=`echo ${target_cpu} | sed -e s/i.86/i386/`
TARGET_ARCH_DIR=asm-$TARGET_ARCH
echo "$as_me:$LINENO: result: $TARGET_ARCH" >&5
echo "${ECHO_T}$TARGET_ARCH" >&6
case $TARGET_ARCH in
i386|x86_64|powerpc)
;;
*)
{ { echo "$as_me:$LINENO: error:
*** Unsupported architecture $TARGET_ARCH
*** Available architectures: x86, x86_64, powerpc" >&5
echo "$as_me: error:
*** Unsupported architecture $TARGET_ARCH
*** Available architectures: x86, x86_64, powerpc" >&2;}
{ (exit 1); exit 1; }; }
;;
esac
echo "$as_me:$LINENO: checking for efi_alloc_and_init in -lefi" >&5 echo "$as_me:$LINENO: checking for efi_alloc_and_init in -lefi" >&5
echo $ECHO_N "checking for efi_alloc_and_init in -lefi... $ECHO_C" >&6 echo $ECHO_N "checking for efi_alloc_and_init in -lefi... $ECHO_C" >&6
if test "${ac_cv_lib_efi_efi_alloc_and_init+set}" = set; then if test "${ac_cv_lib_efi_efi_alloc_and_init+set}" = set; then
@ -19689,6 +19713,30 @@ fi
echo "$as_me:$LINENO: checking for target arch" >&5
echo $ECHO_N "checking for target arch... $ECHO_C" >&6
TARGET_ARCH=`echo ${target_cpu} | sed -e s/i.86/i386/`
TARGET_ARCH_DIR=asm-$TARGET_ARCH
echo "$as_me:$LINENO: result: $TARGET_ARCH" >&5
echo "${ECHO_T}$TARGET_ARCH" >&6
case $TARGET_ARCH in
i386|x86_64|powerpc)
;;
*)
{ { echo "$as_me:$LINENO: error:
*** Unsupported architecture $TARGET_ARCH
*** Available architectures: x86, x86_64, powerpc" >&5
echo "$as_me: error:
*** Unsupported architecture $TARGET_ARCH
*** Available architectures: x86, x86_64, powerpc" >&2;}
{ (exit 1); exit 1; }; }
;;
esac
echo "$as_me:$LINENO: checking for efi_alloc_and_init in -lefi" >&5 echo "$as_me:$LINENO: checking for efi_alloc_and_init in -lefi" >&5
echo $ECHO_N "checking for efi_alloc_and_init in -lefi... $ECHO_C" >&6 echo $ECHO_N "checking for efi_alloc_and_init in -lefi... $ECHO_C" >&6
if test "${ac_cv_lib_efi_efi_alloc_and_init+set}" = set; then if test "${ac_cv_lib_efi_efi_alloc_and_init+set}" = set; then
@ -20854,6 +20902,8 @@ s,@MODDIR@,$MODDIR,;t t
s,@ZFS_CONFIG@,$ZFS_CONFIG,;t t s,@ZFS_CONFIG@,$ZFS_CONFIG,;t t
s,@KERNELMAKE_PARAMS@,$KERNELMAKE_PARAMS,;t t s,@KERNELMAKE_PARAMS@,$KERNELMAKE_PARAMS,;t t
s,@KERNELCPPFLAGS@,$KERNELCPPFLAGS,;t t s,@KERNELCPPFLAGS@,$KERNELCPPFLAGS,;t t
s,@TARGET_ARCH@,$TARGET_ARCH,;t t
s,@TARGET_ARCH_DIR@,$TARGET_ARCH_DIR,;t t
s,@LIBOBJS@,$LIBOBJS,;t t s,@LIBOBJS@,$LIBOBJS,;t t
s,@LTLIBOBJS@,$LTLIBOBJS,;t t s,@LTLIBOBJS@,$LTLIBOBJS,;t t
CEOF CEOF

View File

@ -41,6 +41,7 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \
$(top_srcdir)/config/kernel.m4 \ $(top_srcdir)/config/kernel.m4 \
$(top_srcdir)/config/user-arch.m4 \
$(top_srcdir)/config/user-ioctl.m4 \ $(top_srcdir)/config/user-ioctl.m4 \
$(top_srcdir)/config/user-libdiskmgt.m4 \ $(top_srcdir)/config/user-libdiskmgt.m4 \
$(top_srcdir)/config/user-libefi.m4 \ $(top_srcdir)/config/user-libefi.m4 \
@ -123,6 +124,8 @@ SED = @SED@
SET_MAKE = @SET_MAKE@ SET_MAKE = @SET_MAKE@
SHELL = @SHELL@ SHELL = @SHELL@
STRIP = @STRIP@ STRIP = @STRIP@
TARGET_ARCH = @TARGET_ARCH@
TARGET_ARCH_DIR = @TARGET_ARCH_DIR@
TOPDIR = @TOPDIR@ TOPDIR = @TOPDIR@
UNAME = @UNAME@ UNAME = @UNAME@
VERSION = @VERSION@ VERSION = @VERSION@

View File

@ -41,6 +41,7 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \
$(top_srcdir)/config/kernel.m4 \ $(top_srcdir)/config/kernel.m4 \
$(top_srcdir)/config/user-arch.m4 \
$(top_srcdir)/config/user-ioctl.m4 \ $(top_srcdir)/config/user-ioctl.m4 \
$(top_srcdir)/config/user-libdiskmgt.m4 \ $(top_srcdir)/config/user-libdiskmgt.m4 \
$(top_srcdir)/config/user-libefi.m4 \ $(top_srcdir)/config/user-libefi.m4 \
@ -132,6 +133,8 @@ SED = @SED@
SET_MAKE = @SET_MAKE@ SET_MAKE = @SET_MAKE@
SHELL = @SHELL@ SHELL = @SHELL@
STRIP = @STRIP@ STRIP = @STRIP@
TARGET_ARCH = @TARGET_ARCH@
TARGET_ARCH_DIR = @TARGET_ARCH_DIR@
TOPDIR = @TOPDIR@ TOPDIR = @TOPDIR@
UNAME = @UNAME@ UNAME = @UNAME@
VERSION = @VERSION@ VERSION = @VERSION@

View File

@ -43,6 +43,7 @@ subdir = lib/libavl
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \
$(top_srcdir)/config/kernel.m4 \ $(top_srcdir)/config/kernel.m4 \
$(top_srcdir)/config/user-arch.m4 \
$(top_srcdir)/config/user-ioctl.m4 \ $(top_srcdir)/config/user-ioctl.m4 \
$(top_srcdir)/config/user-libdiskmgt.m4 \ $(top_srcdir)/config/user-libdiskmgt.m4 \
$(top_srcdir)/config/user-libefi.m4 \ $(top_srcdir)/config/user-libefi.m4 \
@ -149,6 +150,8 @@ SED = @SED@
SET_MAKE = @SET_MAKE@ SET_MAKE = @SET_MAKE@
SHELL = @SHELL@ SHELL = @SHELL@
STRIP = @STRIP@ STRIP = @STRIP@
TARGET_ARCH = @TARGET_ARCH@
TARGET_ARCH_DIR = @TARGET_ARCH_DIR@
TOPDIR = @TOPDIR@ TOPDIR = @TOPDIR@
UNAME = @UNAME@ UNAME = @UNAME@
VERSION = @VERSION@ VERSION = @VERSION@

View File

@ -43,6 +43,7 @@ subdir = lib/libnvpair
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \
$(top_srcdir)/config/kernel.m4 \ $(top_srcdir)/config/kernel.m4 \
$(top_srcdir)/config/user-arch.m4 \
$(top_srcdir)/config/user-ioctl.m4 \ $(top_srcdir)/config/user-ioctl.m4 \
$(top_srcdir)/config/user-libdiskmgt.m4 \ $(top_srcdir)/config/user-libdiskmgt.m4 \
$(top_srcdir)/config/user-libefi.m4 \ $(top_srcdir)/config/user-libefi.m4 \
@ -150,6 +151,8 @@ SED = @SED@
SET_MAKE = @SET_MAKE@ SET_MAKE = @SET_MAKE@
SHELL = @SHELL@ SHELL = @SHELL@
STRIP = @STRIP@ STRIP = @STRIP@
TARGET_ARCH = @TARGET_ARCH@
TARGET_ARCH_DIR = @TARGET_ARCH_DIR@
TOPDIR = @TOPDIR@ TOPDIR = @TOPDIR@
UNAME = @UNAME@ UNAME = @UNAME@
VERSION = @VERSION@ VERSION = @VERSION@

View File

@ -1,7 +1,8 @@
include $(top_srcdir)/config/Rules.am include $(top_srcdir)/config/Rules.am
target_arch = $(shell echo ${target_cpu} | sed -e s/i.86/i386/) SUBDIRS = include $(TARGET_ARCH_DIR)
SUBDIRS = asm-i386 asm-x86_64 asm-powerpc64 include DIST_SUBDIRS = include asm-i386 asm-x86_64 asm-powerpc64
DEFAULT_INCLUDES += \ DEFAULT_INCLUDES += \
-I${top_srcdir}/lib/libspl/include -I${top_srcdir}/lib/libspl/include
@ -21,6 +22,6 @@ libspl_la_SOURCES = \
${top_srcdir}/lib/libspl/strnlen.c \ ${top_srcdir}/lib/libspl/strnlen.c \
${top_srcdir}/lib/libspl/zone.c \ ${top_srcdir}/lib/libspl/zone.c \
${top_srcdir}/lib/libspl/xdr.c \ ${top_srcdir}/lib/libspl/xdr.c \
${top_srcdir}/lib/libspl/asm-${target_arch}/atomic.S \ ${top_srcdir}/lib/libspl/${TARGET_ARCH_DIR}/atomic.S \
${top_srcdir}/lib/libspl/include/sys/list.h \ ${top_srcdir}/lib/libspl/include/sys/list.h \
${top_srcdir}/lib/libspl/include/sys/list_impl.h ${top_srcdir}/lib/libspl/include/sys/list_impl.h

View File

@ -43,6 +43,7 @@ subdir = lib/libspl
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \
$(top_srcdir)/config/kernel.m4 \ $(top_srcdir)/config/kernel.m4 \
$(top_srcdir)/config/user-arch.m4 \
$(top_srcdir)/config/user-ioctl.m4 \ $(top_srcdir)/config/user-ioctl.m4 \
$(top_srcdir)/config/user-libdiskmgt.m4 \ $(top_srcdir)/config/user-libdiskmgt.m4 \
$(top_srcdir)/config/user-libefi.m4 \ $(top_srcdir)/config/user-libefi.m4 \
@ -91,7 +92,6 @@ RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
uninstall-recursive uninstall-recursive
ETAGS = etags ETAGS = etags
CTAGS = ctags CTAGS = ctags
DIST_SUBDIRS = $(SUBDIRS)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@ ACLOCAL = @ACLOCAL@
AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_FALSE = @AMDEP_FALSE@
@ -161,6 +161,8 @@ SED = @SED@
SET_MAKE = @SET_MAKE@ SET_MAKE = @SET_MAKE@
SHELL = @SHELL@ SHELL = @SHELL@
STRIP = @STRIP@ STRIP = @STRIP@
TARGET_ARCH = @TARGET_ARCH@
TARGET_ARCH_DIR = @TARGET_ARCH_DIR@
TOPDIR = @TOPDIR@ TOPDIR = @TOPDIR@
UNAME = @UNAME@ UNAME = @UNAME@
VERSION = @VERSION@ VERSION = @VERSION@
@ -232,8 +234,8 @@ AM_CFLAGS = -Wall -Wstrict-prototypes -fno-strict-aliasing -Werror \
-D_GNU_SOURCE -D__EXTENSIONS__ -D_REENTRANT \ -D_GNU_SOURCE -D__EXTENSIONS__ -D_REENTRANT \
-D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \ -D_POSIX_PTHREAD_SEMANTICS -D_FILE_OFFSET_BITS=64 \
-D_LARGEFILE64_SOURCE -DTEXT_DOMAIN=\"zfs-linux-user\" -D_LARGEFILE64_SOURCE -DTEXT_DOMAIN=\"zfs-linux-user\"
target_arch = $(shell echo ${target_cpu} | sed -e s/i.86/i386/) SUBDIRS = include $(TARGET_ARCH_DIR)
SUBDIRS = asm-i386 asm-x86_64 asm-powerpc64 include DIST_SUBDIRS = include asm-i386 asm-x86_64 asm-powerpc64
AM_CCASFLAGS = \ AM_CCASFLAGS = \
-I${top_srcdir}/lib/libspl/include -I${top_srcdir}/lib/libspl/include
@ -249,7 +251,7 @@ libspl_la_SOURCES = \
${top_srcdir}/lib/libspl/strnlen.c \ ${top_srcdir}/lib/libspl/strnlen.c \
${top_srcdir}/lib/libspl/zone.c \ ${top_srcdir}/lib/libspl/zone.c \
${top_srcdir}/lib/libspl/xdr.c \ ${top_srcdir}/lib/libspl/xdr.c \
${top_srcdir}/lib/libspl/asm-${target_arch}/atomic.S \ ${top_srcdir}/lib/libspl/${TARGET_ARCH_DIR}/atomic.S \
${top_srcdir}/lib/libspl/include/sys/list.h \ ${top_srcdir}/lib/libspl/include/sys/list.h \
${top_srcdir}/lib/libspl/include/sys/list_impl.h ${top_srcdir}/lib/libspl/include/sys/list_impl.h
@ -342,8 +344,8 @@ distclean-compile:
.S.lo: .S.lo:
$(LTCCASCOMPILE) -c -o $@ $< $(LTCCASCOMPILE) -c -o $@ $<
atomic.lo: ${top_srcdir}/lib/libspl/asm-${target_arch}/atomic.S atomic.lo: ${top_srcdir}/lib/libspl/${TARGET_ARCH_DIR}/atomic.S
$(LIBTOOL) --mode=compile $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o atomic.lo `test -f '${top_srcdir}/lib/libspl/asm-${target_arch}/atomic.S' || echo '$(srcdir)/'`${top_srcdir}/lib/libspl/asm-${target_arch}/atomic.S $(LIBTOOL) --mode=compile $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o atomic.lo `test -f '${top_srcdir}/lib/libspl/${TARGET_ARCH_DIR}/atomic.S' || echo '$(srcdir)/'`${top_srcdir}/lib/libspl/${TARGET_ARCH_DIR}/atomic.S
.c.o: .c.o:
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \

View File

@ -43,6 +43,7 @@ DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \
$(top_srcdir)/config/kernel.m4 \ $(top_srcdir)/config/kernel.m4 \
$(top_srcdir)/config/user-arch.m4 \
$(top_srcdir)/config/user-ioctl.m4 \ $(top_srcdir)/config/user-ioctl.m4 \
$(top_srcdir)/config/user-libdiskmgt.m4 \ $(top_srcdir)/config/user-libdiskmgt.m4 \
$(top_srcdir)/config/user-libefi.m4 \ $(top_srcdir)/config/user-libefi.m4 \
@ -128,6 +129,8 @@ SED = @SED@
SET_MAKE = @SET_MAKE@ SET_MAKE = @SET_MAKE@
SHELL = @SHELL@ SHELL = @SHELL@
STRIP = @STRIP@ STRIP = @STRIP@
TARGET_ARCH = @TARGET_ARCH@
TARGET_ARCH_DIR = @TARGET_ARCH_DIR@
TOPDIR = @TOPDIR@ TOPDIR = @TOPDIR@
UNAME = @UNAME@ UNAME = @UNAME@
VERSION = @VERSION@ VERSION = @VERSION@

View File

@ -4,12 +4,12 @@ DEFAULT_INCLUDES += \
-I${top_srcdir}/lib/libspl/include -I${top_srcdir}/lib/libspl/include
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
atomic_SOURCES = atomic.c atomic_SOURCE = atomic.c
atomic_ASM = atomic.S atomic_ASM = atomic.S
# Generates assembly to simplify inclusion in ../Makefile.am # Generates assembly to simplify inclusion in ../Makefile.am
all-am: all-am:
$(COMPILE) -c -S ${atomic_SOURCES} -o ${atomic_ASM} $(COMPILE) -c -S ${atomic_SOURCE} -o ${atomic_ASM}
clean-generic: clean-generic:
rm ${atomic_ASM} rm ${atomic_ASM}

View File

@ -42,6 +42,7 @@ subdir = lib/libspl/asm-powerpc64
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \
$(top_srcdir)/config/kernel.m4 \ $(top_srcdir)/config/kernel.m4 \
$(top_srcdir)/config/user-arch.m4 \
$(top_srcdir)/config/user-ioctl.m4 \ $(top_srcdir)/config/user-ioctl.m4 \
$(top_srcdir)/config/user-libdiskmgt.m4 \ $(top_srcdir)/config/user-libdiskmgt.m4 \
$(top_srcdir)/config/user-libefi.m4 \ $(top_srcdir)/config/user-libefi.m4 \
@ -124,6 +125,8 @@ SED = @SED@
SET_MAKE = @SET_MAKE@ SET_MAKE = @SET_MAKE@
SHELL = @SHELL@ SHELL = @SHELL@
STRIP = @STRIP@ STRIP = @STRIP@
TARGET_ARCH = @TARGET_ARCH@
TARGET_ARCH_DIR = @TARGET_ARCH_DIR@
TOPDIR = @TOPDIR@ TOPDIR = @TOPDIR@
UNAME = @UNAME@ UNAME = @UNAME@
VERSION = @VERSION@ VERSION = @VERSION@
@ -198,7 +201,7 @@ AM_CFLAGS = -Wall -Wstrict-prototypes -fno-strict-aliasing -Werror \
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
atomic_SOURCES = atomic.c atomic_SOURCE = atomic.c
atomic_ASM = atomic.S atomic_ASM = atomic.S
all: all-am all: all-am
@ -362,7 +365,7 @@ uninstall-am: uninstall-info-am
# Generates assembly to simplify inclusion in ../Makefile.am # Generates assembly to simplify inclusion in ../Makefile.am
all-am: all-am:
$(COMPILE) -c -S ${atomic_SOURCES} -o ${atomic_ASM} $(COMPILE) -c -S ${atomic_SOURCE} -o ${atomic_ASM}
clean-generic: clean-generic:
rm ${atomic_ASM} rm ${atomic_ASM}

View File

@ -43,6 +43,7 @@ DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \
$(top_srcdir)/config/kernel.m4 \ $(top_srcdir)/config/kernel.m4 \
$(top_srcdir)/config/user-arch.m4 \
$(top_srcdir)/config/user-ioctl.m4 \ $(top_srcdir)/config/user-ioctl.m4 \
$(top_srcdir)/config/user-libdiskmgt.m4 \ $(top_srcdir)/config/user-libdiskmgt.m4 \
$(top_srcdir)/config/user-libefi.m4 \ $(top_srcdir)/config/user-libefi.m4 \
@ -128,6 +129,8 @@ SED = @SED@
SET_MAKE = @SET_MAKE@ SET_MAKE = @SET_MAKE@
SHELL = @SHELL@ SHELL = @SHELL@
STRIP = @STRIP@ STRIP = @STRIP@
TARGET_ARCH = @TARGET_ARCH@
TARGET_ARCH_DIR = @TARGET_ARCH_DIR@
TOPDIR = @TOPDIR@ TOPDIR = @TOPDIR@
UNAME = @UNAME@ UNAME = @UNAME@
VERSION = @VERSION@ VERSION = @VERSION@

View File

@ -43,6 +43,7 @@ DIST_COMMON = $(pkginclude_HEADERS) $(srcdir)/Makefile.am \
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \
$(top_srcdir)/config/kernel.m4 \ $(top_srcdir)/config/kernel.m4 \
$(top_srcdir)/config/user-arch.m4 \
$(top_srcdir)/config/user-ioctl.m4 \ $(top_srcdir)/config/user-ioctl.m4 \
$(top_srcdir)/config/user-libdiskmgt.m4 \ $(top_srcdir)/config/user-libdiskmgt.m4 \
$(top_srcdir)/config/user-libefi.m4 \ $(top_srcdir)/config/user-libefi.m4 \
@ -136,6 +137,8 @@ SED = @SED@
SET_MAKE = @SET_MAKE@ SET_MAKE = @SET_MAKE@
SHELL = @SHELL@ SHELL = @SHELL@
STRIP = @STRIP@ STRIP = @STRIP@
TARGET_ARCH = @TARGET_ARCH@
TARGET_ARCH_DIR = @TARGET_ARCH_DIR@
TOPDIR = @TOPDIR@ TOPDIR = @TOPDIR@
UNAME = @UNAME@ UNAME = @UNAME@
VERSION = @VERSION@ VERSION = @VERSION@

View File

@ -43,6 +43,7 @@ subdir = lib/libunicode
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \
$(top_srcdir)/config/kernel.m4 \ $(top_srcdir)/config/kernel.m4 \
$(top_srcdir)/config/user-arch.m4 \
$(top_srcdir)/config/user-ioctl.m4 \ $(top_srcdir)/config/user-ioctl.m4 \
$(top_srcdir)/config/user-libdiskmgt.m4 \ $(top_srcdir)/config/user-libdiskmgt.m4 \
$(top_srcdir)/config/user-libefi.m4 \ $(top_srcdir)/config/user-libefi.m4 \
@ -149,6 +150,8 @@ SED = @SED@
SET_MAKE = @SET_MAKE@ SET_MAKE = @SET_MAKE@
SHELL = @SHELL@ SHELL = @SHELL@
STRIP = @STRIP@ STRIP = @STRIP@
TARGET_ARCH = @TARGET_ARCH@
TARGET_ARCH_DIR = @TARGET_ARCH_DIR@
TOPDIR = @TOPDIR@ TOPDIR = @TOPDIR@
UNAME = @UNAME@ UNAME = @UNAME@
VERSION = @VERSION@ VERSION = @VERSION@

View File

@ -43,6 +43,7 @@ subdir = lib/libuutil
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \
$(top_srcdir)/config/kernel.m4 \ $(top_srcdir)/config/kernel.m4 \
$(top_srcdir)/config/user-arch.m4 \
$(top_srcdir)/config/user-ioctl.m4 \ $(top_srcdir)/config/user-ioctl.m4 \
$(top_srcdir)/config/user-libdiskmgt.m4 \ $(top_srcdir)/config/user-libdiskmgt.m4 \
$(top_srcdir)/config/user-libefi.m4 \ $(top_srcdir)/config/user-libefi.m4 \
@ -151,6 +152,8 @@ SED = @SED@
SET_MAKE = @SET_MAKE@ SET_MAKE = @SET_MAKE@
SHELL = @SHELL@ SHELL = @SHELL@
STRIP = @STRIP@ STRIP = @STRIP@
TARGET_ARCH = @TARGET_ARCH@
TARGET_ARCH_DIR = @TARGET_ARCH_DIR@
TOPDIR = @TOPDIR@ TOPDIR = @TOPDIR@
UNAME = @UNAME@ UNAME = @UNAME@
VERSION = @VERSION@ VERSION = @VERSION@

View File

@ -43,6 +43,7 @@ subdir = lib/libzfs
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \
$(top_srcdir)/config/kernel.m4 \ $(top_srcdir)/config/kernel.m4 \
$(top_srcdir)/config/user-arch.m4 \
$(top_srcdir)/config/user-ioctl.m4 \ $(top_srcdir)/config/user-ioctl.m4 \
$(top_srcdir)/config/user-libdiskmgt.m4 \ $(top_srcdir)/config/user-libdiskmgt.m4 \
$(top_srcdir)/config/user-libefi.m4 \ $(top_srcdir)/config/user-libefi.m4 \
@ -152,6 +153,8 @@ SED = @SED@
SET_MAKE = @SET_MAKE@ SET_MAKE = @SET_MAKE@
SHELL = @SHELL@ SHELL = @SHELL@
STRIP = @STRIP@ STRIP = @STRIP@
TARGET_ARCH = @TARGET_ARCH@
TARGET_ARCH_DIR = @TARGET_ARCH_DIR@
TOPDIR = @TOPDIR@ TOPDIR = @TOPDIR@
UNAME = @UNAME@ UNAME = @UNAME@
VERSION = @VERSION@ VERSION = @VERSION@

View File

@ -43,6 +43,7 @@ subdir = lib/libzpool
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \
$(top_srcdir)/config/kernel.m4 \ $(top_srcdir)/config/kernel.m4 \
$(top_srcdir)/config/user-arch.m4 \
$(top_srcdir)/config/user-ioctl.m4 \ $(top_srcdir)/config/user-ioctl.m4 \
$(top_srcdir)/config/user-libdiskmgt.m4 \ $(top_srcdir)/config/user-libdiskmgt.m4 \
$(top_srcdir)/config/user-libefi.m4 \ $(top_srcdir)/config/user-libefi.m4 \
@ -169,6 +170,8 @@ SED = @SED@
SET_MAKE = @SET_MAKE@ SET_MAKE = @SET_MAKE@
SHELL = @SHELL@ SHELL = @SHELL@
STRIP = @STRIP@ STRIP = @STRIP@
TARGET_ARCH = @TARGET_ARCH@
TARGET_ARCH_DIR = @TARGET_ARCH_DIR@
TOPDIR = @TOPDIR@ TOPDIR = @TOPDIR@
UNAME = @UNAME@ UNAME = @UNAME@
VERSION = @VERSION@ VERSION = @VERSION@

View File

@ -43,6 +43,7 @@ DIST_COMMON = $(pkginclude_HEADERS) $(srcdir)/Makefile.am \
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \
$(top_srcdir)/config/kernel.m4 \ $(top_srcdir)/config/kernel.m4 \
$(top_srcdir)/config/user-arch.m4 \
$(top_srcdir)/config/user-ioctl.m4 \ $(top_srcdir)/config/user-ioctl.m4 \
$(top_srcdir)/config/user-libdiskmgt.m4 \ $(top_srcdir)/config/user-libdiskmgt.m4 \
$(top_srcdir)/config/user-libefi.m4 \ $(top_srcdir)/config/user-libefi.m4 \
@ -136,6 +137,8 @@ SED = @SED@
SET_MAKE = @SET_MAKE@ SET_MAKE = @SET_MAKE@
SHELL = @SHELL@ SHELL = @SHELL@
STRIP = @STRIP@ STRIP = @STRIP@
TARGET_ARCH = @TARGET_ARCH@
TARGET_ARCH_DIR = @TARGET_ARCH_DIR@
TOPDIR = @TOPDIR@ TOPDIR = @TOPDIR@
UNAME = @UNAME@ UNAME = @UNAME@
VERSION = @VERSION@ VERSION = @VERSION@

View File

@ -41,6 +41,7 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \
$(top_srcdir)/config/kernel.m4 \ $(top_srcdir)/config/kernel.m4 \
$(top_srcdir)/config/user-arch.m4 \
$(top_srcdir)/config/user-ioctl.m4 \ $(top_srcdir)/config/user-ioctl.m4 \
$(top_srcdir)/config/user-libdiskmgt.m4 \ $(top_srcdir)/config/user-libdiskmgt.m4 \
$(top_srcdir)/config/user-libefi.m4 \ $(top_srcdir)/config/user-libefi.m4 \
@ -132,6 +133,8 @@ SED = @SED@
SET_MAKE = @SET_MAKE@ SET_MAKE = @SET_MAKE@
SHELL = @SHELL@ SHELL = @SHELL@
STRIP = @STRIP@ STRIP = @STRIP@
TARGET_ARCH = @TARGET_ARCH@
TARGET_ARCH_DIR = @TARGET_ARCH_DIR@
TOPDIR = @TOPDIR@ TOPDIR = @TOPDIR@
UNAME = @UNAME@ UNAME = @UNAME@
VERSION = @VERSION@ VERSION = @VERSION@

View File

@ -41,6 +41,7 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \
$(top_srcdir)/config/kernel.m4 \ $(top_srcdir)/config/kernel.m4 \
$(top_srcdir)/config/user-arch.m4 \
$(top_srcdir)/config/user-ioctl.m4 \ $(top_srcdir)/config/user-ioctl.m4 \
$(top_srcdir)/config/user-libdiskmgt.m4 \ $(top_srcdir)/config/user-libdiskmgt.m4 \
$(top_srcdir)/config/user-libefi.m4 \ $(top_srcdir)/config/user-libefi.m4 \
@ -123,6 +124,8 @@ SED = @SED@
SET_MAKE = @SET_MAKE@ SET_MAKE = @SET_MAKE@
SHELL = @SHELL@ SHELL = @SHELL@
STRIP = @STRIP@ STRIP = @STRIP@
TARGET_ARCH = @TARGET_ARCH@
TARGET_ARCH_DIR = @TARGET_ARCH_DIR@
TOPDIR = @TOPDIR@ TOPDIR = @TOPDIR@
UNAME = @UNAME@ UNAME = @UNAME@
VERSION = @VERSION@ VERSION = @VERSION@

View File

@ -41,6 +41,7 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \
$(top_srcdir)/config/kernel.m4 \ $(top_srcdir)/config/kernel.m4 \
$(top_srcdir)/config/user-arch.m4 \
$(top_srcdir)/config/user-ioctl.m4 \ $(top_srcdir)/config/user-ioctl.m4 \
$(top_srcdir)/config/user-libdiskmgt.m4 \ $(top_srcdir)/config/user-libdiskmgt.m4 \
$(top_srcdir)/config/user-libefi.m4 \ $(top_srcdir)/config/user-libefi.m4 \
@ -123,6 +124,8 @@ SED = @SED@
SET_MAKE = @SET_MAKE@ SET_MAKE = @SET_MAKE@
SHELL = @SHELL@ SHELL = @SHELL@
STRIP = @STRIP@ STRIP = @STRIP@
TARGET_ARCH = @TARGET_ARCH@
TARGET_ARCH_DIR = @TARGET_ARCH_DIR@
TOPDIR = @TOPDIR@ TOPDIR = @TOPDIR@
UNAME = @UNAME@ UNAME = @UNAME@
VERSION = @VERSION@ VERSION = @VERSION@

View File

@ -41,6 +41,7 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \
$(top_srcdir)/config/kernel.m4 \ $(top_srcdir)/config/kernel.m4 \
$(top_srcdir)/config/user-arch.m4 \
$(top_srcdir)/config/user-ioctl.m4 \ $(top_srcdir)/config/user-ioctl.m4 \
$(top_srcdir)/config/user-libdiskmgt.m4 \ $(top_srcdir)/config/user-libdiskmgt.m4 \
$(top_srcdir)/config/user-libefi.m4 \ $(top_srcdir)/config/user-libefi.m4 \
@ -123,6 +124,8 @@ SED = @SED@
SET_MAKE = @SET_MAKE@ SET_MAKE = @SET_MAKE@
SHELL = @SHELL@ SHELL = @SHELL@
STRIP = @STRIP@ STRIP = @STRIP@
TARGET_ARCH = @TARGET_ARCH@
TARGET_ARCH_DIR = @TARGET_ARCH_DIR@
TOPDIR = @TOPDIR@ TOPDIR = @TOPDIR@
UNAME = @UNAME@ UNAME = @UNAME@
VERSION = @VERSION@ VERSION = @VERSION@