source: rtems/doc/started/Makefile.am @ 48cd0b8e

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

2003-10-02 Joel Sherrill <joel@…>

  • Makefile.am, binaries.t, buildc.t, intro.t, nextstep.t, require.t, sample.t, started.texi: General improvements and merge enough Ada information to justify dropping the Ada specific manual. There is likely still Ada specific information to merge though.
  • 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/cpright.texi
20
21FILES =
22
23info_TEXINFOS = started.texi
24started_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
25
26intro.texi: intro.t tversions.texi
27        $(BMENU2) -c -p "Top" \
28            -u "Top" \
29            -n "Requirements" < $< > $@
30
31require.texi: require.t tversions.texi
32        $(BMENU2) -c -p "GCC Mailing Lists" \
33            -u "Top" \
34            -n "Prebuilt Toolset Executables" < $< > $@
35
36binaries.texi: binaries.t tversions.texi
37        $(BMENU2) -c -p "Archive and Build Directory Format" \
38            -u "Top" \
39            -n "Building the GNU Cross Compiler Toolset" < $< > $@
40
41buildc.texi: buildc.t tversions.texi
42        $(BMENU2) -c -p "Removing Zipped Tar Files" \
43            -u "Top" \
44            -n "Building RTEMS" < $< > $@
45
46buildrt.texi: buildrt.t tversions.texi
47        $(BMENU2) -c -p "Error Messages Indicating Configuration Problems" \
48            -u "Top" \
49            -n "Building the Sample Applications" < $< > $@
50
51sample.texi: sample.t tversions.texi
52        $(BMENU2) -c -p "Using the RTEMS configure Script Directly" \
53            -u "Top" \
54            -n "Where To Go From Here" < $< > $@
55
56nextstep.texi: nextstep.t tversions.texi
57        $(BMENU2) -c -p "More Information on RTEMS Application Makefiles" \
58            -u "Top" \
59            -n "Using MS-Windows as a Development Host" < $< > $@
60
61nt.texi: nt.t tversions.texi
62        $(BMENU2) -c -p "Writing an Application" \
63            -u "Top" \
64            -n "" < $< > $@
65
66EXTRA_DIST = binaries.t buildc.t buildrt.t intro.t nextstep.t nt.t \
67    require.t sample.t
68
69
70if USE_HTML
71html_project_DATA += pictures/sfile12c.jpg pictures/bit_c.jpg
72endif
73
74PICTURES = pictures/bit_ada.jpg pictures/bit_ada.vsd pictures/bit_c.jpg pictures/bit_c.vsd pictures/scfile10.jpg \
75    pictures/scfile10.vsd pictures/scfile11.jpg pictures/scfile11.vsd pictures/scfile12.jpg pictures/scfile12.vsd \
76    pictures/scfile13.jpg pictures/scfile13.vsd pictures/scsfile1.jpg pictures/scsfile1.vsd pictures/scsfile2.jpg \
77    pictures/scsfile2.vsd pictures/scsfile3.jpg pictures/scsfile3.vsd pictures/scsfile4.jpg pictures/scsfile4.vsd \
78    pictures/scsfile5.jpg pictures/scsfile5.vsd pictures/scsfile6.jpg pictures/scsfile6.vsd pictures/scsfile7.jpg \
79    pictures/scsfile7.vsd pictures/scsfile8.jpg pictures/scsfile8.vsd pictures/scsfile9.jpg pictures/scsfile9.vsd \
80    pictures/sfile12c.jpg pictures/sfile12c.vsd
81
82EXTRA_DIST += $(PICTURES)
83
84tversions.texi: tversions.texi.in tversions.sed
85        sed -f tversions.sed $(srcdir)/tversions.texi.in > tversions.texi
86CLEANFILES += tversions.texi
87DISTCLEANFILES = tversions.sed
Note: See TracBrowser for help on using the repository browser.