source: rtems/doc/networking/Makefile.am @ 6d0a5c0

4.104.114.84.95
Last change on this file since 6d0a5c0 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: 1.8 KB
Line 
1#
2#  COPYRIGHT (c) 1988-2002.
3#  On-Line Applications Research Corporation (OAR).
4#  All rights reserved.
5#
6#  $Id$
7#
8
9AUTOMAKE_OPTIONS = foreign 1.4
10
11PROJECT = networking
12EDITION = 1
13include $(top_srcdir)/project.am
14
15BMENU2 += -c
16
17GENERATED_FILES = networkapp.texi driver.texi networktasks.texi testing.texi \
18    servers.texi decdriver.texi
19
20COMMON_FILES = $(top_srcdir)/common/setup.texi \
21    $(top_srcdir)/common/cpright.texi
22
23FILES = networktasks.texi preface.texi
24
25info_TEXINFOS = networking.texi
26networking_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
27
28$(PROJECT).dvi: ./networkflow.eps ./PCIreg.eps ./recvbd.eps
29
30PDF_IMAGES = networkflow.pdf PCIreg.pdf recvbd.pdf
31
32if USE_HTML
33html_project_DATA += networkflow.jpg networkflow.png PCIreg.jpg recvbd.jpg
34endif
35
36$(srcdir)/networktasks.texi: networktasks.t
37        $(BMENU2) -p "Preface" \
38           -u "Top" \
39           -n "Networking Driver" < $< > $@
40
41$(srcdir)/driver.texi: driver.t
42        $(BMENU2) -p "Network Task Structure and Data Flow" \
43           -u "Top" \
44           -n "Using Networking in an RTEMS Application" < $< > $@
45
46$(srcdir)/networkapp.texi: networkapp.t
47        $(BMENU2) -p "Write the Driver Statistic-Printing Function" \
48           -u "Top" \
49           -n "Testing the Driver" < $< > $@
50
51$(srcdir)/testing.texi: testing.t
52        $(BMENU2) -p "Time Synchronization Using NTP" \
53           -u "Top" \
54           -n "Network Servers" < $< > $@
55
56$(srcdir)/servers.texi: servers.t
57        $(BMENU2) -p "Throughput" \
58           -u "Top" \
59           -n "DEC 21140 Driver" < $< > $@
60
61$(srcdir)/decdriver.texi: decdriver.t
62        $(BMENU2) -p "Using Hooks" \
63           -u "Top" \
64           -n "Command and Variable Index" < $< > $@
65
66PICTURE_FILES = PCIreg.eps PCIreg.jpg networkflow.eps networkflow.jpg \
67    networkflow.png recvbd.eps recvbd.jpg
68
69EXTRA_DIST = decdriver.t driver.t networkapp.t networktasks.t servers.t \
70    testing.t $(PICTURE_FILES)
Note: See TracBrowser for help on using the repository browser.