]> git.saurik.com Git - apple/libc.git/blob - gdtoa/Makefile.inc
Libc-391.4.2.tar.gz
[apple/libc.git] / gdtoa / Makefile.inc
1 .PATH: ${.CURDIR}/gdtoa
2
3 CFLAGS += -I${.CURDIR}/gdtoa
4
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"
13 .endif
14 FBSDHDRS= gdtoa.h gdtoaimp.h
15 .include "Makefile.fbsd_end"