mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-24 19:28:53 +03:00
Removed build system from master branch, will relocate to linux-zfs-branch
This commit is contained in:
@@ -1,35 +0,0 @@
|
||||
subdir-m += include
|
||||
DISTFILES = Makefile.in *.c
|
||||
|
||||
LIBRARY := libuutil
|
||||
|
||||
# Compile as shared library. There's an extra useless host program
|
||||
# here called 'zu' because it was the easiest way I could convince
|
||||
# the kernel build system to construct a user space shared library.
|
||||
|
||||
HOSTCFLAGS += @HOSTCFLAGS@
|
||||
HOSTCFLAGS += -I@LIBDIR@/libsolcompat/include
|
||||
HOSTCFLAGS += -I@LIBDIR@/libport/include
|
||||
HOSTCFLAGS += -I@LIBDIR@/libavl/include
|
||||
HOSTCFLAGS += -I@LIBDIR@/libuutil/include
|
||||
HOSTCFLAGS += -DNATIVE_BUILD
|
||||
|
||||
HOSTLDFLAGS += -pthread
|
||||
HOSTLDFLAGS += -lrt
|
||||
HOSTLDFLAGS += -lavl -L@LIBDIR@/libavl
|
||||
HOSTLDFLAGS += -lzport -L@LIBDIR@/libport
|
||||
|
||||
hostprogs-y := zu
|
||||
always := $(hostprogs-y)
|
||||
|
||||
zu-objs := zu.o ${LIBRARY}.so
|
||||
|
||||
${LIBRARY}-objs += uu_alloc.o
|
||||
${LIBRARY}-objs += uu_avl.o
|
||||
${LIBRARY}-objs += uu_dprintf.o
|
||||
${LIBRARY}-objs += uu_ident.o
|
||||
${LIBRARY}-objs += uu_list.o
|
||||
${LIBRARY}-objs += uu_misc.o
|
||||
${LIBRARY}-objs += uu_open.o
|
||||
${LIBRARY}-objs += uu_pname.o
|
||||
${LIBRARY}-objs += uu_strtoint.o
|
||||
@@ -1 +0,0 @@
|
||||
DISTFILES = libuutil.h libuutil_common.h libuutil_impl.h
|
||||
Reference in New Issue
Block a user