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