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

4.115
Last change on this file since e630235 was e630235, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/11/10 at 07:40:00

Remove EDITION (Unused)

  • Property mode set to 100644
File size: 2.8 KB
Line 
1#
2#  COPYRIGHT (c) 1988-2002.
3#  On-Line Applications Research Corporation (OAR).
4#  All rights reserved.
5#
6#  $Id$
7#
8
9PROJECT = started
10
11include $(top_srcdir)/project.am
12include $(top_srcdir)/main.am
13
14GENERATED_FILES = binaries.texi buildc.texi buildrt.texi intro.texi nt.texi \
15    require.texi nextstep.texi sample.texi
16
17COMMON_FILES += $(top_srcdir)/common/cpright.texi
18
19FILES =
20
21info_TEXINFOS = started.texi
22started_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
23
24intro.texi: intro.t tversions.texi
25        $(BMENU2) -c -p "Top" \
26            -u "Top" \
27            -n "Requirements" < $< > $@
28
29require.texi: require.t tversions.texi
30        $(BMENU2) -c -p "GCC Mailing Lists" \
31            -u "Top" \
32            -n "Prebuilt Toolset Executables" < $< > $@
33
34binaries.texi: binaries.t tversions.texi
35        $(BMENU2) -c -p "Archive and Build Directory Format" \
36            -u "Top" \
37            -n "Building the GNU Cross Compiler Toolset" < $< > $@
38
39buildc.texi: buildc.t tversions.texi
40        $(BMENU2) -c -p "Removing Zipped Tar Files" \
41            -u "Top" \
42            -n "Building RTEMS" < $< > $@
43
44buildrt.texi: buildrt.t tversions.texi
45        $(BMENU2) -c -p "Error Messages Indicating Configuration Problems" \
46            -u "Top" \
47            -n "Building the Sample Applications" < $< > $@
48
49sample.texi: sample.t tversions.texi
50        $(BMENU2) -c -p "Using the RTEMS configure Script Directly" \
51            -u "Top" \
52            -n "Where To Go From Here" < $< > $@
53
54nextstep.texi: nextstep.t tversions.texi
55        $(BMENU2) -c -p "More Information on RTEMS Application Makefiles" \
56            -u "Top" \
57            -n "Using MS-Windows as a Development Host" < $< > $@
58
59nt.texi: nt.t tversions.texi
60        $(BMENU2) -c -p "Writing an Application" \
61            -u "Top" \
62            -n "" < $< > $@
63
64EXTRA_DIST = binaries.t buildc.t buildrt.t intro.t nextstep.t nt.t require.t \
65    sample.t
66
67if USE_HTML
68html_project_DATA += pictures/sfile12c.jpg pictures/bit_c.jpg
69endif
70
71PICTURES = pictures/bit_ada.jpg pictures/bit_ada.vsd pictures/bit_c.jpg \
72    pictures/bit_c.vsd pictures/scfile10.jpg pictures/scfile10.vsd \
73    pictures/scfile11.jpg pictures/scfile11.vsd pictures/scfile12.jpg \
74    pictures/scfile12.vsd pictures/scfile13.jpg pictures/scfile13.vsd \
75    pictures/scsfile1.jpg pictures/scsfile1.vsd pictures/scsfile2.jpg \
76    pictures/scsfile2.vsd pictures/scsfile3.jpg pictures/scsfile3.vsd \
77    pictures/scsfile4.jpg pictures/scsfile4.vsd pictures/scsfile5.jpg \
78    pictures/scsfile5.vsd pictures/scsfile6.jpg pictures/scsfile6.vsd \
79    pictures/scsfile7.jpg pictures/scsfile7.vsd pictures/scsfile8.jpg \
80    pictures/scsfile8.vsd pictures/scsfile9.jpg pictures/scsfile9.vsd \
81    pictures/sfile12c.jpg pictures/sfile12c.vsd
82
83EXTRA_DIST += $(PICTURES)
84
85tversions.texi: tversions.texi.in tversions.sed
86        sed -f tversions.sed $(srcdir)/tversions.texi.in > tversions.texi
87CLEANFILES += tversions.texi
88
89EXTRA_DIST += tversions.texi.in
90DISTCLEANFILES = tversions.sed
91
92CLEANFILES += started.info started.info-?
Note: See TracBrowser for help on using the repository browser.