source: rtems/c/src/tests/psxtests/psxhdrs/Makefile.am @ f01f75c

4.104.114.84.95
Last change on this file since f01f75c was f01f75c, checked in by Joel Sherrill <joel.sherrill@…>, on 09/03/03 at 13:34:25

2003-09-03 Joel Sherrill <joel@…>

PR 463/tests
PR 465/tests

  • psxhdrs/Makefile.am: Add new test cases.
  • psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c, psxhdrs/timer07.c: New files.
  • Property mode set to 100644
File size: 1.9 KB
Line 
1##
2## $Id$
3##
4
5
6C_FILES = clock01.c clock02.c clock03.c clock04.c clock05.c clock06.c \
7    cond01.c cond02.c cond03.c cond04.c cond05.c cond06.c cond07.c cond08.c \
8    cond09.c cond10.c key01.c key02.c key03.c key04.c mutex01.c mutex02.c \
9    mutex03.c mutex04.c mutex05.c mutex06.c mutex07.c mutex08.c mutex09.c \
10    mutex10.c mutex11.c mutex12.c mutex13.c mutex14.c mutex15.c mutex16.c \
11    pthread01.c pthread02.c pthread03.c pthread04.c pthread05.c pthread06.c \
12    pthread07.c pthread08.c pthread09.c pthread10.c pthread11.c pthread12.c \
13    pthread13.c pthread14.c pthread15.c pthread16.c pthread17.c pthread18.c \
14    pthread19.c pthread20.c pthread21.c pthread22.c pthread23.c pthread24.c \
15    pthread25.c pthread26.c pthread27.c pthread28.c pthread29.c pthread30.c \
16    pthread31.c pthread32.c pthread33.c pthread34.c pthread35.c pthread36.c \
17    proc01.c proc02.c proc03.c proc04.c proc05.c proc06.c proc07.c proc08.c \
18    proc09.c proc10.c proc11.c proc12.c proc13.c proc14.c sched01.c \
19    sched02.c sched03.c sched04.c sched05.c sched06.c sched07.c sched08.c \
20    signal01.c signal02.c signal03.c signal04.c signal05.c signal06.c \
21    signal07.c signal08.c signal09.c signal10.c signal11.c signal12.c \
22    signal13.c signal14.c signal15.c signal16.c signal17.c signal18.c \
23    signal19.c signal20.c signal21.c signal22.c sync01.c sync02.c sync03.c \
24    time01.c time02.c time03.c time04.c time05.c time06.c time07.c time08.c \
25    time09.c time10.c time11.c time12.c time13.c timer01.c timer02.c timer03.c \
26    timer04.c timer05.c timer06.c timer07.c
27C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
28
29SRCS = $(C_FILES)
30OBJS = $(C_O_FILES)
31
32include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
33include $(top_srcdir)/../automake/compile.am
34include $(top_srcdir)/../automake/leaf.am
35
36all-local: ${ARCH} ${OBJS}
37
38EXTRA_DIST = $(C_FILES)
39
40include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.