home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / lib / zlib_deflate / Makefile
Encoding:
Makefile  |  2008-12-24  |  276 b   |  12 lines

  1. #
  2. # This is a modified version of zlib, which does all memory
  3. # allocation ahead of time.
  4. #
  5. # This is the compression code, see zlib_inflate for the
  6. # decompression code.
  7. #
  8.  
  9. obj-$(CONFIG_ZLIB_DEFLATE) += zlib_deflate.o
  10.  
  11. zlib_deflate-objs := deflate.o deftree.o deflate_syms.o
  12.