1*1debfc3dSmrg# Use DFP_ENABLE to build decimal floating point support routines for 2*1debfc3dSmrg# all decimal floating point types (32-bit, 64-bit and 128-bit). We 3*1debfc3dSmrg# use `true' for clarity, but any value will do. 4*1debfc3dSmrg# 5*1debfc3dSmrgDFP_ENABLE = true 6*1debfc3dSmrg 7*1debfc3dSmrg# DFP_CFLAGS can be used to pass target-specific CFLAGS when compiling 8*1debfc3dSmrg# dfp-bit.c. This is useful for overriding the definition of macros. 9*1debfc3dSmrg# 10*1debfc3dSmrg# DFP_CFLAGS = -DFOO=bar 11