summaryrefslogtreecommitdiffstats
path: root/doc/supplements/arm
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-01-24 11:24:58 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-01-24 11:24:58 +0000
commit3ebc6dce93910721c9cec2cea95651a6f060a28d (patch)
tree6d2f3179a280f6cf2e202486804b7b4f8dc8a079 /doc/supplements/arm
parent2003-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-3ebc6dce93910721c9cec2cea95651a6f060a28d.tar.bz2
2003-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Put GENERATED_FILES into $builddir.
Diffstat (limited to 'doc/supplements/arm')
-rw-r--r--doc/supplements/arm/ChangeLog4
-rw-r--r--doc/supplements/arm/Makefile.am20
2 files changed, 14 insertions, 10 deletions
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 <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Put GENERATED_FILES into $builddir.
+
2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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