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,3 +1,7 @@
##
## $Id$
##
ACLOCAL_AMFLAGS = -I ../aclocal
SUBDIRS = hello capture ticker base_sp unlimited minimum fileio

View File

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

View File

@@ -1,3 +1,7 @@
##
## $Id$
##
rtems_tests_PROGRAMS = base_mp-node1
base_mp_node1_SOURCES = ../init.c ../apptask.c ../system.h

View File

@@ -1,3 +1,7 @@
##
## $Id$
##
rtems_tests_PROGRAMS = base_mp-node2
base_mp_node2_SOURCES = ../init.c ../apptask.c ../system.h

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = base_sp
base_sp_SOURCES = init.c apptask.c system.h

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = capture
capture_SOURCES = init.c test1.c system.h

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = cdtest
cdtest_SOURCES = init.c main.cc system.h

View File

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

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = hello
hello_SOURCES = init.c

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = cxx_iostream
cxx_iostream_SOURCES = init.cc system.h

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = loopback
loopback_SOURCES = init.c

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = minimum
minimum_SOURCES = init.c

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = nsecs
nsecs_SOURCES = init.c empty.c

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = paranoia
paranoia_SOURCES = init.c paranoia.c system.h

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = pppd
pppd_SOURCES = init.c pppdapp.c netconfig.h system.h

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = ticker
ticker_SOURCES = init.c tasks.c system.h

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = unlimited
unlimited_SOURCES = init.c test1.c test2.c test3.c system.h