gngdefs 749 Bytes
# common definitions for all the GNG makefiles

#LCOPTS = -fullwarn -non_shared -G 0 -woff 516
LCOPTS =	-Wall -non_shared -G 0 -mips2
LCINCS = -I. -I$(ROOT)/usr/include/PR -I $(ROOT)/usr/include \
             -I ../testDriver -I../rdp

# Change these values and then do a make clobber; make
# to switch between ROM version and debug version

# ROM version
#LCDEFS += -D_FINALROM -DNDEBUG
LCDEFS += -DNDEBUG
#ULTRALIB = ultra_rom
ULTRALIB = ultra_d
#MAKEROMDEFS = -s 32
MAKEROMDEFS = 
#turn of PRINTF mismatch warnings
#LCOPTS += -woff 609

# $B#V#e#r#2!%#0#fMQ$N#C#P#U8!::$r$9$k0Y$KI,MW(B 
#LASDEFS += -D_ULTRA64 -D_FINALROM
LASDEFS += -D_ULTRA64 
MIPSI = -mips2
LASOPTS += -non_shared -G 0 $(MIPSI) -Wa,-32


# debug version
#ULTRALIB = ultra_d