Makefile 661 Bytes
#----------------------------------------------------------------------#
#	Copyright (C) 1997, Nintendo.
#	
#	File		Makefile
#	Coded    by	Yoshitaka Yasumoto.	Sep 12, 1997.
#	Modified by	
#	
#	$Id: Makefile,v 1.1.1.1 2002/05/02 03:27:17 blythe Exp $
#----------------------------------------------------------------------#

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

SUBDIRS = zonetri cubes-1

MAKEFILES = Makefile makedefs.pc makedefs.irix.cc

default:
		$(SUBDIRS_MAKERULE)

install install-pc:
		$(SUBDIRS_MAKERULE)
		$(INSTALL) -m 444 -F /usr/src/PR/demos/gzsort $(MAKEFILES)

exports $(COMMONTARGS):
	$(SUBDIRS_MAKERULE)

#======== End of Makefile ========#