From 3ebc6dce93910721c9cec2cea95651a6f060a28d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 24 Jan 2003 11:24:58 +0000 Subject: 2003-01-24 Ralf Corsepius * Makefile.am: Put GENERATED_FILES into $builddir. --- doc/supplements/arm/ChangeLog | 4 ++++ doc/supplements/arm/Makefile.am | 20 ++++++++++---------- 2 files changed, 14 insertions(+), 10 deletions(-) (limited to 'doc/supplements/arm') diff --git a/doc/supplements/arm/ChangeLog b/doc/supplements/arm/ChangeLog index 7137c8dd8b..644db501ed 100644 --- a/doc/supplements/arm/ChangeLog +++ b/doc/supplements/arm/ChangeLog @@ -1,3 +1,7 @@ +2003-01-24 Ralf Corsepius + + * Makefile.am: Put GENERATED_FILES into $builddir. + 2003-01-22 Ralf Corsepius * version.texi: Remove from CVS. diff --git a/doc/supplements/arm/Makefile.am b/doc/supplements/arm/Makefile.am index ba10564e53..c90a569d72 100644 --- a/doc/supplements/arm/Makefile.am +++ b/doc/supplements/arm/Makefile.am @@ -28,17 +28,17 @@ arm_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES) # Chapters which get automatic processing # -$(srcdir)/cpumodel.texi: cpumodel.t +cpumodel.texi: cpumodel.t $(BMENU2) -p "Preface" \ -u "Top" \ -n "Calling Conventions" < $< > $@ -$(srcdir)/callconv.texi: callconv.t +callconv.texi: callconv.t $(BMENU2) -p "CPU Model Dependent Features Floating Point Unit" \ -u "Top" \ -n "Memory Model" < $< > $@ -$(srcdir)/memmodel.texi: memmodel.t +memmodel.texi: memmodel.t $(BMENU2) -p "Calling Conventions User-Provided Routines" \ -u "Top" \ -n "Interrupt Processing" < $< > $@ @@ -46,23 +46,23 @@ $(srcdir)/memmodel.texi: memmodel.t # Interrupt Chapter: # 1. Replace Times and Sizes # 2. Build Node Structure -$(srcdir)/intr.texi: intr_NOTIMES.t BSP_TIMES +intr.texi: intr_NOTIMES.t BSP_TIMES ${REPLACE2} -p $(srcdir)/BSP_TIMES $(srcdir)/intr_NOTIMES.t | \ $(BMENU2) -p "Memory Model Flat Memory Model" \ -u "Top" \ -n "Default Fatal Error Processing" > $@ -$(srcdir)/fatalerr.texi: fatalerr.t +fatalerr.texi: fatalerr.t $(BMENU2) -p "Interrupt Processing Interrupt Stack" \ -u "Top" \ -n "Board Support Packages" < $< > $@ -$(srcdir)/bsp.texi: bsp.t +bsp.texi: bsp.t $(BMENU2) -p "Default Fatal Error Processing Default Fatal Error Handler Operations" \ -u "Top" \ -n "Processor Dependent Information Table" < $< > $@ -$(srcdir)/cputable.texi: cputable.t +cputable.texi: cputable.t $(BMENU2) -p "Board Support Packages Processor Initialization" \ -u "Top" \ -n "Memory Requirements" < $< > $@ @@ -72,7 +72,7 @@ $(srcdir)/cputable.texi: cputable.t # 2. Replace Times and Sizes # 3. Build Node Structure -$(srcdir)/wksheets.texi: $(top_srcdir)/common/wksheets.t BSP_TIMES +wksheets.texi: $(top_srcdir)/common/wksheets.t BSP_TIMES ${REPLACE2} -p $(srcdir)/BSP_TIMES \ $(top_srcdir)/common/wksheets.t | \ $(BMENU2) -p "Processor Dependent Information Table CPU Dependent Information Table" \ @@ -83,7 +83,7 @@ $(srcdir)/wksheets.texi: $(top_srcdir)/common/wksheets.t BSP_TIMES # 1. Copy the Shared File # 3. Build Node Structure -$(srcdir)/timing.texi: $(top_srcdir)/common/timing.t +timing.texi: $(top_srcdir)/common/timing.t $(BMENU2) -p "Memory Requirements RTEMS RAM Workspace Worksheet" \ -u "Top" \ -n "MYBSP Timing Data" < $< > $@ @@ -93,7 +93,7 @@ $(srcdir)/timing.texi: $(top_srcdir)/common/timing.t # 2. Replace Times and Sizes # 3. Build Node Structure -$(srcdir)/timeBSP.texi: $(top_srcdir)/common/timetbl.t timeBSP.t +timeBSP.texi: $(top_srcdir)/common/timetbl.t timeBSP.t cat $(srcdir)/timeBSP.t $(top_srcdir)/common/timetbl.t >timeBSP_.t @echo >>timeBSP_.t @echo "@tex" >>timeBSP_.t -- cgit v1.2.3