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

COBJS = \
	genmagic.c

SOBJS = \
	startup.s

SPPOBJS = 

SRCFILES = $(COBJS) $(SPPOBJS) $(SOBJS)

