URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [rtems-20020807/] [doc/] [ada_user/] [Makefile.am] - Rev 1782
Compare with Previous | Blame | View Log
## COPYRIGHT (c) 1988-2002.# On-Line Applications Research Corporation (OAR).# All rights reserved.## Makefile.am,v 1.9 2002/03/28 00:52:37 joel Exp#PROJECT = ada_userEDITION = 1include $(top_srcdir)/project.aminclude $(top_srcdir)/main.amCOMMON_FILES = $(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 \$(top_srcdir)/common/setup.texi $(top_srcdir)/common/cpright.texiFILES = example.texirtemspie.eps: $(top_srcdir)/user/rtemspie.eps$(LN_S) $<states.eps: $(top_srcdir)/user/states.eps$(LN_S) $<CLEANFILES += rtemspie.eps states.eps rtemsarc.png rtemspie.png states.pngrtemsarc.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) $<info_TEXINFOS = ada_user.texiada_user_TEXINFOS = $(FILES) $(COMMON_FILES)if USE_HTMLhtml_project_DATA += rtemsarc.png rtemspie.png states.pngendif$(PROJECT).dvi: rtemspie.eps states.epsPDF_IMAGES = rtemspie.pdf states.pdf
