代码搜索:zLib
找到约 10,000 项符合「zLib」的源代码
代码结果 10,000
www.eeworm.com/read/152843/5657378
makefile
#
# Makefile for some libs needed by zImage.
#
zlib := infblock.c infcodes.c inffast.c inflate.c inftrees.c infutil.c
lib-y += $(zlib:.c=.o) zmem.o
EXTRA_CFLAGS += -Ilib/zlib_inflate
quiet_cmd_cop
www.eeworm.com/read/159328/5584718
makefile
#
# Makefile for zdecompress app
#
ZLIB = $(TCS)/examples/compression/zlib/zlib-1.1.3
ENDIAN = el
HOST = tmsim
CFLAGS = -$(ENDIAN) -I$(TCS)/include/tmlib -I$(TCS)/include/tm1
LDF
www.eeworm.com/read/481542/6642899
makefile
#
# 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.
#
obj-$(CONFIG_ZLIB_DEFLATE)