source: rtems/doc/started/Makefile.am @ a454e88

4.104.114.84.95
Last change on this file since a454e88 was 4b1f924, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/22/03 at 05:39:11

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

  • configure.ac: Require autoconf-2.57. Require automake-1.7.2. Remove started/pictures/Makefile.
  • started/Makefile.am: Merge-in pictures/Makefile.am
  • started/pictures/Makefile.am: Remove.
  • Property mode set to 100644
File size: 2.7 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
13include $(top_srcdir)/project.am
14include $(top_srcdir)/main.am
15
16GENERATED_FILES = binaries.texi buildc.texi buildrt.texi intro.texi \
17    nt.texi require.texi nextstep.texi sample.texi
18
19COMMON_FILES = $(top_srcdir)/common/setup.texi \
20    $(top_srcdir)/common/cpright.texi
21
22FILES = tversions.texi
23
24info_TEXINFOS = started.texi
25started_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
26
27$(srcdir)/intro.texi: intro.t tversions.texi
28        $(BMENU2) -c -p "Top" \
29            -u "Top" \
30            -n "Requirements" < $< > $@
31
32$(srcdir)/require.texi: require.t tversions.texi
33        $(BMENU2) -c -p "GCC Mailing Lists" \
34            -u "Top" \
35            -n "Prebuilt Toolset Executables" < $< > $@
36
37$(srcdir)/binaries.texi: binaries.t tversions.texi
38        $(BMENU2) -c -p "Archive and Build Directory Format" \
39            -u "Top" \
40            -n "Building the GNU C/C++ Cross Compiler Toolset" < $< > $@
41
42$(srcdir)/buildc.texi: buildc.t tversions.texi
43        $(BMENU2) -c -p "Removing Zipped Tar Files" \
44            -u "Top" \
45            -n "Building RTEMS" < $< > $@
46
47$(srcdir)/buildrt.texi: buildrt.t tversions.texi
48        $(BMENU2) -c -p "Error Messages Indicating Configuration Problems" \
49            -u "Top" \
50            -n "Building the Sample Application" < $< > $@
51
52$(srcdir)/sample.texi: sample.t tversions.texi
53        $(BMENU2) -c -p "Using the RTEMS configure Script Directly" \
54            -u "Top" \
55            -n "Where To Go From Here" < $< > $@
56
57$(srcdir)/nextstep.texi: nextstep.t tversions.texi
58        $(BMENU2) -c -p "More Information on RTEMS Application Makefiles" \
59            -u "Top" \
60            -n "Using MS-Windows as a Development Host" < $< > $@
61
62$(srcdir)/nt.texi: nt.t tversions.texi
63        $(BMENU2) -c -p "Writing an Application" \
64            -u "Top" \
65            -n "" < $< > $@
66
67EXTRA_DIST = binaries.t buildc.t buildrt.t intro.t nextstep.t nt.t \
68    require.t sample.t
69
70
71if USE_HTML
72html_project_DATA += pictures/sfile12c.jpg pictures/bit_c.jpg
73endif
74
75PICTURES = pictures/bit_ada.jpg pictures/bit_ada.vsd pictures/bit_c.jpg pictures/bit_c.vsd pictures/scfile10.jpg \
76    pictures/scfile10.vsd pictures/scfile11.jpg pictures/scfile11.vsd pictures/scfile12.jpg pictures/scfile12.vsd \
77    pictures/scfile13.jpg pictures/scfile13.vsd pictures/scsfile1.jpg pictures/scsfile1.vsd pictures/scsfile2.jpg \
78    pictures/scsfile2.vsd pictures/scsfile3.jpg pictures/scsfile3.vsd pictures/scsfile4.jpg pictures/scsfile4.vsd \
79    pictures/scsfile5.jpg pictures/scsfile5.vsd pictures/scsfile6.jpg pictures/scsfile6.vsd pictures/scsfile7.jpg \
80    pictures/scsfile7.vsd pictures/scsfile8.jpg pictures/scsfile8.vsd pictures/scsfile9.jpg pictures/scsfile9.vsd \
81    pictures/sfile12c.jpg pictures/sfile12c.vsd
82
83EXTRA_DIST += $(PICTURES)
Note: See TracBrowser for help on using the repository browser.