gcc50: Bring in makefiles but leave them unhooked
[dragonfly.git] / gnu / usr.bin / cc50 / support-libs / libdecnumber / Makefile
1 GCC_NO_PATH=    yes
2 GCC_NO_LIBS=    yes
3 LOCAL_CONFIG=   yes
4 .include "../Makefile.inc"
5 .PATH: ${GCCDIR}/libdecnumber
6 .PATH: ${GCCDIR}/libdecnumber/dpd
7
8 LIB=            decnumber
9 INTERNALLIB=    YES
10
11 SRCS=   decContext.c \
12         decNumber.c \
13         decimal32.c \
14         decimal64.c \
15         decimal128.c
16
17 gstdint.h:
18         echo "#include <stdint.h>" > ${.TARGET}
19
20 depend all: gstdint.h
21
22 CLEANFILES+=    gstdint.h
23
24 .include <bsd.lib.mk>