makedefs.irix.cc
738 Bytes
#----------------------------------------------------------------------#
# Copyright (C) 1997, Nintendo.
#
# File makedefs.irix.cc
# Coded by Yoshitaka Yasumoto. Oct 9, 1997.
# Modified by
#
# $Id: makedefs.irix.cc,v 1.1.1.1 2002/05/02 03:27:17 blythe Exp $
#----------------------------------------------------------------------#
#
include $(ROOT)/usr/include/make/PRdefs
#
LDFLAGS = $(MKDEPOPT) -nostdlib \
-L$(ROOT)/usr/lib -lultra$(LIBULTRA_SUFFIX)
LCINCS = -I$(ROOT)/usr/include -I$(ROOT)/usr/include/PR
LCDEFS =
LCOPTS = -fullwarn -wlint,-f -woff 813,819,826,827,852 -Xcpluscomm \
-non_shared -G 0 -mips2
LASOPTS = -non_shared -G 0 -mips2
TARGETS = rom
APPNAME = $(APP)
#
#======== End of makedefs.irix.cc ========#