OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [doc/] [filesystem/] [Makefile.am] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
#
2
#  COPYRIGHT (c) 1988-2002.
3
#  On-Line Applications Research Corporation (OAR).
4
#  All rights reserved.
5
#
6
#  Makefile.am,v 1.6 2002/03/28 00:52:50 joel Exp
7
#
8
 
9
 
10
PROJECT = filesystem
11
EDITION = 1
12
 
13
include $(top_srcdir)/project.am
14
include $(top_srcdir)/main.am
15
 
16
BMENU2 += -c
17
 
18
GENERATED_FILES = patheval.texi init.texi mounting.texi syscalls.texi \
19
    fsrequirements.texi imfs.texi miniimfs.texi tftp.texi
20
COMMON_FILES = $(top_srcdir)/common/setup.texi \
21
    $(top_srcdir)/common/cpright.texi
22
 
23
FILES = preface.texi
24
 
25
info_TEXINFOS = filesystem.texi
26
filesystem_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
27
 
28
$(srcdir)/patheval.texi: patheval.t
29
        $(BMENU2) -p "" \
30
           -u "Top" \
31
           -n "" < $< > $@
32
 
33
$(srcdir)/init.texi: init.t
34
        $(BMENU2) -p "" \
35
           -u "Top" \
36
           -n "" < $< > $@
37
 
38
$(srcdir)/mounting.texi: mounting.t
39
        $(BMENU2) -p "" \
40
           -u "Top" \
41
           -n "" < $< > $@
42
 
43
$(srcdir)/syscalls.texi: syscalls.t
44
        $(BMENU2) -p "" \
45
           -u "Top" \
46
           -n "" < $< > $@
47
 
48
$(srcdir)/fsrequirements.texi: fsrequirements.t
49
        $(BMENU2) -p "" \
50
           -u "Top" \
51
           -n "" < $< > $@
52
 
53
$(srcdir)/imfs.texi: imfs.t
54
        $(BMENU2) -p "" \
55
           -u "Top" \
56
           -n "" < $< > $@
57
 
58
$(srcdir)/miniimfs.texi: miniimfs.t
59
        $(BMENU2) -p "" \
60
           -u "Top" \
61
           -n "" < $< > $@
62
 
63
$(srcdir)/tftp.texi: tftp.t
64
        $(BMENU2) -p "" \
65
           -u "Top" \
66
           -n "" < $< > $@
67
 
68
EXTRA_DIST = fsrequirements.t imfs.t init.t miniimfs.t mounting.t patheval.t \
69
    syscalls.t tftp.t

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.