1 .PATH: ${.CURDIR}/gdtoa
3 CFLAGS += -I${.CURDIR}/gdtoa
5 .include "Makefile.fbsd_begin"
6 FBSDMISRCS= _hdtoa.c _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 \
9 gdtoa-strtod.c gdtoa-strtodg.c gdtoa-strtof.c gdtoa-strtord.c \
10 gdtoa-sum.c gdtoa-ulp.c
11 .if exists(${.CURDIR}/${MACHINE_ARCH}/stdlib/gdtoa.mk)
12 .include "${.CURDIR}/${MACHINE_ARCH}/stdlib/gdtoa.mk"
14 FBSDHDRS= gdtoa.h gdtoaimp.h
15 .include "Makefile.fbsd_end"