blob: d86eef33d46eeae51a6a8e19a90093a4b6debffe [file] [log] [blame]
# SingleSource/UnitTests/Vector/Makefile
LEVEL = ../../..
include $(LEVEL)/Makefile.config
DIRS =
ifeq ($(ARCH),PowerPC)
DIRS += Altivec
endif
ifeq ($(ARCH),x86)
DIRS += SSE
endif
ifeq ($(ARCH),x86_64)
DIRS += SSE
endif
include $(LEVEL)/SingleSource/Makefile.singlesrc