summaryrefslogtreecommitdiffstats
path: root/doc/networking/Makefile
blob: d5c5add1c71a5f348ed55b29d29be16ebb99be85 (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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
#
#  COPYRIGHT (c) 1988-1998.
#  On-Line Applications Research Corporation (OAR).
#  All rights reserved.
#
#  $Id$
#

PROJECT=networking

include ../Make.config

REPLACE=../tools/word-replace

BMENU+= -c

all: html info ps

dirs:
	$(make-dirs)

COMMON_FILES=../common/cpright.texi ../common/setup.texi

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

FILES= $(PROJECT).texi \
  networktasks.texi preface.texi $(GENERATED_FILES)

INFOFILES=$(wildcard $(PROJECT) $(PROJECT)-*)

info: dirs networking
	#cp $(wildcard $(PROJECT) $(PROJECT)-*) $(INFO_INSTALL)
	cp $(PROJECT) $(INFO_INSTALL)

networking: $(FILES)
	$(MAKEINFO) $(PROJECT).texi

dvi: $(PROJECT).dvi
ps: dirs $(PROJECT).ps
	
$(PROJECT).ps: $(PROJECT).dvi
	dvips -o $(PROJECT).ps $(PROJECT).dvi
	cp $(PROJECT).ps $(PS_INSTALL)

$(PROJECT).dvi: $(FILES)
	$(TEXI2DVI) $(PROJECT).texi

networktasks.texi: networktasks.t Makefile
	$(BMENU) -p "Preface" \
	   -u "Top" \
	   -n "Networking Driver" ${*}.t

driver.texi: driver.t Makefile
	$(BMENU) -p "Network Task Structure and Data Flow" \
	   -u "Top" \
	   -n "Using Networking in an RTEMS Application" ${*}.t

networkapp.texi: networkapp.t Makefile
	$(BMENU) -p "Write the Driver Statistic-Printing Function" \
	   -u "Top" \
	   -n "Testing the Driver" ${*}.t

testing.texi: testing.t Makefile
	$(BMENU) -p "Socket Options" \
	   -u "Top" \
	   -n "Network Servers" ${*}.t

servers.texi: servers.t Makefile
	$(BMENU) -p "Throughput" \
	   -u "Top" \
	   -n "DEC 21140 Driver" ${*}.t

decdriver.texi: decdriver.t Makefile
	$(BMENU) -p "Using Hooks" \
	   -u "Top" \
	   -n "Command and Variable Index" ${*}.t

html: dirs $(FILES)
	-mkdir -p $(WWW_INSTALL)/$(PROJECT)
	rm -f $(WWW_INSTALL)/$(PROJECT)/networking.gif
	cp networking.gif $(WWW_INSTALL)/$(PROJECT)/networking.gif
	$(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/$(PROJECT) \
 	    $(PROJECT).texi

clean:
	rm -f *.o $(PROG) *.txt core 
	rm -f *.dvi *.ps *.log *.aux *.cp *.fn *.ky *.pg *.toc *.tp *.vr $(BASE)
	rm -f $(PROJECT) $(PROJECT)-* $(GENERATED_FILES)
	rm -f networking networking-*
	rm -f timedata.texi timetbl.texi intr.texi wksheets.texi
	rm -f timetbl.t wksheets.t
	rm -f *.fixed _*