Makefile.src 504 Bytes
#!smake
#
# Makefile for the mgu subdirectory
#

include $(ROOT)/usr/include/make/PRdefs

LCOPTS = -mips2 -non_shared -fullwarn -G 0
LASOPTS = -mips2 -non_shared -G 0
LCINCS = -I. -I../gu -I$(ROOT)/usr/include/PR -I$(ROOT)/usr/include

CFILES	=			\
	mtxcatl.c		\
	mtxxfml.c		\
	mtxxfmf.c		\
	rotate.c

ASFILES	=			\
	mtxident.s		\
	mtxidentf.s		\
	mtxf2l.s		\
	mtxl2f.s		\
	mtxcatf.s		\
	scale.s			\
	scalef.s		\
	normalize.s		\
	translate.s		\
	translatef.s

include $(COMMONRULES)

default: $(OBJECTS)