2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
	$(RTEMS_BSP_FAMILY).
This commit is contained in:
Ralf Corsepius
2004-01-13 13:11:27 +00:00
parent 27a0df05ca
commit 194d1282d7
26 changed files with 94 additions and 28 deletions

View File

@@ -1,3 +1,8 @@
2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
$(RTEMS_BSP_FAMILY).
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Require automake >= 1.8, autoconf >= 2.59. * configure.ac: Require automake >= 1.8, autoconf >= 2.59.

View File

@@ -4,10 +4,10 @@
ACLOCAL_AMFLAGS = -I ../../../aclocal ACLOCAL_AMFLAGS = -I ../../../aclocal
## Descend into the $(RTEMS_BSP_FAMILY) directory ## Descend into the @RTEMS_BSP_FAMILY@ directory
## Currently, the shared directory is not explicitly ## Currently, the shared directory is not explicitly
## added but it is present in the source tree. ## added but it is present in the source tree.
SUBDIRS = shared $(RTEMS_BSP_FAMILY) SUBDIRS = shared @RTEMS_BSP_FAMILY@
include $(top_srcdir)/../../../automake/subdirs.am include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am include $(top_srcdir)/../../../automake/local.am

View File

@@ -1,3 +1,8 @@
2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
$(RTEMS_BSP_FAMILY).
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Require automake >= 1.8, autoconf >= 2.59. * configure.ac: Require automake >= 1.8, autoconf >= 2.59.

View File

@@ -4,8 +4,8 @@
ACLOCAL_AMFLAGS = -I ../../../aclocal ACLOCAL_AMFLAGS = -I ../../../aclocal
## Descend into the $(RTEMS_BSP_FAMILY) directory ## Descend into the @RTEMS_BSP_FAMILY@ directory
SUBDIRS = shared $(RTEMS_BSP_FAMILY) SUBDIRS = shared @RTEMS_BSP_FAMILY@
include $(top_srcdir)/../../../automake/subdirs.am include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am include $(top_srcdir)/../../../automake/local.am

View File

@@ -1,3 +1,8 @@
2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
$(RTEMS_BSP_FAMILY).
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Require automake >= 1.8, autoconf >= 2.59. * configure.ac: Require automake >= 1.8, autoconf >= 2.59.

View File

@@ -4,8 +4,8 @@
ACLOCAL_AMFLAGS = -I ../../../aclocal ACLOCAL_AMFLAGS = -I ../../../aclocal
# Descend into the $(RTEMS_BSP_FAMILY) directory # Descend into the @RTEMS_BSP_FAMILY@ directory
SUBDIRS = $(RTEMS_BSP_FAMILY) SUBDIRS = @RTEMS_BSP_FAMILY@
include $(top_srcdir)/../../../automake/subdirs.am include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am include $(top_srcdir)/../../../automake/local.am

View File

@@ -1,3 +1,8 @@
2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
$(RTEMS_BSP_FAMILY).
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Require automake >= 1.8, autoconf >= 2.59. * configure.ac: Require automake >= 1.8, autoconf >= 2.59.

View File

@@ -4,8 +4,8 @@
ACLOCAL_AMFLAGS = -I ../../../aclocal ACLOCAL_AMFLAGS = -I ../../../aclocal
## Descend into the $(RTEMS_BSP_FAMILY) directory ## Descend into the @RTEMS_BSP_FAMILY@ directory
SUBDIRS = shared $(RTEMS_BSP_FAMILY) SUBDIRS = shared @RTEMS_BSP_FAMILY@
include $(top_srcdir)/../../../automake/subdirs.am include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am include $(top_srcdir)/../../../automake/local.am

View File

@@ -1,3 +1,8 @@
2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
$(RTEMS_BSP_FAMILY).
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Require automake >= 1.8, autoconf >= 2.59. * configure.ac: Require automake >= 1.8, autoconf >= 2.59.

View File

@@ -4,8 +4,8 @@
ACLOCAL_AMFLAGS = -I ../../../aclocal ACLOCAL_AMFLAGS = -I ../../../aclocal
# Descend into the $(RTEMS_BSP_FAMILY) directory # Descend into the @RTEMS_BSP_FAMILY@ directory
SUBDIRS = $(RTEMS_BSP_FAMILY) SUBDIRS = @RTEMS_BSP_FAMILY@
include $(top_srcdir)/../../../automake/subdirs.am include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am include $(top_srcdir)/../../../automake/local.am

View File

@@ -1,3 +1,8 @@
2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
$(RTEMS_BSP_FAMILY).
2004-01-07 Joel Sherrill <joel@OARcorp.com> 2004-01-07 Joel Sherrill <joel@OARcorp.com>
* acinclude.m4: Remove efi68k and efi332 references as they are no * acinclude.m4: Remove efi68k and efi332 references as they are no

View File

@@ -4,8 +4,8 @@
ACLOCAL_AMFLAGS = -I ../../../aclocal ACLOCAL_AMFLAGS = -I ../../../aclocal
## Descend into the $(RTEMS_BSP_FAMILY) directory ## Descend into the @RTEMS_BSP_FAMILY@ directory
SUBDIRS = shared $(RTEMS_BSP_FAMILY) SUBDIRS = shared @RTEMS_BSP_FAMILY@
include $(top_srcdir)/../../../automake/subdirs.am include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am include $(top_srcdir)/../../../automake/local.am

View File

@@ -1,3 +1,8 @@
2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
$(RTEMS_BSP_FAMILY).
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Require automake >= 1.8, autoconf >= 2.59. * configure.ac: Require automake >= 1.8, autoconf >= 2.59.

View File

@@ -4,8 +4,8 @@
ACLOCAL_AMFLAGS = -I ../../../aclocal ACLOCAL_AMFLAGS = -I ../../../aclocal
## Descend into the $(RTEMS_BSP_FAMILY) directory ## Descend into the @RTEMS_BSP_FAMILY@ directory
SUBDIRS = $(RTEMS_BSP_FAMILY) SUBDIRS = @RTEMS_BSP_FAMILY@
include $(top_srcdir)/../../../automake/subdirs.am include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am include $(top_srcdir)/../../../automake/local.am

View File

@@ -1,3 +1,8 @@
2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
$(RTEMS_BSP_FAMILY).
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Require automake >= 1.8, autoconf >= 2.59. * configure.ac: Require automake >= 1.8, autoconf >= 2.59.

View File

@@ -4,8 +4,8 @@
ACLOCAL_AMFLAGS = -I ../../../aclocal ACLOCAL_AMFLAGS = -I ../../../aclocal
# Descend into the $(RTEMS_BSP_FAMILY) directory # Descend into the @RTEMS_BSP_FAMILY@ directory
SUBDIRS = $(RTEMS_BSP_FAMILY) SUBDIRS = @RTEMS_BSP_FAMILY@
include $(top_srcdir)/../../../automake/subdirs.am include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am include $(top_srcdir)/../../../automake/local.am

View File

@@ -1,3 +1,8 @@
2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
$(RTEMS_BSP_FAMILY).
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Require automake >= 1.8, autoconf >= 2.59. * configure.ac: Require automake >= 1.8, autoconf >= 2.59.

View File

@@ -4,11 +4,11 @@
ACLOCAL_AMFLAGS = -I ../../../aclocal ACLOCAL_AMFLAGS = -I ../../../aclocal
## Descend into the $(RTEMS_BSP_FAMILY) directory ## Descend into the @RTEMS_BSP_FAMILY@ directory
## Currently, the shared directory is not explicitly ## Currently, the shared directory is not explicitly
## added but it is present in the source tree. ## added but it is present in the source tree.
## Currently no shared ## Currently no shared
SUBDIRS = $(RTEMS_BSP_FAMILY) SUBDIRS = @RTEMS_BSP_FAMILY@
include $(top_srcdir)/../../../automake/subdirs.am include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am include $(top_srcdir)/../../../automake/local.am

View File

@@ -1,3 +1,8 @@
2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
$(RTEMS_BSP_FAMILY).
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Require automake >= 1.8, autoconf >= 2.59. * configure.ac: Require automake >= 1.8, autoconf >= 2.59.

View File

@@ -4,11 +4,12 @@
ACLOCAL_AMFLAGS = -I ../../../aclocal ACLOCAL_AMFLAGS = -I ../../../aclocal
## Descend into the $(RTEMS_BSP_FAMILY) directory ## Descend into the @RTEMS_BSP_FAMILY@ directory
SUBDIRS = shared $(RTEMS_BSP_FAMILY) SUBDIRS = shared @RTEMS_BSP_FAMILY@
DIST_SUBDIRS = @all_subdirs@ support/old_exception_processing \ # FIXME: This does not work
support/new_exception_processing # DIST_SUBDIRS = @all_subdirs@ support/old_exception_processing \
# support/new_exception_processing
include $(top_srcdir)/../../../automake/subdirs.am include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am include $(top_srcdir)/../../../automake/local.am

View File

@@ -1,3 +1,8 @@
2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
$(RTEMS_BSP_FAMILY).
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Require automake >= 1.8, autoconf >= 2.59. * configure.ac: Require automake >= 1.8, autoconf >= 2.59.

View File

@@ -4,8 +4,8 @@
ACLOCAL_AMFLAGS = -I ../../../aclocal ACLOCAL_AMFLAGS = -I ../../../aclocal
# Descend into the $(RTEMS_BSP_FAMILY) directory # Descend into the @RTEMS_BSP_FAMILY@ directory
SUBDIRS = shared $(RTEMS_BSP_FAMILY) SUBDIRS = shared @RTEMS_BSP_FAMILY@
include $(top_srcdir)/../../../automake/subdirs.am include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am include $(top_srcdir)/../../../automake/local.am

View File

@@ -1,3 +1,8 @@
2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
$(RTEMS_BSP_FAMILY).
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Require automake >= 1.8, autoconf >= 2.59. * configure.ac: Require automake >= 1.8, autoconf >= 2.59.

View File

@@ -4,8 +4,8 @@
ACLOCAL_AMFLAGS = -I ../../../aclocal ACLOCAL_AMFLAGS = -I ../../../aclocal
# Descend into the $(RTEMS_BSP_FAMILY) directory # Descend into the @RTEMS_BSP_FAMILY@ directory
SUBDIRS = shared $(RTEMS_BSP_FAMILY) SUBDIRS = shared @RTEMS_BSP_FAMILY@
include $(top_srcdir)/../../../automake/subdirs.am include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am include $(top_srcdir)/../../../automake/local.am

View File

@@ -1,3 +1,8 @@
2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
$(RTEMS_BSP_FAMILY).
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Require automake >= 1.8, autoconf >= 2.59. * configure.ac: Require automake >= 1.8, autoconf >= 2.59.

View File

@@ -4,8 +4,8 @@
ACLOCAL_AMFLAGS = -I ../../../aclocal ACLOCAL_AMFLAGS = -I ../../../aclocal
# Descend into the $(RTEMS_BSP_FAMILY) directory # Descend into the @RTEMS_BSP_FAMILY@ directory
SUBDIRS = $(RTEMS_BSP_FAMILY) SUBDIRS = @RTEMS_BSP_FAMILY@
include $(top_srcdir)/../../../automake/subdirs.am include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am include $(top_srcdir)/../../../automake/local.am