Revert: Remove CVS Ids

See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html
for details.
This commit is contained in:
Joel Sherrill
2012-05-07 11:08:48 -05:00
parent 333a312d9b
commit 33a105fb69
886 changed files with 3347 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
# #
# top level directory for RTEMS build tree # top level directory for RTEMS build tree
# #
##
## $Id$
##
ACLOCAL_AMFLAGS = -I aclocal ACLOCAL_AMFLAGS = -I aclocal

View File

@@ -1,3 +1,7 @@
dnl
dnl $Id$
dnl
dnl _RTEMS_BSP_ALIAS(BSP_ALIAS,RTEMS_BSP_FAMILY) dnl _RTEMS_BSP_ALIAS(BSP_ALIAS,RTEMS_BSP_FAMILY)
dnl Internal subroutine to RTEMS_BSP_ALIAS dnl Internal subroutine to RTEMS_BSP_ALIAS
AC_DEFUN([_RTEMS_BSP_ALIAS], AC_DEFUN([_RTEMS_BSP_ALIAS],

View File

@@ -1,3 +1,7 @@
dnl
dnl $Id$
dnl
dnl canonicalize target cpu dnl canonicalize target cpu
dnl NOTE: Most rtems targets do not fullfil autoconf's dnl NOTE: Most rtems targets do not fullfil autoconf's
dnl target naming conventions "processor-vendor-os" dnl target naming conventions "processor-vendor-os"

View File

@@ -1,3 +1,5 @@
dnl $Id$
dnl Report all available bsps for a target within the source tree dnl Report all available bsps for a target within the source tree
dnl dnl
dnl RTEMS_CHECK_BSPS(bsp_list) dnl RTEMS_CHECK_BSPS(bsp_list)

View File

@@ -1,3 +1,5 @@
dnl $Id$
AC_DEFUN([_RTEMS_CHECK_CUSTOM_BSP],[ AC_DEFUN([_RTEMS_CHECK_CUSTOM_BSP],[
AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl sets RTEMS_CPU, target AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl sets RTEMS_CPU, target
AC_REQUIRE([RTEMS_TOP])dnl sets RTEMS_TOPdir AC_REQUIRE([RTEMS_TOP])dnl sets RTEMS_TOPdir

View File

@@ -1,3 +1,5 @@
dnl $Id$
AC_DEFUN([RTEMS_ENABLE_CXX], AC_DEFUN([RTEMS_ENABLE_CXX],
[ [
AC_ARG_ENABLE(cxx, AC_ARG_ENABLE(cxx,

View File

@@ -1,3 +1,5 @@
dnl $Id$
AC_DEFUN([RTEMS_ENABLE_MULTIPROCESSING], AC_DEFUN([RTEMS_ENABLE_MULTIPROCESSING],
[ [
AC_ARG_ENABLE(multiprocessing, AC_ARG_ENABLE(multiprocessing,

View File

@@ -1,3 +1,5 @@
dnl $Id$
AC_DEFUN([RTEMS_ENABLE_NETWORKING], AC_DEFUN([RTEMS_ENABLE_NETWORKING],
[ [
## AC_BEFORE([$0], [RTEMS_CHECK_NETWORKING])dnl ## AC_BEFORE([$0], [RTEMS_CHECK_NETWORKING])dnl

View File

@@ -1,3 +1,5 @@
dnl $Id$
AC_DEFUN([RTEMS_ENABLE_POSIX], AC_DEFUN([RTEMS_ENABLE_POSIX],
[ [
## AC_BEFORE([$0], [RTEMS_CHECK_POSIX_API])dnl ## AC_BEFORE([$0], [RTEMS_CHECK_POSIX_API])dnl

View File

@@ -1,3 +1,5 @@
## $Id$
AC_DEFUN([RTEMS_ENABLE_RTEMS_DEBUG], AC_DEFUN([RTEMS_ENABLE_RTEMS_DEBUG],
[ [
AC_ARG_ENABLE(rtems-debug, AC_ARG_ENABLE(rtems-debug,

View File

@@ -1,3 +1,5 @@
dnl $Id$
dnl Override the set of BSPs to be built. dnl Override the set of BSPs to be built.
dnl used by the toplevel configure script dnl used by the toplevel configure script
dnl RTEMS_ENABLE_RTEMSBSP(rtems_bsp_list) dnl RTEMS_ENABLE_RTEMSBSP(rtems_bsp_list)

View File

@@ -1,3 +1,5 @@
dnl $Id$
AC_DEFUN([RTEMS_ENABLE_SMP], AC_DEFUN([RTEMS_ENABLE_SMP],
[ [
## AC_BEFORE([$0], [RTEMS_CHECK_SMP])dnl ## AC_BEFORE([$0], [RTEMS_CHECK_SMP])dnl

View File

@@ -1,3 +1,5 @@
dnl $Id$
AC_DEFUN([RTEMS_ENABLE_TESTS], AC_DEFUN([RTEMS_ENABLE_TESTS],
[ [
AC_ARG_ENABLE(tests, AC_ARG_ENABLE(tests,

View File

@@ -1,3 +1,5 @@
dnl $Id$
AC_DEFUN([RTEMS_PATH_KSH], AC_DEFUN([RTEMS_PATH_KSH],
[ [
dnl NOTE: prefer bash over ksh over sh dnl NOTE: prefer bash over ksh over sh

View File

@@ -1,3 +1,8 @@
dnl
dnl $Id$
dnl
dnl
dnl PROJECT_TOPdir .. relative path to the top of the build-tree dnl PROJECT_TOPdir .. relative path to the top of the build-tree
dnl PROJECT_ROOT .. relative path to the top of the temporary dnl PROJECT_ROOT .. relative path to the top of the temporary
dnl installation directory inside the build-tree dnl installation directory inside the build-tree

View File

@@ -1,3 +1,5 @@
dnl $Id$
# AC_DISABLE_OPTION_CHECKING is not available before 2.62 # AC_DISABLE_OPTION_CHECKING is not available before 2.62
AC_PREREQ(2.62) AC_PREREQ(2.62)

View File

@@ -1,3 +1,7 @@
##
## $Id$
##
ACLOCAL_AMFLAGS = -I ../aclocal ACLOCAL_AMFLAGS = -I ../aclocal
## NOTE: This Makefile.am is rather fragile to the value of RTEMS_BSP ## NOTE: This Makefile.am is rather fragile to the value of RTEMS_BSP

View File

@@ -1,3 +1,6 @@
dnl $Id$
dnl
dnl Misc utility macros for subdir handling to work around missing abilities dnl Misc utility macros for subdir handling to work around missing abilities
dnl in autoconf, automake and structural issues with RTEMS dnl in autoconf, automake and structural issues with RTEMS
dnl dnl

View File

@@ -1,4 +1,6 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
##
## $Id$
AC_PREREQ([2.68]) AC_PREREQ([2.68])
AC_INIT([rtems-c],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])

View File

@@ -1,3 +1,7 @@
##
## $Id$
##
ACLOCAL_AMFLAGS = -I aclocal ACLOCAL_AMFLAGS = -I aclocal
SUBDIRS = . @BSP_SUBDIRS@ SUBDIRS = . @BSP_SUBDIRS@

View File

@@ -1,3 +1,4 @@
# $Id$
# #
# Some hacks for handling special config subdirectories # Some hacks for handling special config subdirectories
# #

View File

@@ -1,3 +1,7 @@
dnl
dnl $Id$
dnl
dnl _RTEMS_BSP_ALIAS(BSP_ALIAS,RTEMS_BSP_FAMILY) dnl _RTEMS_BSP_ALIAS(BSP_ALIAS,RTEMS_BSP_FAMILY)
dnl Internal subroutine to RTEMS_BSP_ALIAS dnl Internal subroutine to RTEMS_BSP_ALIAS
AC_DEFUN([_RTEMS_BSP_ALIAS], AC_DEFUN([_RTEMS_BSP_ALIAS],

View File

@@ -1,3 +1,5 @@
dnl $Id$
dnl
dnl RTEMS_BSP_ARG_ENABLE(FEATURE, HELP-STRING, ACTION-IF-TRUE [, ACTION-IF-FALSE]) dnl RTEMS_BSP_ARG_ENABLE(FEATURE, HELP-STRING, ACTION-IF-TRUE [, ACTION-IF-FALSE])
dnl dnl
dnl Accept --enable-FEATURE=<RTEMS_BSP>:<bsp-value> and dnl Accept --enable-FEATURE=<RTEMS_BSP>:<bsp-value> and

View File

@@ -1,3 +1,6 @@
dnl $Id$
dnl
dnl BSP_BOOTCARD_OPTIONS - some autoconf voodoo to provide each BSPs' dnl BSP_BOOTCARD_OPTIONS - some autoconf voodoo to provide each BSPs'
dnl configure script with the standard options supported by boot_card() dnl configure script with the standard options supported by boot_card()
dnl and other required parts of the BSP Framework. Currently, this is dnl and other required parts of the BSP Framework. Currently, this is

View File

@@ -1,3 +1,6 @@
dnl $Id$
dnl
dnl BSP_CLEANUP_OPTIONS - some autoconf voodoo to provide each BSPs' dnl BSP_CLEANUP_OPTIONS - some autoconf voodoo to provide each BSPs'
dnl configure script with the standard options supported by the shared dnl configure script with the standard options supported by the shared
dnl implementation of bsp_cleanup(). dnl implementation of bsp_cleanup().

View File

@@ -1,3 +1,5 @@
dnl $Id$
dnl RTEMS_BSP_CONFIGURE dnl RTEMS_BSP_CONFIGURE
dnl Common macro to be included by all bsp-configure.acs dnl Common macro to be included by all bsp-configure.acs
AC_DEFUN([RTEMS_BSP_CONFIGURE], AC_DEFUN([RTEMS_BSP_CONFIGURE],

View File

@@ -1,3 +1,5 @@
dnl $Id$
dnl Install a BSP's linkcmds from the source-tree into the build-tree dnl Install a BSP's linkcmds from the source-tree into the build-tree
AC_DEFUN([RTEMS_BSP_LINKCMDS],[ AC_DEFUN([RTEMS_BSP_LINKCMDS],[
LINKCMDS= LINKCMDS=

View File

@@ -1,3 +1,6 @@
dnl $Id$
dnl
dnl RTEMS_BSPOPTS_* - some autoconf voodoo to handle default values and dnl RTEMS_BSPOPTS_* - some autoconf voodoo to handle default values and
dnl help-strings for per-BSP-environment variables. dnl help-strings for per-BSP-environment variables.

View File

@@ -1,3 +1,7 @@
dnl
dnl $Id$
dnl
dnl canonicalize target cpu dnl canonicalize target cpu
dnl NOTE: Most rtems targets do not fullfil autoconf's dnl NOTE: Most rtems targets do not fullfil autoconf's
dnl target naming conventions "processor-vendor-os" dnl target naming conventions "processor-vendor-os"

View File

@@ -1,3 +1,6 @@
dnl
dnl $Id$
dnl
dnl Set target tools dnl Set target tools
dnl dnl

View File

@@ -1,3 +1,5 @@
dnl $Id$
AC_DEFUN([_RTEMS_CHECK_CUSTOM_BSP],[ AC_DEFUN([_RTEMS_CHECK_CUSTOM_BSP],[
AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl sets RTEMS_CPU, target AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl sets RTEMS_CPU, target
AC_REQUIRE([RTEMS_TOP])dnl sets RTEMS_TOPdir AC_REQUIRE([RTEMS_TOP])dnl sets RTEMS_TOPdir

View File

@@ -1,3 +1,5 @@
dnl $Id$
dnl
AC_DEFUN([RTEMS_CHECK_CXX], AC_DEFUN([RTEMS_CHECK_CXX],
[dnl [dnl
AC_REQUIRE([RTEMS_PROG_CC_FOR_TARGET])dnl AC_REQUIRE([RTEMS_PROG_CC_FOR_TARGET])dnl

View File

@@ -1,3 +1,7 @@
dnl
dnl $Id$
dnl
AC_DEFUN([RTEMS_CHECK_MULTIPROCESSING], AC_DEFUN([RTEMS_CHECK_MULTIPROCESSING],
[dnl [dnl
AC_REQUIRE([RTEMS_ENABLE_MULTILIB])dnl AC_REQUIRE([RTEMS_ENABLE_MULTILIB])dnl

View File

@@ -1,3 +1,5 @@
dnl $Id$
dnl
AC_DEFUN([RTEMS_CHECK_NETWORKING], AC_DEFUN([RTEMS_CHECK_NETWORKING],
[dnl [dnl
AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl

View File

@@ -1,3 +1,5 @@
dnl $Id$
dnl
AC_DEFUN([RTEMS_CHECK_POSIX_API], AC_DEFUN([RTEMS_CHECK_POSIX_API],
[dnl [dnl
AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl

View File

@@ -1,3 +1,5 @@
dnl $Id$
dnl
AC_DEFUN([RTEMS_CHECK_SMP], AC_DEFUN([RTEMS_CHECK_SMP],
[dnl [dnl
AC_REQUIRE([RTEMS_ENABLE_SMP])dnl AC_REQUIRE([RTEMS_ENABLE_SMP])dnl

View File

@@ -1,3 +1,5 @@
dnl $Id$
## Check for a cross tool, similar to AC_CHECK_TOOL, but do not fall back to ## Check for a cross tool, similar to AC_CHECK_TOOL, but do not fall back to
## the un-prefixed version of PROG-TO-CHECK-FOR. ## the un-prefixed version of PROG-TO-CHECK-FOR.
dnl RTEMS_CHECK_TOOL(VARIABLE, PROG-TO-CHECK-FOR[, VALUE-IF-NOT-FOUND [, PATH]]) dnl RTEMS_CHECK_TOOL(VARIABLE, PROG-TO-CHECK-FOR[, VALUE-IF-NOT-FOUND [, PATH]])

View File

@@ -1,3 +1,6 @@
dnl $Id$
dnl
dnl Misc utility macros for subdir handling to work around missing abilities dnl Misc utility macros for subdir handling to work around missing abilities
dnl in autoconf, automake and structural issues with RTEMS dnl in autoconf, automake and structural issues with RTEMS
dnl dnl

View File

@@ -1,3 +1,5 @@
dnl $Id$
AC_DEFUN([RTEMS_ENABLE_CXX], AC_DEFUN([RTEMS_ENABLE_CXX],
[ [
AC_ARG_ENABLE(cxx, AC_ARG_ENABLE(cxx,

View File

@@ -1,3 +1,5 @@
dnl $Id$
AC_DEFUN([RTEMS_ENABLE_MULTIPROCESSING], AC_DEFUN([RTEMS_ENABLE_MULTIPROCESSING],
[ [
AC_ARG_ENABLE(multiprocessing, AC_ARG_ENABLE(multiprocessing,

View File

@@ -1,3 +1,5 @@
dnl $Id$
AC_DEFUN([RTEMS_ENABLE_NETWORKING], AC_DEFUN([RTEMS_ENABLE_NETWORKING],
[ [
## AC_BEFORE([$0], [RTEMS_CHECK_NETWORKING])dnl ## AC_BEFORE([$0], [RTEMS_CHECK_NETWORKING])dnl

View File

@@ -1,3 +1,5 @@
dnl $Id$
AC_DEFUN([RTEMS_ENABLE_POSIX], AC_DEFUN([RTEMS_ENABLE_POSIX],
[ [
## AC_BEFORE([$0], [RTEMS_CHECK_POSIX_API])dnl ## AC_BEFORE([$0], [RTEMS_CHECK_POSIX_API])dnl

View File

@@ -1,3 +1,5 @@
dnl $Id$
dnl Override the set of BSPs to be built. dnl Override the set of BSPs to be built.
dnl used by the toplevel configure script dnl used by the toplevel configure script
dnl RTEMS_ENABLE_RTEMSBSP(rtems_bsp_list) dnl RTEMS_ENABLE_RTEMSBSP(rtems_bsp_list)

View File

@@ -1,3 +1,5 @@
dnl $Id$
AC_DEFUN([RTEMS_ENABLE_SMP], AC_DEFUN([RTEMS_ENABLE_SMP],
[ [
## AC_BEFORE([$0], [RTEMS_CHECK_SMP])dnl ## AC_BEFORE([$0], [RTEMS_CHECK_SMP])dnl

View File

@@ -1,3 +1,5 @@
dnl $Id$
dnl Pass a single BSP via an environment variable dnl Pass a single BSP via an environment variable
dnl used by per BSP configure scripts dnl used by per BSP configure scripts
AC_DEFUN([RTEMS_ENV_RTEMSBSP], AC_DEFUN([RTEMS_ENV_RTEMSBSP],

View File

@@ -1,3 +1,6 @@
dnl
dnl $Id$
dnl
dnl Check whether the gcc accepts -isystem dnl Check whether the gcc accepts -isystem
dnl dnl

View File

@@ -1,3 +1,6 @@
dnl
dnl $Id$
dnl
dnl Check whether the target compiler accepts -pipe dnl Check whether the target compiler accepts -pipe
dnl dnl

View File

@@ -1,3 +1,6 @@
dnl
dnl $Id$
dnl
dnl Check whether the target compiler accepts -specs dnl Check whether the target compiler accepts -specs
dnl dnl

View File

@@ -1,3 +1,7 @@
dnl
dnl $Id$
dnl
dnl check for i386 gas supporting 16 bit mode dnl check for i386 gas supporting 16 bit mode
dnl - binutils 2.9.1.0.7 and higher dnl - binutils 2.9.1.0.7 and higher

View File

@@ -1,3 +1,5 @@
dnl $Id$
AC_DEFUN([RTEMS_PATH_KSH], AC_DEFUN([RTEMS_PATH_KSH],
[ [
dnl NOTE: prefer bash over ksh over sh dnl NOTE: prefer bash over ksh over sh

View File

@@ -1,3 +1,4 @@
# $Id$
# #
# Some hacks for handling powerpc-exception subdirectories # Some hacks for handling powerpc-exception subdirectories
# #

View File

@@ -1,3 +1,6 @@
dnl
dnl $Id$
dnl
dnl Check for target gcc dnl Check for target gcc
dnl dnl

View File

@@ -1,3 +1,5 @@
## $Id$
AC_DEFUN([RTEMS_PROG_CCAS], AC_DEFUN([RTEMS_PROG_CCAS],
[ [
AC_REQUIRE([RTEMS_PROG_CC]) AC_REQUIRE([RTEMS_PROG_CC])

View File

@@ -1,3 +1,6 @@
dnl
dnl $Id$
dnl
dnl Check for target g++ dnl Check for target g++
dnl dnl

View File

@@ -1,3 +1,7 @@
dnl
dnl $Id$
dnl
AC_DEFUN([RTEMS_PROJECT_ROOT], AC_DEFUN([RTEMS_PROJECT_ROOT],
[dnl [dnl
AC_REQUIRE([RTEMS_TOP]) AC_REQUIRE([RTEMS_TOP])

View File

@@ -1,3 +1,5 @@
# $Id$
AC_DEFUN([RTEMS_AMPOLISH3], AC_DEFUN([RTEMS_AMPOLISH3],
[ [
AC_REQUIRE([AM_INIT_AUTOMAKE]) AC_REQUIRE([AM_INIT_AUTOMAKE])

View File

@@ -1,3 +1,5 @@
dnl $Id$
# AC_DISABLE_OPTION_CHECKING is not available before 2.62 # AC_DISABLE_OPTION_CHECKING is not available before 2.62
AC_PREREQ(2.62) AC_PREREQ(2.62)

View File

@@ -1,3 +1,5 @@
dnl $Id$
## HACK: Work-around to structural issue with RTEMS ## HACK: Work-around to structural issue with RTEMS
## The macros below violate most autoconf and canonicalization standards ## The macros below violate most autoconf and canonicalization standards
AC_DEFUN([RTEMS_CONFIG_BUILD_SUBDIRS], AC_DEFUN([RTEMS_CONFIG_BUILD_SUBDIRS],

View File

@@ -1,3 +1,5 @@
## $Id$
ACLOCAL_AMFLAGS = -I aclocal -I ../../../testsuites/aclocal ACLOCAL_AMFLAGS = -I aclocal -I ../../../testsuites/aclocal
SUBDIRS = support samples sptests tmtests SUBDIRS = support samples sptests tmtests

View File

@@ -1,3 +1,4 @@
## $Id$
## ##
## Partially borrowed from gcc-3.2 ## Partially borrowed from gcc-3.2
## ##

View File

@@ -1,4 +1,6 @@
## Process this file with autoconf to produce a configure script. ## Process this file with autoconf to produce a configure script.
##
## $Id$
AC_PREREQ([2.68]) AC_PREREQ([2.68])
AC_INIT([rtems-ada-tests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-ada-tests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])

View File

@@ -1,3 +1,5 @@
## $Id$
SUBDIRS = SUBDIRS =
SUBDIRS += mp01 SUBDIRS += mp01
SUBDIRS += mp02 SUBDIRS += mp02

View File

@@ -1,3 +1,5 @@
## $Id$
SUBDIRS = node1 node2 SUBDIRS = node1 node2
include $(top_srcdir)/../../../testsuites/automake/subdirs.am include $(top_srcdir)/../../../testsuites/automake/subdirs.am

View File

@@ -1,3 +1,5 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am include $(top_srcdir)/../../../testsuites/automake/compile.am

View File

@@ -1,3 +1,5 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am include $(top_srcdir)/../../../testsuites/automake/compile.am

View File

@@ -1,3 +1,5 @@
## $Id$
SUBDIRS = node1 node2 SUBDIRS = node1 node2
include $(top_srcdir)/../../../testsuites/automake/subdirs.am include $(top_srcdir)/../../../testsuites/automake/subdirs.am

View File

@@ -1,3 +1,5 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am include $(top_srcdir)/../../../testsuites/automake/compile.am

View File

@@ -1,3 +1,5 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am include $(top_srcdir)/../../../testsuites/automake/compile.am

View File

@@ -1,3 +1,5 @@
## $Id$
SUBDIRS = node1 node2 SUBDIRS = node1 node2
include $(top_srcdir)/../../../testsuites/automake/subdirs.am include $(top_srcdir)/../../../testsuites/automake/subdirs.am

View File

@@ -1,3 +1,5 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am include $(top_srcdir)/../../../testsuites/automake/compile.am

View File

@@ -1,3 +1,5 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am include $(top_srcdir)/../../../testsuites/automake/compile.am

View File

@@ -1,3 +1,5 @@
## $Id$
SUBDIRS = node1 node2 SUBDIRS = node1 node2
include $(top_srcdir)/../../../testsuites/automake/subdirs.am include $(top_srcdir)/../../../testsuites/automake/subdirs.am

View File

@@ -1,3 +1,5 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am include $(top_srcdir)/../../../testsuites/automake/compile.am

View File

@@ -1,3 +1,5 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am include $(top_srcdir)/../../../testsuites/automake/compile.am

View File

@@ -1,3 +1,5 @@
## $Id$
SUBDIRS = node1 node2 SUBDIRS = node1 node2
include $(top_srcdir)/../../../testsuites/automake/subdirs.am include $(top_srcdir)/../../../testsuites/automake/subdirs.am

View File

@@ -1,3 +1,5 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am include $(top_srcdir)/../../../testsuites/automake/compile.am

View File

@@ -1,3 +1,5 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am include $(top_srcdir)/../../../testsuites/automake/compile.am

View File

@@ -1,3 +1,5 @@
## $Id$
SUBDIRS = node1 node2 SUBDIRS = node1 node2
include $(top_srcdir)/../../../testsuites/automake/subdirs.am include $(top_srcdir)/../../../testsuites/automake/subdirs.am

View File

@@ -1,3 +1,5 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am include $(top_srcdir)/../../../testsuites/automake/compile.am

View File

@@ -1,3 +1,5 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am include $(top_srcdir)/../../../testsuites/automake/compile.am

View File

@@ -1,3 +1,5 @@
## $Id$
SUBDIRS = node1 node2 SUBDIRS = node1 node2
include $(top_srcdir)/../../../testsuites/automake/subdirs.am include $(top_srcdir)/../../../testsuites/automake/subdirs.am

View File

@@ -1,3 +1,5 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am include $(top_srcdir)/../../../testsuites/automake/compile.am

View File

@@ -1,3 +1,5 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am include $(top_srcdir)/../../../testsuites/automake/compile.am

View File

@@ -1,3 +1,5 @@
## $Id$
SUBDIRS = node1 node2 SUBDIRS = node1 node2
include $(top_srcdir)/../../../testsuites/automake/subdirs.am include $(top_srcdir)/../../../testsuites/automake/subdirs.am

View File

@@ -1,3 +1,5 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am include $(top_srcdir)/../../../testsuites/automake/compile.am

View File

@@ -1,3 +1,5 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am include $(top_srcdir)/../../../testsuites/automake/compile.am

View File

@@ -1,3 +1,5 @@
## $Id$
SUBDIRS = node1 node2 SUBDIRS = node1 node2
include $(top_srcdir)/../../../testsuites/automake/subdirs.am include $(top_srcdir)/../../../testsuites/automake/subdirs.am

View File

@@ -1,3 +1,5 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am include $(top_srcdir)/../../../testsuites/automake/compile.am

View File

@@ -1,3 +1,5 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am include $(top_srcdir)/../../../testsuites/automake/compile.am

View File

@@ -1,3 +1,5 @@
## $Id$
SUBDIRS = node1 node2 SUBDIRS = node1 node2
include $(top_srcdir)/../../../testsuites/automake/subdirs.am include $(top_srcdir)/../../../testsuites/automake/subdirs.am

View File

@@ -1,3 +1,5 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am include $(top_srcdir)/../../../testsuites/automake/compile.am

View File

@@ -1,3 +1,5 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am include $(top_srcdir)/../../../testsuites/automake/compile.am

View File

@@ -1,3 +1,5 @@
## $Id$
SUBDIRS = node1 node2 SUBDIRS = node1 node2
include $(top_srcdir)/../../../testsuites/automake/subdirs.am include $(top_srcdir)/../../../testsuites/automake/subdirs.am

View File

@@ -1,3 +1,5 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am include $(top_srcdir)/../../../testsuites/automake/compile.am

View File

@@ -1,3 +1,5 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am include $(top_srcdir)/../../../testsuites/automake/compile.am

View File

@@ -1,3 +1,5 @@
## $Id$
SUBDIRS = node1 node2 SUBDIRS = node1 node2
include $(top_srcdir)/../../../testsuites/automake/subdirs.am include $(top_srcdir)/../../../testsuites/automake/subdirs.am

View File

@@ -1,3 +1,5 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am include $(top_srcdir)/../../../testsuites/automake/compile.am

View File

@@ -1,3 +1,5 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am include $(top_srcdir)/../../../testsuites/automake/compile.am

View File

@@ -1,3 +1,5 @@
## $Id$
SUBDIRS = node1 node2 SUBDIRS = node1 node2
include $(top_srcdir)/../../../testsuites/automake/subdirs.am include $(top_srcdir)/../../../testsuites/automake/subdirs.am

View File

@@ -1,3 +1,5 @@
## $Id$
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am include $(top_srcdir)/../../../testsuites/automake/compile.am

Some files were not shown because too many files have changed in this diff Show More