Deleted Added
full compact
Makefile.inc (157236) Makefile.inc (171195)
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 157236 2006-03-28 22:16:04Z jasone $
2# $FreeBSD: head/lib/libc/stdlib/Makefile.inc 171195 2007-07-04 00:00:41Z scf $
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 \
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 strtonum.c strtoull.c strtoumax.c \
14 strtouq.c system.c tdelete.c tfind.c tsearch.c twalk.c
11 merge.c qsort.c qsort_r.c radixsort.c rand.c random.c \
12 reallocf.c realpath.c remque.c strfmon.c strtoimax.c \
13 strtol.c strtoll.c strtoq.c strtoul.c strtonum.c strtoull.c \
14 strtoumax.c strtouq.c system.c tdelete.c tfind.c tsearch.c twalk.c
15
16SYM_MAPS+= ${.CURDIR}/stdlib/Symbol.map
17
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

--- 28 unchanged lines hidden ---
15
16SYM_MAPS+= ${.CURDIR}/stdlib/Symbol.map
17
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

--- 28 unchanged lines hidden ---