2006-10-05 15:47:08 +05:30
|
|
|
# Makefile for busybox
|
|
|
|
#
|
|
|
|
# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
|
|
|
|
#
|
|
|
|
# Licensed under the GPL v2, see the file LICENSE in this tarball.
|
|
|
|
|
|
|
|
libs-y += libunarchive/
|
|
|
|
|
|
|
|
lib-y:=
|
|
|
|
lib-$(CONFIG_AR) += ar.o
|
2007-03-10 02:19:55 +05:30
|
|
|
lib-$(CONFIG_BUNZIP2) += bbunzip.o
|
2007-10-13 09:06:03 +05:30
|
|
|
lib-$(CONFIG_BZIP2) += bzip2.o bbunzip.o
|
2007-03-10 02:19:55 +05:30
|
|
|
lib-$(CONFIG_UNLZMA) += bbunzip.o
|
2006-10-05 15:47:08 +05:30
|
|
|
lib-$(CONFIG_CPIO) += cpio.o
|
|
|
|
lib-$(CONFIG_DPKG) += dpkg.o
|
|
|
|
lib-$(CONFIG_DPKG_DEB) += dpkg_deb.o
|
2007-03-10 02:19:55 +05:30
|
|
|
lib-$(CONFIG_GUNZIP) += bbunzip.o
|
2007-03-14 05:37:51 +05:30
|
|
|
lib-$(CONFIG_GZIP) += gzip.o bbunzip.o
|
2006-10-05 15:47:08 +05:30
|
|
|
lib-$(CONFIG_RPM2CPIO) += rpm2cpio.o
|
|
|
|
lib-$(CONFIG_RPM) += rpm.o
|
|
|
|
lib-$(CONFIG_TAR) += tar.o
|
2007-03-10 02:19:55 +05:30
|
|
|
lib-$(CONFIG_UNCOMPRESS) += bbunzip.o
|
2006-10-05 15:47:08 +05:30
|
|
|
lib-$(CONFIG_UNZIP) += unzip.o
|