]> git.saurik.com Git - apple/libc.git/blame - gdtoa/Makefile.inc
Libc-391.tar.gz
[apple/libc.git] / gdtoa / Makefile.inc
CommitLineData
9385eb3d
A
1.PATH: ${.CURDIR}/gdtoa
2
3CFLAGS += -I${.CURDIR}/gdtoa
4
5.include "Makefile.fbsd_begin"
59e0d9fe 6FBSDMISRCS= _hdtoa.c _ldtoa.c glue.c \
9385eb3d 7 gdtoa-dmisc.c gdtoa-dtoa.c gdtoa-gdtoa.c gdtoa-gethex.c gdtoa-gmisc.c \
3d9156a7
A
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
9385eb3d
A
11.if exists(${.CURDIR}/${MACHINE_ARCH}/stdlib/gdtoa.mk)
12.include "${.CURDIR}/${MACHINE_ARCH}/stdlib/gdtoa.mk"
13.endif
59e0d9fe 14FBSDHDRS= gdtoa.h gdtoaimp.h
9385eb3d 15.include "Makefile.fbsd_end"