blob: 0a6f650e7b7be5f0c55f0a7bcbbf12bd3449580c [file] [log] [blame]
# MultiSource/VersaBench Makefile: Build all subdirectories automatically
LEVEL = ../../..
# Get the $(ENDIAN) setting
include $(LEVEL)/Makefile.config
# 8b10b is inherently little-endian, don't bother on big-endian.
ifeq ($(ENDIAN),big)
PARALLEL_DIRS = beamformer bmm dbms ecbdes
else
PARALLEL_DIRS = 8b10b beamformer bmm dbms ecbdes
endif
include $(LEVEL)/Makefile.programs