gcc44: import build infrastructure
[dragonfly.git] / gnu / usr.bin / cc44 / libdecnumber / Makefile
1 .include "../Makefile.inc"
2
3 LIB=    decnumber
4 INTERNALLIB=    YES
5
6 SRCS=   decNumber.c decContext.c decimal32.c decimal64.c decimal128.c
7
8 GCC_NO_PATH=    # defined
9
10 CFLAGS+=        -I${.OBJDIR}
11
12 beforedepend: gstdint.h
13 gstdint.h:
14         echo "#include <stdint.h>" > ${.TARGET}
15
16 CLEANFILES+=    gstdint.h
17
18 .include <bsd.lib.mk>
19
20 .PATH:  ${GCCDIR}/libdecnumber ${GCCDIR}/libdecnumber/dpd