# 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 \
	adi.h \
	adiload.h \
	app_man.h \
	c_keybd.h \
	c_message.h \
	c_mouse.h \
	c_window.h \
	cnf_xaaes.h \
	debug.h \
	desktop.h \
	draw_obj.h \
	form.h \
	global.h \
	handler.h \
	init.h \
	k_init.h \
	k_keybd.h \
	k_main.h \
	k_mouse.h \
	k_shutdown.h \
	matchpat.h \
	menuwidg.h \
	messages.h \
	nkcc.h \
	obtree.h \
	rectlist.h \
	scrlobjc.h \
	semaphores.h \
	sys_proc.h \
	taskman.h \
	trnfm.h \
	util.h \
	vaproto.h \
	version.h \
	widgets.h \
	xa_aes.h \
	xa_appl.h \
	xa_defs.h \
	xa_evnt.h \
	xa_fnts.h \
	xa_form.h \
	xa_fsel.h \
	xa_fslx.h \
	xa_global.h \
	xa_graf.h \
	xa_lbox.h \
	xa_list.h \
	xa_menu.h \
	xa_objc.h \
	xa_rsrc.h \
	xa_scrp.h \
	xa_shel.h \
	xa_types.h \
	xa_user_things.h \
	xa_wdlg.h \
	xa_wind.h

COBJS = \
	about.c \
	adi.c \
	adiload.c \
	app_man.c \
	cnf_xaaes.c \
	c_keybd.c \
	c_message.c \
	c_mouse.c \
	c_window.c \
	debug.c \
	desktop.c \
	draw_obj.c \
	form.c \
	global.c \
	handler.c \
	init.c \
	k_init.c \
	k_keybd.c \
	k_main.c \
	k_mouse.c \
	k_shutdown.c \
	matchpat.c \
	menuwidg.c \
	messages.c \
	nkcc.c \
	obtree.c \
	rectlist.c \
	scrlobjc.c \
	semaphores.c \
	sys_proc.c \
	taskman.c \
	trnfm.c \
	util.c \
	widgets.c \
	xa_appl.c \
	xa_evnt.c \
	xa_fnts.c \
	xa_form.c \
	xa_fsel.c \
	xa_fslx.c \
	xa_global.c \
	xa_graf.c \
	xa_lbox.c \
	xa_menu.c \
	xa_objc.c \
	xa_rsrc.c \
	xa_scrp.c \
	xa_shel.c \
	xa_wdlg.c \
	xa_wind.c

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

SSOBJS = 

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