Changeset 933e0fd4 in rtems
- Timestamp:
- Nov 7, 2005, 10:21:11 AM (15 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- f9f0582
- Parents:
- 1306582
- Location:
- testsuites/itrontests
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/itrontests/itronhello/Makefile.am
r1306582 r933e0fd4 9 9 10 10 noinst_LIBRARIES = lib.a 11 lib_a_SOURCES = init.c 12 13 lib_a_SOURCES += system.h 11 lib_a_SOURCES = init.c system.h 14 12 15 13 DOCTYPES = doc scn -
testsuites/itrontests/itronmbf01/Makefile.am
r1306582 r933e0fd4 9 9 10 10 noinst_LIBRARIES = lib.a 11 lib_a_SOURCES = init.c 12 13 lib_a_SOURCES += system.h 11 lib_a_SOURCES = init.c system.h 14 12 15 13 DOCTYPES = doc scn -
testsuites/itrontests/itronmbox01/Makefile.am
r1306582 r933e0fd4 9 9 10 10 noinst_LIBRARIES = lib.a 11 lib_a_SOURCES = init.c 12 13 lib_a_SOURCES += system.h 11 lib_a_SOURCES = init.c system.h 14 12 15 13 DOCTYPES = doc scn -
testsuites/itrontests/itronsem01/Makefile.am
r1306582 r933e0fd4 9 9 10 10 noinst_LIBRARIES = lib.a 11 lib_a_SOURCES = init.c 12 13 lib_a_SOURCES += system.h 11 lib_a_SOURCES = init.c system.h 14 12 15 13 DOCTYPES = doc scn -
testsuites/itrontests/itrontask01/Makefile.am
r1306582 r933e0fd4 9 9 10 10 noinst_LIBRARIES = lib.a 11 lib_a_SOURCES = init.c task1.c 12 13 lib_a_SOURCES += system.h 11 lib_a_SOURCES = init.c task1.c system.h 14 12 15 13 DOCTYPES = doc scn -
testsuites/itrontests/itrontask02/Makefile.am
r1306582 r933e0fd4 9 9 10 10 noinst_LIBRARIES = lib.a 11 lib_a_SOURCES = init.c dormant.c 12 13 lib_a_SOURCES += system.h 11 lib_a_SOURCES = init.c dormant.c system.h 14 12 15 13 DOCTYPES = doc scn -
testsuites/itrontests/itrontask03/Makefile.am
r1306582 r933e0fd4 9 9 10 10 noinst_LIBRARIES = lib.a 11 lib_a_SOURCES = init.c preempt.c task1.c task2.c task3.c 12 13 lib_a_SOURCES += system.h 11 lib_a_SOURCES = init.c preempt.c task1.c task2.c task3.c system.h 14 12 15 13 DOCTYPES = doc scn -
testsuites/itrontests/itrontask04/Makefile.am
r1306582 r933e0fd4 9 9 10 10 noinst_LIBRARIES = lib.a 11 lib_a_SOURCES = init.c task1.c task2.c task3.c 12 13 lib_a_SOURCES += system.h 11 lib_a_SOURCES = init.c task1.c task2.c task3.c system.h 14 12 15 13 DOCTYPES = doc scn -
testsuites/itrontests/itrontime01/Makefile.am
r1306582 r933e0fd4 9 9 10 10 noinst_LIBRARIES = lib.a 11 lib_a_SOURCES = init.c 12 13 lib_a_SOURCES += system.h 11 lib_a_SOURCES = init.c system.h 14 12 15 13 DOCTYPES = doc scn
Note: See TracChangeset
for help on using the changeset viewer.