summaryrefslogtreecommitdiffstats
path: root/doc/itron3.0/Makefile.am
blob: ec5783a15b046ce227de6d0524e86af383f6e88c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
#
#  COPYRIGHT (c) 1988-1999.
#  On-Line Applications Research Corporation (OAR).
#  All rights reserved.
#
#  $Id$
#

AUTOMAKE_OPTIONS = foreign 1.4

PROJECT = itron
EDITION = 1

include $(top_srcdir)/project.am

COMMON_FILES = $(top_srcdir)/common/setup.texi

GENERATED_FILES = status.texi task.texi tasksync.texi semaphore.texi \
    eventflags.texi mailbox.texi msgbuffer.texi rendezvous.texi \
    interrupt.texi memorypool.texi fixedblock.texi time.texi config.texi \
    network.texi

FILES = preface.texi

info_TEXINFOS = itron.texi
itron_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)

$(srcdir)/status.texi: status.t
	$(BMENU2) -p "" \
	    -u "Top" \
	    -n "" < $< > $@

$(srcdir)/task.texi: task.t
	$(BMENU2) -p "" \
	    -u "Top" \
	    -n "" < $< > $@

$(srcdir)/tasksync.texi: tasksync.t
	$(BMENU2) -p "" \
	    -u "Top" \
	    -n "" < $< > $@

$(srcdir)/semaphore.texi: semaphore.t
	$(BMENU2) -p "" \
	    -u "Top" \
	    -n "" < $< > $@

$(srcdir)/eventflags.texi: eventflags.t
	$(BMENU2) -p "" \
	    -u "Top" \
	    -n "" < $< > $@

$(srcdir)/mailbox.texi: mailbox.t
	$(BMENU2) -p "" \
	    -u "Top" \
	    -n "" < $< > $@

$(srcdir)/msgbuffer.texi: msgbuffer.t
	$(BMENU2) -p "" \
	    -u "Top" \
	    -n "" < $< > $@

$(srcdir)/rendezvous.texi: rendezvous.t
	$(BMENU2) -p "" \
	    -u "Top" \
	    -n "" < $< > $@

$(srcdir)/interrupt.texi: interrupt.t
	$(BMENU2) -p "" \
	    -u "Top" \
	    -n "" < $< > $@

$(srcdir)/memorypool.texi: memorypool.t
	$(BMENU2) -p "" \
	    -u "Top" \
	    -n "" < $< > $@

$(srcdir)/fixedblock.texi: fixedblock.t
	$(BMENU2) -p "" \
	    -u "Top" \
	    -n "" < $< > $@

$(srcdir)/time.texi: time.t
	$(BMENU2) -p "" \
	    -u "Top" \
	    -n "" < $< > $@

$(srcdir)/config.texi: config.t
	$(BMENU2) -p "" \
	    -u "Top" \
	    -n "" < $< > $@

$(srcdir)/network.texi: network.t
	$(BMENU2) -p "" \
	    -u "Top" \
	    -n "" < $< > $@

noinst_SCRIPTS = gen_all gen_section gen_status_shell

EXTRA_DIST = config.t eventflags.t fixedblock.t interrupt.t mailbox.t \
    memorypool.t msgbuffer.t network.t rendezvous.t semaphore.t status.t \
    task.t tasksync.t time.t $(noinst_SCRIPTS)