Makefile
1012 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#!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)