source: rtems/doc/cpu_supplement/Makefile.am @ dfc2df61

4.10
Last change on this file since dfc2df61 was dfc2df61, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/11/10 at 07:39:50

Remove EDITION (Unused)

  • Property mode set to 100644
File size: 1.7 KB
Line 
1#
2#  COPYRIGHT (c) 1988-2002.
3#  On-Line Applications Research Corporation (OAR).
4#  All rights reserved.
5#
6#  $Id$
7#
8
9PROJECT = cpu_supplement
10
11include $(top_srcdir)/project.am
12
13REPLACE2 = $(PERL) $(top_srcdir)/tools/word-replace2
14
15html_projectdir = $(htmldir)/$(PROJECT)
16
17TEXI2WWW_ARGS=\
18-I $(srcdir) -I $(top_srcdir) -I $(top_builddir) \
19-dirfile ../index.html \
20-header rtems_header.html \
21-footer rtems_footer.html \
22-icons ../images
23GENERATED_FILES = general.texi arm.texi avr.texi bfin.texi i386.texi lm32.texi \
24    m68k.texi mips.texi powerpc.texi sh.texi sparc.texi
25
26COMMON_FILES += $(top_srcdir)/common/cpright.texi
27
28FILES = preface.texi
29
30info_TEXINFOS = cpu_supplement.texi
31cpu_supplement_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
32
33#
34#  Chapters which get automatic processing
35#
36
37general.texi: general.t
38        $(BMENU2) -p "Preface" \
39            -u "Top" \
40            -n "" < $< > $@
41
42arm.texi: arm.t
43        $(BMENU2) -p "" \
44            -u "Top" \
45            -n "" < $< > $@
46
47avr.texi: avr.t
48        $(BMENU2) -p "" \
49            -u "Top" \
50            -n "" < $< > $@
51
52bfin.texi: bfin.t
53        $(BMENU2) -p "" \
54            -u "Top" \
55            -n "" < $< > $@
56
57i386.texi: i386.t
58        $(BMENU2) -p "" \
59            -u "Top" \
60            -n "" < $< > $@
61
62lm32.texi: lm32.t
63        $(BMENU2) -p "" \
64            -u "Top" \
65            -n "" < $< > $@
66
67m68k.texi: m68k.t
68        $(BMENU2) -p "" \
69            -u "Top" \
70            -n "" < $< > $@
71
72mips.texi: mips.t
73        $(BMENU2) -p "" \
74            -u "Top" \
75            -n "" < $< > $@
76
77powerpc.texi: powerpc.t
78        $(BMENU2) -p "" \
79            -u "Top" \
80            -n "" < $< > $@
81
82sh.texi: sh.t
83        $(BMENU2) -p "" \
84            -u "Top" \
85            -n "" < $< > $@
86
87sparc.texi: sparc.t
88        $(BMENU2) -p "" \
89            -u "Top" \
90            -n "" < $< > $@
91
92CLEANFILES += cpu_supplement.info
93CLEANFILES += cpu_supplement.info-1
94CLEANFILES += cpu_supplement.info-2
95
Note: See TracBrowser for help on using the repository browser.