source: rtems/doc/filesystem/Makefile.am @ 902d710

4.104.114.84.95
Last change on this file since 902d710 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.4 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 = filesystem
12EDITION = 1
13
14include $(top_srcdir)/project.am
15include $(top_srcdir)/main.am
16
17BMENU2 += -c
18
19GENERATED_FILES = patheval.texi init.texi mounting.texi syscalls.texi \
20    fsrequirements.texi imfs.texi miniimfs.texi tftp.texi
21COMMON_FILES = $(top_srcdir)/common/setup.texi \
22    $(top_srcdir)/common/cpright.texi
23
24FILES = preface.texi
25
26info_TEXINFOS = filesystem.texi
27filesystem_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
28
29$(srcdir)/patheval.texi: patheval.t
30        $(BMENU2) -p "" \
31           -u "Top" \
32           -n "" < $< > $@
33
34$(srcdir)/init.texi: init.t
35        $(BMENU2) -p "" \
36           -u "Top" \
37           -n "" < $< > $@
38
39$(srcdir)/mounting.texi: mounting.t
40        $(BMENU2) -p "" \
41           -u "Top" \
42           -n "" < $< > $@
43
44$(srcdir)/syscalls.texi: syscalls.t
45        $(BMENU2) -p "" \
46           -u "Top" \
47           -n "" < $< > $@
48
49$(srcdir)/fsrequirements.texi: fsrequirements.t
50        $(BMENU2) -p "" \
51           -u "Top" \
52           -n "" < $< > $@
53
54$(srcdir)/imfs.texi: imfs.t
55        $(BMENU2) -p "" \
56           -u "Top" \
57           -n "" < $< > $@
58
59$(srcdir)/miniimfs.texi: miniimfs.t
60        $(BMENU2) -p "" \
61           -u "Top" \
62           -n "" < $< > $@
63
64$(srcdir)/tftp.texi: tftp.t
65        $(BMENU2) -p "" \
66           -u "Top" \
67           -n "" < $< > $@
68
69EXTRA_DIST = fsrequirements.t imfs.t init.t miniimfs.t mounting.t patheval.t \
70    syscalls.t tftp.t
Note: See TracBrowser for help on using the repository browser.