source: rtems/doc/FAQ/Makefile.am @ 3ebc6dc

4.104.114.84.95
Last change on this file since 3ebc6dc was c7ddb172, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/24/03 at 11:16:56

2003-01-24 Ralf Corsepius <corsepiu@…>

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