source: rtems/doc/networking/Makefile.am @ 3bfda69

4.104.114.84.95
Last change on this file since 3bfda69 was 3bfda69, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/26/03 at 15:32:26

2003-11-26 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add *.info to CLEANFILES to accomodate automake-1.7f/1.8 breaking building infos.
  • 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/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
36networktasks.texi: networktasks.t
37        $(BMENU2) -p "Preface" \
38           -u "Top" \
39           -n "Networking Driver" < $< > $@
40
41driver.texi: driver.t
42        $(BMENU2) -p "Network Task Structure and Data Flow" \
43           -u "Top" \
44           -n "Using Networking in an RTEMS Application" < $< > $@
45
46networkapp.texi: networkapp.t
47        $(BMENU2) -p "Write the Driver Statistic-Printing Function" \
48           -u "Top" \
49           -n "Testing the Driver" < $< > $@
50
51testing.texi: testing.t
52        $(BMENU2) -p "Time Synchronization Using NTP" \
53           -u "Top" \
54           -n "Network Servers" < $< > $@
55
56servers.texi: servers.t
57        $(BMENU2) -p "Throughput" \
58           -u "Top" \
59           -n "DEC 21140 Driver" < $< > $@
60
61decdriver.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)
71
72CLEANFILES += networking.info networking.info-?
Note: See TracBrowser for help on using the repository browser.