diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-04 20:10:51 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-04 20:10:51 +0200 |
commit | da929a95aace0e79fbc621af2ab03c76d74d5fcb (patch) | |
tree | 2b7dd63658eef78fde7604772d9815283c2c1cdf /archival/Kbuild.src | |
parent | e4070cb0d7586037c6fcf0f0f00d8d5b97f649d3 (diff) | |
download | busybox-w32-da929a95aace0e79fbc621af2ab03c76d74d5fcb.tar.gz busybox-w32-da929a95aace0e79fbc621af2ab03c76d74d5fcb.tar.bz2 busybox-w32-da929a95aace0e79fbc621af2ab03c76d74d5fcb.zip |
mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/Kbuild.src')
-rw-r--r-- | archival/Kbuild.src | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/archival/Kbuild.src b/archival/Kbuild.src new file mode 100644 index 000000000..3300ea90f --- /dev/null +++ b/archival/Kbuild.src | |||
@@ -0,0 +1,28 @@ | |||
1 | # 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 | |||
7 | libs-y += libunarchive/ | ||
8 | |||
9 | lib-y:= | ||
10 | lib-$(CONFIG_AR) += ar.o | ||
11 | lib-$(CONFIG_CPIO) += cpio.o | ||
12 | lib-$(CONFIG_DPKG) += dpkg.o | ||
13 | lib-$(CONFIG_DPKG_DEB) += dpkg_deb.o | ||
14 | lib-$(CONFIG_RPM2CPIO) += rpm2cpio.o | ||
15 | lib-$(CONFIG_RPM) += rpm.o | ||
16 | lib-$(CONFIG_TAR) += tar.o | ||
17 | lib-$(CONFIG_UNZIP) += unzip.o | ||
18 | |||
19 | lib-$(CONFIG_LZOP) += lzop.o lzo1x_1.o lzo1x_1o.o lzo1x_d.o bbunzip.o | ||
20 | lib-$(CONFIG_LZOP_COMPR_HIGH) += lzo1x_9x.o | ||
21 | lib-$(CONFIG_GZIP) += gzip.o bbunzip.o | ||
22 | lib-$(CONFIG_BZIP2) += bzip2.o bbunzip.o | ||
23 | |||
24 | lib-$(CONFIG_UNXZ) += bbunzip.o | ||
25 | lib-$(CONFIG_UNLZMA) += bbunzip.o | ||
26 | lib-$(CONFIG_BUNZIP2) += bbunzip.o | ||
27 | lib-$(CONFIG_GUNZIP) += bbunzip.o | ||
28 | lib-$(CONFIG_UNCOMPRESS) += bbunzip.o | ||