Changeset 4dec352 in rtems
- Timestamp:
- May 4, 2012, 6:54:41 AM (8 years ago)
- Branches:
- 4.11, master
- Children:
- 2376237
- Parents:
- 84b01905
- git-author:
- Ralf Corsépius <ralf.corsepius@…> (05/04/12 06:54:41)
- git-committer:
- Ralf Corsépius <ralf.corsepius@…> (05/04/12 07:36:24)
- Location:
- testsuites/samples
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/samples/Makefile.am
r84b01905 r4dec352 1 ##2 ## $Id$3 ##4 5 1 ACLOCAL_AMFLAGS = -I ../aclocal 6 2 -
testsuites/samples/base_mp/Makefile.am
r84b01905 r4dec352 1 ##2 ## $Id$3 ##4 5 1 SUBDIRS = node1 node2 6 2 -
testsuites/samples/base_mp/node1/Makefile.am
r84b01905 r4dec352 1 ##2 ## $Id$3 ##4 5 1 rtems_tests_PROGRAMS = base_mp-node1 6 2 base_mp_node1_SOURCES = ../init.c ../apptask.c ../system.h -
testsuites/samples/base_mp/node2/Makefile.am
r84b01905 r4dec352 1 ##2 ## $Id$3 ##4 5 1 rtems_tests_PROGRAMS = base_mp-node2 6 2 base_mp_node2_SOURCES = ../init.c ../apptask.c ../system.h -
testsuites/samples/base_sp/Makefile.am
r84b01905 r4dec352 1 ##2 ## $Id$3 ##4 5 6 1 rtems_tests_PROGRAMS = base_sp 7 2 base_sp_SOURCES = init.c apptask.c system.h -
testsuites/samples/capture/Makefile.am
r84b01905 r4dec352 1 ##2 ## $Id$3 ##4 5 6 1 rtems_tests_PROGRAMS = capture 7 2 capture_SOURCES = init.c test1.c system.h -
testsuites/samples/cdtest/Makefile.am
r84b01905 r4dec352 1 ##2 ## $Id$3 ##4 5 6 1 rtems_tests_PROGRAMS = cdtest 7 2 cdtest_SOURCES = init.c main.cc system.h -
testsuites/samples/configure.ac
r84b01905 r4dec352 1 1 ## Process this file with autoconf to produce a configure script. 2 ##3 ## $Id$4 2 5 3 AC_PREREQ([2.68]) -
testsuites/samples/hello/Makefile.am
r84b01905 r4dec352 1 ##2 ## $Id$3 ##4 5 6 1 rtems_tests_PROGRAMS = hello 7 2 hello_SOURCES = init.c -
testsuites/samples/iostream/Makefile.am
r84b01905 r4dec352 1 ##2 ## $Id$3 ##4 5 6 1 rtems_tests_PROGRAMS = cxx_iostream 7 2 cxx_iostream_SOURCES = init.cc system.h -
testsuites/samples/loopback/Makefile.am
r84b01905 r4dec352 1 ##2 ## $Id$3 ##4 5 6 1 rtems_tests_PROGRAMS = loopback 7 2 loopback_SOURCES = init.c -
testsuites/samples/minimum/Makefile.am
r84b01905 r4dec352 1 ##2 ## $Id$3 ##4 5 6 1 rtems_tests_PROGRAMS = minimum 7 2 minimum_SOURCES = init.c -
testsuites/samples/nsecs/Makefile.am
r84b01905 r4dec352 1 ##2 ## $Id$3 ##4 5 6 1 rtems_tests_PROGRAMS = nsecs 7 2 nsecs_SOURCES = init.c empty.c -
testsuites/samples/paranoia/Makefile.am
r84b01905 r4dec352 1 ##2 ## $Id$3 ##4 5 6 1 rtems_tests_PROGRAMS = paranoia 7 2 paranoia_SOURCES = init.c paranoia.c system.h -
testsuites/samples/pppd/Makefile.am
r84b01905 r4dec352 1 ##2 ## $Id$3 ##4 5 6 1 rtems_tests_PROGRAMS = pppd 7 2 pppd_SOURCES = init.c pppdapp.c netconfig.h system.h -
testsuites/samples/ticker/Makefile.am
r84b01905 r4dec352 1 ##2 ## $Id$3 ##4 5 6 1 rtems_tests_PROGRAMS = ticker 7 2 ticker_SOURCES = init.c tasks.c system.h -
testsuites/samples/unlimited/Makefile.am
r84b01905 r4dec352 1 ##2 ## $Id$3 ##4 5 6 1 rtems_tests_PROGRAMS = unlimited 7 2 unlimited_SOURCES = init.c test1.c test2.c test3.c system.h
Note: See TracChangeset
for help on using the changeset viewer.