Makefile 1.01 KB
#!smake -J 1
# --------------------------------------------------------------------
#        Copyright (C) 1997 Nintendo. (Originated by SGI)
#        
#        $RCSfile: Makefile,v $
#        $Revision: 1.1.1.1 $
#        $Date: 2002/05/02 03:27:13 $
# --------------------------------------------------------------------
#
# Makefile for go/no-go test program 
#
# For each of the SUBDIRS specified below, run a make in the corresponding
# directory.  The last directory to be made is the 'testDriver' directory, 
# which will gather together all the various scattered object modules into a 
# single gng executable, which will then be converted by makerom into a 
# rom image suitable for download to the development system OR for burning
# into the flash rom cartridge.
#

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

SUBDIRS= convert audio pif rdp rsp uji video pi cpu gng_report testDriver 

default clean clobber: 
	$(SUBDIRS_MAKERULE)

install exports:
	$(SUBDIRS_MAKERULE)
	$(INSTALL) -m 444 -F /usr/src/PR/demos/gng gngdefs Makefile