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

4.104.115
Last change on this file since c427536 was c427536, checked in by Joel Sherrill <joel.sherrill@…>, on 11/07/08 at 18:57:58

2008-11-07 Joel Sherrill <joel.sherrill@…>

  • ada_user/Makefile.am: Make Ada manual build again after adding figure.
  • Property mode set to 100644
File size: 2.2 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 = ada_user
10EDITION = 1
[2ba8875]11
12include $(top_srcdir)/project.am
[81653981]13include $(top_srcdir)/main.am
[2ba8875]14
[9bacef80]15COMMON_FILES += \
16    $(top_builddir)/user/barrier.texi $(top_builddir)/user/bsp.texi \
[9814e9e3]17    $(top_builddir)/user/clock.texi $(top_builddir)/user/concepts.texi \
18    $(top_builddir)/user/datatypes.texi $(top_builddir)/user/conf.texi \
19    $(top_builddir)/user/dirstat.texi $(top_builddir)/user/dpmem.texi \
20    $(top_builddir)/user/event.texi $(top_builddir)/user/fatal.texi \
21    $(top_builddir)/user/glossary.texi $(top_builddir)/user/init.texi \
22    $(top_builddir)/user/intr.texi $(top_builddir)/user/io.texi \
23    $(top_builddir)/user/mp.texi $(top_builddir)/user/msg.texi \
24    $(top_builddir)/user/overview.texi $(top_builddir)/user/part.texi \
25    $(top_builddir)/user/preface.texi $(top_builddir)/user/region.texi \
26    $(top_builddir)/user/rtmon.texi $(top_builddir)/user/schedule.texi \
27    $(top_builddir)/user/sem.texi $(top_builddir)/user/signal.texi \
28    $(top_builddir)/user/task.texi $(top_builddir)/user/timer.texi \
[ffae7bd]29    $(top_builddir)/user/userext.texi $(top_builddir)/user/stackchk.texi \
[f3839908]30    $(top_builddir)/user/cpuuse.texi $(top_srcdir)/common/cpright.texi \
31    $(top_builddir)/user/object.texi
[fc76a6aa]32
33FILES = example.texi
[2ba8875]34
[c427536]35ObjectId-32Bits.eps: $(top_srcdir)/user/ObjectId-32Bits.eps
36        $(LN_S) $<
[2ba8875]37rtemspie.eps: $(top_srcdir)/user/rtemspie.eps
38        $(LN_S) $<
39states.eps: $(top_srcdir)/user/states.eps
40        $(LN_S) $<
[c427536]41CLEANFILES += rtemspie.eps states.eps rtemsarc.png rtemspie.png states.png \
42    ObjectId-32Bits.png
[2ba8875]43
[c427536]44ObjectId-32Bits.png: $(top_srcdir)/user/ObjectId-32Bits.png
45        $(LN_S) $<
[2ba8875]46rtemsarc.png: $(top_srcdir)/user/rtemsarc.png
47        $(LN_S) $<
48rtemspie.png: $(top_srcdir)/user/rtemspie.png
49        $(LN_S) $<
50states.png: $(top_srcdir)/user/states.png
51        $(LN_S) $<
52
53info_TEXINFOS = ada_user.texi
[8cd9c14d]54ada_user_TEXINFOS = $(FILES) $(COMMON_FILES)
[2ba8875]55
56if USE_HTML
[c427536]57html_project_DATA += rtemsarc.png rtemspie.png states.png ObjectId-32Bits.png
[2ba8875]58endif
59
[c427536]60$(PROJECT).dvi: rtemspie.eps states.eps ObjectId-32Bits.eps
[fdbfff18]61PDF_IMAGES = rtemspie.pdf states.pdf
[3bfda69]62
63CLEANFILES += ada_user.info ada_user.info-? ada_user.info-??
Note: See TracBrowser for help on using the repository browser.