Makefile 1012 Bytes
#!smake
#
# Makefile for gdp html man pages
#

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

COMMONPREF = gdp

INDEX	= gDP_INDEX.htm
MANPAGES = gDPClearOtherMode.htm gDPEndDisplayList.htm \
	gDPFillRectangle.htm \
	gDPLoadTLUT.htm \
	gDPLoadTexture.htm \
	gDPNoOp.htm \
	gDPPipelineMode.htm \
	gDPSetAlphaCompare.htm gDPSetAlphaDither.htm \
	gDPSetColor.htm gDPSetColorDither.htm \
	gDPSetCombineKey.htm gDPSetCombineMode.htm gDPSetConvert.htm \
	gDPSetCycleType.htm gDPSetDepthSource.htm \
	gDPSetHiliteTile.htm gDPSetImage.htm \
	gDPSetKeyR.htm \
	gDPSetPrimDepth.htm gDPSetRenderMode.htm gDPSetScissor.htm \
	gDPSetTextureConvert.htm gDPSetTextureDetail.htm \
	gDPSetTextureFilter.htm \
	gDPSetTextureLOD.htm gDPSetTextureLUT.htm gDPSetTexturePersp.htm \
	gDPSetTile.htm gDPSync.htm \
	gSPSetOtherMode.htm
GFXIMAGES = 

FILES 	= $(INDEX) $(MANPAGES) $(GFXIMAGES)

default : $(_FORCE)

install : $(_FORCE)
	install -m 444 -F /usr/src/PR/man_jp/gdp $(FILES)

$(COMMONTARGS): $(_FORCE)

include $(COMMONRULES)