[BACK]Return to Makefile CVS log [TXT][DIR] Up to [Development] / linux-2.4-xfs / lib / zlib_deflate

File: [Development] / linux-2.4-xfs / lib / zlib_deflate / Makefile (download)

Revision 1.1, Wed Dec 31 00:54:49 2003 UTC (13 years, 9 months ago) by cattelan
Branch: MAIN
CVS Tags: HEAD

Initial Import 2.4.24pre2

#
# This is a modified version of zlib, which does all memory
# allocation ahead of time.
#
# This is the compression code, see zlib_inflate for the
# decompression code.
#

O_TARGET    := zlib_deflate.o

export-objs := deflate_syms.o

obj-y := deflate.o deftree.o deflate_syms.o
obj-m := $(O_TARGET)

EXTRA_CFLAGS += -I $(TOPDIR)/lib/zlib_deflate

include $(TOPDIR)/Rules.make