source: rtems/doc/started/Makefile.am @ 5a951c9

4.104.114.84.95
Last change on this file since 5a951c9 was 72b5b666, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:53:30

2002-03-27 Ralf Corsepius <corsepiu@…>

  • pictures/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 1.9 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 = started
11EDITION = 1
12
13SUBDIRS = pictures
14
15include $(top_srcdir)/project.am
16include $(top_srcdir)/main.am
17
18GENERATED_FILES = binaries.texi buildc.texi buildrt.texi intro.texi \
19    nt.texi require.texi nextstep.texi sample.texi
20
21COMMON_FILES = $(top_srcdir)/common/setup.texi \
22    $(top_srcdir)/common/cpright.texi
23
24FILES = tversions.texi
25
26info_TEXINFOS = started.texi
27started_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
28
29$(srcdir)/intro.texi: intro.t tversions.texi
30        $(BMENU2) -c -p "Top" \
31            -u "Top" \
32            -n "Requirements" < $< > $@
33
34$(srcdir)/require.texi: require.t tversions.texi
35        $(BMENU2) -c -p "GCC Mailing Lists" \
36            -u "Top" \
37            -n "Prebuilt Toolset Executables" < $< > $@
38
39$(srcdir)/binaries.texi: binaries.t tversions.texi
40        $(BMENU2) -c -p "Archive and Build Directory Format" \
41            -u "Top" \
42            -n "Building the GNU C/C++ Cross Compiler Toolset" < $< > $@
43
44$(srcdir)/buildc.texi: buildc.t tversions.texi
45        $(BMENU2) -c -p "Removing Zipped Tar Files" \
46            -u "Top" \
47            -n "Building RTEMS" < $< > $@
48
49$(srcdir)/buildrt.texi: buildrt.t tversions.texi
50        $(BMENU2) -c -p "Error Messages Indicating Configuration Problems" \
51            -u "Top" \
52            -n "Building the Sample Application" < $< > $@
53
54$(srcdir)/sample.texi: sample.t tversions.texi
55        $(BMENU2) -c -p "Using the bit_rtems Script" \
56            -u "Top" \
57            -n "Where To Go From Here" < $< > $@
58
59$(srcdir)/nextstep.texi: nextstep.t tversions.texi
60        $(BMENU2) -c -p "More Information on RTEMS Application Makefiles" \
61            -u "Top" \
62            -n "Using MS-Windows as a Development Host" < $< > $@
63
64$(srcdir)/nt.texi: nt.t tversions.texi
65        $(BMENU2) -c -p "Writing an Application" \
66            -u "Top" \
67            -n "" < $< > $@
68
69EXTRA_DIST = binaries.t buildc.t buildrt.t gdb.t intro.t nextstep.t nt.t \
70    require.t sample.t
Note: See TracBrowser for help on using the repository browser.