GNUmakefile 705 Bytes
#!smake
#
# Makefile for host library subdirectory
#

SUBDIR=host

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 819,826,852
LCOPTS = -non_shared -mips2 -Wall -G 0
LCINCS = -I. -I$(LIBDEPTH)/include -I$(PRDEPTH)/include

CFILES = rdbsend.c initrdb.c

#if $(LIBNAME) != "ULTRA_ROM"
ifneq "$(LIBNAME)" "ULTRA_ROM"
CFILES += ackramromread.c ackramromwrite.c host_ptn64.c readhost.c	\
		testhost.c writehost.c 
endif
#endif

LDIRT = 

include $(LIBDEPTH)/librules

include $(PRDEPTH)/PRrules

install: default

clobber clean: