# apple2 Makefile config file
#
# change/comment what you want
#

# EMULATION DELAY RANGE - bump this up if you've got a fast CPU
DELAY=100

# apple2 debugger support
#DO_DEBUGGER=y

# support ][+ undocumented
DO_UNDOC=y

# support //e mode
DO_IIE=y

# pc joystick support (you must have the kernel module)
DO_PCJOYSTICK=y

# regenerate lex dependencies
DO_LEX=y

# directories to install the executable and manpage
BINDIR=/usr/local/bin
MANDIR=/usr/local/man/man6
