source: rtems/doc/filesystem/Makefile.am @ e630235

4.115
Last change on this file since e630235 was e630235, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/11/10 at 07:40:00

Remove EDITION (Unused)

  • Property mode set to 100644
File size: 1.3 KB
Line 
1#
2#  COPYRIGHT (c) 1988-2002.
3#  On-Line Applications Research Corporation (OAR).
4#  All rights reserved.
5#
6#  $Id$
7#
8
9PROJECT = filesystem
10
11include $(top_srcdir)/project.am
12include $(top_srcdir)/main.am
13
14BMENU2 += -c
15
16GENERATED_FILES = patheval.texi init.texi mounting.texi syscalls.texi \
17    fsrequirements.texi imfs.texi miniimfs.texi tftp.texi
18COMMON_FILES += $(top_srcdir)/common/cpright.texi
19
20FILES = preface.texi
21
22info_TEXINFOS = filesystem.texi
23filesystem_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
24
25patheval.texi: patheval.t
26        $(BMENU2) -p "" \
27           -u "Top" \
28           -n "" < $< > $@
29
30init.texi: init.t
31        $(BMENU2) -p "" \
32           -u "Top" \
33           -n "" < $< > $@
34
35mounting.texi: mounting.t
36        $(BMENU2) -p "" \
37           -u "Top" \
38           -n "" < $< > $@
39
40syscalls.texi: syscalls.t
41        $(BMENU2) -p "" \
42           -u "Top" \
43           -n "" < $< > $@
44
45fsrequirements.texi: fsrequirements.t
46        $(BMENU2) -p "" \
47           -u "Top" \
48           -n "" < $< > $@
49
50imfs.texi: imfs.t
51        $(BMENU2) -p "" \
52           -u "Top" \
53           -n "" < $< > $@
54
55miniimfs.texi: miniimfs.t
56        $(BMENU2) -p "" \
57           -u "Top" \
58           -n "" < $< > $@
59
60tftp.texi: tftp.t
61        $(BMENU2) -p "" \
62           -u "Top" \
63           -n "" < $< > $@
64
65EXTRA_DIST = fsrequirements.t imfs.t init.t miniimfs.t mounting.t patheval.t \
66    syscalls.t tftp.t
67
68CLEANFILES += filesystem.info filesystem.info-?
Note: See TracBrowser for help on using the repository browser.