source: rtems/doc/bsp_howto/Makefile.am @ 9814e9e3

4.104.114.84.95
Last change on this file since 9814e9e3 was 9814e9e3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/11/03 at 16:20:40

2003-12-11 Ralf Corsepius <corsepiu@…>

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