NetBSD/sys/lib/libz
drochner 192b3c733c Build libraries for kernel/standalone code from within their compilation
directories and use .PATH to lookup the source files.
(Formerly, the libs were built from the source dirs, with MAKEOBJDIR
set to the compilation directory.)
This solves 2 problems:
-"mkdep" and "make" are now consistent about the file lookup, this fixes
 bad interactions with amd reported in PR bin/7374 (Arne Juul) and
 lossage reported by Andrew Gillham ("obj" dirs and relative paths still
 don't work well together)
-kernel compile trees can be moved around without forcing a new
 "make depend" - fixing PR kern/4021 by Martin Husemann
1999-05-07 14:28:50 +00:00
..
Makefile Build libraries for kernel/standalone code from within their compilation 1999-05-07 14:28:50 +00:00
Makefile.inc Build libraries for kernel/standalone code from within their compilation 1999-05-07 14:28:50 +00:00
adler32.c
crc32.c
infblock.c
infblock.h
infcodes.c
infcodes.h
inffast.c
inffast.h
inffixed.h
inflate.c
inftrees.c
inftrees.h
infutil.c
infutil.h
uncompr.c Add source file, copied from lib/libz/uncompr.c. 1999-04-15 00:48:03 +00:00
zalloc.c A simple implementation of zcalloc and zcfree in terms of the libsa 1999-04-15 00:50:39 +00:00
zconf.h
zlib.h
zutil.h Don't try to use <stdio.h> (when -DDEBUG) if we are -D_STANDALONE or -D_KERNEL 1999-04-22 16:32:01 +00:00