URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [rtems-20020807/] [doc/] [itron3.0/] [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.6 2002/03/28 00:52:59 joel Exp#PROJECT = itronEDITION = 1include $(top_srcdir)/project.aminclude $(top_srcdir)/main.amCOMMON_FILES = $(top_srcdir)/common/setup.texiGENERATED_FILES = status.texi task.texi tasksync.texi semaphore.texi \eventflags.texi mailbox.texi msgbuffer.texi rendezvous.texi \interrupt.texi memorypool.texi fixedblock.texi time.texi config.texi \network.texiFILES = preface.texiinfo_TEXINFOS = itron.texiitron_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)$(srcdir)/status.texi: status.t$(BMENU2) -p "" \-u "Top" \-n "" < $< > $@$(srcdir)/task.texi: task.t$(BMENU2) -p "" \-u "Top" \-n "" < $< > $@$(srcdir)/tasksync.texi: tasksync.t$(BMENU2) -p "" \-u "Top" \-n "" < $< > $@$(srcdir)/semaphore.texi: semaphore.t$(BMENU2) -p "" \-u "Top" \-n "" < $< > $@$(srcdir)/eventflags.texi: eventflags.t$(BMENU2) -p "" \-u "Top" \-n "" < $< > $@$(srcdir)/mailbox.texi: mailbox.t$(BMENU2) -p "" \-u "Top" \-n "" < $< > $@$(srcdir)/msgbuffer.texi: msgbuffer.t$(BMENU2) -p "" \-u "Top" \-n "" < $< > $@$(srcdir)/rendezvous.texi: rendezvous.t$(BMENU2) -p "" \-u "Top" \-n "" < $< > $@$(srcdir)/interrupt.texi: interrupt.t$(BMENU2) -p "" \-u "Top" \-n "" < $< > $@$(srcdir)/memorypool.texi: memorypool.t$(BMENU2) -p "" \-u "Top" \-n "" < $< > $@$(srcdir)/fixedblock.texi: fixedblock.t$(BMENU2) -p "" \-u "Top" \-n "" < $< > $@$(srcdir)/time.texi: time.t$(BMENU2) -p "" \-u "Top" \-n "" < $< > $@$(srcdir)/config.texi: config.t$(BMENU2) -p "" \-u "Top" \-n "" < $< > $@$(srcdir)/network.texi: network.t$(BMENU2) -p "" \-u "Top" \-n "" < $< > $@noinst_SCRIPTS = gen_all gen_section gen_status_shellEXTRA_DIST = config.t eventflags.t fixedblock.t interrupt.t mailbox.t \memorypool.t msgbuffer.t network.t rendezvous.t semaphore.t status.t \task.t tasksync.t time.t $(noinst_SCRIPTS)
