source: rtems/doc/ada_user/Makefile.am @ c7ddb172

4.104.114.84.95
Last change on this file since c7ddb172 was c7ddb172, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/24/03 at 11:16:56

2003-01-24 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Put GENERATED_FILES into $builddir.
  • Property mode set to 100644
File size: 1.8 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 = ada_user
11EDITION = 1
[2ba8875]12
13include $(top_srcdir)/project.am
[81653981]14include $(top_srcdir)/main.am
[2ba8875]15
[c7ddb172]16COMMON_FILES = $(top_builddir)/user/bsp.texi $(top_builddir)/user/clock.texi \
17    $(top_builddir)/user/concepts.texi $(top_builddir)/user/datatypes.texi \
18    $(top_builddir)/user/conf.texi $(top_builddir)/user/dirstat.texi \
19    $(top_builddir)/user/dpmem.texi $(top_builddir)/user/event.texi \
20    $(top_builddir)/user/fatal.texi $(top_builddir)/user/glossary.texi \
21    $(top_builddir)/user/init.texi $(top_builddir)/user/intr.texi \
22    $(top_builddir)/user/io.texi $(top_builddir)/user/mp.texi \
23    $(top_builddir)/user/msg.texi $(top_builddir)/user/overview.texi \
24    $(top_builddir)/user/part.texi $(top_builddir)/user/preface.texi \
25    $(top_builddir)/user/region.texi $(top_builddir)/user/rtmon.texi \
26    $(top_builddir)/user/schedule.texi $(top_builddir)/user/sem.texi \
27    $(top_builddir)/user/signal.texi $(top_builddir)/user/task.texi \
28    $(top_builddir)/user/timer.texi $(top_builddir)/user/userext.texi \
[fc76a6aa]29    $(top_srcdir)/common/setup.texi $(top_srcdir)/common/cpright.texi
30
31FILES = example.texi
[2ba8875]32
33rtemspie.eps: $(top_srcdir)/user/rtemspie.eps
34        $(LN_S) $<
35states.eps: $(top_srcdir)/user/states.eps
36        $(LN_S) $<
[110445c]37CLEANFILES += rtemspie.eps states.eps rtemsarc.png rtemspie.png states.png
[2ba8875]38
39rtemsarc.png: $(top_srcdir)/user/rtemsarc.png
40        $(LN_S) $<
41rtemspie.png: $(top_srcdir)/user/rtemspie.png
42        $(LN_S) $<
43states.png: $(top_srcdir)/user/states.png
44        $(LN_S) $<
45
46info_TEXINFOS = ada_user.texi
[8cd9c14d]47ada_user_TEXINFOS = $(FILES) $(COMMON_FILES)
[2ba8875]48
49if USE_HTML
50html_project_DATA += rtemsarc.png rtemspie.png states.png
51endif
52
53$(PROJECT).dvi: rtemspie.eps states.eps
[fdbfff18]54PDF_IMAGES = rtemspie.pdf states.pdf
Note: See TracBrowser for help on using the repository browser.