source: rtems/doc/started/Makefile.am @ 6d0a5c0

4.104.114.84.95
Last change on this file since 6d0a5c0 was 6d0a5c0, checked in by Joel Sherrill <joel.sherrill@…>, on 01/18/02 at 15:10:34

2002-01-18 Ralf Corsepius <corsepiu@…>

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