GNUmakefile 792 Bytes
#!smake
#
# Makefile for rmon subdirectory
#

SUBDIR=rmon

COMMONPREF=$(SUBDIR)

PRDEPTH=$(ROOT)/PR
include $(PRDEPTH)/PRdefs

LIBDEPTH=$(ROOT)/PR/libultra
include $(LIBDEPTH)/libdefs

sinclude ../companydefs
sinclude locdefs

#LCOPTS = -non_shared -mips2 -fullwarn -G 0 -wlint,-f	\
		-woff 702,819,821,826,827,852
LCOPTS = -non_shared -mips2 -Wall -G 0
LCINCS = -I. -I$(LIBDEPTH)/include -I$(PRDEPTH)/include

LASOPTS   = -non_shared -G 0 -mips2
LASINCS   = -I. -I$(PRDEPTH)/include

ASFILES =
#if $(LIBNAME) != "ULTRA_ROM"
ifneq "$(LIBNAME)" "ULTRA_ROM"
CFILES = rmonbrk.c rmoncmds.c rmonmem.c rmonmisc.c rmonprint.c rmonregs.c \
	rmontask.c rmonmain.c rmonsio.c 
ASFILES += rmonrcp.s
endif
#endif

include $(LIBDEPTH)/librules

include $(PRDEPTH)/PRrules

install: default

clobber clean: