blob: 076e58278d2d6527d4878c0ab65c20b43bcf7b6d [file] [log] [blame]
Denis Vlasenko7d219aa2006-10-05 10:17:08 +00001# Makefile for busybox
2#
3# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
4#
5# Licensed under the GPL v2, see the file LICENSE in this tarball.
6
7libs-y += libunarchive/
8
9lib-y:=
Denys Vlasenkod70e0e92010-06-08 12:15:11 +020010
11INSERT
12
Denis Vlasenko7d219aa2006-10-05 10:17:08 +000013lib-$(CONFIG_AR) += ar.o
Denis Vlasenko7d219aa2006-10-05 10:17:08 +000014lib-$(CONFIG_CPIO) += cpio.o
15lib-$(CONFIG_DPKG) += dpkg.o
16lib-$(CONFIG_DPKG_DEB) += dpkg_deb.o
Denis Vlasenko7d219aa2006-10-05 10:17:08 +000017lib-$(CONFIG_RPM2CPIO) += rpm2cpio.o
18lib-$(CONFIG_RPM) += rpm.o
19lib-$(CONFIG_TAR) += tar.o
Denis Vlasenko7d219aa2006-10-05 10:17:08 +000020lib-$(CONFIG_UNZIP) += unzip.o
Denys Vlasenko602ce692010-05-30 03:35:18 +020021
22lib-$(CONFIG_LZOP) += lzop.o lzo1x_1.o lzo1x_1o.o lzo1x_d.o bbunzip.o
23lib-$(CONFIG_LZOP_COMPR_HIGH) += lzo1x_9x.o
24lib-$(CONFIG_GZIP) += gzip.o bbunzip.o
25lib-$(CONFIG_BZIP2) += bzip2.o bbunzip.o
26
27lib-$(CONFIG_UNXZ) += bbunzip.o
28lib-$(CONFIG_UNLZMA) += bbunzip.o
29lib-$(CONFIG_BUNZIP2) += bbunzip.o
30lib-$(CONFIG_GUNZIP) += bbunzip.o
31lib-$(CONFIG_UNCOMPRESS) += bbunzip.o