summaryrefslogtreecommitdiffstats
path: root/src/build/tocgen/makefile
blob: cb872f1f105b9dd0ac3a5753a3f32ecb15e3a090 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

#Temporary implementation to get a PNOR TOC created.  This will all change once the PNOR
#layout is finalized and we put together some real build tools.
#TODO: restructure to fit the usual makefile structure
ROOTPATH = ../../..

pnortoc: 
	${ROOTPATH}/src/build/tocgen/mkpnortoc.pl -i ${ROOTPATH}/src/build/tocgen/pnortoc.xml \
	    -o ${ROOTPATH}/img/pnor.toc	

all: gen_pass

code_pass: 

gen_pass: pnortoc

clean:

beam:

OpenPOWER on IntegriCloud