#
# DANG configuration Data - For v0.3
#

# BASEDIR sets a path fragment which is prepended to _all_ paths.
BASEDIR: 	../dosemu0.60/

# GROUPs are formed from :
# <group_name> <summary_file> <file1> ... <fileN>
# These may be split over multiple lines, and use and whitespace characters
# as separators (assuming the Perl lives up to it's claims ! 8-)  )
GROUP:		Main ../DANG_c/summary_Main dos.c emu.c include/emu.h
GROUP:		Clients ../DANG_c/summary_Clients clients/ncurses.c
GROUP:		DPMI ../DANG_c/summary_DPMI dpmi/dpmi.c
GROUP:		Video ../DANG_c/summary_Video video/vc.c
			video/video.c video/X.c video/console.c
			video/dualmon.c video/et4000.c video/hgc.c
			video/int10.c video/s3.c video/terminal.c
			video/trident.c video/vga.c 
GROUP:		Keyboard ../DANG_c/summary_Keyboard keyboard/termio.c
			keyboard/Xkeyb.c keyboard/keymaps.c
			keyboard/slang-termio.c
GROUP:		Misc ../DANG_c/summary_Misc dosemu/bios_emm.c dosemu/xms.c 
			dosemu/sigsegv.c include/int.h include/ports.h
			dosemu/dosio.c dosemu/disks.c 
			dosemu/cpu.c dosemu/lpt.c 
GROUP:		Serial ../DANG_c/summary/Serial serial/README.serial
			serial/ser_defs.h serial/ser_init.c
			serial/ser_ports.c serial/ser_irq.c
GROUP:		Mouse ../DANG_c/summary_Mouse mouse/mouse.c 
GROUP:		Bios ../DANG_c/summary_Bios bios/bios.S 
GROUP:		PIC ../DANG_c/summary_PIC pic/pic.c pic/pic.h
GROUP:		Shared ../DANG_c/summary_SHARED dosemu/shared.c

# INTRODUCTION is the location of Introduction. There may be
# more than one of these.
INTRODUCTION:	../DANG_c/DANG_intro

# FINALLY is the location of a section to place at the end. There may be
# more than one of these.
FINALLY:	../DANG_c/DANG_outro

