source: rtems/doc/started/Makefile.am @ 4a675a5c

4.104.114.84.95
Last change on this file since 4a675a5c was 4a675a5c, checked in by Joel Sherrill <joel.sherrill@…>, on 11/13/02 at 20:20:29

2002-11-13 Joel Sherrill <joel@…>

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