GNUmakefile 802 Bytes
#!smake
#
# Makefile for sprite library subdirectory
#

SUBDIR=sprite

COMMONPREF=$(SUBDIR)

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

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

sinclude ../companydefs

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

CFILES =			\
	clearattribute.c	\
	color.c			\
	hide.c			\
	setattribute.c		\
	show.c			\
	sprite.c		\
	spriteEX.c		\
	spriteEX2.c		\
	spscale.c

LDIRT = 

sinclude locdefs

include $(LIBDEPTH)/librules

include $(PRDEPTH)/PRrules

install: default
	$(INSTALL) -m 444 -F /usr/src/PR/libsrc/libultra/sp $(SOURCES)
	$(INSTALL) -m 444 -F /usr/src/PR/libsrc/libultra/sp \
		-src Makefile.src Makefile

clobber clean: