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

4.115
Last change on this file since bd0ebc3 was e783d04, checked in by Joel Sherrill <joel.sherrill@…>, on 03/04/11 at 18:43:10

2011-03-04 Joel Sherrill <joel.sherrill@…>

  • ada_user/Makefile.am: Add ObjectId? pdf files.
  • Property mode set to 100644
File size: 2.7 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
10
11include $(top_srcdir)/project.am
12include $(top_srcdir)/main.am
13
14COMMON_FILES += \
15    $(top_builddir)/user/barrier.texi $(top_builddir)/user/bsp.texi \
16    $(top_builddir)/user/clock.texi $(top_builddir)/user/concepts.texi \
17    $(top_builddir)/user/datatypes.texi $(top_builddir)/user/conf.texi \
18    $(top_builddir)/user/dirstat.texi $(top_builddir)/user/dpmem.texi \
19    $(top_builddir)/user/event.texi $(top_builddir)/user/fatal.texi \
20    $(top_builddir)/user/glossary.texi $(top_builddir)/user/init.texi \
21    $(top_builddir)/user/intr.texi $(top_builddir)/user/io.texi \
22    $(top_builddir)/user/mp.texi $(top_builddir)/user/msg.texi \
23    $(top_builddir)/user/overview.texi $(top_builddir)/user/part.texi \
24    $(top_builddir)/user/preface.texi $(top_builddir)/user/region.texi \
25    $(top_builddir)/user/rtmon.texi $(top_builddir)/user/schedule.texi \
26    $(top_builddir)/user/sem.texi $(top_builddir)/user/signal.texi \
27    $(top_builddir)/user/task.texi $(top_builddir)/user/timer.texi \
28    $(top_builddir)/user/userext.texi $(top_builddir)/user/stackchk.texi \
29    $(top_builddir)/user/cpuuse.texi $(top_srcdir)/common/cpright.texi \
30    $(top_builddir)/user/object.texi
31
32FILES = example.texi
33
34ObjectId-16Bits.eps: $(top_srcdir)/user/ObjectId-16Bits.eps
35        $(LN_S) $<
36ObjectId-32Bits.eps: $(top_srcdir)/user/ObjectId-32Bits.eps
37        $(LN_S) $<
38rtemspie.eps: $(top_srcdir)/user/rtemspie.eps
39        $(LN_S) $<
40semaphore_attributes.eps: $(top_srcdir)/user/semaphore_attributes.eps
41        $(LN_S) $<
42states.eps: $(top_srcdir)/user/states.eps
43        $(LN_S) $<
44CLEANFILES += rtrtemspie.eps states.eps rtemsarc.png rtemspie.png states.png \
45    ObjectId-32Bits.png semaphore_attributes.png
46
47ObjectId-16Bits.png: $(top_srcdir)/user/ObjectId-16Bits.png
48        $(LN_S) $<
49ObjectId-32Bits.png: $(top_srcdir)/user/ObjectId-32Bits.png
50        $(LN_S) $<
51rtemsarc.png: $(top_srcdir)/user/rtemsarc.png
52        $(LN_S) $<
53rtemspie.png: $(top_srcdir)/user/rtemspie.png
54        $(LN_S) $<
55semaphore_attributes.png: $(top_srcdir)/user/semaphore_attributes.png
56        $(LN_S) $<
57states.png: $(top_srcdir)/user/states.png
58        $(LN_S) $<
59
60info_TEXINFOS = ada_user.texi
61ada_user_TEXINFOS = $(FILES) $(COMMON_FILES)
62
63if USE_HTML
64html_project_DATA += rtemsarc.png rtemspie.png states.png \
65    ObjectId-16Bits.png ObjectId-32Bits.png semaphore_attributes.png
66endif
67
68$(PROJECT).dvi: rtemspie.eps states.eps ObjectId-16Bits.eps \
69    ObjectId-32Bits.eps semaphore_attributes.eps
70PDF_IMAGES = rtemspie.pdf states.pdf ObjectId-16Bits.pdf \
71    ObjectId-32Bits.pdf semaphore_attributes.pdf
72
73CLEANFILES += ada_user.info ada_user.info-? ada_user.info-??
Note: See TracBrowser for help on using the repository browser.