forked from Imagelibrary/rtems
Patch rtems-rc-4.5.0-21.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
which splits the current monolithic specs files into a sequence of
subparts. These can be concatenated togather to make a the whole .spec
file. This cleans up the maintenance problem of having "all languages"
and a "C/C++ only" gccnewlib spec files. Plus it should make it easier
to produce variants like the gdb-m68k-bdm which require special hackery. :)
Ralf's comments:
It addresses the way *.spec.in get composed inside of the source
tree.
Changes:
* Each spec.in is broken into several files (*.add), one *.add file
per sub-package.
* Each Makefile.am composes spec.ins from the *.add files
* Removal of redundant automake support files.
* Default value for BuildRoot changed to /tmp/<spec-file-name>
* %clean stage added to *specs
Advantages (IMHO).
* The *.add files are easier to adminstrate and more flexible in
comparison to the former *.specs.ins.
* gccnewlib_c_only.spec.in now is composed from the same sources as
gccnewlib.spec.in (less errors)
* If using the default BuildRoot --clean now deletes all files that
were generated while building.
Notes:
* rtems.spec.in has not yet been adapted to the scheme used for the
other *spec.ins
* Except for cosmetical changes the internals of the *.spec files
should not have changed.
To Apply:
cvs rm -f scripts/binutils/binutils.spec.in
cvs rm -f scripts/gccnewlib/gccnewlib.spec.in
cvs rm -f scripts/gccnewlib/gccnewlib_c_only.spec.in
cvs rm -f scripts/gdb/gdb.spec.in
cvs rm -f scripts/config.sub
cvs rm -f scripts/config.guess
cvs rm -f scripts/install-sh
cvs rm -f scripts/mkinstalldirs
cvs rm -f scripts/missing
patch -p1 < rtems-rc-4.5.0-21.diff
cvs add scripts/*/*.add
cvs add scripts/*/README
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
## $Id$
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
|
||||
SUBDIRS = hppa1_1 i386 i960 m68k mips64orion powerpc sh sparc template
|
||||
|
||||
|
||||
@@ -18,7 +18,8 @@ GENERATED_FILES = cpumodel.texi callconv.texi memmodel.texi intr.texi \
|
||||
fatalerr.texi bsp.texi cputable.texi wksheets.texi timing.texi \
|
||||
timeSIMHPPA.texi
|
||||
|
||||
COMMON_FILES = $(top_srcdir)/common/setup.texi $(top_srcdir)/common/cpright.texi
|
||||
COMMON_FILES = $(top_srcdir)/common/setup.texi \
|
||||
$(top_srcdir)/common/cpright.texi
|
||||
|
||||
FILES = preface.texi
|
||||
|
||||
@@ -99,4 +100,5 @@ $(srcdir)/timeSIMHPPA.texi: timeSIMHPPA.t
|
||||
-u "Top" \
|
||||
-n "Command and Variable Index" < $< > $@
|
||||
|
||||
EXTRA_DIST = SIMHPPA_TIMES *.t
|
||||
EXTRA_DIST = SIMHPPA_TIMES bsp.t callconv.t cpumodel.t cputable.t fatalerr.t \
|
||||
intr_NOTIMES.t memmodel.t timeSIMHPPA.t
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
@c
|
||||
|
||||
@include version.texi
|
||||
@include ../../common/setup.texi
|
||||
@include common/setup.texi
|
||||
|
||||
@ifset use-ascii
|
||||
@dircategory RTEMS Target Supplements
|
||||
@@ -49,7 +49,7 @@
|
||||
@subtitle @value{UPDATED}
|
||||
@author On-Line Applications Research Corporation
|
||||
@page
|
||||
@include ../../common/cpright.texi
|
||||
@include common/cpright.texi
|
||||
@end titlepage
|
||||
|
||||
@c This prevents a black box from being printed on "overflow" lines.
|
||||
|
||||
@@ -18,7 +18,8 @@ GENERATED_FILES = cpumodel.texi callconv.texi memmodel.texi intr.texi \
|
||||
fatalerr.texi bsp.texi cputable.texi timing.texi wksheets.texi \
|
||||
timeFORCE386.texi
|
||||
|
||||
COMMON_FILES = $(top_srcdir)/common/setup.texi $(top_srcdir)/common/cpright.texi
|
||||
COMMON_FILES = $(top_srcdir)/common/setup.texi \
|
||||
$(top_srcdir)/common/cpright.texi $(top_srcdir)/common/timemac.texi
|
||||
|
||||
FILES = preface.texi
|
||||
|
||||
@@ -95,15 +96,16 @@ $(srcdir)/timing.texi: $(top_srcdir)/common/timing.t
|
||||
# 3. Build Node Structure
|
||||
|
||||
$(srcdir)/timeFORCE386.texi: $(top_srcdir)/common/timetbl.t timeFORCE386.t
|
||||
cat timeFORCE386.t $(top_srcdir)/common/timetbl.t >timeFORCE386_.t
|
||||
cat $(srcdir)/timeFORCE386.t $(top_srcdir)/common/timetbl.t >timeFORCE386_.t
|
||||
@echo >>timeFORCE386_.t
|
||||
@echo "@tex" >>timeFORCE386_.t
|
||||
@echo "\\global\\advance \\smallskipamount by 4pt" >>timeFORCE386_.t
|
||||
@echo "@end tex" >>timeFORCE386_.t
|
||||
${REPLACE2} -p FORCE386_TIMES timeFORCE386_.t | \
|
||||
${REPLACE2} -p $(srcdir)/FORCE386_TIMES timeFORCE386_.t | \
|
||||
$(BMENU2) -p "Timing Specification Terminology" \
|
||||
-u "Top" \
|
||||
-n "Command and Variable Index" > $@
|
||||
CLEANFILES += timeFORCE386_.t
|
||||
|
||||
EXTRA_DIST = FORCE386_TIMES *.t
|
||||
EXTRA_DIST = FORCE386_TIMES bsp.t callconv.t cpumodel.t cputable.t \
|
||||
fatalerr.t intr_NOTIMES.t memmodel.t timeFORCE386.t
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
@c
|
||||
|
||||
@include version.texi
|
||||
@include ../../common/setup.texi
|
||||
@include common/setup.texi
|
||||
|
||||
@ifset use-ascii
|
||||
@dircategory RTEMS Target Supplements
|
||||
@@ -49,7 +49,7 @@
|
||||
@subtitle @value{UPDATED}
|
||||
@author On-Line Applications Research Corporation
|
||||
@page
|
||||
@include ../../common/cpright.texi
|
||||
@include common/cpright.texi
|
||||
@end titlepage
|
||||
|
||||
@c This prevents a black box from being printed on "overflow" lines.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
@c $Id$
|
||||
@c
|
||||
|
||||
@include ../../common/timemac.texi
|
||||
@include common/timemac.texi
|
||||
@tex
|
||||
\global\advance \smallskipamount by -4pt
|
||||
@end tex
|
||||
|
||||
@@ -17,7 +17,8 @@ include $(top_srcdir)/supplements/supplement.am
|
||||
GENERATED_FILES = cpumodel.texi callconv.texi memmodel.texi intr.texi \
|
||||
fatalerr.texi bsp.texi cputable.texi timing.texi wksheets.texi \
|
||||
timeCVME961.texi
|
||||
COMMON_FILES = $(top_srcdir)/common/setup.texi $(top_srcdir)/common/cpright.texi
|
||||
COMMON_FILES = $(top_srcdir)/common/setup.texi \
|
||||
$(top_srcdir)/common/cpright.texi $(top_srcdir)/common/timemac.texi
|
||||
|
||||
FILES = preface.texi
|
||||
|
||||
@@ -94,15 +95,16 @@ $(srcdir)/timing.texi: $(top_srcdir)/common/timing.t
|
||||
# 3. Build Node Structure
|
||||
|
||||
$(srcdir)/timeCVME961.texi: $(top_srcdir)/common/timetbl.t timeCVME961.t
|
||||
cat timeCVME961.t $(top_srcdir)/common/timetbl.t >timeCVME961_.t
|
||||
cat $(srcdir)/timeCVME961.t $(top_srcdir)/common/timetbl.t >timeCVME961_.t
|
||||
@echo >>timeCVME961_.t
|
||||
@echo "@tex" >>timeCVME961_.t
|
||||
@echo "\\global\\advance \\smallskipamount by 4pt" >>timeCVME961_.t
|
||||
@echo "@end tex" >>timeCVME961_.t
|
||||
${REPLACE2} -p CVME961_TIMES timeCVME961_.t | \
|
||||
${REPLACE2} -p $(srcdir)/CVME961_TIMES timeCVME961_.t | \
|
||||
$(BMENU2) -p "Timing Specification Terminology" \
|
||||
-u "Top" \
|
||||
-n "Command and Variable Index" > $@
|
||||
CLEANFILES += timeCVME961_.t
|
||||
|
||||
EXTRA_DIST = CVME961_TIMES *.t
|
||||
EXTRA_DIST = CVME961_TIMES bsp.t callconv.t cpumodel.t cputable.t fatalerr.t \
|
||||
intr_NOTIMES.t memmodel.t timeCVME961.t
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
@c
|
||||
|
||||
@include version.texi
|
||||
@include ../../common/setup.texi
|
||||
@include common/setup.texi
|
||||
|
||||
@ifset use-ascii
|
||||
@dircategory RTEMS Target Supplements
|
||||
@@ -49,7 +49,7 @@
|
||||
@subtitle @value{UPDATED}
|
||||
@author On-Line Applications Research Corporation
|
||||
@page
|
||||
@include ../../common/cpright.texi
|
||||
@include common/cpright.texi
|
||||
@end titlepage
|
||||
|
||||
@c This prevents a black box from being printed on "overflow" lines.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
@c $Id$
|
||||
@c
|
||||
|
||||
@include ../../common/timemac.texi
|
||||
@include common/timemac.texi
|
||||
@tex
|
||||
\global\advance \smallskipamount by -4pt
|
||||
@end tex
|
||||
|
||||
@@ -18,7 +18,8 @@ GENERATED_FILES = cpumodel.texi callconv.texi memmodel.texi intr.texi \
|
||||
fatalerr.texi bsp.texi cputable.texi timing.texi wksheets.texi \
|
||||
timeMVME136.texi
|
||||
|
||||
COMMON_FILES = $(top_srcdir)/common/setup.texi $(top_srcdir)/common/cpright.texi
|
||||
COMMON_FILES = $(top_srcdir)/common/setup.texi \
|
||||
$(top_srcdir)/common/cpright.texi $(top_srcdir)/common/timemac.texi
|
||||
|
||||
FILES = preface.texi
|
||||
|
||||
@@ -95,15 +96,16 @@ $(srcdir)/timing.texi: $(top_srcdir)/common/timing.t
|
||||
# 3. Build Node Structure
|
||||
|
||||
$(srcdir)/timeMVME136.texi: $(top_srcdir)/common/timetbl.t timeMVME136.t
|
||||
cat timeMVME136.t $(top_srcdir)/common/timetbl.t >timeMVME136_.t
|
||||
cat $(srcdir)/timeMVME136.t $(top_srcdir)/common/timetbl.t >timeMVME136_.t
|
||||
@echo >>timeMVME136_.t
|
||||
@echo "@tex" >>timeMVME136_.t
|
||||
@echo "\\global\\advance \\smallskipamount by 4pt" >>timeMVME136_.t
|
||||
@echo "@end tex" >>timeMVME136_.t
|
||||
${REPLACE2} -p MVME136_TIMES timeMVME136_.t | \
|
||||
${REPLACE2} -p $(srcdir)/MVME136_TIMES timeMVME136_.t | \
|
||||
$(BMENU2) -p "Timing Specification Terminology" \
|
||||
-u "Top" \
|
||||
-n "Command and Variable Index" > $@
|
||||
CLEANFILES += timeMVME136_.t
|
||||
|
||||
EXTRA_DIST = MVME136_TIMES *.t
|
||||
EXTRA_DIST = MVME136_TIMES bsp.t callconv.t cpumodel.t cputable.t fatalerr.t \
|
||||
intr_NOTIMES.t memmodel.t timeMVME136.t timedata.t
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
@c
|
||||
|
||||
@include version.texi
|
||||
@include ../../common/setup.texi
|
||||
@include common/setup.texi
|
||||
|
||||
@ifset use-ascii
|
||||
@dircategory RTEMS Target Supplements
|
||||
@@ -50,7 +50,7 @@
|
||||
@author On-Line Applications Research Corporation
|
||||
@page
|
||||
|
||||
@include ../../common/cpright.texi
|
||||
@include common/cpright.texi
|
||||
@end titlepage
|
||||
|
||||
@c This prevents a black box from being printed on "overflow" lines.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
@c $Id$
|
||||
@c
|
||||
|
||||
@include ../../common/timemac.texi
|
||||
@include common/timemac.texi
|
||||
@tex
|
||||
\global\advance \smallskipamount by -4pt
|
||||
@end tex
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
@c $Id$
|
||||
@c
|
||||
|
||||
@include ../../common/timemac.texi
|
||||
@include common/timemac.texi
|
||||
@tex
|
||||
\global\advance \smallskipamount by -4pt
|
||||
@end tex
|
||||
|
||||
@@ -18,7 +18,8 @@ GENERATED_FILES = cpumodel.texi callconv.texi memmodel.texi intr.texi \
|
||||
fatalerr.texi bsp.texi cputable.texi wksheets.texi timing.texi \
|
||||
timeBSP.texi
|
||||
|
||||
COMMON_FILES = $(top_srcdir)/common/setup.texi $(top_srcdir)/common/cpright.texi
|
||||
COMMON_FILES = $(top_srcdir)/common/setup.texi \
|
||||
$(top_srcdir)/common/cpright.texi $(top_srcdir)/common/timemac.texi
|
||||
|
||||
FILES = preface.texi
|
||||
|
||||
@@ -95,15 +96,16 @@ $(srcdir)/timing.texi: $(top_srcdir)/common/timing.t
|
||||
# 3. Build Node Structure
|
||||
|
||||
$(srcdir)/timeBSP.texi: $(top_srcdir)/common/timetbl.t timeBSP.t
|
||||
cat timeBSP.t $(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
|
||||
@echo "\\global\\advance \\smallskipamount by 4pt" >>timeBSP_.t
|
||||
@echo "@end tex" >>timeBSP_.t
|
||||
${REPLACE2} -p BSP_TIMES timeBSP_.t | \
|
||||
${REPLACE2} -p $(srcdir)/BSP_TIMES timeBSP_.t | \
|
||||
$(BMENU2) -p "Timing Specification Terminology" \
|
||||
-u "Top" \
|
||||
-n "Command and Variable Index" > $@
|
||||
CLEANFILES += timeBSP_.t
|
||||
|
||||
EXTRA_DIST = BSP_TIMES *.t
|
||||
EXTRA_DIST = BSP_TIMES bsp.t callconv.t cpumodel.t cputable.t fatalerr.t \
|
||||
intr_NOTIMES.t memmodel.t timeBSP.t
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
@c
|
||||
|
||||
@include version.texi
|
||||
@include ../../common/setup.texi
|
||||
@include common/setup.texi
|
||||
|
||||
@ifset use-ascii
|
||||
@dircategory RTEMS Target Supplements
|
||||
@@ -50,7 +50,7 @@
|
||||
@author On-Line Applications Research Corporation
|
||||
@page
|
||||
|
||||
@include ../../common/cpright.texi
|
||||
@include common/cpright.texi
|
||||
@end titlepage
|
||||
|
||||
@c This prevents a black box from being printed on "overflow" lines.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
@c $Id$
|
||||
@c
|
||||
|
||||
@include ../../common/timemac.texi
|
||||
@include common/timemac.texi
|
||||
@tex
|
||||
\global\advance \smallskipamount by -4pt
|
||||
@end tex
|
||||
|
||||
@@ -17,7 +17,8 @@ include $(top_srcdir)/supplements/supplement.am
|
||||
GENERATED_FILES = cpumodel.texi callconv.texi memmodel.texi intr.texi \
|
||||
fatalerr.texi bsp.texi cputable.texi timing.texi wksheets.texi \
|
||||
timePSIM.texi timeDMV177.texi
|
||||
COMMON_FILES = $(top_srcdir)/common/setup.texi $(top_srcdir)/common/cpright.texi
|
||||
COMMON_FILES = $(top_srcdir)/common/setup.texi \
|
||||
$(top_srcdir)/common/cpright.texi $(top_srcdir)/common/timemac.texi
|
||||
|
||||
FILES = preface.texi
|
||||
|
||||
@@ -93,16 +94,16 @@ $(srcdir)/timing.texi: $(top_srcdir)/common/timing.t
|
||||
# 3. Build Node Structure
|
||||
|
||||
$(srcdir)/timePSIM.texi: $(top_srcdir)/common/timetbl.t timePSIM.t
|
||||
cat timePSIM.t $(top_srcdir)/common/timetbl.t >timePSIM_.t
|
||||
cat $(srcdir)/timePSIM.t $(top_srcdir)/common/timetbl.t >timePSIM_.t
|
||||
@echo >>timePSIM_.t
|
||||
@echo "@tex" >>timePSIM_.t
|
||||
@echo "\\global\\advance \\smallskipamount by 4pt" >>timePSIM_.t
|
||||
@echo "@end tex" >>timePSIM_.t
|
||||
${REPLACE2} -p PSIM_TIMES timePSIM_.t | \
|
||||
${REPLACE2} -p $(srcdir)/PSIM_TIMES timePSIM_.t | \
|
||||
$(BMENU2) -p "Timing Specification Terminology" \
|
||||
-u "Top" \
|
||||
-n "DMV177 Timing Data" > $@
|
||||
CLEANFILES += timePSIM_.t
|
||||
CLEANFILES += timePSIM_.t timeDMV177_.t
|
||||
|
||||
# Timing Data for DMV177 BSP Chapter:
|
||||
# 1. Copy the Shared File
|
||||
@@ -110,15 +111,15 @@ CLEANFILES += timePSIM_.t
|
||||
# 3. Build Node Structure
|
||||
|
||||
$(srcdir)/timeDMV177.texi: $(top_srcdir)/common/timetbl.t timeDMV177.t
|
||||
cat timeDMV177.t $(top_srcdir)/common/timetbl.t >timeDMV177_.t
|
||||
cat $(srcdir)/timeDMV177.t $(top_srcdir)/common/timetbl.t >timeDMV177_.t
|
||||
@echo >>timeDMV177_.t
|
||||
@echo "@tex" >>timeDMV177_.t
|
||||
@echo "\\global\\advance \\smallskipamount by 4pt" >>timeDMV177_.t
|
||||
@echo "@end tex" >>timeDMV177_.t
|
||||
${REPLACE2} -p DMV177_TIMES timeDMV177_.t | \
|
||||
${REPLACE2} -p $(srcdir)/DMV177_TIMES timeDMV177_.t | \
|
||||
$(BMENU2) -p "PSIM Timing Data Rate Monotonic Manager" \
|
||||
-u "Top" \
|
||||
-n "Command and Variable Index" > $@
|
||||
CLEANFILES += timeDMV177_.t
|
||||
|
||||
EXTRA_DIST = DMV177_TIMES PSIM_TIMES *.t
|
||||
EXTRA_DIST = DMV177_TIMES PSIM_TIMES bsp.t callconv.t cpumodel.t cputable.t \
|
||||
fatalerr.t intr_NOTIMES.t memmodel.t timeDMV177.t timePSIM.t
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
@c
|
||||
|
||||
@include version.texi
|
||||
@include ../../common/setup.texi
|
||||
@include common/setup.texi
|
||||
|
||||
@ifset use-ascii
|
||||
@dircategory RTEMS Target Supplements
|
||||
@@ -49,7 +49,7 @@
|
||||
@subtitle @value{UPDATED}
|
||||
@author On-Line Applications Research Corporation
|
||||
@page
|
||||
@include ../../common/cpright.texi
|
||||
@include common/cpright.texi
|
||||
@end titlepage
|
||||
|
||||
@c This prevents a black box from being printed on "overflow" lines.
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
@c $Id$
|
||||
@c
|
||||
|
||||
@include ../../common/timemac.texi
|
||||
@include common/timemac.texi
|
||||
@tex
|
||||
\global\advance \smallskipamount by -4pt
|
||||
@end tex
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
@c $Id$
|
||||
@c
|
||||
|
||||
@include ../../common/timemac.texi
|
||||
@include common/timemac.texi
|
||||
@tex
|
||||
\global\advance \smallskipamount by -4pt
|
||||
@end tex
|
||||
|
||||
@@ -18,7 +18,8 @@ GENERATED_FILES = cpumodel.texi callconv.texi memmodel.texi intr.texi \
|
||||
fatalerr.texi bsp.texi cputable.texi wksheets.texi timing.texi \
|
||||
timeBSP.texi
|
||||
|
||||
COMMON_FILES = $(top_srcdir)/common/setup.texi $(top_srcdir)/common/cpright.texi
|
||||
COMMON_FILES = $(top_srcdir)/common/setup.texi \
|
||||
$(top_srcdir)/common/cpright.texi $(top_srcdir)/common/timemac.texi
|
||||
|
||||
FILES = preface.texi
|
||||
|
||||
@@ -95,15 +96,16 @@ $(srcdir)/timing.texi: $(top_srcdir)/common/timing.t
|
||||
# 3. Build Node Structure
|
||||
|
||||
$(srcdir)/timeBSP.texi: $(top_srcdir)/common/timetbl.t timeBSP.t
|
||||
cat timeBSP.t $(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
|
||||
@echo "\\global\\advance \\smallskipamount by 4pt" >>timeBSP_.t
|
||||
@echo "@end tex" >>timeBSP_.t
|
||||
${REPLACE2} -p BSP_TIMES timeBSP_.t | \
|
||||
${REPLACE2} -p $(srcdir)/BSP_TIMES timeBSP_.t | \
|
||||
$(BMENU2) -p "Timing Specification Terminology" \
|
||||
-u "Top" \
|
||||
-n "Command and Variable Index" > $@
|
||||
CLEANFILES += timeBSP_.t
|
||||
|
||||
EXTRA_DIST = BSP_TIMES *.t
|
||||
EXTRA_DIST = BSP_TIMES bsp.t callconv.t cpumodel.t cputable.t fatalerr.t \
|
||||
intr_NOTIMES.t memmodel.t timeBSP.t
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
@c
|
||||
|
||||
@include version.texi
|
||||
@include ../../common/setup.texi
|
||||
@include common/setup.texi
|
||||
|
||||
@ifset use-ascii
|
||||
@dircategory RTEMS Target Supplements
|
||||
@@ -50,7 +50,7 @@
|
||||
@author On-Line Applications Research Corporation
|
||||
@page
|
||||
|
||||
@include ../../common/cpright.texi
|
||||
@include common/cpright.texi
|
||||
@end titlepage
|
||||
|
||||
@c This prevents a black box from being printed on "overflow" lines.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
@c $Id$
|
||||
@c
|
||||
|
||||
@include ../../common/timemac.texi
|
||||
@include common/timemac.texi
|
||||
@tex
|
||||
\global\advance \smallskipamount by -4pt
|
||||
@end tex
|
||||
|
||||
@@ -18,7 +18,8 @@ GENERATED_FILES = cpumodel.texi callconv.texi memmodel.texi intr.texi \
|
||||
fatalerr.texi bsp.texi cputable.texi timing.texi wksheets.texi \
|
||||
timeERC32.texi
|
||||
|
||||
COMMON_FILES = $(top_srcdir)/common/setup.texi $(top_srcdir)/common/cpright.texi
|
||||
COMMON_FILES = $(top_srcdir)/common/setup.texi \
|
||||
$(top_srcdir)/common/cpright.texi
|
||||
|
||||
FILES = preface.texi
|
||||
|
||||
@@ -93,15 +94,16 @@ $(srcdir)/timing.texi: $(top_srcdir)/common/timing.t
|
||||
# 3. Build Node Structure
|
||||
|
||||
$(srcdir)/timeERC32.texi: $(top_srcdir)/common/timetbl.t timeERC32.t
|
||||
cat timeERC32.t $(top_srcdir)/common/timetbl.t >timeERC32_.t
|
||||
cat $(srcdir)/timeERC32.t $(top_srcdir)/common/timetbl.t >timeERC32_.t
|
||||
@echo >>timeERC32_.t
|
||||
@echo "@tex" >>timeERC32_.t
|
||||
@echo "\\global\\advance \\smallskipamount by 4pt" >>timeERC32_.t
|
||||
@echo "@end tex" >>timeERC32_.t
|
||||
${REPLACE2} -p ERC32_TIMES timeERC32_.t | \
|
||||
${REPLACE2} -p $(srcdir)/ERC32_TIMES timeERC32_.t | \
|
||||
$(BMENU2) -p "Timing Specification Terminology" \
|
||||
-u "Top" \
|
||||
-n "Command and Variable Index" > $@
|
||||
CLEANFILES += timeERC32_.t
|
||||
|
||||
EXTRA_DIST = ERC32_TIMES *.t
|
||||
EXTRA_DIST = ERC32_TIMES bsp.t callconv.t cpumodel.t cputable.t fatalerr.t \
|
||||
intr_NOTIMES.t memmodel.t timeERC32.t
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
@c
|
||||
|
||||
@include version.texi
|
||||
@include ../../common/setup.texi
|
||||
@include common/setup.texi
|
||||
|
||||
@ifset use-ascii
|
||||
@dircategory RTEMS Target Supplements
|
||||
@@ -49,7 +49,7 @@
|
||||
@subtitle @value{UPDATED}
|
||||
@author On-Line Applications Research Corporation
|
||||
@page
|
||||
@include ../../common/cpright.texi
|
||||
@include common/cpright.texi
|
||||
@end titlepage
|
||||
|
||||
@c This prevents a black box from being printed on "overflow" lines.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
@c $Id$
|
||||
@c
|
||||
|
||||
@include ../../common/timemac.texi
|
||||
@include common/timemac.texi
|
||||
@tex
|
||||
\global\advance \smallskipamount by -4pt
|
||||
@end tex
|
||||
|
||||
@@ -7,14 +7,11 @@
|
||||
REPLACE2 = $(PERL) $(top_srcdir)/tools/word-replace2
|
||||
|
||||
MAINTAINERCLEANFILES += $(GENERATED_FILES)
|
||||
CLEANFILES += *.fixed
|
||||
|
||||
html_projectdir = $(htmldir)/supplements/$(PROJECT)
|
||||
|
||||
TEXI2WWW_ARGS=\
|
||||
-I $(srcdir) \
|
||||
-I $(srcdir) -I $(top_srcdir) \
|
||||
-dirfile ../../index.html \
|
||||
-header $(top_builddir)/rtems_header.html \
|
||||
-footer $(top_builddir)/rtems_footer.html \
|
||||
-header rtems_header.html \
|
||||
-footer rtems_footer.html \
|
||||
-icons ../../images
|
||||
|
||||
|
||||
@@ -17,7 +17,8 @@ include $(top_srcdir)/supplements/supplement.am
|
||||
GENERATED_FILES = cpumodel.texi callconv.texi memmodel.texi intr.texi \
|
||||
fatalerr.texi bsp.texi cputable.texi wksheets.texi timing.texi \
|
||||
timeBSP.texi
|
||||
COMMON_FILES = $(top_srcdir)/common/setup.texi $(top_srcdir)/common/cpright.texi
|
||||
COMMON_FILES = $(top_srcdir)/common/setup.texi \
|
||||
$(top_srcdir)/common/cpright.texi $(top_srcdir)/common/timemac.texi
|
||||
|
||||
FILES = preface.texi
|
||||
|
||||
@@ -94,15 +95,16 @@ $(srcdir)/timing.texi: $(top_srcdir)/common/timing.t
|
||||
# 3. Build Node Structure
|
||||
|
||||
$(srcdir)/timeBSP.texi: $(top_srcdir)/common/timetbl.t timeBSP.t
|
||||
cat timeBSP.t $(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
|
||||
@echo "\\global\\advance \\smallskipamount by 4pt" >>timeBSP_.t
|
||||
@echo "@end tex" >>timeBSP_.t
|
||||
${REPLACE2} -p BSP_TIMES timeBSP_.t | \
|
||||
${REPLACE2} -p $(srcdir)/BSP_TIMES timeBSP_.t | \
|
||||
$(BMENU2) -p "Timing Specification Terminology" \
|
||||
-u "Top" \
|
||||
-n "Command and Variable Index" > $@
|
||||
CLEANFILES += timeBSP_.t
|
||||
|
||||
EXTRA_DIST = BSP_TIMES *.t
|
||||
EXTRA_DIST = BSP_TIMES bsp.t callconv.t cpumodel.t cputable.t fatalerr.t \
|
||||
intr_NOTIMES.t memmodel.t timeBSP.t
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
@c
|
||||
|
||||
@include version.texi
|
||||
@include ../../common/setup.texi
|
||||
@include common/setup.texi
|
||||
|
||||
@ifset use-ascii
|
||||
@dircategory RTEMS Target Supplements
|
||||
@@ -50,7 +50,7 @@
|
||||
@author On-Line Applications Research Corporation
|
||||
@page
|
||||
|
||||
@include ../../common/cpright.texi
|
||||
@include common/cpright.texi
|
||||
@end titlepage
|
||||
|
||||
@c This prevents a black box from being printed on "overflow" lines.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
@c $Id$
|
||||
@c
|
||||
|
||||
@include ../../common/timemac.texi
|
||||
@include common/timemac.texi
|
||||
@tex
|
||||
\global\advance \smallskipamount by -4pt
|
||||
@end tex
|
||||
|
||||
Reference in New Issue
Block a user