2011-01-18 22:42:25 +03:00
|
|
|
SUBDIRS = linux sys
|
2010-09-05 00:26:23 +04:00
|
|
|
|
|
|
|
COMMON_H = \
|
2012-12-14 03:24:15 +04:00
|
|
|
$(top_srcdir)/include/zfeature_common.h \
|
2010-09-05 00:26:23 +04:00
|
|
|
$(top_srcdir)/include/zfs_comutil.h \
|
|
|
|
$(top_srcdir)/include/zfs_deleg.h \
|
|
|
|
$(top_srcdir)/include/zfs_fletcher.h \
|
|
|
|
$(top_srcdir)/include/zfs_namecheck.h \
|
|
|
|
$(top_srcdir)/include/zfs_prop.h \
|
|
|
|
$(top_srcdir)/include/zpios-ctl.h
|
|
|
|
|
|
|
|
KERNEL_H = \
|
|
|
|
$(top_srcdir)/include/zpios-internal.h
|
|
|
|
|
|
|
|
USER_H = \
|
|
|
|
$(top_srcdir)/include/libnvpair.h \
|
|
|
|
$(top_srcdir)/include/libuutil_common.h \
|
|
|
|
$(top_srcdir)/include/libuutil.h \
|
|
|
|
$(top_srcdir)/include/libuutil_impl.h \
|
|
|
|
$(top_srcdir)/include/libzfs.h \
|
2013-08-28 15:45:09 +04:00
|
|
|
$(top_srcdir)/include/libzfs_core.h \
|
2010-09-05 00:26:23 +04:00
|
|
|
$(top_srcdir)/include/libzfs_impl.h
|
|
|
|
|
|
|
|
EXTRA_DIST = $(COMMON_H) $(KERNEL_H) $(USER_H)
|
|
|
|
|
|
|
|
if CONFIG_USER
|
|
|
|
libzfsdir = $(includedir)/libzfs
|
|
|
|
libzfs_HEADERS = $(COMMON_H) $(USER_H)
|
|
|
|
endif
|
|
|
|
|
|
|
|
if CONFIG_KERNEL
|
2013-02-22 03:10:11 +04:00
|
|
|
kerneldir = /usr/src/zfs-$(VERSION)/include
|
2010-09-05 00:26:23 +04:00
|
|
|
kernel_HEADERS = $(COMMON_H) $(KERNEL_H)
|
|
|
|
endif
|