blob: 2f3ae6f8234286a667ead14b6c713691971a1963 [file] [log] [blame]
LEVEL = ../../..
LDFLAGS += -lm
FP_TOLERANCE := 0.001
include $(LEVEL)/Makefile.config
# dt uses posix_memalign, which doesn't exist on PPC darwin.
ifeq ($(ARCH),PowerPC)
ifeq ($(TARGET_OS),Darwin)
PROGRAMS_TO_SKIP := dt
endif
endif
include $(LEVEL)/SingleSource/Makefile.singlesrc