Deleted Added
full compact
Makefile.inc (154248) Makefile.inc (156613)
1# from @(#)Makefile.inc 8.3 (Berkeley) 2/4/95
1# from @(#)Makefile.inc 8.3 (Berkeley) 2/4/95
2# $FreeBSD: head/lib/libc/stdlib/Makefile.inc 154248 2006-01-12 07:28:21Z jasone $
2# $FreeBSD: head/lib/libc/stdlib/Makefile.inc 156613 2006-03-13 01:15:01Z deischen $
3
4# machine-independent stdlib sources
5.PATH: ${.CURDIR}/${MACHINE_ARCH}/stdlib ${.CURDIR}/stdlib
6
7MISRCS+=_Exit.c a64l.c abort.c abs.c atexit.c atof.c atoi.c atol.c atoll.c \
8 bsearch.c div.c exit.c getenv.c getopt.c getopt_long.c \
9 getsubopt.c grantpt.c hcreate.c heapsort.c imaxabs.c imaxdiv.c \
10 insque.c l64a.c labs.c ldiv.c llabs.c lldiv.c lsearch.c malloc.c \
11 merge.c putenv.c qsort.c qsort_r.c radixsort.c rand.c random.c \
12 reallocf.c realpath.c remque.c setenv.c strfmon.c strtoimax.c \
13 strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtoumax.c strtouq.c \
14 system.c tdelete.c tfind.c tsearch.c twalk.c
15
3
4# machine-independent stdlib sources
5.PATH: ${.CURDIR}/${MACHINE_ARCH}/stdlib ${.CURDIR}/stdlib
6
7MISRCS+=_Exit.c a64l.c abort.c abs.c atexit.c atof.c atoi.c atol.c atoll.c \
8 bsearch.c div.c exit.c getenv.c getopt.c getopt_long.c \
9 getsubopt.c grantpt.c hcreate.c heapsort.c imaxabs.c imaxdiv.c \
10 insque.c l64a.c labs.c ldiv.c llabs.c lldiv.c lsearch.c malloc.c \
11 merge.c putenv.c qsort.c qsort_r.c radixsort.c rand.c random.c \
12 reallocf.c realpath.c remque.c setenv.c strfmon.c strtoimax.c \
13 strtol.c strtoll.c strtoq.c strtoul.c strtoull.c strtoumax.c strtouq.c \
14 system.c tdelete.c tfind.c tsearch.c twalk.c
15
16SYM_MAPS+= ${.CURDIR}/stdlib/Symbol.map
17
16# machine-dependent stdlib sources
17.if exists(${.CURDIR}/${MACHINE_ARCH}/stdlib/Makefile.inc)
18.include "${.CURDIR}/${MACHINE_ARCH}/stdlib/Makefile.inc"
19.endif
20
21MAN+= a64l.3 abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3 bsearch.3 \
22 div.3 exit.3 getenv.3 getopt.3 getopt_long.3 getsubopt.3 grantpt.3 \
23 hcreate.3 imaxabs.3 imaxdiv.3 insque.3 labs.3 ldiv.3 llabs.3 lldiv.3 \

--- 24 unchanged lines hidden ---
18# machine-dependent stdlib sources
19.if exists(${.CURDIR}/${MACHINE_ARCH}/stdlib/Makefile.inc)
20.include "${.CURDIR}/${MACHINE_ARCH}/stdlib/Makefile.inc"
21.endif
22
23MAN+= a64l.3 abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3 bsearch.3 \
24 div.3 exit.3 getenv.3 getopt.3 getopt_long.3 getsubopt.3 grantpt.3 \
25 hcreate.3 imaxabs.3 imaxdiv.3 insque.3 labs.3 ldiv.3 llabs.3 lldiv.3 \

--- 24 unchanged lines hidden ---