source: rtems/doc/bsp_howto/Makefile.am @ 51eacee9

4.104.114.84.95
Last change on this file since 51eacee9 was 51eacee9, checked in by Joel Sherrill <joel.sherrill@…>, on 10/28/02 at 13:44:39

2002-10-24 Eugeny S. Mints <Eugeny.Mints@…>

  • ata.t, ide-ctrl.t: New file.
  • .cvsignore: Added new .texi files.
  • Makefile.am:: Added new files to generate.
  • bsp_howto.texi: Added new chapters.
  • stamp-vti, version.texi: Regenerated.
  • Property mode set to 100644
File size: 2.8 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 = bsp_howto
11EDITION = 1
[2ba8875]12
13include $(top_srcdir)/project.am
[81653981]14include $(top_srcdir)/main.am
[2ba8875]15
[fc76a6aa]16GENERATED_FILES = intro.texi target.texi makefiles.texi linkcmds.texi \
17    support.texi adaintr.texi init.texi console.texi clock.texi timer.texi \
[51eacee9]18    rtc.texi ata.texi ide-ctrl.texi nvmem.texi network.texi shmsupp.texi \
19    analog.texi discrete.texi
[2ba8875]20
[110445c]21COMMON_FILES = $(top_srcdir)/common/setup.texi \
22    $(top_srcdir)/common/cpright.texi
[2ba8875]23
[fc76a6aa]24FILES =
[2ba8875]25
26info_TEXINFOS = bsp_howto.texi
[fc76a6aa]27bsp_howto_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
[2ba8875]28
29#
30#  Process Automatically Generated Files
31#
32
[fc76a6aa]33$(srcdir)/intro.texi: intro.t
34        $(BMENU2) -p "Top" \
[2ba8875]35            -u "Top" \
[fc76a6aa]36            -n "Target Dependent Files" < $< > $@
[2ba8875]37
[fc76a6aa]38$(srcdir)/target.texi: target.t
39        $(BMENU2) -p "Introduction" \
[2ba8875]40            -u "Top" \
[fc76a6aa]41            -n "Makefiles" < $< > $@
[2ba8875]42
[fc76a6aa]43$(srcdir)/makefiles.texi: makefiles.t
44        $(BMENU2) -p "Target Dependent Files Board Support Package Structure" \
[2ba8875]45            -u "Top" \
[fc76a6aa]46            -n "Linker Script" < $< > $@
[2ba8875]47
[fc76a6aa]48$(srcdir)/linkcmds.texi: linkcmds.t
49        $(BMENU2) -p "Makefiles Creating a New BSP Make Customization File" \
[2ba8875]50            -u "Top" \
[fc76a6aa]51            -n "Ada95 Interrupt Support" < $< > $@
[2ba8875]52
[fc76a6aa]53$(srcdir)/adaintr.texi: adaintr.t
54        $(BMENU2) -p "Linker Script Initialized Data" \
[2ba8875]55            -u "Top" \
[fc76a6aa]56            -n "Miscellaneous Support Files" < $< > $@
[2ba8875]57
[fc76a6aa]58$(srcdir)/support.texi: support.t
59        $(BMENU2) -p "Ada95 Interrupt Support Version Requirements" \
[2ba8875]60            -u "Top" \
[fc76a6aa]61            -n "" < $< > $@
[2ba8875]62
[fc76a6aa]63$(srcdir)/init.texi: init.t
64        $(BMENU2) -p "" \
[2ba8875]65            -u "Top" \
[fc76a6aa]66            -n "" < $< > $@
[2ba8875]67
[fc76a6aa]68$(srcdir)/console.texi: console.t
69        $(BMENU2) -p "" \
[2ba8875]70            -u "Top" \
[fc76a6aa]71            -n "" < $< > $@
[2ba8875]72
[fc76a6aa]73$(srcdir)/clock.texi: clock.t
74        $(BMENU2) -p "" \
[2ba8875]75            -u "Top" \
[fc76a6aa]76            -n "" < $< > $@
[2ba8875]77
[fc76a6aa]78$(srcdir)/timer.texi: timer.t
79        $(BMENU2) -p "" \
[2ba8875]80            -u "Top" \
[fc76a6aa]81            -n "" < $< > $@
[2ba8875]82
[fc76a6aa]83$(srcdir)/rtc.texi: rtc.t
84        $(BMENU2) -p "" \
[2ba8875]85            -u "Top" \
[fc76a6aa]86            -n "" < $< > $@
[2ba8875]87
[51eacee9]88$(srcdir)/ata.texi: ata.t
89        $(BMENU2) -p "" \
90            -u "Top" \
91            -n "" < $< > $@
92
93$(srcdir)/ide-ctrl.texi: ide-ctrl.t
94        $(BMENU2) -p "" \
95            -u "Top" \
96            -n "" < $< > $@
97
[fc76a6aa]98$(srcdir)/nvmem.texi: nvmem.t
99        $(BMENU2) -p "" \
[2ba8875]100            -u "Top" \
[fc76a6aa]101            -n "" < $< > $@
[a4ad9487]102#
103#  Grab the chapter on writing a network device driver.
104#
[fc76a6aa]105$(srcdir)/network.texi: ../networking/driver.t
[a4ad9487]106        $(BMENU2) -p "" \
[2ba8875]107            -u "Top" \
[a4ad9487]108            -n "" < $< > $@
[2ba8875]109
[fc76a6aa]110$(srcdir)/shmsupp.texi: shmsupp.t
111        $(BMENU2) -p "" \
[2ba8875]112            -u "Top" \
[fc76a6aa]113            -n "" < $< > $@
[2ba8875]114
[fc76a6aa]115$(srcdir)/analog.texi: analog.t
116        $(BMENU2) -p "" \
[2ba8875]117            -u "Top" \
[fc76a6aa]118            -n "" < $< > $@
[2ba8875]119
[fc76a6aa]120$(srcdir)/discrete.texi: discrete.t
121        $(BMENU2) -p "" \
[2ba8875]122            -u "Top" \
[fc76a6aa]123            -n "" < $< > $@
[2ba8875]124
[110445c]125EXTRA_DIST = adaintr.t analog.t clock.t console.t discrete.t init.t intro.t \
126    linkcmds.t makefiles.t nvmem.t rtc.t shmsupp.t support.t target.t \
127    timer.t
Note: See TracBrowser for help on using the repository browser.