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