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

HEADER = \
	about.h \
	accstart.h \
	ahcm.h \
	app_man.h \
	bootup.h \
	cnf.h \
	cnf_xaaes.h \
	c_window.h \
	config.h \
	debug.h \
	desktop.h \
	display.h \
	global.h \
	handler.h \
	ipff.h \
	kernel.h \
	libkern.h \
	matchpat.h \
	menuwidg.h \
	messages.h \
	my_aes.h \
	nkcc.h \
	objects.h \
	op_names.h \
	rectlist.h \
	scrlobjc.h \
	semaphores.h \
	signals.h \
	taskman.h \
	trnfm.h \
	util.h \
	vaproto.h \
	version.h \
	widgets.h \
	xalloc.h \
	xa_aes.h \
	xa_clnt.h \
	xa_codes.h \
	xa_defs.h \
	xa_evnt.h \
	xa_form.h \
	xa_fsel.h \
	xa_global.h \
	xa_graf.h \
	xa_rsrc.h \
	xa_shel.h \
	xa_types.h

COBJS = \
	about.c \
	ahcm.c \
	app_man.c \
	bootup.c \
	cnf.c \
	cnf_xaaes.c \
	config.c \
	crtinit.c \
	c_window.c \
	debug.c \
	desktop.c \
	display.c \
	draw_obj.c \
	handler.c \
	ipff.c \
	kernel.c \
	matchpat.c \
	menuwidg.c \
	messages.c \
	my_aes.c \
	nkcc.c \
	rectlist.c \
	scrlobjc.c \
	semaphores.c \
	signals.c \
	taskman.c \
	trnfm.c \
	util.c \
	widgets.c \
	xalloc.c \
	xa_appl.c \
	xa_clnt.c \
	xa_evnt.c \
	xa_fork.c \
	xa_form.c \
	xa_fsel.c \
	xa_graf.c \
	xa_menu.c \
	xa_objc.c \
	xa_rsrc.c \
	xa_scrp.c \
	xa_shel.c \
	xa_wdial.c \
	xa_wind.c

SOBJS = \
	accstart.s \
	nkcc-gc.s \
	p_handlr.s

SSOBJS = \
	startup.S \
	setstack.S

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