mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Patch rtems-rc-20000118-2.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
that contains cosmetical changes to the Makefile.ams below tests (removes old, now invalid comments from these Makefile.ams).
This commit is contained in:
@@ -8,7 +8,6 @@ PGM = ${ARCH}/$(TEST).exe
|
||||
|
||||
MANAGERS = all
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ PGM = ${ARCH}/$(TEST).exe
|
||||
|
||||
MANAGERS = all
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ PGM = ${ARCH}/$(TEST).exe
|
||||
|
||||
MANAGERS = all
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ PGM = ${ARCH}/$(TEST).exe
|
||||
|
||||
MANAGERS = all
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ PGM = ${ARCH}/$(TEST).exe
|
||||
|
||||
MANAGERS = all
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ PGM = ${ARCH}/$(TEST).exe
|
||||
|
||||
MANAGERS = all
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c dormant.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ PGM = ${ARCH}/$(TEST).exe
|
||||
|
||||
MANAGERS = all
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c preempt.c task1.c task2.c task3.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ PGM = ${ARCH}/$(TEST).exe
|
||||
|
||||
MANAGERS = all
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c task2.c task3.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ PGM = ${ARCH}/$(TEST).exe
|
||||
|
||||
MANAGERS = all
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@ TEST = cpuuse
|
||||
|
||||
MANAGERS = io rate_monotonic
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c task2.c task3.c tswitch.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@ TEST = malloctest
|
||||
|
||||
MANAGERS = io
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ TEST = monitor
|
||||
MANAGERS = dpmem event io msg mp part region sem signal timer rate_monotonic \
|
||||
ext
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@ TEST = putenvtest
|
||||
|
||||
MANAGERS = io
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@ TEST = rtems++
|
||||
|
||||
MANAGERS = event io msg sem signal timer rate_monotonic
|
||||
|
||||
# C++ source names, if any, go here -- minus the .cc
|
||||
CC_FILES = Init.cc Task1.cc Task2.cc Task3.cc
|
||||
CC_O_FILES = $(CC_FILES:%.cc=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@ TEST = rtmonuse
|
||||
|
||||
MANAGERS = io rate_monotonic
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c getall.c task1.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@ TEST = stackchk
|
||||
|
||||
MANAGERS = io
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = blow.c init.c task1.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@ TEST = termios
|
||||
|
||||
MANAGERS = io
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
|
||||
|
||||
MANAGERS = io mp
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
|
||||
|
||||
MANAGERS = io mp
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
|
||||
|
||||
MANAGERS = io mp
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
|
||||
|
||||
MANAGERS = io mp
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
|
||||
|
||||
MANAGERS = io mp timer event
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c delay.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
|
||||
|
||||
MANAGERS = io mp timer event
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c delay.c task1.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
|
||||
|
||||
MANAGERS = io mp
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
|
||||
|
||||
MANAGERS = io mp
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
|
||||
|
||||
MANAGERS = io mp signal timer
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c asr.c task1.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
|
||||
|
||||
MANAGERS = io mp signal timer
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c asr.c task1.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
|
||||
|
||||
MANAGERS = io mp event timer
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
|
||||
|
||||
MANAGERS = io mp event timer
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
|
||||
|
||||
MANAGERS = io mp event timer
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
|
||||
|
||||
MANAGERS = io mp event timer
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
|
||||
|
||||
MANAGERS = io mp semaphore
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
|
||||
|
||||
MANAGERS = io mp semaphore
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
|
||||
|
||||
MANAGERS = io mp message
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c recvmsg.c sendmsg.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
|
||||
|
||||
MANAGERS = io mp message
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c recvmsg.c sendmsg.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
|
||||
|
||||
MANAGERS = io mp message semaphore
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c task2.c task3.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
|
||||
|
||||
MANAGERS = io mp message semaphore
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c task2.c task3.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
|
||||
|
||||
MANAGERS = io mp message partition semaphore
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
|
||||
|
||||
MANAGERS = io mp message partition semaphore
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
|
||||
|
||||
MANAGERS = io mp partition
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
|
||||
|
||||
MANAGERS = io mp partition
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
|
||||
|
||||
MANAGERS = io mp message semaphore
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c task2.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
|
||||
|
||||
MANAGERS = io mp message semaphore
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c task2.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
|
||||
|
||||
MANAGERS = io mp event partition semaphore timer message
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = exit.c init.c delay.c evtask1.c evtmtask.c pttask1.c smtask1.c \
|
||||
msgtask1.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
|
||||
|
||||
MANAGERS = io mp event partition semaphore timer message
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = exit.c init.c delay.c evtask1.c evtmtask.c pttask1.c smtask1.c \
|
||||
msgtask1.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
@@ -7,7 +7,6 @@ TEST = psx01
|
||||
|
||||
MANAGERS = all
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@ TEST = psx02
|
||||
|
||||
MANAGERS = all
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@ TEST = psx03
|
||||
|
||||
MANAGERS = all
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@ TEST = psx04
|
||||
|
||||
MANAGERS = all
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c task2.c task3.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@ TEST = psx05
|
||||
|
||||
MANAGERS = all
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task.c task2.c task3.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@ TEST = psx06
|
||||
|
||||
MANAGERS = all
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task.c task2.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@ TEST = psx07
|
||||
|
||||
MANAGERS = all
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@ TEST = psx08
|
||||
|
||||
MANAGERS = all
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c task2.c task3.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@ TEST = psx09
|
||||
|
||||
MANAGERS = all
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@ TEST = psx10
|
||||
|
||||
MANAGERS = all
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task.c task2.c task3.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@ TEST = psx11
|
||||
|
||||
MANAGERS = all
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@ TEST = psx12
|
||||
|
||||
MANAGERS = all
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@ TEST = psx13
|
||||
|
||||
MANAGERS = all
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = main.c test.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@ TEST = psxcancel
|
||||
|
||||
MANAGERS = all
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -10,7 +10,6 @@ TEST = psxfile01
|
||||
|
||||
MANAGERS = all
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = main.c test.c test_cat.c test_extend.c test_write.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
|
||||
# C source names
|
||||
C_FILES = clock01.c clock02.c clock03.c clock04.c clock05.c clock06.c cond01.c \
|
||||
cond02.c cond03.c cond04.c cond05.c cond06.c cond07.c cond08.c cond09.c \
|
||||
cond10.c key01.c key02.c key03.c key04.c mutex01.c mutex02.c mutex03.c \
|
||||
|
||||
@@ -7,7 +7,6 @@ TEST = psxmount
|
||||
|
||||
MANAGERS = all
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = main.c test.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@ TEST = psxmsgq01
|
||||
|
||||
MANAGERS = all
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@ TEST = psxreaddir
|
||||
|
||||
MANAGERS = all
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = main.c test.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@ TEST = psxsem01
|
||||
|
||||
MANAGERS = all
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@ TEST = psxstat
|
||||
|
||||
MANAGERS = all
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = main.c test.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@ TEST = psxtime
|
||||
|
||||
MANAGERS = all
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = main.c test.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@ TEST = psxtimer
|
||||
|
||||
MANAGERS = all
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = psxtimer.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(SAMPLE).exe
|
||||
|
||||
MANAGERS = io mp
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c apptask.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(SAMPLE).exe
|
||||
|
||||
MANAGERS = io mp
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c apptask.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@ PGM = ${ARCH}/$(SAMPLE).exe
|
||||
|
||||
MANAGERS = io
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c apptask.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -9,11 +9,9 @@ PGM = ${ARCH}/$(SAMPLE).exe
|
||||
|
||||
MANAGERS = all
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
# C++ source names, if any, go here -- minus the .cc
|
||||
CC_FILES = main.cc
|
||||
CC_O_FILES = $(CC_FILES:%.cc=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@ PGM = ${ARCH}/$(SAMPLE).exe
|
||||
|
||||
MANAGERS = io
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@ PGM = ${ARCH}/$(SAMPLE).exe
|
||||
|
||||
MANAGERS = all
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@ PGM = ${ARCH}/$(SAMPLE).exe
|
||||
|
||||
MANAGERS = all
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c paranoia.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@ PGM = ${ARCH}/$(SAMPLE).exe
|
||||
|
||||
MANAGERS = io
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c tasks.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@ PGM = ${ARCH}/$(SAMPLE).exe
|
||||
|
||||
MANAGERS = io event
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c test1.c test2.c test3.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ TEST = sp01
|
||||
|
||||
MANAGERS = io
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ TEST = sp02
|
||||
|
||||
MANAGERS = io
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c task2.c task3.c preempt.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ TEST = sp03
|
||||
|
||||
MANAGERS = io
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c task2.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ TEST = sp04
|
||||
|
||||
MANAGERS = io
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c task2.c task3.c tswitch.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ TEST = sp05
|
||||
|
||||
MANAGERS = io
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c task2.c task3.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ TEST = sp06
|
||||
|
||||
MANAGERS = io
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c task2.c task3.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ TEST = sp07
|
||||
|
||||
MANAGERS = io
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c task2.c task3.c task4.c taskexit.c tcreate.c \
|
||||
tdelete.c trestart.c tstart.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
@@ -8,7 +8,6 @@ TEST = sp08
|
||||
|
||||
MANAGERS = io
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@ TEST = sp09
|
||||
MANAGERS = io message dual_ported_memory event multi_processor region \
|
||||
semaphore signal rate_monotonic timer partition
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c delay.c isr.c screen01.c screen02.c screen03.c screen04.c \
|
||||
screen05.c screen06.c screen07.c screen08.c screen09.c screen10.c \
|
||||
screen11.c screen12.c screen13.c screen14.c task1.c task2.c task3.c \
|
||||
|
||||
@@ -8,7 +8,6 @@ TEST = sp11
|
||||
|
||||
MANAGERS = io event timer
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c task2.c timer.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ TEST = sp12
|
||||
|
||||
MANAGERS = io semaphore
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c task2.c task3.c task4.c task5.c pridrv.c pritask.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ TEST = sp13
|
||||
|
||||
MANAGERS = io message
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c fillbuff.c putbuff.c task1.c task2.c task3.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ TEST = sp14
|
||||
|
||||
MANAGERS = io signal timer
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c asr.c task1.c task2.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ TEST = sp15
|
||||
|
||||
MANAGERS = io partition
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ TEST = sp16
|
||||
|
||||
MANAGERS = io region
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c task2.c task3.c task4.c task5.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ TEST = sp17
|
||||
|
||||
MANAGERS = io signal
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c asr.c task1.c task2.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ TEST = sp19
|
||||
|
||||
MANAGERS = io
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c first.c fptask.c task1.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ TEST = sp20
|
||||
|
||||
MANAGERS = io rate_monotonic
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c getall.c task1.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ TEST = sp21
|
||||
|
||||
MANAGERS = io
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ TEST = sp22
|
||||
|
||||
MANAGERS = io timer
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c prtime.c delay.c task1.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ TEST = sp23
|
||||
|
||||
MANAGERS = io dual_ported_memory
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ TEST = sp24
|
||||
|
||||
MANAGERS = io event timer
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c resume.c task1.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ TEST = sp25
|
||||
|
||||
MANAGERS = io region
|
||||
|
||||
# C source names, if any, go here -- minus the .c
|
||||
C_FILES = init.c task1.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user