source: rtems/doc/FAQ/Makefile.am @ f705def7

Last change on this file since f705def7 was f705def7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/30/03 at 05:36:50

2003-08-30 Ralf Corsepius <corsepius@…>

  • FAQ.texi: include common/rtems.texi.
  • Makefile.am: Reflect changes to $(top_srcdir)/project.am.
  • basic.t: Use RTEMSHTTPURL instead of http://www.rtems.com.
  • build45.t: Use RTEMSPREFIX instead of /opt/rtems.
  • Property mode set to 100644
File size: 1.6 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
9
[fc76a6aa]10PROJECT = FAQ
11EDITION = 1
[2ba8875]12
13include $(top_srcdir)/project.am
[81653981]14include $(top_srcdir)/main.am
[2ba8875]15
[fc76a6aa]16GENERATED_FILES = basic.texi tools.texi concepts.texi build45.texi bsp.texi \
17    debug.texi freesw.texi embeddedinfo.texi hwdebugaids.texi projects.texi \
18    endoftime.texi
[2ba8875]19
[f705def7]20COMMON_FILES += $(top_srcdir)/common/cpright.texi
[2ba8875]21
[fc76a6aa]22FILES =
[2ba8875]23
24info_TEXINFOS = FAQ.texi
[fc76a6aa]25FAQ_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)
[2ba8875]26
27#
28#  Process Automatically Generated Files
29#
30
[c7ddb172]31basic.texi: basic.t
[fc76a6aa]32        $(BMENU2) -c -p "Top" \
[2ba8875]33            -u "Top" \
[fc76a6aa]34            -n "" < $< > $@
[2ba8875]35
[c7ddb172]36tools.texi: tools.t
[fc76a6aa]37        $(BMENU2) -c -p "Top" \
[2ba8875]38            -u "Top" \
[fc76a6aa]39            -n "" < $< > $@
[2ba8875]40
[c7ddb172]41concepts.texi: concepts.t
[fc76a6aa]42        $(BMENU2) -c -p "" \
[2ba8875]43            -u "Top" \
[fc76a6aa]44            -n "" < $< > $@
[2ba8875]45
[c7ddb172]46build45.texi: build45.t
[fc76a6aa]47        $(BMENU2) -c -p "" \
[2f957f19]48            -u "Top" \
[fc76a6aa]49            -n "" < $< > $@
[2f957f19]50
[c7ddb172]51bsp.texi: bsp.t
[fc76a6aa]52        $(BMENU2) -c -p "" \
[2ba8875]53            -u "Top" \
[fc76a6aa]54            -n "" < $< > $@
[2ba8875]55
[c7ddb172]56debug.texi: debug.t
[fc76a6aa]57        $(BMENU2) -c -p "" \
[2ba8875]58            -u "Top" \
[fc76a6aa]59            -n "" < $< > $@
[2ba8875]60
[c7ddb172]61freesw.texi: freesw.t
[fc76a6aa]62        $(BMENU2) -c -p "" \
[2ba8875]63            -u "Top" \
[fc76a6aa]64            -n "" < $< > $@
[2ba8875]65
[c7ddb172]66embeddedinfo.texi: embeddedinfo.t
[fc76a6aa]67        $(BMENU2) -c -p "" \
[2ba8875]68            -u "Top" \
[fc76a6aa]69            -n "" < $< > $@
[2ba8875]70
[c7ddb172]71hwdebugaids.texi: hwdebugaids.t
[fc76a6aa]72        $(BMENU2) -c -p "" \
[2ba8875]73            -u "Top" \
[fc76a6aa]74            -n "" < $< > $@
[2ba8875]75
[c7ddb172]76projects.texi: projects.t
[fc76a6aa]77        $(BMENU2) -c -p "" \
[2ba8875]78            -u "Top" \
[fc76a6aa]79            -n "" < $< > $@
[2ba8875]80
[c7ddb172]81endoftime.texi: endoftime.t
[fc76a6aa]82        $(BMENU2) -c -p "" \
[2ba8875]83            -u "Top" \
[fc76a6aa]84            -n "" < $< > $@
[2ba8875]85
[110445c]86EXTRA_DIST = entry basic.t bsp.t build45.t concepts.t debug.t embeddedinfo.t \
87    endoftime.t freesw.t hwdebugaids.t projects.t tools.t
Note: See TracBrowser for help on using the repository browser.