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

HEADER = \
	whlmoose.h

COBJS = \
	whlmoose.c

SOBJS = \
	vex_x.S

SRCFILES = $(HEADER) $(COBJS) $(SOBJS)
