1 # $NetBSD: Makefile.inc,v 1.10 2014/01/16 20:31:42 christos Exp $
4 .PATH: ${.CURDIR}/gdtoa
5 CPPFLAGS+=-I${.CURDIR}/gdtoa -I${.CURDIR}/locale
9 # machine-dependent directory must provide the following:
11 CPPFLAGS+=-I${ARCHDIR}/gdtoa
13 # machine-dependent Makefile must define names of modules to use for
15 # strtof(): strtof{,_vaxf}.c
16 # and for long double conversions on platforms with extended-precision
17 # format, if supported (strtod.c will define an alias otherwise):
18 # strtold(): strtold_p{x,xL,Q}.c
19 # helpers: strtop{x,xL,Q}.c
20 .include "${ARCHDIR}/gdtoa/Makefile.inc"
25 # private interfaces interfacing to libc
26 SRCS+= dtoa.c ldtoa.c hdtoa.c gdtoa.c
29 # local locking implementation
31 .endif # !defined(__MINIX)
38 smisc.c strtodg.c sum.c \
41 # XXX no hexadecimal floating-point string conversion for VAX FP yet
42 .if ${MACHINE_ARCH} != "vax"