Makefile
507 Bytes
# Makefile to build the PR images
include $(ROOT)/usr/include/make/ismcommondefs
RAWIDB=IDB
SRCIDB=idb
SPEC=spec
SRC=`pwd`/..
LDIRT=$(IDIRT)
# set this if you want binaries with symbols
LGENDISTFLAGS=-nostrip
#
# names of images in this ism
# These MUST correspond to the product names in $(SPEC)
#
ALLIMAGES=ultra 64dd naudio gng_noship rsp_dev rsp_gfx rsp_audio
default install:
#
# The only real rules are 'buildism' & 'buildimages' which are defined
# in ismcommonrules
#
include $(ISMCOMMONRULES)