Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/archival/libunarchive/Kbuild

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 815 by niro, Sat Sep 1 22:45:15 2007 UTC revision 816 by niro, Fri Apr 24 18:33:46 2009 UTC
# Line 19  lib-y:= \ Line 19  lib-y:= \
19   header_list.o \   header_list.o \
20   header_verbose_list.o \   header_verbose_list.o \
21  \  \
  archive_xread_all_eof.o \  
 \  
22   seek_by_read.o \   seek_by_read.o \
23   seek_by_jump.o \   seek_by_jump.o \
24  \  \
25   data_align.o \   data_align.o \
26   find_list_entry.o \   find_list_entry.o \
  open_transformer.o \  
27   init_handle.o   init_handle.o
28    
 GUNZIP_FILES:= check_header_gzip.o decompress_unzip.o  
29  DPKG_FILES:= \  DPKG_FILES:= \
30   get_header_ar.o \   get_header_ar.o \
31   unpack_ar_archive.o \   unpack_ar_archive.o \
32   get_header_tar.o \   get_header_tar.o \
33   filter_accept_list_reassign.o   filter_accept_list_reassign.o
34    
35  lib-$(CONFIG_AR) += get_header_ar.o unpack_ar_archive.o  lib-$(CONFIG_AR)                        += get_header_ar.o unpack_ar_archive.o
36  lib-$(CONFIG_BUNZIP2) += decompress_bunzip2.o  lib-$(CONFIG_BUNZIP2)                   += decompress_bunzip2.o
37  lib-$(CONFIG_UNLZMA) += decompress_unlzma.o  lib-$(CONFIG_UNLZMA)                    += decompress_unlzma.o
38  lib-$(CONFIG_CPIO) += get_header_cpio.o  lib-$(CONFIG_CPIO)                      += get_header_cpio.o
39  lib-$(CONFIG_DPKG) += $(DPKG_FILES)  lib-$(CONFIG_DPKG)                      += $(DPKG_FILES)
40  lib-$(CONFIG_DPKG_DEB) += $(DPKG_FILES)  lib-$(CONFIG_DPKG_DEB)                  += $(DPKG_FILES)
41  lib-$(CONFIG_FEATURE_DEB_TAR_GZ) += $(GUNZIP_FILES) get_header_tar_gz.o  lib-$(CONFIG_GUNZIP)                    += decompress_unzip.o
42  lib-$(CONFIG_FEATURE_DEB_TAR_BZ2) += decompress_bunzip2.o get_header_tar_bz2.o  lib-$(CONFIG_RPM2CPIO)                  += decompress_unzip.o get_header_cpio.o
43  lib-$(CONFIG_FEATURE_DEB_TAR_LZMA) += decompress_unlzma.o get_header_tar_lzma.o  lib-$(CONFIG_RPM)                       += open_transformer.o decompress_unzip.o get_header_cpio.o
44  lib-$(CONFIG_GUNZIP) += $(GUNZIP_FILES)  lib-$(CONFIG_TAR)                       += get_header_tar.o
45  lib-$(CONFIG_FEATURE_GUNZIP_UNCOMPRESS) += decompress_uncompress.o  lib-$(CONFIG_UNCOMPRESS)                += decompress_uncompress.o
46  lib-$(CONFIG_RPM2CPIO) += $(GUNZIP_FILES) get_header_cpio.o  lib-$(CONFIG_UNZIP)                     += decompress_unzip.o
47  lib-$(CONFIG_RPM) += $(GUNZIP_FILES) get_header_cpio.o  lib-$(CONFIG_FEATURE_SEAMLESS_Z)        += open_transformer.o decompress_uncompress.o
48  lib-$(CONFIG_TAR) += get_header_tar.o  lib-$(CONFIG_FEATURE_SEAMLESS_GZ)       += open_transformer.o decompress_unzip.o get_header_tar_gz.o
49  lib-$(CONFIG_FEATURE_TAR_BZIP2) += decompress_bunzip2.o get_header_tar_bz2.o  lib-$(CONFIG_FEATURE_SEAMLESS_BZ2)      += open_transformer.o decompress_bunzip2.o get_header_tar_bz2.o
50  lib-$(CONFIG_FEATURE_TAR_LZMA) += decompress_unlzma.o get_header_tar_lzma.o  lib-$(CONFIG_FEATURE_SEAMLESS_LZMA)     += open_transformer.o decompress_unlzma.o get_header_tar_lzma.o
51  lib-$(CONFIG_FEATURE_TAR_GZIP) += $(GUNZIP_FILES) get_header_tar_gz.o  lib-$(CONFIG_FEATURE_COMPRESS_USAGE)    += decompress_bunzip2.o
 lib-$(CONFIG_FEATURE_TAR_COMPRESS) += decompress_uncompress.o  
 lib-$(CONFIG_UNCOMPRESS) += decompress_uncompress.o  
 lib-$(CONFIG_UNZIP) += $(GUNZIP_FILES)  
 lib-$(CONFIG_FEATURE_COMPRESS_USAGE) += decompress_bunzip2.o  

Legend:
Removed from v.815  
changed lines
  Added in v.816