Magellan Linux

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

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

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 4  Line 4 
4  #  #
5  # Licensed under the GPL v2 or later, see the file LICENSE in this tarball.  # Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
6    
7  lib-y:= \  lib-y:=
8    
9    COMMON_FILES:= \
10  \  \
11   data_skip.o \   data_skip.o \
12   data_extract_all.o \   data_extract_all.o \
13   data_extract_to_stdout.o \   data_extract_to_stdout.o \
  data_extract_to_buffer.o \  
14  \  \
15   filter_accept_all.o \   filter_accept_all.o \
16   filter_accept_list.o \   filter_accept_list.o \
# Line 49  lib-$(CONFIG_FEATURE_SEAMLESS_GZ) Line 50  lib-$(CONFIG_FEATURE_SEAMLESS_GZ)
50  lib-$(CONFIG_FEATURE_SEAMLESS_BZ2)      += open_transformer.o decompress_bunzip2.o get_header_tar_bz2.o  lib-$(CONFIG_FEATURE_SEAMLESS_BZ2)      += open_transformer.o decompress_bunzip2.o get_header_tar_bz2.o
51  lib-$(CONFIG_FEATURE_SEAMLESS_LZMA)     += open_transformer.o decompress_unlzma.o get_header_tar_lzma.o  lib-$(CONFIG_FEATURE_SEAMLESS_LZMA)     += open_transformer.o decompress_unlzma.o get_header_tar_lzma.o
52  lib-$(CONFIG_FEATURE_COMPRESS_USAGE)    += decompress_bunzip2.o  lib-$(CONFIG_FEATURE_COMPRESS_USAGE)    += decompress_bunzip2.o
53    
54    ifneq ($(lib-y),)
55    lib-y += $(COMMON_FILES)
56    endif

Legend:
Removed from v.983  
changed lines
  Added in v.984