summaryrefslogtreecommitdiffstats
path: root/doc/networking/Makefile.am
blob: b252d6bf7912e605e6f4ba875ba119cce6125bcf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
#
#  COPYRIGHT (c) 1988-2002.
#  On-Line Applications Research Corporation (OAR).
#  All rights reserved.
#
#  $Id$
#

AUTOMAKE_OPTIONS = foreign 1.4

PROJECT = networking
EDITION = 1
include $(top_srcdir)/project.am

BMENU2 += -c

GENERATED_FILES = networkapp.texi driver.texi networktasks.texi testing.texi \
    servers.texi decdriver.texi

COMMON_FILES = $(top_srcdir)/common/setup.texi \
    $(top_srcdir)/common/cpright.texi

FILES = networktasks.texi preface.texi

info_TEXINFOS = networking.texi
networking_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)

$(PROJECT).dvi: ./networkflow.eps ./PCIreg.eps ./recvbd.eps

PDF_IMAGES = networkflow.pdf PCIreg.pdf recvbd.pdf

if USE_HTML
html_project_DATA += networkflow.jpg networkflow.png PCIreg.jpg recvbd.jpg
endif

$(srcdir)/networktasks.texi: networktasks.t
	$(BMENU2) -p "Preface" \
	   -u "Top" \
	   -n "Networking Driver" < $< > $@

$(srcdir)/driver.texi: driver.t
	$(BMENU2) -p "Network Task Structure and Data Flow" \
	   -u "Top" \
	   -n "Using Networking in an RTEMS Application" < $< > $@

$(srcdir)/networkapp.texi: networkapp.t
	$(BMENU2) -p "Write the Driver Statistic-Printing Function" \
	   -u "Top" \
	   -n "Testing the Driver" < $< > $@

$(srcdir)/testing.texi: testing.t
	$(BMENU2) -p "Time Synchronization Using NTP" \
	   -u "Top" \
	   -n "Network Servers" < $< > $@

$(srcdir)/servers.texi: servers.t
	$(BMENU2) -p "Throughput" \
	   -u "Top" \
	   -n "DEC 21140 Driver" < $< > $@

$(srcdir)/decdriver.texi: decdriver.t
	$(BMENU2) -p "Using Hooks" \
	   -u "Top" \
	   -n "Command and Variable Index" < $< > $@

PICTURE_FILES = PCIreg.eps PCIreg.jpg networkflow.eps networkflow.jpg \
    networkflow.png recvbd.eps recvbd.jpg

EXTRA_DIST = decdriver.t driver.t networkapp.t networktasks.t servers.t \
    testing.t $(PICTURE_FILES)