source: rtems/doc/started/Makefile.am @ 9aff0a79

4.9
Last change on this file since 9aff0a79 was 9aff0a79, checked in by Joel Sherrill <joel.sherrill@…>, on 12/16/10 at 20:54:34

2010-12-16 Joel Sherrill <joel.sherrilL@…>

  • Makefile.am, configure.ac, common/cpright.texi, common/rtems.texi.in, cpu_supplement/.cvsignore, started/Makefile.am, started/binaries.t, started/buildc.t, started/buildrt.t, started/intro.t, started/nextstep.t, started/nt.t, started/require.t, started/sample.t, started/started.texi: Major update which includes removal of references to specific tool versions and patches.
  • started/tversions.texi.in: Removed.
  • Property mode set to 100644
File size: 2.5 KB
Line 
1#
2#  COPYRIGHT (c) 1988-2010.
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
25        $(BMENU2) -c -p "Top" \
26            -u "Top" \
27            -n "Requirements" < $< > $@
28
29require.texi: require.t
30        $(BMENU2) -c -p "GCC Mailing Lists" \
31            -u "Top" \
32            -n "Prebuilt Toolset Executables" < $< > $@
33
34binaries.texi: binaries.t
35        $(BMENU2) -c \
36            -p "GNU/Linux Distrobutions using Debian Packaging Format" \
37            -u "Top" \
38            -n "Building the GNU Cross Compiler Toolset" < $< > $@
39
40buildc.texi: buildc.t
41        $(BMENU2) -c -p "Removing Zipped Tar Files" \
42            -u "Top" \
43            -n "Building RTEMS" < $< > $@
44
45buildrt.texi: buildrt.t
46        $(BMENU2) -c -p "Error Messages Indicating Configuration Problems" \
47            -u "Top" \
48            -n "Building the Sample Applications" < $< > $@
49
50sample.texi: sample.t
51        $(BMENU2) -c -p "Using the RTEMS configure Script Directly" \
52            -u "Top" \
53            -n "Where To Go From Here" < $< > $@
54
55nextstep.texi: nextstep.t
56        $(BMENU2) -c -p "More Information on RTEMS Application Makefiles" \
57            -u "Top" \
58            -n "Using MS-Windows as a Development Host" < $< > $@
59
60nt.texi: nt.t
61        $(BMENU2) -c -p "Writing an Application" \
62            -u "Top" \
63            -n "" < $< > $@
64
65EXTRA_DIST = binaries.t buildc.t buildrt.t intro.t nextstep.t nt.t require.t \
66    sample.t
67
68if USE_HTML
69html_project_DATA += pictures/sfile12c.jpg pictures/bit_c.jpg
70endif
71
72PICTURES = pictures/bit_ada.jpg pictures/bit_ada.vsd pictures/bit_c.jpg \
73    pictures/bit_c.vsd pictures/scfile10.jpg pictures/scfile10.vsd \
74    pictures/scfile11.jpg pictures/scfile11.vsd pictures/scfile12.jpg \
75    pictures/scfile12.vsd pictures/scfile13.jpg pictures/scfile13.vsd \
76    pictures/scsfile1.jpg pictures/scsfile1.vsd pictures/scsfile2.jpg \
77    pictures/scsfile2.vsd pictures/scsfile3.jpg pictures/scsfile3.vsd \
78    pictures/scsfile4.jpg pictures/scsfile4.vsd pictures/scsfile5.jpg \
79    pictures/scsfile5.vsd pictures/scsfile6.jpg pictures/scsfile6.vsd \
80    pictures/scsfile7.jpg pictures/scsfile7.vsd pictures/scsfile8.jpg \
81    pictures/scsfile8.vsd pictures/scsfile9.jpg pictures/scsfile9.vsd \
82    pictures/sfile12c.jpg pictures/sfile12c.vsd
83
84EXTRA_DIST += $(PICTURES)
85
86CLEANFILES += started.info started.info-?
Note: See TracBrowser for help on using the repository browser.