source: rtems/doc/started_ada/Makefile.am @ 81653981

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

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

  • Makefile.am: include main.am, require automake-1.5.
  • Property mode set to 100644
File size: 1.5 KB
RevLine 
[2ba8875]1#
[6449498]2#  COPYRIGHT (c) 1988-2002.
[2ba8875]3#  On-Line Applications Research Corporation (OAR).
4#  All rights reserved.
5#
6#  $Id$
7#
8
[81653981]9AUTOMAKE_OPTIONS = foreign 1.5
[2ba8875]10
[fc76a6aa]11PROJECT = started_ada
12EDITION = 1
[2ba8875]13
14include $(top_srcdir)/project.am
[81653981]15include $(top_srcdir)/main.am
[2ba8875]16
[fc76a6aa]17GENERATED_FILES = buildada.texi buildrt.texi gdb.texi intro.texi \
[2ba8875]18    require.texi sample.texi
19
[110445c]20COMMON_FILES = $(top_srcdir)/common/setup.texi \
21    $(top_srcdir)/common/cpright.texi
[fc76a6aa]22
23FILES = tversions.texi
[2ba8875]24
25info_TEXINFOS = started_ada.texi
26started_ada_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
27
[fc76a6aa]28$(srcdir)/intro.texi: intro.t tversions.texi
29        $(BMENU2) -c -p "Top" \
[2ba8875]30            -u "Top" \
[fc76a6aa]31            -n "Requirements" < $< > $@
[2ba8875]32
[fc76a6aa]33$(srcdir)/require.texi: require.t tversions.texi
34        $(BMENU2) -c -p "GNAT Chat Mailing List" \
[2ba8875]35            -u "Top" \
[fc76a6aa]36            -n "Building the GNAT Cross Compiler Toolset" < $< > $@
[2ba8875]37
[fc76a6aa]38$(srcdir)/buildada.texi: buildada.t tversions.texi
39        $(BMENU2) -c -p "Insure GCC and GNAT Environment Variables Are Not Set" \
[2ba8875]40            -u "Top" \
[fc76a6aa]41            -n "Building RTEMS" < $< > $@
[2ba8875]42
[fc76a6aa]43$(srcdir)/buildrt.texi: ../started/buildrt.t tversions.texi
[6449498]44        $(BMENU2) -c -p "Error Messages Indicating Configuration Problems" \
[2ba8875]45            -u "Top" \
[fc76a6aa]46            -n "Building the Sample Application" < $< > $@
[2ba8875]47
[fc76a6aa]48$(srcdir)/sample.texi: sample.t tversions.texi
[6449498]49        $(BMENU2) -c -p "Using the bit_rtems Script" \
[2ba8875]50            -u "Top" \
[fc76a6aa]51            -n "Building the GNU Debugger" < $< > $@
[2ba8875]52
[fc76a6aa]53$(srcdir)/gdb.texi: gdb.t tversions.texi
54        $(BMENU2) -c -p "Application Executable" \
[2ba8875]55            -u "Top" \
[fc76a6aa]56            -n "" < $< > $@
[2ba8875]57
[110445c]58EXTRA_DIST = buildada.t gdb.t intro.t require.t sample.t
Note: See TracBrowser for help on using the repository browser.