NetBSD/sys/lib/libkern
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
..
arch add strchr() to libkern. strchr.c copied from libc's "index.c", but with 1997-01-18 02:33:38 +00:00
Makefile Add anchors so that only exactly `-I. is modified. 1996-08-10 04:01:29 +00:00
Makefile.inc clean up substantially. Transform clean, depend, cleandir targets from :: 1997-01-23 22:29:07 +00:00
__assert.c Add machine-independent assertion-checking support. macros are: 1996-08-27 00:44:20 +00:00
__main.c - Add missing prototypes 1996-03-14 18:52:03 +00:00
adddi3.c
anddi3.c
ashldi3.c
ashrdi3.c
bcmp.c when casting const pointers, preserve const qualifiers. (-Wcast-qual) 1996-10-24 23:45:32 +00:00
bzero.c don't include user-land headers in libkern files when compiling for 1996-04-18 02:19:59 +00:00
cmpdi2.c
divdi3.c
ffs.c don't include user-land headers in libkern files when compiling for 1996-04-18 02:19:59 +00:00
htonl.c pull down from libc 1996-10-17 01:41:35 +00:00
htons.c pull down from libc 1996-10-17 01:41:35 +00:00
imax.c - Add missing prototypes 1996-03-14 18:52:03 +00:00
imin.c - Add missing prototypes 1996-03-14 18:52:03 +00:00
iordi3.c
libkern.h add strchr() to libkern. strchr.c copied from libc's "index.c", but with 1997-01-18 02:33:38 +00:00
lmax.c - Add missing prototypes 1996-03-14 18:52:03 +00:00
lmin.c - Add missing prototypes 1996-03-14 18:52:03 +00:00
lshldi3.c
lshrdi3.c
max.c - Add missing prototypes 1996-03-14 18:52:03 +00:00
mcount.c Move _MCOUNT_DECL prototype back here again (grmbl). 1996-12-07 12:58:25 +00:00
memcmp.c Added to libkern in preparation for change from b* to mem*. 1996-08-15 22:59:11 +00:00
memset.c Added to libkern in preparation for change from b* to mem*. 1996-08-15 22:59:11 +00:00
min.c - Add missing prototypes 1996-03-14 18:52:03 +00:00
moddi3.c
muldi3.c
negdi2.c
notdi2.c
ntohl.c pull down from libc 1996-10-17 01:41:35 +00:00
ntohs.c pull down from libc 1996-10-17 01:41:35 +00:00
qdivrem.c
quad.h don't include user-land headers in libkern files when compiling for 1996-04-18 02:19:59 +00:00
random.c include libkern.h, not types.h, to get prototype. (libkern.h includes types.h) 1996-11-13 19:30:39 +00:00
scanc.c second and third args to scanc() (string and table) are not and should not 1996-10-24 23:50:31 +00:00
skpc.c - Add missing prototypes 1996-03-14 18:52:03 +00:00
strcat.c don't include user-land headers in libkern files when compiling for 1996-04-18 02:19:59 +00:00
strchr.c add strchr() to libkern. strchr.c copied from libc's "index.c", but with 1997-01-18 02:33:38 +00:00
strcmp.c when casting const pointers, preserve const qualifiers. (-Wcast-qual) 1996-10-24 23:45:32 +00:00
strcpy.c don't include user-land headers in libkern files when compiling for 1996-04-18 02:19:59 +00:00
strlen.c don't include user-land headers in libkern files when compiling for 1996-04-18 02:19:59 +00:00
strncasecmp.c don't include user-land headers in libkern files when compiling for 1996-04-18 02:19:59 +00:00
strncmp.c when casting const pointers, preserve const qualifiers. (-Wcast-qual) 1996-10-24 23:45:32 +00:00
strncpy.c don't include user-land headers in libkern files when compiling for 1996-04-18 02:19:59 +00:00
subdi3.c
ucmpdi2.c
udivdi3.c
ulmax.c - Add missing prototypes 1996-03-14 18:52:03 +00:00
ulmin.c - Add missing prototypes 1996-03-14 18:52:03 +00:00
umoddi3.c
xordi3.c