source: rtems/doc/supplements/i960/Makefile.am @ 3ba40b46

4.104.114.84.95
Last change on this file since 3ba40b46 was 3ba40b46, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:54:20

2002-03-27 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 3.4 KB
RevLine 
[2ba8875]1#
[6449498]2#  COPYRIGHT (c) 1988-2002.
[2ba8875]3#  On-Line Applications Research Corporation (OAR).
4#  All rights reserved.
5#
6#  $Id$
7#
8
9
[fc76a6aa]10PROJECT = i960
11EDITION = 1
[2ba8875]12
13include $(top_srcdir)/project.am
14include $(top_srcdir)/supplements/supplement.am
15
[fc76a6aa]16GENERATED_FILES = cpumodel.texi callconv.texi memmodel.texi intr.texi \
17    fatalerr.texi bsp.texi cputable.texi timing.texi wksheets.texi \
18    timeCVME961.texi
[110445c]19COMMON_FILES = $(top_srcdir)/common/setup.texi \
20    $(top_srcdir)/common/cpright.texi $(top_srcdir)/common/timemac.texi
[2ba8875]21
[fc76a6aa]22FILES = preface.texi
[2ba8875]23
24info_TEXINFOS = i960.texi
25i960_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
26
27#
28#  Chapters which get automatic processing
29#
30
[fc76a6aa]31$(srcdir)/cpumodel.texi: cpumodel.t
32        $(BMENU2) -p "Preface" \
[2ba8875]33            -u "Top" \
[fc76a6aa]34            -n "Calling Conventions" < $< > $@
[2ba8875]35
[fc76a6aa]36$(srcdir)/callconv.texi: callconv.t
37        $(BMENU2) -p "CPU Model Dependent Features Floating Point Unit" \
[2ba8875]38            -u "Top" \
[fc76a6aa]39            -n "Memory Model" < $< > $@
[2ba8875]40
[fc76a6aa]41$(srcdir)/memmodel.texi: memmodel.t
42        $(BMENU2) -p "Calling Conventions Leaf Procedures" \
[2ba8875]43            -u "Top" \
[fc76a6aa]44            -n "Interrupt Processing" < $< > $@
[2ba8875]45
46# Interrupt Chapter:
47#  1.  Replace Times and Sizes
48#  2.  Build Node Structure
[fc76a6aa]49$(srcdir)/intr.texi: intr_NOTIMES.t CVME961_TIMES
50        ${REPLACE2} -p $(srcdir)/CVME961_TIMES $(srcdir)/intr_NOTIMES.t  | \
51        $(BMENU2) -p "Memory Model Flat Memory Model" \
[2ba8875]52            -u "Top" \
[fc76a6aa]53            -n "Default Fatal Error Processing" > $@
[2ba8875]54
[fc76a6aa]55$(srcdir)/fatalerr.texi: fatalerr.t
56        $(BMENU2) -p "Interrupt Processing Interrupt Stack" \
[2ba8875]57            -u "Top" \
[fc76a6aa]58            -n "Board Support Packages" < $< > $@
[2ba8875]59
[fc76a6aa]60$(srcdir)/bsp.texi: bsp.t
61        $(BMENU2) -p "Default Fatal Error Processing Default Fatal Error Handler Operations" \
[2ba8875]62            -u "Top" \
[fc76a6aa]63            -n "Processor Dependent Information Table" < $< > $@
[2ba8875]64
[fc76a6aa]65$(srcdir)/cputable.texi: cputable.t
66        $(BMENU2) -p "Board Support Packages Processor Initialization" \
[2ba8875]67            -u "Top" \
[fc76a6aa]68            -n "Memory Requirements" < $< > $@
[2ba8875]69
70# Worksheets Chapter:
71#  1.  Obtain the Shared File
72#  2.  Replace Times and Sizes
73#  3.  Build Node Structure
74
[fc76a6aa]75$(srcdir)/wksheets.texi: $(top_srcdir)/common/wksheets.t  CVME961_TIMES
[2ba8875]76        ${REPLACE2} -p $(srcdir)/CVME961_TIMES \
[fc76a6aa]77          $(top_srcdir)/common/wksheets.t | \
78        $(BMENU2) -p "Processor Dependent Information Table CPU Dependent Information Table" \
[2ba8875]79            -u "Top" \
[fc76a6aa]80            -n "Timing Specification" > $@
[2ba8875]81
82# Timing Specification Chapter:
83#  1.  Copy the Shared File
84#  3.  Build Node Structure
85
[fc76a6aa]86$(srcdir)/timing.texi: $(top_srcdir)/common/timing.t
[a4ad9487]87        $(BMENU2) -p "Memory Requirements RTEMS RAM Workspace Worksheet" \
[2ba8875]88            -u "Top" \
[a4ad9487]89            -n "CVME961 Timing Data" < $< > $@
[2ba8875]90
91# Timing Data for BSP Chapter:
92#  1.  Copy the Shared File
93#  2.  Replace Times and Sizes
94#  3.  Build Node Structure
95
[fc76a6aa]96$(srcdir)/timeCVME961.texi: $(top_srcdir)/common/timetbl.t timeCVME961.t
[110445c]97        cat $(srcdir)/timeCVME961.t $(top_srcdir)/common/timetbl.t   >timeCVME961_.t
[2ba8875]98        @echo                                               >>timeCVME961_.t
99        @echo "@tex"                                        >>timeCVME961_.t
100        @echo "\\global\\advance \\smallskipamount by 4pt"  >>timeCVME961_.t
101        @echo "@end tex"                                    >>timeCVME961_.t
[110445c]102        ${REPLACE2} -p $(srcdir)/CVME961_TIMES timeCVME961_.t | \
[fc76a6aa]103        $(BMENU2) -p "Timing Specification Terminology" \
[2ba8875]104            -u "Top" \
[fc76a6aa]105            -n "Command and Variable Index" > $@
106CLEANFILES += timeCVME961_.t
[2ba8875]107
[110445c]108EXTRA_DIST = CVME961_TIMES bsp.t callconv.t cpumodel.t cputable.t fatalerr.t \
109    intr_NOTIMES.t memmodel.t timeCVME961.t
Note: See TracBrowser for help on using the repository browser.