# 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 \
	xacookie.h \
	cnf_xaaes.h \
	debug.h \
	desktop.h \
	draw_obj.h \
	form.h \
	global.h \
	handler.h \
	init.h \
	keycodes.h \
	k_init.h \
	k_keybd.h \
	k_main.h \
	k_mouse.h \
	k_shutdown.h \
	matchpat.h \
	menuwidg.h \
	messages.h \
	mvdi.h \
	nkcc.h \
	ob_inlines.h \
	obtree.h \
	rectlist.h \
	render_obj.h \
	scrlobjc.h \
	semaphores.h \
	sys_proc.h \
	taskman.h \
	trnfm.h \
	util.h \
	vaproto.h \
	version.h \
	vdi_parms.h \
	widgets.h \
	win_draw.h \
	xa_aes.h \
	xa_appl.h \
	xa_bubble.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_pdlg.h \
	xa_rsrc.h \
	xa_scrp.h \
	xa_shel.h \
	xa_strings.h \
	xa_types.h \
	xa_user_things.h \
	xa_vdi.h \
	xa_wdlg.h \
	xa_wind.h \
	xcb.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 \
	xacookie.c \
	debug.c \
	desktop.c \
	draw_obj.c \
	form.c \
	global.c \
	handler.c \
	init.c \
	info.c \
	k_init.c \
	k_keybd.c \
	k_main.c \
	k_mouse.c \
	k_shutdown.c \
	matchpat.c \
	menuwidg.c \
	messages.c \
	mscall.c \
	mvdi.c \
	nkcc.c \
	obtree.c \
	rectlist.c \
	render_obj.c \
	scrlobjc.c \
	semaphores.c \
	sys_proc.c \
	taskman.c \
	trnfm.c \
	util.c \
	widgets.c \
	win_draw.c \
	xa_appl.c \
	xa_bubble.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_pdlg.c \
	xa_rsrc.c \
	xa_scrp.c \
	xa_shel.c \
	xa_strings.c \
	xa_vdi.c \
	xa_wdlg.c \
	xa_wind.c \
	xcclib.c

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

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