source: rtems/doc/posix_users/Makefile.am @ 9847d61d

4.115
Last change on this file since 9847d61d was 9847d61d, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 06:58:25

Remove CVS-Ids.

  • Property mode set to 100644
File size: 2.7 KB
Line 
1#
2#  COPYRIGHT (c) 1988-2002.
3#  On-Line Applications Research Corporation (OAR).
4#  All rights reserved.
5
6PROJECT = posix_users
7
8include $(top_srcdir)/project.am
9include $(top_srcdir)/main.am
10
11GENERATED_FILES = cancel.texi clock.texi cond.texi cspecific.texi \
12    device.texi files.texi io.texi key.texi memorymgmt.texi message.texi \
13    mutex.texi procenv.texi process.texi sched.texi semaphores.texi \
14    signal.texi status.texi systemdb.texi thread.texi timer.texi libc.texi \
15    libm.texi
16
17COMMON_FILES += $(top_srcdir)/common/cpright.texi
18
19FILES = preface.texi
20info_TEXINFOS = posix_users.texi
21posix_users_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
22
23process.texi: process.t
24         $(BMENU2) -p "" \
25            -u "Top" \
26            -n "" < $< > $@
27
28procenv.texi: procenv.t
29         $(BMENU2) -p "" \
30            -u "Top" \
31            -n "" < $< > $@
32
33files.texi: files.t
34         $(BMENU2) -p "" \
35            -u "Top" \
36            -n "" < $< > $@
37
38thread.texi: thread.t
39         $(BMENU2) -p "" \
40            -u "Top" \
41            -n "" < $< > $@
42
43signal.texi: signal.t
44         $(BMENU2) -p "" \
45            -u "Top" \
46            -n "" < $< > $@
47
48mutex.texi: mutex.t
49         $(BMENU2) -p "" \
50            -u "Top" \
51            -n "" < $< > $@
52
53cond.texi: cond.t
54         $(BMENU2) -p "" \
55            -u "Top" \
56            -n "" < $< > $@
57
58key.texi: key.t
59         $(BMENU2) -p "" \
60            -u "Top" \
61            -n "" < $< > $@
62
63clock.texi: clock.t
64         $(BMENU2) -p "" \
65            -u "Top" \
66            -n "" < $< > $@
67
68timer.texi: timer.t
69         $(BMENU2) -p "" \
70            -u "Top" \
71            -n "" < $< > $@
72
73sched.texi: sched.t
74         $(BMENU2) -p "" \
75            -u "Top" \
76            -n "" < $< > $@
77
78io.texi: io.t
79         $(BMENU2) -p "" \
80            -u "Top" \
81            -n "" < $< > $@
82
83device.texi: device.t
84         $(BMENU2) -p "" \
85            -u "Top" \
86            -n "" < $< > $@
87
88cspecific.texi: cspecific.t
89         $(BMENU2) -p "" \
90            -u "Top" \
91            -n "" < $< > $@
92
93semaphores.texi: semaphores.t
94         $(BMENU2) -p "" \
95            -u "Top" \
96            -n "" < $< > $@
97
98memorymgmt.texi: memorymgmt.t
99         $(BMENU2) -p "" \
100            -u "Top" \
101            -n "" < $< > $@
102
103message.texi: message.t
104         $(BMENU2) -p "" \
105            -u "Top" \
106            -n "" < $< > $@
107
108cancel.texi: cancel.t
109         $(BMENU2) -p "" \
110            -u "Top" \
111            -n "" < $< > $@
112
113systemdb.texi: systemdb.t
114         $(BMENU2) -p "" \
115            -u "Top" \
116            -n "" < $< > $@
117
118status.texi: status.t
119         $(BMENU2) -p "" \
120            -u "Top" \
121            -n "" < $< > $@
122
123libc.texi: libc.t
124         $(BMENU2) -p "" \
125            -u "Top" \
126            -n "" < $< > $@
127
128libm.texi: libm.t
129         $(BMENU2) -p "" \
130            -u "Top" \
131            -n "" < $< > $@
132
133noinst_SCRIPTS = gen_size_report
134EXTRA_DIST = cancel.t clock.t cond.t cspecific.t device.t files.t io.t key.t \
135    libc.t libm.t memorymgmt.t message.t mutex.t procenv.t process.t sched.t \
136    semaphores.t signal.t status.t systemdb.t thread.t timer.t \
137    gen_size_report
138
139CLEANFILES += posix_users.info posix_users.info-? posix_users.info-??
Note: See TracBrowser for help on using the repository browser.