2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: include main.am, require automake-1.5.
This commit is contained in:
Joel Sherrill
2002-01-18 15:10:35 +00:00
parent 6d0a5c0bb9
commit 816539819a
32 changed files with 97 additions and 16 deletions

View File

@@ -1,3 +1,7 @@
2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: include main.am, require automake-1.5.
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* .cvsignore: Added rtems_header.html and rtems_footer.html.

View File

@@ -6,12 +6,13 @@
# $Id$
#
AUTOMAKE_OPTIONS = foreign 1.4
AUTOMAKE_OPTIONS = foreign 1.5
PROJECT = FAQ
EDITION = 1
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
GENERATED_FILES = basic.texi tools.texi concepts.texi build45.texi bsp.texi \
debug.texi freesw.texi embeddedinfo.texi hwdebugaids.texi projects.texi \

View File

@@ -1,3 +1,7 @@
2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: include main.am, require automake-1.5.
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* .cvsignore: Added rtems_header.html and rtems_footer.html.

View File

@@ -6,12 +6,13 @@
# $Id$
#
AUTOMAKE_OPTIONS = foreign 1.4
AUTOMAKE_OPTIONS = foreign 1.5
PROJECT = ada_user
EDITION = 1
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
COMMON_FILES = $(top_srcdir)/user/bsp.texi $(top_srcdir)/user/clock.texi \
$(top_srcdir)/user/concepts.texi $(top_srcdir)/user/datatypes.texi \

View File

@@ -1,3 +1,7 @@
2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: include main.am, require automake-1.5.
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* .cvsignore: Added rtems_header.html and rtems_footer.html.

View File

@@ -6,12 +6,13 @@
# $Id$
#
AUTOMAKE_OPTIONS = foreign 1.4
AUTOMAKE_OPTIONS = foreign 1.5
PROJECT = bsp_howto
EDITION = 1
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
GENERATED_FILES = intro.texi target.texi makefiles.texi linkcmds.texi \
support.texi adaintr.texi init.texi console.texi clock.texi timer.texi \

View File

@@ -1,3 +1,7 @@
2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: include main.am, require automake-1.5.
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* .cvsignore: Added rtems_header.html and rtems_footer.html.

View File

@@ -6,12 +6,13 @@
# $Id$
#
AUTOMAKE_OPTIONS = foreign 1.4
AUTOMAKE_OPTIONS = foreign 1.5
PROJECT = develenv
EDITION = 1
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
FILES = compile.texi direct.texi intro.texi sample.texi utils.texi

View File

@@ -1,3 +1,7 @@
2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: include main.am, require automake-1.5.
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* .cvsignore: Added rtems_header.html and rtems_footer.html.

View File

@@ -6,12 +6,13 @@
# $Id$
#
AUTOMAKE_OPTIONS = foreign 1.4
AUTOMAKE_OPTIONS = foreign 1.5
PROJECT = filesystem
EDITION = 1
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
BMENU2 += -c

View File

@@ -1,3 +1,7 @@
2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: include main.am, require automake-1.5.
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* .cvsignore: Added rtems_header.html and rtems_footer.html.

View File

@@ -6,12 +6,13 @@
# $Id$
#
AUTOMAKE_OPTIONS = foreign 1.4
AUTOMAKE_OPTIONS = foreign 1.5
PROJECT = itron
EDITION = 1
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
COMMON_FILES = $(top_srcdir)/common/setup.texi

View File

@@ -1,3 +1,7 @@
2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: include main.am, require automake-1.5.
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* .cvsignore: Added rtems_header.html and rtems_footer.html.

View File

@@ -6,11 +6,13 @@
# $Id$
#
AUTOMAKE_OPTIONS = foreign 1.4
AUTOMAKE_OPTIONS = foreign 1.5
PROJECT = networking
EDITION = 1
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
BMENU2 += -c

View File

@@ -1,3 +1,7 @@
2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: include main.am, require automake-1.5.
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* .cvsignore: Added rtems_header.html and rtems_footer.html.

View File

@@ -6,12 +6,13 @@
# $Id$
#
AUTOMAKE_OPTIONS = foreign 1.4
AUTOMAKE_OPTIONS = foreign 1.5
PROJECT = new_chapters
EDITION = 1
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
GENERATED_FILES = adminiface.texi confspace.texi dumpcontrol.texi \
eventlog.texi stackchk.texi rtmonuse.texi cpuuse.texi error.texi \

View File

@@ -1,3 +1,7 @@
2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: include main.am, require automake-1.5.
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* .cvsignore: Added rtems_header.html and rtems_footer.html.

View File

@@ -6,12 +6,13 @@
# $Id$
#
AUTOMAKE_OPTIONS = foreign 1.4
AUTOMAKE_OPTIONS = foreign 1.5
PROJECT = porting
EDITION = 1
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
FILES = preface.texi developtools.texi sourcecode.texi cpumodels.texi \
cpuinit.texi interrupts.texi taskcontext.texi idlethread.texi \

View File

@@ -1,3 +1,7 @@
2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: include main.am, require automake-1.5.
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* .cvsignore: Added rtems_header.html and rtems_footer.html.

View File

@@ -6,12 +6,13 @@
# $Id$
#
AUTOMAKE_OPTIONS = foreign 1.4
AUTOMAKE_OPTIONS = foreign 1.5
PROJECT = posix1003_1
EDITION = 1
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
GENERATED_FILES = ch01.texi ch02.texi ch03.texi ch04.texi ch05.texi \
ch06.texi ch07.texi ch08.texi ch09.texi ch10.texi ch11.texi ch12.texi \

View File

@@ -1,3 +1,7 @@
2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: include main.am, require automake-1.5.
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* .cvsignore: Added rtems_header.html and rtems_footer.html.

View File

@@ -6,12 +6,13 @@
# $Id$
#
AUTOMAKE_OPTIONS = foreign 1.4
AUTOMAKE_OPTIONS = foreign 1.5
PROJECT = posix_users
EDITION = 1
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
GENERATED_FILES = cancel.texi clock.texi cond.texi cspecific.texi \
device.texi files.texi io.texi key.texi memorymgmt.texi message.texi \

View File

@@ -1,3 +1,7 @@
2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: include main.am, require automake-1.5.
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* .cvsignore: Added rtems_header.html and rtems_footer.html.

View File

@@ -6,12 +6,13 @@
# $Id$
#
AUTOMAKE_OPTIONS = foreign 1.4
AUTOMAKE_OPTIONS = foreign 1.5
PROJECT = relnotes
EDITION = 1
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
COMMON_FILES = $(top_srcdir)/common/setup.texi \
$(top_srcdir)/common/cpright.texi

View File

@@ -1,3 +1,7 @@
2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: include main.am, require automake-1.5.
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* .cvsignore: Added rtems_header.html and rtems_footer.html.

View File

@@ -6,12 +6,13 @@
# $Id$
#
AUTOMAKE_OPTIONS = foreign 1.4
AUTOMAKE_OPTIONS = foreign 1.5
PROJECT = rgdb_specs
EDITION = 1
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
GENERATED_FILES = intro.texi revision.texi objectives.texi gdbinternals.texi \
interfacing.texi comm.texi daemon.texi conclusion.texi

View File

@@ -1,3 +1,7 @@
2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: include main.am, require automake-1.5.
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* .cvsignore: Added rtems_header.html and rtems_footer.html.

View File

@@ -6,12 +6,13 @@
# $Id$
#
AUTOMAKE_OPTIONS = foreign 1.4
AUTOMAKE_OPTIONS = foreign 1.5
PROJECT = rtems_gdb
EDITION = 1
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
GENERATED_FILES = intro.texi swarch.texi started.texi commands.texi \
trouble.texi example.texi

View File

@@ -1,3 +1,7 @@
2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: include main.am, require automake-1.5.
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* .cvsignore: Added rtems_header.html and rtems_footer.html.

View File

@@ -6,12 +6,13 @@
# $Id$
#
AUTOMAKE_OPTIONS = foreign 1.4
AUTOMAKE_OPTIONS = foreign 1.5
PROJECT = started_ada
EDITION = 1
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
GENERATED_FILES = buildada.texi buildrt.texi gdb.texi intro.texi \
require.texi sample.texi

View File

@@ -1,3 +1,7 @@
2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: include main.am, require automake-1.5.
2001-01-17 Joel Sherrill <joel@OARcorp.com>
* .cvsignore: Added rtems_header.html and rtems_footer.html.

View File

@@ -6,12 +6,13 @@
# $Id$
#
AUTOMAKE_OPTIONS = foreign 1.4
AUTOMAKE_OPTIONS = foreign 1.5
PROJECT = c_user
EDITION = 1
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
FILES = bsp.texi dirstat.texi example.texi glossary.texi preface.texi