2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac:
	AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
	AM_INIT_AUTOMAKE([no-define foreign 1.6]).
	* mpc505/ictrl/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc505/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc505/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc505/vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc6xx/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc6xx/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc6xx/exceptions/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc6xx/mmu/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc6xx/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc6xx/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc8260/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc8260/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc8260/console-generic/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc8260/cpm/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc8260/exceptions/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc8260/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc8260/mmu/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc8260/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc8xx/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc8xx/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc8xx/console-generic/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc8xx/cpm/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc8xx/exceptions/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc8xx/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc8xx/mmu/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mpc8xx/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* ppc403/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* ppc403/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* ppc403/console/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* ppc403/ictrl/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* ppc403/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* ppc403/tty_drv/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* ppc403/vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* shared/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* shared/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
This commit is contained in:
Joel Sherrill
2002-03-28 00:48:15 +00:00
parent 9269ef81ea
commit 80bbfb9a6a
40 changed files with 46 additions and 40 deletions

View File

@@ -1,3 +1,47 @@
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
* mpc505/ictrl/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mpc505/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mpc505/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mpc505/vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
* Makefile.am: Remove AUTOMAKE_OPTIONS.
* mpc6xx/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mpc6xx/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mpc6xx/exceptions/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mpc6xx/mmu/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mpc6xx/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mpc6xx/wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mpc8260/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mpc8260/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mpc8260/console-generic/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mpc8260/cpm/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mpc8260/exceptions/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mpc8260/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mpc8260/mmu/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mpc8260/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mpc8xx/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mpc8xx/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mpc8xx/console-generic/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mpc8xx/cpm/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mpc8xx/exceptions/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mpc8xx/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mpc8xx/mmu/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mpc8xx/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
* ppc403/clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
* ppc403/Makefile.am: Remove AUTOMAKE_OPTIONS.
* ppc403/console/Makefile.am: Remove AUTOMAKE_OPTIONS.
* ppc403/ictrl/Makefile.am: Remove AUTOMAKE_OPTIONS.
* ppc403/timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
* ppc403/tty_drv/Makefile.am: Remove AUTOMAKE_OPTIONS.
* ppc403/vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
* shared/include/Makefile.am: Remove AUTOMAKE_OPTIONS.
* shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
* shared/src/Makefile.am: Remove AUTOMAKE_OPTIONS.
* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mpc6xx/clock/c_clock.c: Include rtems/bspIo.h instead of bspIo.h. * mpc6xx/clock/c_clock.c: Include rtems/bspIo.h instead of bspIo.h.

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I ../../../../../aclocal ACLOCAL_AMFLAGS = -I ../../../../../aclocal
## Check configure.in for conditions to set the conditionals below ## Check configure.in for conditions to set the conditionals below

View File

@@ -3,14 +3,14 @@
## $Id$ ## $Id$
AC_PREREQ(2.52) AC_PREREQ(2.52)
AC_INIT AC_INIT([rtems-c-src-lib-libcpu-powerpc],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([mpc6xx]) AC_CONFIG_SRCDIR([mpc6xx])
RTEMS_TOP(../../../../..) RTEMS_TOP(../../../../..)
AC_CONFIG_AUX_DIR(../../../../..) AC_CONFIG_AUX_DIR(../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE(rtems-c-src-lib-libcpu-powerpc,$RTEMS_VERSION,no) AM_INIT_AUTOMAKE([no-define foreign 1.6])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
RTEMS_ENABLE_BARE RTEMS_ENABLE_BARE

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
SUBDIRS = ictrl vectors timer SUBDIRS = ictrl vectors timer

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
PGM = $(ARCH)/ictrl.rel PGM = $(ARCH)/ictrl.rel

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
PGM = $(ARCH)/timer.rel PGM = $(ARCH)/timer.rel

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
PGM = ${ARCH}/vectors.rel PGM = ${ARCH}/vectors.rel

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
SUBDIRS = exceptions mmu clock timer wrapup SUBDIRS = exceptions mmu clock timer wrapup

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
C_FILES = c_clock.c C_FILES = c_clock.c

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
PGM = $(ARCH)/exceptions.rel PGM = $(ARCH)/exceptions.rel

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
PGM = $(ARCH)/mmu.rel PGM = $(ARCH)/mmu.rel

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
PGM = $(ARCH)/timer.rel PGM = $(ARCH)/timer.rel

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
# PROC_SPECIFIC_O_FILES = exceptions mmu clock # PROC_SPECIFIC_O_FILES = exceptions mmu clock
PROC_SPECIFIC_O_FILES = exceptions mmu PROC_SPECIFIC_O_FILES = exceptions mmu

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
SUBDIRS = include console-generic clock timer exceptions mmu cpm SUBDIRS = include console-generic clock timer exceptions mmu cpm

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
PGM = ${ARCH}/clock.rel PGM = ${ARCH}/clock.rel

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
PGM = ${ARCH}/console-generic.rel PGM = ${ARCH}/console-generic.rel

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
PGM = ${ARCH}/cp.rel PGM = ${ARCH}/cp.rel

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
PGM = $(ARCH)/exceptions.rel PGM = $(ARCH)/exceptions.rel

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
include_mpc8260dir = $(includedir)/mpc8260 include_mpc8260dir = $(includedir)/mpc8260

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
PGM = ${ARCH}/mmu.rel PGM = ${ARCH}/mmu.rel

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
PGM = ${ARCH}/timer.rel PGM = ${ARCH}/timer.rel

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
SUBDIRS = include console-generic clock timer cpm mmu exceptions SUBDIRS = include console-generic clock timer cpm mmu exceptions

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
PGM = ${ARCH}/clock.rel PGM = ${ARCH}/clock.rel

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
PGM = ${ARCH}/console-generic.rel PGM = ${ARCH}/console-generic.rel

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
PGM = ${ARCH}/cp.rel PGM = ${ARCH}/cp.rel

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
PGM = $(ARCH)/exceptions.rel PGM = $(ARCH)/exceptions.rel

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
include_mpc8xxdir = $(includedir)/mpc8xx include_mpc8xxdir = $(includedir)/mpc8xx

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
PGM = ${ARCH}/mmu.rel PGM = ${ARCH}/mmu.rel

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
PGM = ${ARCH}/timer.rel PGM = ${ARCH}/timer.rel

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
if ppc403 if ppc403
SUBDIRS = console clock timer vectors ictrl SUBDIRS = console clock timer vectors ictrl

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
PGM = $(ARCH)/clock.rel PGM = $(ARCH)/clock.rel

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
PGM = $(ARCH)/console.rel PGM = $(ARCH)/console.rel

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
PGM = $(ARCH)/ictrl.rel PGM = $(ARCH)/ictrl.rel

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
PGM = $(ARCH)/timer.rel PGM = $(ARCH)/timer.rel

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
PGM = $(ARCH)/tty_drv.rel PGM = $(ARCH)/tty_drv.rel

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
PGM = ${ARCH}/vectors.rel PGM = ${ARCH}/vectors.rel

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
SUBDIRS = include src SUBDIRS = include src

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
C_FILES = cpuIdent.c C_FILES = cpuIdent.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
VPATH = @srcdir@:@srcdir@/../../../shared/src VPATH = @srcdir@:@srcdir@/../../../shared/src

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
AUTOMAKE_OPTIONS = foreign 1.4
GENERIC_FILES = shared GENERIC_FILES = shared