source: rtems/doc/filesystem/Makefile.am @ 9847d61d

4.115
Last change on this file since 9847d61d was 9847d61d, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 06:58:25

Remove CVS-Ids.

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