source: rtems/doc/networking/Makefile.am @ 593904c

4.104.114.84.95
Last change on this file since 593904c was 3ebc6dc, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/24/03 at 11:24:58

2003-01-24 Ralf Corsepius <corsepiu@…>

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