# This file gets included by the Makefile in this directory to determine
# the files that should go only into source distributions.

SOBJS = \
	blockcopy.S \
	memset.S \
	quickmove.S \
	quickswap.S \
	quickzero.S \
#	peekpoke.S

SRCFILES = $(SOBJS)
