2003-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* include/Makefile.am: Remove (merged into Makefile.am).
	* gdbstub/Makefile.am: Remove (merged into Makefile.am).
	* Makefile.am: Reflect changes above.
	Reflect having merged ../configure.ac into ../../../configure.ac.
This commit is contained in:
Ralf Corsepius
2003-08-08 03:17:50 +00:00
parent 5710072a71
commit 6bb1897eb9
4 changed files with 15 additions and 23 deletions

View File

@@ -1,3 +1,10 @@
2003-08-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Remove (merged into Makefile.am).
* gdbstub/Makefile.am: Remove (merged into Makefile.am).
* Makefile.am: Reflect changes above.
Reflect having merged ../configure.ac into ../../../configure.ac.
2003-06-30 Joel Sherrill <joel@OARcorp.com> 2003-06-30 Joel Sherrill <joel@OARcorp.com>
* console-polled.c: Corrected comments in header. * console-polled.c: Corrected comments in header.

View File

@@ -2,12 +2,13 @@
## $Id$ ## $Id$
## ##
SUBDIRS = include gdbstub
EXTRA_DIST = bootcard.c bspclean.c bsplibc.c bsppost.c console-polled.c \ EXTRA_DIST = bootcard.c bspclean.c bsplibc.c bsppost.c console-polled.c \
console.c gnatinstallhandler.c main.c sbrk.c tod.c tod.h \ console.c gnatinstallhandler.c main.c sbrk.c tod.c tod.h
vmeUniverse/vmeUniverse.c vmeUniverse/vmeUniverse.h
include $(top_srcdir)/../../../../automake/subdirs.am EXTRA_DIST += vmeUniverse/vmeUniverse.c vmeUniverse/vmeUniverse.h
include $(top_srcdir)/../../../../automake/local.am
EXTRA_DIST += include/coverhd.h
EXTRA_DIST += gdbstub/rtems-stub-glue.c
include $(top_srcdir)/../../automake/local.am

View File

@@ -1,8 +0,0 @@
##
## $Id$
##
EXTRA_DIST = rtems-stub-glue.c
include $(top_srcdir)/../../../../automake/local.am

View File

@@ -1,8 +0,0 @@
##
## $Id$
##
EXTRA_DIST = coverhd.h
include $(top_srcdir)/../../../../automake/local.am