source: rtems/doc/ada_user/Makefile.am @ 2571c79e

4.115
Last change on this file since 2571c79e was 2571c79e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/09/11 at 15:20:14

2011-12-09 Ralf Corsépius <ralf.corsepius@…>

  • project.am (MOSTLYCLEANFILES): Remove index.html.
  • ada_user/Makefile.am (CLEANFILES): Fixup image handling.
  • 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 += 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.