source: rtems/doc/ada_user/Makefile.am @ 5df8168

5
Last change on this file since 5df8168 was 5df8168, checked in by Sebastian Huber <sebastian.huber@…>, on 12/09/15 at 15:11:19

doc: Fix build for Ada user manual

  • Property mode set to 100644
File size: 2.9 KB
Line 
1#
2#  COPYRIGHT (c) 1988-2002.
3#  On-Line Applications Research Corporation (OAR).
4#  All rights reserved.
5
6PROJECT = ada_user
7
8include $(top_srcdir)/project.am
9include $(top_srcdir)/main.am
10
11COMMON_FILES += \
12    $(top_builddir)/user/barrier.texi $(top_builddir)/user/bsp.texi \
13    $(top_builddir)/user/clock.texi $(top_builddir)/user/concepts.texi \
14    $(top_builddir)/user/datatypes.texi $(top_builddir)/user/conf.texi \
15    $(top_builddir)/user/dirstat.texi $(top_builddir)/user/dpmem.texi \
16    $(top_builddir)/user/event.texi $(top_builddir)/user/fatal.texi \
17    $(top_builddir)/user/glossary.texi $(top_builddir)/user/init.texi \
18    $(top_builddir)/user/intr.texi $(top_builddir)/user/io.texi \
19    $(top_builddir)/user/libpci.texi  \
20    $(top_builddir)/user/linkersets.texi  \
21    $(top_builddir)/user/mp.texi $(top_builddir)/user/msg.texi \
22    $(top_builddir)/user/overview.texi $(top_builddir)/user/part.texi \
23    $(top_builddir)/user/preface.texi $(top_builddir)/user/region.texi \
24    $(top_builddir)/user/rtmon.texi $(top_builddir)/user/schedule.texi \
25    $(top_builddir)/user/sem.texi $(top_builddir)/user/signal.texi \
26    $(top_builddir)/user/task.texi $(top_builddir)/user/timer.texi \
27    $(top_builddir)/user/userext.texi $(top_builddir)/user/stackchk.texi \
28    $(top_builddir)/user/cpuuse.texi $(top_srcdir)/common/cpright.texi \
29    $(top_builddir)/user/object.texi $(top_builddir)/user/cbs.texi \
30    $(top_builddir)/user/smp.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 += ObjectId-16Bits.eps ObjectId-32Bits.eps rtemspie.eps semaphore_attributes.eps states.eps
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) $<
54semaphore_attributes.png: $(top_srcdir)/user/semaphore_attributes.png
55        $(LN_S) $<
56states.png: $(top_srcdir)/user/states.png
57        $(LN_S) $<
58CLEANFILES += ObjectId-16Bits.png ObjectId-32Bits.png rtemsarc.png rtemspie.png semaphore_attributes.png states.png
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.