source: rtems/doc/ada_user/Makefile.am @ 86c3d41

4.104.115
Last change on this file since 86c3d41 was 86c3d41, checked in by Joel Sherrill <joel.sherrill@…>, on 12/01/08 at 16:14:41

2008-12-01 Joel Sherrill <joel.sherrill@…>

  • ada_user/Makefile.am: Fix typo.
  • Property mode set to 100644
File size: 2.4 KB
Line 
1#
2#  COPYRIGHT (c) 1988-2002.
3#  On-Line Applications Research Corporation (OAR).
4#  All rights reserved.
5#
6#  $Id$
7#
8
9PROJECT = ada_user
10EDITION = 1
11
12include $(top_srcdir)/project.am
13include $(top_srcdir)/main.am
14
15COMMON_FILES += \
16    $(top_builddir)/user/barrier.texi $(top_builddir)/user/bsp.texi \
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 \
29    $(top_builddir)/user/userext.texi $(top_builddir)/user/stackchk.texi \
30    $(top_builddir)/user/cpuuse.texi $(top_srcdir)/common/cpright.texi \
31    $(top_builddir)/user/object.texi
32
33FILES = example.texi
34
35ObjectId-16Bits.eps: $(top_srcdir)/user/ObjectId-16Bits.eps
36        $(LN_S) $<
37ObjectId-32Bits.eps: $(top_srcdir)/user/ObjectId-32Bits.eps
38        $(LN_S) $<
39rtemspie.eps: $(top_srcdir)/user/rtemspie.eps
40        $(LN_S) $<
41states.eps: $(top_srcdir)/user/states.eps
42        $(LN_S) $<
43CLEANFILES += rtemspie.eps states.eps rtemsarc.png rtemspie.png states.png \
44    ObjectId-32Bits.png
45
46ObjectId-16Bits.png: $(top_srcdir)/user/ObjectId-16Bits.png
47        $(LN_S) $<
48ObjectId-32Bits.png: $(top_srcdir)/user/ObjectId-32Bits.png
49        $(LN_S) $<
50rtemsarc.png: $(top_srcdir)/user/rtemsarc.png
51        $(LN_S) $<
52rtemspie.png: $(top_srcdir)/user/rtemspie.png
53        $(LN_S) $<
54states.png: $(top_srcdir)/user/states.png
55        $(LN_S) $<
56
57info_TEXINFOS = ada_user.texi
58ada_user_TEXINFOS = $(FILES) $(COMMON_FILES)
59
60if USE_HTML
61html_project_DATA += rtemsarc.png rtemspie.png states.png \
62    ObjectId-16Bits.png ObjectId-32Bits.png
63endif
64
65$(PROJECT).dvi: rtemspie.eps states.eps ObjectId-16Bits.eps \
66    ObjectId-32Bits.eps
67PDF_IMAGES = rtemspie.pdf states.pdf
68
69CLEANFILES += ada_user.info ada_user.info-? ada_user.info-??
Note: See TracBrowser for help on using the repository browser.