diff options
author | Brian Behlendorf <[email protected]> | 2008-12-01 15:41:33 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2008-12-01 15:41:33 -0800 |
commit | ef76e2f5ea42f9fab723ee79d17d69fe7caf1e13 (patch) | |
tree | 76b5bdcb01e1b3a4ad8ef476e54ba6d1ecf63e3b /zfs/lib/libumem | |
parent | 42baae9615b86e48e0c8c37eb83b409b8afa5e76 (diff) |
Removed build system from master branch, will relocate to linux-zfs-branch
Diffstat (limited to 'zfs/lib/libumem')
-rw-r--r-- | zfs/lib/libumem/Makefile.in | 40 | ||||
-rw-r--r-- | zfs/lib/libumem/include/Makefile.in | 1 | ||||
-rw-r--r-- | zfs/lib/libumem/sys/Makefile.in | 1 |
3 files changed, 0 insertions, 42 deletions
diff --git a/zfs/lib/libumem/Makefile.in b/zfs/lib/libumem/Makefile.in deleted file mode 100644 index 008748e7c..000000000 --- a/zfs/lib/libumem/Makefile.in +++ /dev/null @@ -1,40 +0,0 @@ -subdir-m += include sys -DISTFILES = COPYING COPYRIGHT OPENSOLARIS.LICENSE README README-alpha TODO -DISTFILES += config.h envvar.c getpcstack.c init_lib.c misc.c misc.h -DISTFILES += sol_compat.h umem.c umem_agent_support.c umem_base.h -DISTFILES += umem_fail.c umem_fork.c umem_impl.h umem_update_thread.c -DISTFILES += vmem.c vmem_base.c vmem_base.h vmem_mmap.c vmem_sbrk.c -DISTFILES += vmem_stand.h - -LIBRARY := libumem - -# 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@/libumem -HOSTCFLAGS += -I@LIBDIR@/libumem/include -HOSTCFLAGS += -I@LIBDIR@/libumem/sys - -HOSTLDFLAGS += -pthread -HOSTLDFLAGS += -ldl - -hostprogs-y := zu -always := $(hostprogs-y) - -zu-objs := zu.o ${LIBRARY}.so - -${LIBRARY}-objs += envvar.o -${LIBRARY}-objs += getpcstack.o -${LIBRARY}-objs += init_lib.o -${LIBRARY}-objs += misc.o -${LIBRARY}-objs += umem.o -${LIBRARY}-objs += umem_agent_support.o -${LIBRARY}-objs += umem_fail.o -${LIBRARY}-objs += umem_fork.o -${LIBRARY}-objs += umem_update_thread.o -${LIBRARY}-objs += vmem.o -${LIBRARY}-objs += vmem_base.o -${LIBRARY}-objs += vmem_mmap.o -${LIBRARY}-objs += vmem_sbrk.o diff --git a/zfs/lib/libumem/include/Makefile.in b/zfs/lib/libumem/include/Makefile.in deleted file mode 100644 index b16a5d217..000000000 --- a/zfs/lib/libumem/include/Makefile.in +++ /dev/null @@ -1 +0,0 @@ -DISTFILES = umem.h diff --git a/zfs/lib/libumem/sys/Makefile.in b/zfs/lib/libumem/sys/Makefile.in deleted file mode 100644 index eed2c3118..000000000 --- a/zfs/lib/libumem/sys/Makefile.in +++ /dev/null @@ -1 +0,0 @@ -DISTFILES = vmem.h vmem_impl_user.h |