source: rtems/doc/itron3.0/Makefile.am @ 2f19917

Last change on this file since 2f19917 was 2f19917, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/30/03 at 06:10:44

2003-08-30 Ralf Corsepius <corsepius@…>

  • itron.texi: include common/rtems.texi. include common/cpright.texi
  • Makefile.am: Reflect changes to $(top_srcdir)/project.am.
  • Property mode set to 100644
File size: 2.0 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 = itron
11EDITION = 1
12
13include $(top_srcdir)/project.am
14include $(top_srcdir)/main.am
15
16GENERATED_FILES = status.texi task.texi tasksync.texi semaphore.texi \
17    eventflags.texi mailbox.texi msgbuffer.texi rendezvous.texi \
18    interrupt.texi memorypool.texi fixedblock.texi time.texi config.texi \
19    network.texi
20
21COMMON_FILES += $(top_srcdir)/common/cpright.texi
22
23FILES = preface.texi
24
25info_TEXINFOS = itron.texi
26itron_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
27
28status.texi: status.t
29        $(BMENU2) -p "" \
30            -u "Top" \
31            -n "" < $< > $@
32
33task.texi: task.t
34        $(BMENU2) -p "" \
35            -u "Top" \
36            -n "" < $< > $@
37
38tasksync.texi: tasksync.t
39        $(BMENU2) -p "" \
40            -u "Top" \
41            -n "" < $< > $@
42
43semaphore.texi: semaphore.t
44        $(BMENU2) -p "" \
45            -u "Top" \
46            -n "" < $< > $@
47
48eventflags.texi: eventflags.t
49        $(BMENU2) -p "" \
50            -u "Top" \
51            -n "" < $< > $@
52
53mailbox.texi: mailbox.t
54        $(BMENU2) -p "" \
55            -u "Top" \
56            -n "" < $< > $@
57
58msgbuffer.texi: msgbuffer.t
59        $(BMENU2) -p "" \
60            -u "Top" \
61            -n "" < $< > $@
62
63rendezvous.texi: rendezvous.t
64        $(BMENU2) -p "" \
65            -u "Top" \
66            -n "" < $< > $@
67
68interrupt.texi: interrupt.t
69        $(BMENU2) -p "" \
70            -u "Top" \
71            -n "" < $< > $@
72
73memorypool.texi: memorypool.t
74        $(BMENU2) -p "" \
75            -u "Top" \
76            -n "" < $< > $@
77
78fixedblock.texi: fixedblock.t
79        $(BMENU2) -p "" \
80            -u "Top" \
81            -n "" < $< > $@
82
83time.texi: time.t
84        $(BMENU2) -p "" \
85            -u "Top" \
86            -n "" < $< > $@
87
88config.texi: config.t
89        $(BMENU2) -p "" \
90            -u "Top" \
91            -n "" < $< > $@
92
93network.texi: network.t
94        $(BMENU2) -p "" \
95            -u "Top" \
96            -n "" < $< > $@
97
98noinst_SCRIPTS = gen_all gen_section gen_status_shell
99
100EXTRA_DIST = config.t eventflags.t fixedblock.t interrupt.t mailbox.t \
101    memorypool.t msgbuffer.t network.t rendezvous.t semaphore.t status.t \
102    task.t tasksync.t time.t $(noinst_SCRIPTS)
Note: See TracBrowser for help on using the repository browser.