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]).
	* mp01/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp01/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp02/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp02/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp03/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp03/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp04/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp04/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp05/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp05/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp06/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp06/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp07/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp07/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp08/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp08/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp09/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp09/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp10/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp10/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp10/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp11/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp11/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp12/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp12/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp13/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp13/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp14/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp14/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
This commit is contained in:
Joel Sherrill
2002-03-28 00:44:13 +00:00
parent 8b695b93da
commit ed794ad779
90 changed files with 102 additions and 90 deletions

View File

@@ -1,3 +1,52 @@
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]).
* mp01/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp01/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp02/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp02/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp03/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp03/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp04/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp04/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp05/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp05/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp06/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp06/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp07/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp07/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp08/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp08/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp09/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp09/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp10/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp10/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp10/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp11/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp11/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp12/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp12/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp13/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp13/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp14/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp14/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
2001-11-07 Joel Sherrill <joel@OARcorp.com>
Tracked as PR72 but related to the object id problem (PR36)

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I ../../../../aclocal
SUBDIRS = mp01 mp02 mp03 mp04 mp05 mp06 mp07 mp08 mp09 mp10 mp11 mp12 mp13 \

View File

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

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
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
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
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
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
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
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
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
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
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
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
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
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
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

@@ -1,3 +1,52 @@
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]).
* mp01/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp01/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp02/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp02/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp03/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp03/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp04/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp04/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp05/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp05/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp06/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp06/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp07/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp07/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp08/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp08/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp09/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp09/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp10/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp10/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp10/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp11/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp11/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp12/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp12/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp13/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp13/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp14/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
* mp14/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
2001-11-07 Joel Sherrill <joel@OARcorp.com>
Tracked as PR72 but related to the object id problem (PR36)

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I ../../../../aclocal
SUBDIRS = mp01 mp02 mp03 mp04 mp05 mp06 mp07 mp08 mp09 mp10 mp11 mp12 mp13 \

View File

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

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
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
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
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
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
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
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
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
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
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
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
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
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
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@/..