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

4.115
Last change on this file since a31845f7 was a31845f7, checked in by Daniel Hellstrom <daniel@…>, on 11/28/11 at 09:11:10

LIBPCI: added PCI layer to cpukit/libpci

  • Property mode set to 100644
File size: 2.8 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/mp.texi $(top_builddir)/user/msg.texi \
21    $(top_builddir)/user/overview.texi $(top_builddir)/user/part.texi \
22    $(top_builddir)/user/preface.texi $(top_builddir)/user/region.texi \
23    $(top_builddir)/user/rtmon.texi $(top_builddir)/user/schedule.texi \
24    $(top_builddir)/user/sem.texi $(top_builddir)/user/signal.texi \
25    $(top_builddir)/user/task.texi $(top_builddir)/user/timer.texi \
26    $(top_builddir)/user/userext.texi $(top_builddir)/user/stackchk.texi \
27    $(top_builddir)/user/cpuuse.texi $(top_srcdir)/common/cpright.texi \
28    $(top_builddir)/user/object.texi $(top_builddir)/user/cbs.texi \
29    $(top_builddir)/user/smp.texi
30
31FILES = example.texi
32
33ObjectId-16Bits.eps: $(top_srcdir)/user/ObjectId-16Bits.eps
34        $(LN_S) $<
35ObjectId-32Bits.eps: $(top_srcdir)/user/ObjectId-32Bits.eps
36        $(LN_S) $<
37rtemspie.eps: $(top_srcdir)/user/rtemspie.eps
38        $(LN_S) $<
39semaphore_attributes.eps: $(top_srcdir)/user/semaphore_attributes.eps
40        $(LN_S) $<
41states.eps: $(top_srcdir)/user/states.eps
42        $(LN_S) $<
43CLEANFILES += ObjectId-16Bits.eps ObjectId-32Bits.eps rtemspie.eps semaphore_attributes.eps states.eps
44
45ObjectId-16Bits.png: $(top_srcdir)/user/ObjectId-16Bits.png
46        $(LN_S) $<
47ObjectId-32Bits.png: $(top_srcdir)/user/ObjectId-32Bits.png
48        $(LN_S) $<
49rtemsarc.png: $(top_srcdir)/user/rtemsarc.png
50        $(LN_S) $<
51rtemspie.png: $(top_srcdir)/user/rtemspie.png
52        $(LN_S) $<
53semaphore_attributes.png: $(top_srcdir)/user/semaphore_attributes.png
54        $(LN_S) $<
55states.png: $(top_srcdir)/user/states.png
56        $(LN_S) $<
57CLEANFILES += ObjectId-16Bits.png ObjectId-32Bits.png rtemsarc.png rtemspie.png semaphore_attributes.png states.png
58
59info_TEXINFOS = ada_user.texi
60ada_user_TEXINFOS = $(FILES) $(COMMON_FILES)
61
62if USE_HTML
63html_project_DATA += rtemsarc.png rtemspie.png states.png \
64    ObjectId-16Bits.png ObjectId-32Bits.png semaphore_attributes.png
65endif
66
67$(PROJECT).dvi: rtemspie.eps states.eps ObjectId-16Bits.eps \
68    ObjectId-32Bits.eps semaphore_attributes.eps
69PDF_IMAGES = rtemspie.pdf states.pdf ObjectId-16Bits.pdf \
70    ObjectId-32Bits.pdf semaphore_attributes.pdf
71
72CLEANFILES += ada_user.info ada_user.info-? ada_user.info-??
Note: See TracBrowser for help on using the repository browser.