]> git.saurik.com Git - apple/libc.git/blame - gdtoa/Makefile.inc
Libc-320.1.3.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"
6FBSDSRCS= _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
14FBSDORIGHDRS= gdtoa.h gdtoaimp.h
15.include "Makefile.fbsd_end"