source: rtems/doc/FAQ/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.8 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 = FAQ
12EDITION = 1
13
14include $(top_srcdir)/project.am
15include $(top_srcdir)/main.am
16
17GENERATED_FILES = basic.texi tools.texi concepts.texi build45.texi bsp.texi \
18    debug.texi freesw.texi embeddedinfo.texi hwdebugaids.texi projects.texi \
19    endoftime.texi
20
21COMMON_FILES = $(top_srcdir)/common/setup.texi \
22    $(top_srcdir)/common/cpright.texi
23
24FILES =
25
26info_TEXINFOS = FAQ.texi
27FAQ_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
28
29#
30#  Process Automatically Generated Files
31#
32
33$(srcdir)/basic.texi: basic.t
34        $(BMENU2) -c -p "Top" \
35            -u "Top" \
36            -n "" < $< > $@
37
38$(srcdir)/tools.texi: tools.t
39        $(BMENU2) -c -p "Top" \
40            -u "Top" \
41            -n "" < $< > $@
42
43$(srcdir)/concepts.texi: concepts.t
44        $(BMENU2) -c -p "" \
45            -u "Top" \
46            -n "" < $< > $@
47
48$(srcdir)/build45.texi: build45.t
49        $(BMENU2) -c -p "" \
50            -u "Top" \
51            -n "" < $< > $@
52
53$(srcdir)/bsp.texi: bsp.t
54        $(BMENU2) -c -p "" \
55            -u "Top" \
56            -n "" < $< > $@
57
58$(srcdir)/debug.texi: debug.t
59        $(BMENU2) -c -p "" \
60            -u "Top" \
61            -n "" < $< > $@
62
63$(srcdir)/freesw.texi: freesw.t
64        $(BMENU2) -c -p "" \
65            -u "Top" \
66            -n "" < $< > $@
67
68$(srcdir)/embeddedinfo.texi: embeddedinfo.t
69        $(BMENU2) -c -p "" \
70            -u "Top" \
71            -n "" < $< > $@
72
73$(srcdir)/hwdebugaids.texi: hwdebugaids.t
74        $(BMENU2) -c -p "" \
75            -u "Top" \
76            -n "" < $< > $@
77
78$(srcdir)/projects.texi: projects.t
79        $(BMENU2) -c -p "" \
80            -u "Top" \
81            -n "" < $< > $@
82
83$(srcdir)/endoftime.texi: endoftime.t
84        $(BMENU2) -c -p "" \
85            -u "Top" \
86            -n "" < $< > $@
87
88EXTRA_DIST = entry basic.t bsp.t build45.t concepts.t debug.t embeddedinfo.t \
89    endoftime.t freesw.t hwdebugaids.t projects.t tools.t
Note: See TracBrowser for help on using the repository browser.