source: rtems/doc/ada_user/Makefile.am @ 7d0ee4b0

4.104.114.84.95
Last change on this file since 7d0ee4b0 was 7d0ee4b0, checked in by Joel Sherrill <joel.sherrill@…>, on 05/08/00 at 16:19:46

Added Data Types chapter.

  • Property mode set to 100644
File size: 1.7 KB
Line 
1#
2#  COPYRIGHT (c) 1988-1999.
3#  On-Line Applications Research Corporation (OAR).
4#  All rights reserved.
5#
6#  $Id$
7#
8
9AUTOMAKE_OPTIONS = foreign
10
11PROJECT=ada_user
12
13include $(top_srcdir)/project.am
14
15COMMON_FILES= $(top_srcdir)/common/cpright.texi \
16  $(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 $(top_srcdir)/user/init.texi \
21  $(top_srcdir)/user/intr.texi $(top_srcdir)/user/io.texi $(top_srcdir)/user/mp.texi $(top_srcdir)/user/msg.texi \
22  $(top_srcdir)/user/overview.texi $(top_srcdir)/user/part.texi $(top_srcdir)/user/preface.texi \
23  $(top_srcdir)/user/region.texi $(top_srcdir)/user/rtmon.texi $(top_srcdir)/user/schedule.texi \
24  $(top_srcdir)/user/sem.texi $(top_srcdir)/user/signal.texi $(top_srcdir)/user/task.texi \
25  $(top_srcdir)/user/timer.texi $(top_srcdir)/user/userext.texi
26
27FILES= example.texi
28
29rtemspie.eps: $(top_srcdir)/user/rtemspie.eps
30        $(LN_S) $<
31states.eps: $(top_srcdir)/user/states.eps
32        $(LN_S) $<
33CLEANFILES += rtemspie.eps states.eps
34
35rtemsarc.png: $(top_srcdir)/user/rtemsarc.png
36        $(LN_S) $<
37rtemspie.png: $(top_srcdir)/user/rtemspie.png
38        $(LN_S) $<
39states.png: $(top_srcdir)/user/states.png
40        $(LN_S) $<
41CLEANFILES += rtemsarc.png rtemspie.png states.png
42
43info_TEXINFOS = ada_user.texi
44ada_user_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)   
45
46if USE_HTML
47html_project_DATA += rtemsarc.png rtemspie.png states.png
48endif
49
50$(PROJECT).dvi: rtemspie.eps states.eps
51PDF_IMAGES = rtemspie.pdf states.pdf
52
Note: See TracBrowser for help on using the repository browser.