source: rtems/doc/posix_users/Makefile.am @ 6449498

4.104.114.84.95
Last change on this file since 6449498 was 6449498, checked in by Joel Sherrill <joel.sherrill@…>, on 01/17/02 at 21:47:47

2001-01-17 Joel Sherrill <joel@…>

  • SUPPORT, LICENSE: New files.
  • Numerous files touched as part of merging the 4.5 branch onto the mainline development trunk and ensuring that the script that cuts snapshots and releases works on the documentation.
  • Property mode set to 100644
File size: 2.9 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
[fc76a6aa]9AUTOMAKE_OPTIONS = foreign 1.4
[2ba8875]10
[fc76a6aa]11PROJECT = posix_users
12EDITION = 1
[2ba8875]13
14include $(top_srcdir)/project.am
15
[fc76a6aa]16GENERATED_FILES = cancel.texi clock.texi cond.texi cspecific.texi \
17    device.texi files.texi io.texi key.texi memorymgmt.texi message.texi \
18    mutex.texi procenv.texi process.texi sched.texi semaphores.texi \
19    signal.texi status.texi systemdb.texi thread.texi timer.texi libc.texi \
20    libm.texi
[2ba8875]21
[110445c]22COMMON_FILES = $(top_srcdir)/common/setup.texi \
23    $(top_srcdir)/common/cpright.texi
[2ba8875]24
[fc76a6aa]25FILES = preface.texi
[2ba8875]26info_TEXINFOS = posix_users.texi
[110445c]27posix_users_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
[2ba8875]28
[fc76a6aa]29$(srcdir)/process.texi: process.t
30         $(BMENU2) -p "" \
[2ba8875]31            -u "Top" \
[fc76a6aa]32            -n "" < $< > $@
[2ba8875]33
[fc76a6aa]34$(srcdir)/procenv.texi: procenv.t
35         $(BMENU2) -p "" \
[2ba8875]36            -u "Top" \
[fc76a6aa]37            -n "" < $< > $@
[2ba8875]38
[fc76a6aa]39$(srcdir)/files.texi: files.t
40         $(BMENU2) -p "" \
[2ba8875]41            -u "Top" \
[fc76a6aa]42            -n "" < $< > $@
[2ba8875]43
[fc76a6aa]44$(srcdir)/thread.texi: thread.t
45         $(BMENU2) -p "" \
[2ba8875]46            -u "Top" \
[fc76a6aa]47            -n "" < $< > $@
[2ba8875]48
[fc76a6aa]49$(srcdir)/signal.texi: signal.t
50         $(BMENU2) -p "" \
[2ba8875]51            -u "Top" \
[fc76a6aa]52            -n "" < $< > $@
[2ba8875]53
[fc76a6aa]54$(srcdir)/mutex.texi: mutex.t
55         $(BMENU2) -p "" \
[2ba8875]56            -u "Top" \
[fc76a6aa]57            -n "" < $< > $@
[2ba8875]58
[fc76a6aa]59$(srcdir)/cond.texi: cond.t
60         $(BMENU2) -p "" \
[2ba8875]61            -u "Top" \
[fc76a6aa]62            -n "" < $< > $@
[2ba8875]63
[fc76a6aa]64$(srcdir)/key.texi: key.t
65         $(BMENU2) -p "" \
[2ba8875]66            -u "Top" \
[fc76a6aa]67            -n "" < $< > $@
[2ba8875]68
[fc76a6aa]69$(srcdir)/clock.texi: clock.t
70         $(BMENU2) -p "" \
[2ba8875]71            -u "Top" \
[fc76a6aa]72            -n "" < $< > $@
[2ba8875]73
[fc76a6aa]74$(srcdir)/timer.texi: timer.t
75         $(BMENU2) -p "" \
[2ba8875]76            -u "Top" \
[fc76a6aa]77            -n "" < $< > $@
[2ba8875]78
[fc76a6aa]79$(srcdir)/sched.texi: sched.t
80         $(BMENU2) -p "" \
[2ba8875]81            -u "Top" \
[fc76a6aa]82            -n "" < $< > $@
[2ba8875]83
[fc76a6aa]84$(srcdir)/io.texi: io.t
85         $(BMENU2) -p "" \
[2ba8875]86            -u "Top" \
[fc76a6aa]87            -n "" < $< > $@
[2ba8875]88
[fc76a6aa]89$(srcdir)/device.texi: device.t
90         $(BMENU2) -p "" \
[2ba8875]91            -u "Top" \
[fc76a6aa]92            -n "" < $< > $@
[2ba8875]93
[fc76a6aa]94$(srcdir)/cspecific.texi: cspecific.t
95         $(BMENU2) -p "" \
[2ba8875]96            -u "Top" \
[fc76a6aa]97            -n "" < $< > $@
[2ba8875]98
[fc76a6aa]99$(srcdir)/semaphores.texi: semaphores.t
100         $(BMENU2) -p "" \
[2ba8875]101            -u "Top" \
[fc76a6aa]102            -n "" < $< > $@
[2ba8875]103
[fc76a6aa]104$(srcdir)/memorymgmt.texi: memorymgmt.t
105         $(BMENU2) -p "" \
[2ba8875]106            -u "Top" \
[fc76a6aa]107            -n "" < $< > $@
[2ba8875]108
[fc76a6aa]109$(srcdir)/message.texi: message.t
110         $(BMENU2) -p "" \
[2ba8875]111            -u "Top" \
[fc76a6aa]112            -n "" < $< > $@
[2ba8875]113
[fc76a6aa]114$(srcdir)/cancel.texi: cancel.t
115         $(BMENU2) -p "" \
[2ba8875]116            -u "Top" \
[fc76a6aa]117            -n "" < $< > $@
[2ba8875]118
[fc76a6aa]119$(srcdir)/systemdb.texi: systemdb.t
120         $(BMENU2) -p "" \
[2ba8875]121            -u "Top" \
[fc76a6aa]122            -n "" < $< > $@
[2ba8875]123
[fc76a6aa]124$(srcdir)/status.texi: status.t
125         $(BMENU2) -p "" \
[2ba8875]126            -u "Top" \
[fc76a6aa]127            -n "" < $< > $@
[2ba8875]128
[fc76a6aa]129$(srcdir)/libc.texi: libc.t
130         $(BMENU2) -p "" \
[2ba8875]131            -u "Top" \
[fc76a6aa]132            -n "" < $< > $@
[2ba8875]133
[fc76a6aa]134$(srcdir)/libm.texi: libm.t
135         $(BMENU2) -p "" \
[2ba8875]136            -u "Top" \
[fc76a6aa]137            -n "" < $< > $@
[2ba8875]138
139noinst_SCRIPTS = gen_size_report
[110445c]140EXTRA_DIST = cancel.t clock.t cond.t cspecific.t device.t files.t io.t key.t \
141    libc.t libm.t memorymgmt.t message.t mutex.t procenv.t process.t sched.t \
142    semaphores.t signal.t status.t systemdb.t thread.t timer.t \
143    gen_size_report
[2ba8875]144
Note: See TracBrowser for help on using the repository browser.