From abb3c7557ef70796d6de1dac47b6f9a120103506 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 13 Aug 1998 21:17:35 +0000 Subject: Added DMV177 times files and made this all regenerate with two timing chapters. --- doc/supplements/powerpc/Makefile | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'doc/supplements/powerpc/Makefile') diff --git a/doc/supplements/powerpc/Makefile b/doc/supplements/powerpc/Makefile index ae64c38c73..f59b5b634a 100644 --- a/doc/supplements/powerpc/Makefile +++ b/doc/supplements/powerpc/Makefile @@ -23,7 +23,8 @@ COMMON_FILES=../../common/cpright.texi ../../common/setup.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 \ + timedatadmv177.texi timetbldmv177.texi wksheets.texi INFOFILES=$(wildcard $(PROJECT) $(PROJECT)-*) @@ -50,9 +51,13 @@ intr.texi: intr.t PSIM_TIMES mv intr.t.fixed intr.texi timetbl.t: ../../common/timetbl.t - sed -e 's/TIMETABLE_NEXT_LINK/Command and Variable Index/' \ + sed -e 's/TIMETABLE_NEXT_LINK/DMV177 Timing Data/' \ <../../common/timetbl.t >timetbl.t +timetbldmv177.t: ../../common/timetbl.t + sed -e 's/TIMETABLE_NEXT_LINK/Command and Variable Index/' \ + <../../common/timetbl.t >timetbldmv177.t + timetbl.texi: timetbl.t PSIM_TIMES ${REPLACE} -p PSIM_TIMES timetbl.t mv timetbl.t.fixed timetbl.texi @@ -61,9 +66,17 @@ timedata.texi: timedata.t PSIM_TIMES ${REPLACE} -p PSIM_TIMES timedata.t mv timedata.t.fixed timedata.texi +timetbldmv177.texi: timetbldmv177.t DMV177_TIMES + ${REPLACE} -p DMV177_TIMES timetbldmv177.t + mv timetbldmv177.t.fixed timetbldmv177.texi + +timedatadmv177.texi: timedatadmv177.t DMV177_TIMES + ${REPLACE} -p DMV177_TIMES timedatadmv177.t + mv timedatadmv177.t.fixed timedatadmv177.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/PPC603e Timing Data/' \ + -e 's/WORKSHEETS_NEXT_LINK/PSIM Timing Data/' \ <../../common/wksheets.t >wksheets.t wksheets.texi: wksheets.t PSIM_TIMES @@ -81,6 +94,7 @@ clean: rm -f $(PROJECT) $(PROJECT)-* rm -f c_$(PROJECT) c_$(PROJECT)-* rm -f timedata.texi timetbl.texi intr.texi wksheets.texi + rm -f timedatadmv177.texi timetbldmv177.texi rm -f timetbl.t wksheets.t rm -f *.fixed _* -- cgit v1.2.3