source: rtems/doc/ada_user/Makefile.am @ 9814e9e3

4.104.114.84.95
Last change on this file since 9814e9e3 was 9814e9e3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/11/03 at 16:20:40

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

  • Makefile.am: Cosmetics.
  • 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
9PROJECT = ada_user
10EDITION = 1
11
12include $(top_srcdir)/project.am
13include $(top_srcdir)/main.am
14
15COMMON_FILES += $(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_srcdir)/common/cpright.texi
29
30FILES = example.texi
31
32rtemspie.eps: $(top_srcdir)/user/rtemspie.eps
33        $(LN_S) $<
34states.eps: $(top_srcdir)/user/states.eps
35        $(LN_S) $<
36CLEANFILES += rtemspie.eps states.eps rtemsarc.png rtemspie.png states.png
37
38rtemsarc.png: $(top_srcdir)/user/rtemsarc.png
39        $(LN_S) $<
40rtemspie.png: $(top_srcdir)/user/rtemspie.png
41        $(LN_S) $<
42states.png: $(top_srcdir)/user/states.png
43        $(LN_S) $<
44
45info_TEXINFOS = ada_user.texi
46ada_user_TEXINFOS = $(FILES) $(COMMON_FILES)
47
48if USE_HTML
49html_project_DATA += rtemsarc.png rtemspie.png states.png
50endif
51
52$(PROJECT).dvi: rtemspie.eps states.eps
53PDF_IMAGES = rtemspie.pdf states.pdf
54
55CLEANFILES += ada_user.info ada_user.info-? ada_user.info-??
56
Note: See TracBrowser for help on using the repository browser.