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

4.115
Last change on this file since f8a86a4 was f8a86a4, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/11/10 at 10:54:25

2010-06-11 Ralf Corsépius <ralf.corsepius@…>

  • cpu_supplement/Makefile.am: Include main.am.
  • Property mode set to 100644
File size: 1.6 KB
RevLine 
[83fb86f]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
[f8a86a4]12include $(top_srcdir)/main.am
[83fb86f]13
14REPLACE2 = $(PERL) $(top_srcdir)/tools/word-replace2
15
[967eceb]16GENERATED_FILES = general.texi arm.texi avr.texi bfin.texi i386.texi lm32.texi \
[276abbf6]17    m68k.texi mips.texi powerpc.texi sh.texi sparc.texi tic4x.texi
[83fb86f]18
19COMMON_FILES += $(top_srcdir)/common/cpright.texi
20
21FILES = preface.texi
22
23info_TEXINFOS = cpu_supplement.texi
24cpu_supplement_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
25
26#
27#  Chapters which get automatic processing
28#
29
[42cf7c7]30general.texi: general.t
[83fb86f]31        $(BMENU2) -p "Preface" \
32            -u "Top" \
33            -n "" < $< > $@
34
[42cf7c7]35arm.texi: arm.t
36        $(BMENU2) -p "" \
37            -u "Top" \
38            -n "" < $< > $@
39
[967eceb]40avr.texi: avr.t
41        $(BMENU2) -p "" \
42            -u "Top" \
43            -n "" < $< > $@
44
[ffae7bd]45bfin.texi: bfin.t
46        $(BMENU2) -p "" \
47            -u "Top" \
48            -n "" < $< > $@
49
[83fb86f]50i386.texi: i386.t
51        $(BMENU2) -p "" \
52            -u "Top" \
53            -n "" < $< > $@
54
[276abbf6]55lm32.texi: lm32.t
56        $(BMENU2) -p "" \
57            -u "Top" \
58            -n "" < $< > $@
59
[83fb86f]60m68k.texi: m68k.t
61        $(BMENU2) -p "" \
62            -u "Top" \
63            -n "" < $< > $@
64
65mips.texi: mips.t
66        $(BMENU2) -p "" \
67            -u "Top" \
68            -n "" < $< > $@
69
70powerpc.texi: powerpc.t
71        $(BMENU2) -p "" \
72            -u "Top" \
73            -n "" < $< > $@
74
75sh.texi: sh.t
76        $(BMENU2) -p "" \
77            -u "Top" \
78            -n "" < $< > $@
79
80sparc.texi: sparc.t
81        $(BMENU2) -p "" \
82            -u "Top" \
83            -n "" < $< > $@
84
85tic4x.texi: tic4x.t
86        $(BMENU2) -p "" \
87            -u "Top" \
88            -n "" < $< > $@
89
90CLEANFILES += cpu_supplement.info
91CLEANFILES += cpu_supplement.info-1
92CLEANFILES += cpu_supplement.info-2
93
Note: See TracBrowser for help on using the repository browser.