blob: 374f9b52172ad4fa549b2e7f30c6cce4bff4556e [file] [log] [blame]
LEVEL = ../../..
PARALLEL_DIRS := cfrac espresso gs
# cfrac mixes pointers and ints. Thus doesn't work on alpha.
ifeq ($(ARCH),Alpha)
PARALLEL_DIRS := $(filter-out cfrac, $(PARALLEL_DIRS))
endif
include $(LEVEL)/Makefile.programs