source: rtems/doc/new_chapters/Makefile.am @ 81653981

4.104.114.84.95
Last change on this file since 81653981 was 81653981, checked in by Joel Sherrill <joel.sherrill@…>, on 01/18/02 at 15:10:35

2002-01-18 Ralf Corsepius <corsepiu@…>

  • Makefile.am: include main.am, require automake-1.5.
  • 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
9AUTOMAKE_OPTIONS = foreign 1.5
10
11PROJECT = new_chapters
12EDITION = 1
13
14include $(top_srcdir)/project.am
15include $(top_srcdir)/main.am
16
17GENERATED_FILES = adminiface.texi confspace.texi dumpcontrol.texi \
18    eventlog.texi stackchk.texi rtmonuse.texi cpuuse.texi error.texi \
19    monitor.texi
20
21COMMON_FILES = $(top_srcdir)/common/setup.texi \
22    $(top_srcdir)/common/cpright.texi
23
24FILES =
25
26info_TEXINFOS = new_chapters.texi
27new_chapters_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
28
29$(srcdir)/eventlog.texi: eventlog.t
30         $(BMENU2) -p "" \
31            -u "Top" \
32            -n "" < $< > $@
33
34$(srcdir)/dumpcontrol.texi: dumpcontrol.t
35         $(BMENU2) -p "" \
36            -u "Top" \
37            -n "" < $< > $@
38
39$(srcdir)/confspace.texi: confspace.t
40         $(BMENU2) -p "" \
41            -u "Top" \
42            -n "" < $< > $@
43
44$(srcdir)/adminiface.texi: adminiface.t
45         $(BMENU2) -p "" \
46            -u "Top" \
47            -n "" < $< > $@
48
49$(srcdir)/stackchk.texi: stackchk.t
50        $(BMENU2) -p "" \
51            -u "Top" \
52            -n "" < $< > $@
53
54$(srcdir)/rtmonuse.texi: rtmonuse.t
55        $(BMENU2) -p "" \
56            -u "Top" \
57            -n "" < $< > $@
58
59$(srcdir)/cpuuse.texi: cpuuse.t
60        $(BMENU2) -p "" \
61            -u "Top" \
62            -n "" < $< > $@
63
64$(srcdir)/error.texi: error.t
65        $(BMENU2) -p "" \
66            -u "Top" \
67            -n "" < $< > $@
68
69$(srcdir)/monitor.texi: monitor.t
70        $(BMENU2) -p "" \
71            -u "Top" \
72            -n "" < $< > $@
73
74noinst_SCRIPTS = gen_section
75
76EXTRA_DIST = adminiface.t base.t confspace.t cpuuse.t dumpcontrol.t error.t \
77    eventlog.t monitor.t rtmonuse.t stackchk.t STATUS TODO $(noinst_SCRIPTS)
Note: See TracBrowser for help on using the repository browser.