NetBSD/sys/lib/libz
cgd 3ca5f41d59 clean up substantially. Transform clean, depend, cleandir targets from ::
to :, so they can be used e.g. with <bsd.prog.mk>.  Standardize variable
names used to configure kernel libraries.

Variables used by these Makefile.inc's are:

S		must be set to the top of the 'sys' tree.
${LIB}DST	may be set to the location of the directory where library
		objects are to be built.  Defaults to ${.OBJDIR}/lib/${lib}.
${LIB}_AS	may be set to 'obj' to build a object from the library's
		object files.  (Otherwise, a library will be built.)
		Defaults to 'library'.
${LIB}MISCMAKEFLAGS
		Miscellaneous flags to be passed to the library's Makefile when
		building.  See library's Makefile for more details about
		supported flags and their default values.

(where LIB is KERN, SA, or Z, and lib is kern, sa, or z, depending on which
library's Makefile.inc is being discussed.)
1997-01-23 22:29:07 +00:00
..
Makefile fix a typo (ZPPFLAGS should have been ZCPPFLAGS) 1997-01-22 01:36:30 +00:00
Makefile.inc clean up substantially. Transform clean, depend, cleandir targets from :: 1997-01-23 22:29:07 +00:00
adler32.c add sources, all copied verbatim from src/lib/libz 1997-01-16 00:21:43 +00:00
crc32.c add sources, all copied verbatim from src/lib/libz 1997-01-16 00:21:43 +00:00
infblock.c add sources, all copied verbatim from src/lib/libz 1997-01-16 00:21:43 +00:00
infblock.h add sources, all copied verbatim from src/lib/libz 1997-01-16 00:21:43 +00:00
infcodes.c add sources, all copied verbatim from src/lib/libz 1997-01-16 00:21:43 +00:00
infcodes.h add sources, all copied verbatim from src/lib/libz 1997-01-16 00:21:43 +00:00
inffast.c add sources, all copied verbatim from src/lib/libz 1997-01-16 00:21:43 +00:00
inffast.h add sources, all copied verbatim from src/lib/libz 1997-01-16 00:21:43 +00:00
inflate.c add sources, all copied verbatim from src/lib/libz 1997-01-16 00:21:43 +00:00
inftrees.c add sources, all copied verbatim from src/lib/libz 1997-01-16 00:21:43 +00:00
inftrees.h add sources, all copied verbatim from src/lib/libz 1997-01-16 00:21:43 +00:00
infutil.c add sources, all copied verbatim from src/lib/libz 1997-01-16 00:21:43 +00:00
infutil.h add sources, all copied verbatim from src/lib/libz 1997-01-16 00:21:43 +00:00
zconf.h add sources, all copied verbatim from src/lib/libz 1997-01-16 00:21:43 +00:00
zlib.h add sources, all copied verbatim from src/lib/libz 1997-01-16 00:21:43 +00:00
zutil.h add sources, all copied verbatim from src/lib/libz 1997-01-16 00:21:43 +00:00