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

4.104.114.84.95
Last change on this file since eec8e59e was 3bfda69, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/26/03 at 15:32:26

2003-11-26 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add *.info to CLEANFILES to accomodate automake-1.7f/1.8 breaking building infos.
  • Property mode set to 100644
File size: 1.8 KB
Line 
1#
2#  COPYRIGHT (c) 1988-2002.
3#  On-Line Applications Research Corporation (OAR).
4#  All rights reserved.
5#
6#  $Id$
7#
8
9
10PROJECT = ada_user
11EDITION = 1
12
13include $(top_srcdir)/project.am
14include $(top_srcdir)/main.am
15
16COMMON_FILES += $(top_builddir)/user/bsp.texi $(top_builddir)/user/clock.texi \
17    $(top_builddir)/user/concepts.texi $(top_builddir)/user/datatypes.texi \
18    $(top_builddir)/user/conf.texi $(top_builddir)/user/dirstat.texi \
19    $(top_builddir)/user/dpmem.texi $(top_builddir)/user/event.texi \
20    $(top_builddir)/user/fatal.texi $(top_builddir)/user/glossary.texi \
21    $(top_builddir)/user/init.texi $(top_builddir)/user/intr.texi \
22    $(top_builddir)/user/io.texi $(top_builddir)/user/mp.texi \
23    $(top_builddir)/user/msg.texi $(top_builddir)/user/overview.texi \
24    $(top_builddir)/user/part.texi $(top_builddir)/user/preface.texi \
25    $(top_builddir)/user/region.texi $(top_builddir)/user/rtmon.texi \
26    $(top_builddir)/user/schedule.texi $(top_builddir)/user/sem.texi \
27    $(top_builddir)/user/signal.texi $(top_builddir)/user/task.texi \
28    $(top_builddir)/user/timer.texi $(top_builddir)/user/userext.texi \
29    $(top_srcdir)/common/cpright.texi
30
31FILES = example.texi
32
33rtemspie.eps: $(top_srcdir)/user/rtemspie.eps
34        $(LN_S) $<
35states.eps: $(top_srcdir)/user/states.eps
36        $(LN_S) $<
37CLEANFILES += rtemspie.eps states.eps rtemsarc.png rtemspie.png states.png
38
39rtemsarc.png: $(top_srcdir)/user/rtemsarc.png
40        $(LN_S) $<
41rtemspie.png: $(top_srcdir)/user/rtemspie.png
42        $(LN_S) $<
43states.png: $(top_srcdir)/user/states.png
44        $(LN_S) $<
45
46info_TEXINFOS = ada_user.texi
47ada_user_TEXINFOS = $(FILES) $(COMMON_FILES)
48
49if USE_HTML
50html_project_DATA += rtemsarc.png rtemspie.png states.png
51endif
52
53$(PROJECT).dvi: rtemspie.eps states.eps
54PDF_IMAGES = rtemspie.pdf states.pdf
55
56CLEANFILES += ada_user.info ada_user.info-? ada_user.info-??
Note: See TracBrowser for help on using the repository browser.