Makefile.inc (6b2c15da6a35c2af09e7e753ffc3f527d402a2cf) Makefile.inc (2966d28c322dcfa4b9db2558da0b91839e7798b9)
1# from @(#)Makefile.inc 8.3 (Berkeley) 2/4/95
2# $FreeBSD$
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 \
1# from @(#)Makefile.inc 8.3 (Berkeley) 2/4/95
2# $FreeBSD$
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 ---