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