summaryrefslogtreecommitdiffstats
path: root/doc/ada_user/Makefile.am
blob: a1d23e721e9b2ce469a7542c5dc54567dac20384 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#
#  COPYRIGHT (c) 1988-1999.
#  On-Line Applications Research Corporation (OAR).
#  All rights reserved.
#
#  $Id$
#

AUTOMAKE_OPTIONS = foreign

PROJECT=ada_user

include $(top_srcdir)/project.am

COMMON_FILES= $(top_srcdir)/common/cpright.texi \
  $(top_srcdir)/user/bsp.texi $(top_srcdir)/user/clock.texi \
  $(top_srcdir)/user/concepts.texi $(top_srcdir)/user/datatypes.texi \
  $(top_srcdir)/user/conf.texi $(top_srcdir)/user/dirstat.texi \
  $(top_srcdir)/user/dpmem.texi $(top_srcdir)/user/event.texi \
  $(top_srcdir)/user/fatal.texi $(top_srcdir)/user/glossary.texi $(top_srcdir)/user/init.texi \
  $(top_srcdir)/user/intr.texi $(top_srcdir)/user/io.texi $(top_srcdir)/user/mp.texi $(top_srcdir)/user/msg.texi \
  $(top_srcdir)/user/overview.texi $(top_srcdir)/user/part.texi $(top_srcdir)/user/preface.texi \
  $(top_srcdir)/user/region.texi $(top_srcdir)/user/rtmon.texi $(top_srcdir)/user/schedule.texi \
  $(top_srcdir)/user/sem.texi $(top_srcdir)/user/signal.texi $(top_srcdir)/user/task.texi \
  $(top_srcdir)/user/timer.texi $(top_srcdir)/user/userext.texi 

FILES= example.texi

rtemspie.eps: $(top_srcdir)/user/rtemspie.eps
	$(LN_S) $<
states.eps: $(top_srcdir)/user/states.eps
	$(LN_S) $<
CLEANFILES += rtemspie.eps states.eps

rtemsarc.png: $(top_srcdir)/user/rtemsarc.png
	$(LN_S) $<
rtemspie.png: $(top_srcdir)/user/rtemspie.png
	$(LN_S) $<
states.png: $(top_srcdir)/user/states.png
	$(LN_S) $<
CLEANFILES += rtemsarc.png rtemspie.png states.png

info_TEXINFOS = ada_user.texi
ada_user_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)   

if USE_HTML
html_project_DATA += rtemsarc.png rtemspie.png states.png
endif

$(PROJECT).dvi: rtemspie.eps states.eps
PDF_IMAGES = rtemspie.pdf states.pdf