HDEFINES = -DUSG -D__IEEE_BIG_ENDIAN
RANLIB=true
INSTALL=cp

# AIX very cleverly put modf in libc.a, where modf calls copysign.
# However, copysign is not in libc.a - it is in libm.a.
# For the sake of libg++ and its users, we add copysign here.
EXTRA_OFILES = copysign.o
