source: rtems/doc/FAQ/Makefile.am @ f705def7

Last change on this file since f705def7 was f705def7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/30/03 at 05:36:50

2003-08-30 Ralf Corsepius <corsepius@…>

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