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

4.104.115
Last change on this file since bd861cc6 was bd861cc6, checked in by Joel Sherrill <joel.sherrill@…>, on 11/09/09 at 14:36:14

2009-11-09 Joel Sherrill <joel.sherrill@…>

  • ada_user/Makefile.am, ada_user/ada_user.texi, user/Makefile.am, user/c_user.texi, user/concepts.t, user/overview.t, user/preface.texi, user/schedule.t, user/sem.t: Add table of figures. Add text and graphic of tree illustrating valid combinations of semaphore attributes.
  • user/semaphore_attributes.eps, user/semaphore_attributes.png: New files.
  • Property mode set to 100644
File size: 2.6 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) $<
41semaphore_attributes.eps: $(top_srcdir)/user/semaphore_attributes.eps
42        $(LN_S) $<
43states.eps: $(top_srcdir)/user/states.eps
44        $(LN_S) $<
45CLEANFILES += rtrtemspie.eps states.eps rtemsarc.png rtemspie.png states.png \
46    ObjectId-32Bits.png semaphore_attributes.png
47
48ObjectId-16Bits.png: $(top_srcdir)/user/ObjectId-16Bits.png
49        $(LN_S) $<
50ObjectId-32Bits.png: $(top_srcdir)/user/ObjectId-32Bits.png
51        $(LN_S) $<
52rtemsarc.png: $(top_srcdir)/user/rtemsarc.png
53        $(LN_S) $<
54rtemspie.png: $(top_srcdir)/user/rtemspie.png
55        $(LN_S) $<
56semaphore_attributes.png: $(top_srcdir)/user/semaphore_attributes.png
57        $(LN_S) $<
58states.png: $(top_srcdir)/user/states.png
59        $(LN_S) $<
60
61info_TEXINFOS = ada_user.texi
62ada_user_TEXINFOS = $(FILES) $(COMMON_FILES)
63
64if USE_HTML
65html_project_DATA += rtemsarc.png rtemspie.png states.png \
66    ObjectId-16Bits.png ObjectId-32Bits.png semaphore_attributes.png
67endif
68
69$(PROJECT).dvi: rtemspie.eps states.eps ObjectId-16Bits.eps \
70    ObjectId-32Bits.eps semaphore_attributes.eps
71PDF_IMAGES = rtemspie.pdf states.pdf
72
73CLEANFILES += ada_user.info ada_user.info-? ada_user.info-??
Note: See TracBrowser for help on using the repository browser.