source: rtems/doc/ada_user/Makefile.am @ 3ba40b46

4.104.114.84.95
Last change on this file since 3ba40b46 was 3ba40b46, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:54:20

2002-03-27 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 1.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
9
10PROJECT = ada_user
11EDITION = 1
12
13include $(top_srcdir)/project.am
14include $(top_srcdir)/main.am
15
16COMMON_FILES = $(top_srcdir)/user/bsp.texi $(top_srcdir)/user/clock.texi \
17    $(top_srcdir)/user/concepts.texi $(top_srcdir)/user/datatypes.texi \
18    $(top_srcdir)/user/conf.texi $(top_srcdir)/user/dirstat.texi \
19    $(top_srcdir)/user/dpmem.texi $(top_srcdir)/user/event.texi \
20    $(top_srcdir)/user/fatal.texi $(top_srcdir)/user/glossary.texi \
21    $(top_srcdir)/user/init.texi $(top_srcdir)/user/intr.texi \
22    $(top_srcdir)/user/io.texi $(top_srcdir)/user/mp.texi \
23    $(top_srcdir)/user/msg.texi $(top_srcdir)/user/overview.texi \
24    $(top_srcdir)/user/part.texi $(top_srcdir)/user/preface.texi \
25    $(top_srcdir)/user/region.texi $(top_srcdir)/user/rtmon.texi \
26    $(top_srcdir)/user/schedule.texi $(top_srcdir)/user/sem.texi \
27    $(top_srcdir)/user/signal.texi $(top_srcdir)/user/task.texi \
28    $(top_srcdir)/user/timer.texi $(top_srcdir)/user/userext.texi \
29    $(top_srcdir)/common/setup.texi $(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
Note: See TracBrowser for help on using the repository browser.