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

Last change on this file since d1266a59 was d1266a59, checked in by Joel Sherrill <joel.sherrill@…>, on 03/05/04 at 15:45:32

2004-03-05 Joel Sherrill <joel@…>

PR 576/doc

  • FAQ/FAQ.texi, FAQ/Makefile.am: Remove embedded information as it was out of date and frequently duplicated information available from other public sources like the CrossGCC Wiki.
  • FAQ/embeddedinfo.t: Removed.
  • 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
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 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
66hwdebugaids.texi: hwdebugaids.t
67        $(BMENU2) -c -p "" \
68            -u "Top" \
69            -n "" < $< > $@
70
71projects.texi: projects.t
72        $(BMENU2) -c -p "" \
73            -u "Top" \
74            -n "" < $< > $@
75
76endoftime.texi: endoftime.t
77        $(BMENU2) -c -p "" \
78            -u "Top" \
79            -n "" < $< > $@
80
81EXTRA_DIST = entry basic.t bsp.t build45.t concepts.t debug.t \
82    endoftime.t freesw.t hwdebugaids.t projects.t tools.t
Note: See TracBrowser for help on using the repository browser.