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

4.104.114.84.95
Last change on this file since f0fdff0 was f0fdff0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/19/06 at 06:13:51

2006-01-19 Ralf Corsepius <ralf.corsepius@…>

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