/* p11 - pdp11 emulator; Copyright (C) 1994 Hartmut Brandt, Joerg Micheel 
 * see the file LICENSE for further information */

# define MAKE_PROC	alpha
# define MAKE_SYSTEM	osf1

/* compiler flags */
# define MAKE_CC_OPT	-O2
# define MAKE_CC_INC	-D_BSD
# define MAKE_CC_PROF
# define MAKE_CC_WARN	-W -Wformat
# define MAKE_CC_DBG	-g
# define MAKE_CC_FPP	-DFPP
# define MAKE_LIBS

/* compiler to use - should be gcc */
# define MAKE_CC	gcc

/* define this to point to the pdp-11 assembler if you have one */
# define MAKE_AS11

/* shell for make */
# define MAKE_SHELL	/bin/sh

/* define this if you have the assembler and want to assemble rlboot */
# define MAKE_RLBOOT

/* define GENIS if geni generates an .s file else define GENIC 
 * define the cookie for the geni program look into Utils/geni.c */
# define MAKE_GENIC
# define MAKE_GENIE_COOKIE "c"

/* define command to set data limit to K kilobytes, if you need it */
/* # define MAKE_LIMIT(K)	limit datasize K##k */

/* define this if you want the driver for serial ports to be build */
/* # define MAKE_TTY_TTY */
