]>
Commit | Line | Data |
---|---|---|
9385eb3d A |
1 | .PATH: ${.CURDIR}/gdtoa |
2 | ||
3 | CFLAGS += -I${.CURDIR}/gdtoa | |
4 | ||
5 | .include "Makefile.fbsd_begin" | |
6 | FBSDSRCS= _ldtoa.c glue.c \ | |
7 | gdtoa-dmisc.c gdtoa-dtoa.c gdtoa-gdtoa.c gdtoa-gethex.c gdtoa-gmisc.c \ | |
8 | gdtoa-hd_init.c gdtoa-hexnan.c gdtoa-misc.c gdtoa-smisc.c gdtoa-strtoIg.c \ | |
9 | gdtoa-strtod.c gdtoa-strtodg.c gdtoa-strtof.c gdtoa-strtord.c gdtoa-sum.c \ | |
10 | gdtoa-ulp.c | |
11 | .if exists(${.CURDIR}/${MACHINE_ARCH}/stdlib/gdtoa.mk) | |
12 | .include "${.CURDIR}/${MACHINE_ARCH}/stdlib/gdtoa.mk" | |
13 | .endif | |
14 | FBSDORIGHDRS= gdtoa.h gdtoaimp.h | |
15 | .include "Makefile.fbsd_end" |