source: rtems/doc/cpu_supplement/Makefile.am @ 27272db3

4.115
Last change on this file since 27272db3 was 9847d61d, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 06:58:25

Remove CVS-Ids.

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