From e4f7860f5470c3ed2014df8742affc7197f7c3a8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 19 Oct 1998 17:17:42 +0000 Subject: Makefiles in much better shape even though not all files have automatically generated menus yet. --- doc/supplements/sparc/Makefile | 57 ++++++++++++++++++++++++++++++------------ 1 file changed, 41 insertions(+), 16 deletions(-) (limited to 'doc/supplements/sparc/Makefile') diff --git a/doc/supplements/sparc/Makefile b/doc/supplements/sparc/Makefile index 11db0154e8..76bccc4e8a 100644 --- a/doc/supplements/sparc/Makefile +++ b/doc/supplements/sparc/Makefile @@ -18,11 +18,10 @@ all: html info ps dirs: $(make-dirs) -COMMON_FILES=../../common/cpright.texi ../../common/setup.texi \ - ../../common/timing.texi +COMMON_FILES=../../common/cpright.texi ../../common/setup.texi GENERATED_FILES= \ - wksheets.texi + timing.texi wksheets.texi FILES= $(PROJECT).texi \ bsp.texi callconv.texi cpumodel.texi cputable.texi fatalerr.texi \ @@ -53,21 +52,21 @@ replace: timedata.texi # Chapters which get automatic processing # +# CPU Model +# Calling Conventions +# Memory Model + +# Interrupt Chapter: +# 1. Replace Times and Sizes +# 2. Build Node Structure + intr.texi: intr.t SIS_TIMES ${REPLACE} -p SIS_TIMES intr.t mv intr.t.fixed intr.texi -timetbl.t: ../../common/timetbl.t - sed -e 's/TIMETABLE_NEXT_LINK/Command and Variable Index/' \ - <../../common/timetbl.t >timetbl.t - -timetbl.texi: timetbl.t SIS_TIMES - ${REPLACE} -p SIS_TIMES timetbl.t - mv timetbl.t.fixed timetbl.texi - -timedata.texi: timedata.t SIS_TIMES - ${REPLACE} -p SIS_TIMES timedata.t - mv timedata.t.fixed timedata.texi +# Fatal Error +# BSP +# CPU Table # Worksheets Chapter: # 1. Obtain the Shared File @@ -84,7 +83,33 @@ wksheets.t: wksheets_NOTIMES.t SIS_TIMES wksheets.texi: wksheets.t Makefile $(BMENU) -p "Processor Dependent Information Table CPU Dependent Information Table" \ -u "Top" \ - -n "ERC32 Timing Data" ${*}.t + -n "Timing Specification" ${*}.t + +# Timing Specification Chapter: +# 1. Copy the Shared File +# 3. Build Node Structure + +timing.t: ../../common/timing.t + cp ../../common/timing.t timing.t + +timing.texi: timing.t Makefile + $(BMENU) -p "Memory Requirements RTEMS RAM Workspace Worksheet" \ + -u "Top" \ + -n "ERC32 Timing Data" ${*}.t + +# Timing Chapter + +timetbl.t: ../../common/timetbl.t + sed -e 's/TIMETABLE_NEXT_LINK/Command and Variable Index/' \ + <../../common/timetbl.t >timetbl.t + +timetbl.texi: timetbl.t SIS_TIMES + ${REPLACE} -p SIS_TIMES timetbl.t + mv timetbl.t.fixed timetbl.texi + +timedata.texi: timedata.t SIS_TIMES + ${REPLACE} -p SIS_TIMES timedata.t + mv timedata.t.fixed timedata.texi html: dirs $(FILES) -mkdir -p $(WWW_INSTALL)/c_$(PROJECT) @@ -97,6 +122,6 @@ clean: rm -f $(PROJECT) $(PROJECT)-* rm -f c_sparc c_sparc-* rm -f timedata.texi timetbl.texi intr.texi $(GENERATED_FILES) - rm -f timetbl.t wksheets.t wksheets_NOTIMES.t + rm -f timetbl.t wksheets.t wksheets_NOTIMES.t timing.t rm -f *.fixed _* -- cgit v1.2.3