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

4.104.114.84.95
Last change on this file since 6449498 was 6449498, checked in by Joel Sherrill <joel.sherrill@…>, on 01/17/02 at 21:47:47

2001-01-17 Joel Sherrill <joel@…>

  • SUPPORT, LICENSE: New files.
  • Numerous files touched as part of merging the 4.5 branch onto the mainline development trunk and ensuring that the script that cuts snapshots and releases works on the documentation.
  • Property mode set to 100644
File size: 1.4 KB
RevLine 
[2ba8875]1#
[6449498]2#  COPYRIGHT (c) 1988-2002.
[2ba8875]3#  On-Line Applications Research Corporation (OAR).
4#  All rights reserved.
5#
6#  $Id$
7#
8
[fc76a6aa]9AUTOMAKE_OPTIONS = foreign 1.4
[2ba8875]10
[fc76a6aa]11PROJECT = filesystem
12EDITION = 1
[2ba8875]13
14include $(top_srcdir)/project.am
15
[fc76a6aa]16BMENU2 += -c
[2ba8875]17
[fc76a6aa]18GENERATED_FILES = patheval.texi init.texi mounting.texi syscalls.texi \
19    fsrequirements.texi imfs.texi miniimfs.texi tftp.texi
[110445c]20COMMON_FILES = $(top_srcdir)/common/setup.texi \
21    $(top_srcdir)/common/cpright.texi
[2ba8875]22
[fc76a6aa]23FILES = preface.texi
[2ba8875]24
25info_TEXINFOS = filesystem.texi
26filesystem_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
27
[fc76a6aa]28$(srcdir)/patheval.texi: patheval.t
29        $(BMENU2) -p "" \
[2ba8875]30           -u "Top" \
[fc76a6aa]31           -n "" < $< > $@
[2ba8875]32
[fc76a6aa]33$(srcdir)/init.texi: init.t
34        $(BMENU2) -p "" \
[2ba8875]35           -u "Top" \
[fc76a6aa]36           -n "" < $< > $@
[2ba8875]37
[fc76a6aa]38$(srcdir)/mounting.texi: mounting.t
39        $(BMENU2) -p "" \
[2ba8875]40           -u "Top" \
[fc76a6aa]41           -n "" < $< > $@
[2ba8875]42
[fc76a6aa]43$(srcdir)/syscalls.texi: syscalls.t
44        $(BMENU2) -p "" \
[2ba8875]45           -u "Top" \
[fc76a6aa]46           -n "" < $< > $@
[2ba8875]47
[fc76a6aa]48$(srcdir)/fsrequirements.texi: fsrequirements.t
49        $(BMENU2) -p "" \
[2ba8875]50           -u "Top" \
[fc76a6aa]51           -n "" < $< > $@
[2ba8875]52
[fc76a6aa]53$(srcdir)/imfs.texi: imfs.t
54        $(BMENU2) -p "" \
[2ba8875]55           -u "Top" \
[fc76a6aa]56           -n "" < $< > $@
[2ba8875]57
[fc76a6aa]58$(srcdir)/miniimfs.texi: miniimfs.t
59        $(BMENU2) -p "" \
[2ba8875]60           -u "Top" \
[fc76a6aa]61           -n "" < $< > $@
[2ba8875]62
[fc76a6aa]63$(srcdir)/tftp.texi: tftp.t
64        $(BMENU2) -p "" \
[2ba8875]65           -u "Top" \
[fc76a6aa]66           -n "" < $< > $@
[2ba8875]67
[110445c]68EXTRA_DIST = fsrequirements.t imfs.t init.t miniimfs.t mounting.t patheval.t \
69    syscalls.t tftp.t
Note: See TracBrowser for help on using the repository browser.