URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [rtems-20020807/] [doc/] [rtems_gdb/] [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:53:24 joel Exp#PROJECT = rtems_gdbEDITION = 1include $(top_srcdir)/project.aminclude $(top_srcdir)/main.amGENERATED_FILES = intro.texi swarch.texi started.texi commands.texi \trouble.texi example.texiCOMMON_FILES = $(top_srcdir)/common/setup.texi \$(top_srcdir)/common/cpright.texiFILES =info_TEXINFOS = rtems_gdb.texirtems_gdb_TEXINFOS = $(FILES) $(COMMON_FILES) $(GENERATED_FILES)## Process Automatically Generated Files#$(srcdir)/intro.texi: intro.t$(BMENU2) -p "Top" \-u "Top" \-n "Software Architecture" < $< > $@$(srcdir)/swarch.texi: swarch.t$(BMENU2) -p "Introduction" \-u "Top" \-n "Getting Started" < $< > $@$(srcdir)/started.texi: started.t$(BMENU2) -p "Software Architecture" \-u "Top" \-n "Commands" < $< > $@$(srcdir)/commands.texi: commands.t$(BMENU2) -p "Getting Started Attaching To The System" \-u "Top" \-n "Troubleshooting" < $< > $@$(srcdir)/trouble.texi: trouble.t$(BMENU2) -p "Commands Thread control" \-u "Top" \-n "Debug Session Example" < $< > $@$(srcdir)/example.texi: example.t$(BMENU2) -p "Troubleshooting Debug server not present" \-u "Top" \-n "" < $< > $@EXTRA_DIST = commands.t example.t intro.t started.t swarch.t trouble.t
