Makefile.inc revision 112163
1139776Simp#	from @(#)Makefile.inc	8.3 (Berkeley) 2/4/95
264880Sphk# $FreeBSD: head/lib/libc/stdlib/Makefile.inc 112163 2003-03-12 20:30:00Z das $
364880Sphk
464880Sphk# machine-independent stdlib sources
564880Sphk.PATH: ${.CURDIR}/${MACHINE_ARCH}/stdlib ${.CURDIR}/stdlib
664880Sphk
764880SphkMISRCS+=_Exit.c abort.c abs.c atexit.c atof.c atoi.c atol.c atoll.c \
864880Sphk	bsearch.c calloc.c div.c exit.c getenv.c getopt.c getopt_long.c \
964880Sphk	getsubopt.c grantpt.c hcreate.c heapsort.c imaxabs.c imaxdiv.c \
1064880Sphk	insque.c labs.c ldiv.c llabs.c lldiv.c lsearch.c malloc.c merge.c \
1164880Sphk	putenv.c qsort.c qsort_r.c radixsort.c rand.c random.c reallocf.c \
1264880Sphk	realpath.c remque.c setenv.c strfmon.c strhash.c strtoimax.c \
1364880Sphk	strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtoumax.c strtouq.c \
1464880Sphk	system.c tdelete.c tfind.c tsearch.c twalk.c
1564880Sphk
1664880Sphk# machine-dependent stdlib sources
1764880Sphk.if exists(${.CURDIR}/${MACHINE_ARCH}/stdlib/Makefile.inc)
1864880Sphk.include "${.CURDIR}/${MACHINE_ARCH}/stdlib/Makefile.inc"
1964880Sphk.endif
2064880Sphk
2164880SphkMAN+=	abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3 bsearch.3 \
2264880Sphk	div.3 exit.3 getenv.3 getopt.3 getopt_long.3 getsubopt.3 grantpt.3 \
2364880Sphk	hcreate.3 imaxabs.3 imaxdiv.3 insque.3 labs.3 ldiv.3 llabs.3 lldiv.3 \
2464880Sphk	lsearch.3 malloc.3 memory.3 qsort.3 radixsort.3 rand.3 random.3 \
2564880Sphk	realpath.3 strfmon.3 strtod.3 strtol.3 strtoul.3 system.3 tsearch.3
2664880Sphk
2764880SphkMLINKS+=atol.3 atoll.3
2864880SphkMLINKS+=exit.3 _Exit.3
2964880SphkMLINKS+=getenv.3 putenv.3 getenv.3 setenv.3 getenv.3 unsetenv.3
3064880SphkMLINKS+=grantpt.3 posix_openpt.3 grantpt.3 ptsname.3 grantpt.3 unlockpt.3
3164880SphkMLINKS+=hcreate.3 hdestroy.3 hcreate.3 hsearch.3
3264880SphkMLINKS+=insque.3 remque.3
3364880SphkMLINKS+=lsearch.3 lfind.3
3464880SphkMLINKS+=qsort.3 heapsort.3 qsort.3 mergesort.3 qsort.3 qsort_r.3
3564880SphkMLINKS+=rand.3 rand_r.3 rand.3 srand.3 rand.3 sranddev.3
3664880SphkMLINKS+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3 \
3764880Sphk	random.3 srandomdev.3
3864880SphkMLINKS+=strtol.3 strtoll.3 strtol.3 strtoq.3 strtol.3 strtoimax.3
3964880SphkMLINKS+=strtoul.3 strtoull.3 strtoul.3 strtouq.3 strtoul.3 strtoumax.3
4076166SmarkmMLINKS+=malloc.3 calloc.3 malloc.3 free.3 malloc.3 malloc.conf.5 \
4176166Smarkm	malloc.3 realloc.3 malloc.3 reallocf.3
4276166SmarkmMLINKS+=tsearch.3 tdelete.3 tsearch.3 tfind.3 tsearch.3 twalk.3
4376166Smarkm