From c59eb6164db444747d6f3723dea2232b833c6f5c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 19 Oct 1998 15:06:22 +0000 Subject: Worksheets now generated from a common file and the node info structure is generated automatically. --- doc/supplements/sparc/Makefile | 36 ++++++++++++++++++++++++++---------- 1 file changed, 26 insertions(+), 10 deletions(-) (limited to 'doc/supplements/sparc/Makefile') diff --git a/doc/supplements/sparc/Makefile b/doc/supplements/sparc/Makefile index dd242f3fda..11db0154e8 100644 --- a/doc/supplements/sparc/Makefile +++ b/doc/supplements/sparc/Makefile @@ -21,9 +21,13 @@ dirs: COMMON_FILES=../../common/cpright.texi ../../common/setup.texi \ ../../common/timing.texi +GENERATED_FILES= \ + wksheets.texi + FILES= $(PROJECT).texi \ bsp.texi callconv.texi cpumodel.texi cputable.texi fatalerr.texi \ - intr.texi memmodel.texi preface.texi timetbl.texi timedata.texi wksheets.texi + intr.texi memmodel.texi preface.texi timetbl.texi timedata.texi \ + $(GENERATED_FILES) INFOFILES=$(wildcard $(PROJECT) $(PROJECT)-*) @@ -45,6 +49,10 @@ $(PROJECT).dvi: $(FILES) replace: timedata.texi +# +# Chapters which get automatic processing +# + intr.texi: intr.t SIS_TIMES ${REPLACE} -p SIS_TIMES intr.t mv intr.t.fixed intr.texi @@ -61,14 +69,22 @@ timedata.texi: timedata.t SIS_TIMES ${REPLACE} -p SIS_TIMES timedata.t mv timedata.t.fixed timedata.texi -wksheets.t: ../../common/wksheets.t - sed -e 's/WORKSHEETS_PREVIOUS_LINK/Processor Dependent Information Table CPU Dependent Information Table/' \ - -e 's/WORKSHEETS_NEXT_LINK/ERC32 Timing Data/' \ - <../../common/wksheets.t >wksheets.t +# Worksheets Chapter: +# 1. Obtain the Shared File +# 2. Replace Times and Sizes +# 3. Build Node Structure + +wksheets_NOTIMES.t: ../../common/wksheets.t + cp ../../common/wksheets.t wksheets_NOTIMES.t + +wksheets.t: wksheets_NOTIMES.t SIS_TIMES + ${REPLACE} -p SIS_TIMES wksheets_NOTIMES.t + mv wksheets_NOTIMES.t.fixed wksheets.t -wksheets.texi: wksheets.t SIS_TIMES - ${REPLACE} -p SIS_TIMES wksheets.t - mv wksheets.t.fixed wksheets.texi +wksheets.texi: wksheets.t Makefile + $(BMENU) -p "Processor Dependent Information Table CPU Dependent Information Table" \ + -u "Top" \ + -n "ERC32 Timing Data" ${*}.t html: dirs $(FILES) -mkdir -p $(WWW_INSTALL)/c_$(PROJECT) @@ -80,7 +96,7 @@ clean: rm -f *.dvi *.ps *.log *.aux *.cp *.fn *.ky *.pg *.toc *.tp *.vr $(BASE) rm -f $(PROJECT) $(PROJECT)-* rm -f c_sparc c_sparc-* - rm -f timedata.texi timetbl.texi intr.texi wksheets.texi - rm -f timetbl.t wksheets.t + rm -f timedata.texi timetbl.texi intr.texi $(GENERATED_FILES) + rm -f timetbl.t wksheets.t wksheets_NOTIMES.t rm -f *.fixed _* -- cgit v1.2.3