Makefile.inc (10b3b54548f2290bbe8d8f88c59c28d12b7a635d) | Makefile.inc (25faff346c8453b8248f99c7cff71708262faa37) |
---|---|
1# from @(#)Makefile.inc 8.3 (Berkeley) 2/4/95 2# $FreeBSD$ 3 4# machine-independent stdlib sources | 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 | 5.PATH: ${.CURDIR}/${MACHINE_CPUARCH}/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 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 ptsname.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 | 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 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 ptsname.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.sinclude "${.CURDIR}/${MACHINE_ARCH}/stdlib/Makefile.inc" | 19.sinclude "${.CURDIR}/${MACHINE_CPUARCH}/stdlib/Makefile.inc" |
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 \ 23 hcreate.3 imaxabs.3 imaxdiv.3 insque.3 labs.3 ldiv.3 llabs.3 lldiv.3 \ 24 lsearch.3 malloc.3 memory.3 posix_memalign.3 ptsname.3 qsort.3 \ 25 radixsort.3 rand.3 random.3 \ 26 realpath.3 strfmon.3 strtod.3 strtol.3 strtonum.3 strtoul.3 system.3 \ 27 tsearch.3 --- 26 unchanged lines hidden --- | 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 \ 23 hcreate.3 imaxabs.3 imaxdiv.3 insque.3 labs.3 ldiv.3 llabs.3 lldiv.3 \ 24 lsearch.3 malloc.3 memory.3 posix_memalign.3 ptsname.3 qsort.3 \ 25 radixsort.3 rand.3 random.3 \ 26 realpath.3 strfmon.3 strtod.3 strtol.3 strtonum.3 strtoul.3 system.3 \ 27 tsearch.3 --- 26 unchanged lines hidden --- |