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

4.115
Last change on this file since e783d04 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
RevLine 
[2ba8875]1#
[6449498]2#  COPYRIGHT (c) 1988-2002.
[2ba8875]3#  On-Line Applications Research Corporation (OAR).
4#  All rights reserved.
5#
6#  $Id$
7#
8
[fc76a6aa]9PROJECT = ada_user
[2ba8875]10
11include $(top_srcdir)/project.am
[81653981]12include $(top_srcdir)/main.am
[2ba8875]13
[9bacef80]14COMMON_FILES += \
15    $(top_builddir)/user/barrier.texi $(top_builddir)/user/bsp.texi \
[9814e9e3]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 \
[86c3d41]26    $(top_builddir)/user/sem.texi $(top_builddir)/user/signal.texi \
[9814e9e3]27    $(top_builddir)/user/task.texi $(top_builddir)/user/timer.texi \
[ffae7bd]28    $(top_builddir)/user/userext.texi $(top_builddir)/user/stackchk.texi \
[f3839908]29    $(top_builddir)/user/cpuuse.texi $(top_srcdir)/common/cpright.texi \
30    $(top_builddir)/user/object.texi
[fc76a6aa]31
32FILES = example.texi
[2ba8875]33
[2bf21fc8]34ObjectId-16Bits.eps: $(top_srcdir)/user/ObjectId-16Bits.eps
35        $(LN_S) $<
[c427536]36ObjectId-32Bits.eps: $(top_srcdir)/user/ObjectId-32Bits.eps
37        $(LN_S) $<
[2ba8875]38rtemspie.eps: $(top_srcdir)/user/rtemspie.eps
39        $(LN_S) $<
[bd861cc6]40semaphore_attributes.eps: $(top_srcdir)/user/semaphore_attributes.eps
41        $(LN_S) $<
[2ba8875]42states.eps: $(top_srcdir)/user/states.eps
43        $(LN_S) $<
[bd861cc6]44CLEANFILES += rtrtemspie.eps states.eps rtemsarc.png rtemspie.png states.png \
45    ObjectId-32Bits.png semaphore_attributes.png
[2ba8875]46
[2bf21fc8]47ObjectId-16Bits.png: $(top_srcdir)/user/ObjectId-16Bits.png
48        $(LN_S) $<
[c427536]49ObjectId-32Bits.png: $(top_srcdir)/user/ObjectId-32Bits.png
50        $(LN_S) $<
[2ba8875]51rtemsarc.png: $(top_srcdir)/user/rtemsarc.png
52        $(LN_S) $<
53rtemspie.png: $(top_srcdir)/user/rtemspie.png
54        $(LN_S) $<
[bd861cc6]55semaphore_attributes.png: $(top_srcdir)/user/semaphore_attributes.png
56        $(LN_S) $<
[2ba8875]57states.png: $(top_srcdir)/user/states.png
58        $(LN_S) $<
59
60info_TEXINFOS = ada_user.texi
[8cd9c14d]61ada_user_TEXINFOS = $(FILES) $(COMMON_FILES)
[2ba8875]62
63if USE_HTML
[2bf21fc8]64html_project_DATA += rtemsarc.png rtemspie.png states.png \
[bd861cc6]65    ObjectId-16Bits.png ObjectId-32Bits.png semaphore_attributes.png
[2ba8875]66endif
67
[2bf21fc8]68$(PROJECT).dvi: rtemspie.eps states.eps ObjectId-16Bits.eps \
[bd861cc6]69    ObjectId-32Bits.eps semaphore_attributes.eps
[e783d04]70PDF_IMAGES = rtemspie.pdf states.pdf ObjectId-16Bits.pdf \
71    ObjectId-32Bits.pdf semaphore_attributes.pdf
[3bfda69]72
73CLEANFILES += ada_user.info ada_user.info-? ada_user.info-??
Note: See TracBrowser for help on using the repository browser.