source: rtems/doc/posix1003.1/Makefile.am @ 81653981

4.104.114.84.95
Last change on this file since 81653981 was 81653981, checked in by Joel Sherrill <joel.sherrill@…>, on 01/18/02 at 15:10:35

2002-01-18 Ralf Corsepius <corsepiu@…>

  • Makefile.am: include main.am, require automake-1.5.
  • Property mode set to 100644
File size: 3.6 KB
RevLine 
[2d19ed6c]1#
[6449498]2#  COPYRIGHT (c) 1988-2002.
[2d19ed6c]3#  On-Line Applications Research Corporation (OAR).
4#  All rights reserved.
5#
6#  $Id$
7#
8
[81653981]9AUTOMAKE_OPTIONS = foreign 1.5
[2d19ed6c]10
[fc76a6aa]11PROJECT = posix1003_1
12EDITION = 1
[eff6983d]13
[2ba8875]14include $(top_srcdir)/project.am
[81653981]15include $(top_srcdir)/main.am
[2d19ed6c]16
[fc76a6aa]17GENERATED_FILES = ch01.texi ch02.texi ch03.texi ch04.texi ch05.texi \
18    ch06.texi ch07.texi ch08.texi ch09.texi ch10.texi ch11.texi ch12.texi \
[e275cab]19    ch13.texi ch14.texi ch15.texi ch16.texi ch17.texi ch18.texi ch19.texi
[2d19ed6c]20
[110445c]21COMMON_FILES = $(top_srcdir)/common/setup.texi \
22    $(top_srcdir)/common/cpright.texi
[2d19ed6c]23
[fc76a6aa]24FILES = preface.texi
[2d19ed6c]25
[2ba8875]26info_TEXINFOS = posix1003_1.texi
27posix1003_1_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
[2d19ed6c]28
[fc76a6aa]29$(srcdir)/ch01.texi: ch01.t
30        $(BMENU2) -c -p "Preface" \
[2d19ed6c]31            -u "Top" \
[fc76a6aa]32            -n "Terminology and General Requirements" < $< > $@
[2d19ed6c]33
[fc76a6aa]34$(srcdir)/ch02.texi: ch02.t
35        $(BMENU2) -c -p "Conformance" \
[2d19ed6c]36            -u "Top" \
[fc76a6aa]37            -n "Process Primitives" < $< > $@
[2d19ed6c]38
[fc76a6aa]39$(srcdir)/ch03.texi: ch03.t
40        $(BMENU2) -c -p "Execution-Time Symbolic Constants for Portability Specifications" \
[2d19ed6c]41            -u "Top" \
[fc76a6aa]42            -n "Process Environment" < $< > $@
[2d19ed6c]43
[fc76a6aa]44$(srcdir)/ch04.texi: ch04.t
45        $(BMENU2) -c -p "Delay Process Execution" \
[2d19ed6c]46            -u "Top" \
[fc76a6aa]47            -n "Files and Directories" < $< > $@
[2d19ed6c]48
[fc76a6aa]49$(srcdir)/ch05.texi: ch05.t
50        $(BMENU2) -c -p "Get Configurable System Variables" \
[2d19ed6c]51            -u "Top" \
[fc76a6aa]52            -n "Input and Output Primitives" < $< > $@
[2d19ed6c]53
[fc76a6aa]54$(srcdir)/ch06.texi: ch06.t
55        $(BMENU2) -c -p "Get Configurable Pathname Variables" \
[2d19ed6c]56            -u "Top" \
[fc76a6aa]57            -n "Device- and Class-Specific Functions" < $< > $@
[2d19ed6c]58
[fc76a6aa]59$(srcdir)/ch07.texi: ch07.t
60        $(BMENU2) -c -p " Asynchronous File Synchronization" \
[2d19ed6c]61            -u "Top" \
[fc76a6aa]62            -n "Language-Specific Services for the C Programming Language" < $< > $@
[2d19ed6c]63
[fc76a6aa]64$(srcdir)/ch08.texi: ch08.t
65        $(BMENU2) -c -p "Set Foreground Process Group ID" \
[2d19ed6c]66            -u "Top" \
[fc76a6aa]67            -n "System Databases" < $< > $@
[2d19ed6c]68
[fc76a6aa]69$(srcdir)/ch09.texi: ch09.t
70        $(BMENU2) -c -p "Pseudo-Random Sequence Generation Functions" \
[2d19ed6c]71            -u "Top" \
[fc76a6aa]72            -n "Data Interchange Format" < $< > $@
[2d19ed6c]73
[fc76a6aa]74$(srcdir)/ch10.texi: ch10.t
75        $(BMENU2) -c -p "User Database Access" \
[2d19ed6c]76            -u "Top" \
[fc76a6aa]77            -n "Synchronization" < $< > $@
[2d19ed6c]78
[fc76a6aa]79$(srcdir)/ch11.texi: ch11.t
80        $(BMENU2) -c -p "Multiple Volumes" \
[2d19ed6c]81            -u "Top" \
[fc76a6aa]82            -n "Memory Management" < $< > $@
[2d19ed6c]83
[fc76a6aa]84$(srcdir)/ch12.texi: ch12.t
85        $(BMENU2) -c -p "Waiting on a Condition" \
[2d19ed6c]86            -u "Top" \
[fc76a6aa]87            -n "Execution Scheduling" < $< > $@
[2d19ed6c]88
[fc76a6aa]89$(srcdir)/ch13.texi: ch13.t
90        $(BMENU2) -c -p "Remove a Shared Memory Object" \
[2d19ed6c]91            -u "Top" \
[fc76a6aa]92            -n "Clocks and Timers" < $< > $@
[2d19ed6c]93
[fc76a6aa]94$(srcdir)/ch14.texi: ch14.t
95        $(BMENU2) -c -p "Change the Priority Ceiling of a Mutex" \
[2d19ed6c]96            -u "Top" \
[fc76a6aa]97            -n "Message Passing" < $< > $@
[2d19ed6c]98
[fc76a6aa]99$(srcdir)/ch15.texi: ch15.t
100        $(BMENU2) -c -p "High Resolution Sleep" \
[2d19ed6c]101            -u "Top" \
[fc76a6aa]102            -n "Thread Management" < $< > $@
[2d19ed6c]103
[fc76a6aa]104$(srcdir)/ch16.texi: ch16.t
105        $(BMENU2) -c -p "Get Message Queue Attributes" \
[2d19ed6c]106            -u "Top" \
[fc76a6aa]107            -n "Thread-Specific Data" < $< > $@
[2d19ed6c]108
[fc76a6aa]109$(srcdir)/ch17.texi: ch17.t
110        $(BMENU2) -c -p "Dynamic Package Initialization" \
[2d19ed6c]111            -u "Top" \
[fc76a6aa]112            -n "Thread Cancellation" < $< > $@
[2d19ed6c]113
[fc76a6aa]114$(srcdir)/ch18.texi: ch18.t
115        $(BMENU2) -c -p "Thread-Specific Data Key Deletion" \
[2d19ed6c]116            -u "Top" \
[fc76a6aa]117            -n "Compliance Summary" < $< > $@
[2071990]118
[e275cab]119$(srcdir)/ch19.texi: ch01.t ch02.t ch03.t ch04.t ch05.t ch06.t ch07.t ch08.t \
120    ch09.t ch10.t ch11.t ch12.t ch13.t ch14.t ch15.t ch16.t ch17.t ch18.t
121        $(srcdir)/summarize $^ | \
[fc76a6aa]122        $(BMENU2) -c -p "List of Cancellation Points" \
[2071990]123            -u "Top" \
[e275cab]124            -n "Command and Variable Index" > $@
[2d19ed6c]125
[2ba8875]126noinst_SCRIPTS = summarize
[2d19ed6c]127
[110445c]128EXTRA_DIST = ch01.t ch02.t ch03.t ch04.t ch05.t ch06.t ch07.t ch08.t ch09.t \
[e275cab]129    ch10.t ch11.t ch12.t ch13.t ch14.t ch15.t ch16.t ch17.t ch18.t \
[110445c]130    compliance_list summarize
Note: See TracBrowser for help on using the repository browser.