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]).
	* base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* Makefile.am: Remove AUTOMAKE_OPTIONS.
	* base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
This commit is contained in:
Joel Sherrill
2002-03-28 00:44:22 +00:00
parent 8dc526ef91
commit 0e9a637c2b
26 changed files with 38 additions and 26 deletions

View File

@@ -1,3 +1,20 @@
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]).
* base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
* base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* Makefile.am: Remove AUTOMAKE_OPTIONS.
* base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
* cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
* hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
* minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
* paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
* ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
* unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
2001-11-26 Ralf Corsepius
* cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I ../../../../aclocal
CPLUSPLUS_TESTS = cdtest

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
SUBDIRS = node1 node2

View File

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

View File

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

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
SAMPLE = base_sp
PGM = ${ARCH}/$(SAMPLE).exe

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
SAMPLE = cdtest
PGM = ${ARCH}/$(SAMPLE).exe

View File

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

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
SAMPLE = hello
PGM = ${ARCH}/$(SAMPLE).exe

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
SAMPLE = minimum
PGM = ${ARCH}/$(SAMPLE).exe

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
SAMPLE = paranoia
PGM = ${ARCH}/$(SAMPLE).exe

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
SAMPLE = ticker
PGM = ${ARCH}/$(SAMPLE).exe

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
SAMPLE = unlimited
PGM = ${ARCH}/$(SAMPLE).exe

View File

@@ -1,3 +1,20 @@
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]).
* base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
* base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* Makefile.am: Remove AUTOMAKE_OPTIONS.
* base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
* cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
* hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
* minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
* paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
* ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
* unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
2001-11-26 Ralf Corsepius
* cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I ../../../../aclocal
CPLUSPLUS_TESTS = cdtest

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
SUBDIRS = node1 node2

View File

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

View File

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

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
SAMPLE = base_sp
PGM = ${ARCH}/$(SAMPLE).exe

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
SAMPLE = cdtest
PGM = ${ARCH}/$(SAMPLE).exe

View File

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

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
SAMPLE = hello
PGM = ${ARCH}/$(SAMPLE).exe

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
SAMPLE = minimum
PGM = ${ARCH}/$(SAMPLE).exe

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
SAMPLE = paranoia
PGM = ${ARCH}/$(SAMPLE).exe

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
SAMPLE = ticker
PGM = ${ARCH}/$(SAMPLE).exe

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
SAMPLE = unlimited
PGM = ${ARCH}/$(SAMPLE).exe