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

HEADER = global.h \
         aranymfsv.h \
         aranym_xfs.h \
	 aranym_dev.h \
	 serial_dev.h \
	 com_dev.h

COBJS  = main.c \
         aranym_xfs.c \
	 aranym_dev.c \
	 serial_dev.c \
	 com_dev.c \
         call_native.s

SRCFILES = $(HEADER) $(COBJS)
