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

4.104.114.84.95
Last change on this file since d549d0a6 was d549d0a6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 16:27:24

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
include/Makefile.am: Reflect having moved automake.
psx01/Makefile.am: Reflect having moved automake.
psx02/Makefile.am: Reflect having moved automake.
psx03/Makefile.am: Reflect having moved automake.
psx04/Makefile.am: Reflect having moved automake.
psx05/Makefile.am: Reflect having moved automake.
psx06/Makefile.am: Reflect having moved automake.
psx07/Makefile.am: Reflect having moved automake.
psx08/Makefile.am: Reflect having moved automake.
psx09/Makefile.am: Reflect having moved automake.
psx10/Makefile.am: Reflect having moved automake.
psx11/Makefile.am: Reflect having moved automake.
psx12/Makefile.am: Reflect having moved automake.
psx13/Makefile.am: Reflect having moved automake.
psxcancel/Makefile.am: Reflect having moved automake.
psxchroot01/Makefile.am: Reflect having moved automake.
psxfile01/Makefile.am: Reflect having moved automake.
psxhdrs/Makefile.am: Reflect having moved automake.
psxmount/Makefile.am: Reflect having moved automake.
psxmsgq01/Makefile.am: Reflect having moved automake.
psxreaddir/Makefile.am: Reflect having moved automake.
psxsem01/Makefile.am: Reflect having moved automake.
psxstat/Makefile.am: Reflect having moved automake.
psxtime/Makefile.am: Reflect having moved automake.
psxtimer/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 1.8 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 time01.c time02.c time03.c \
24    time04.c time05.c time06.c time07.c time08.c time09.c time10.c time11.c \
25    time12.c time13.c timer01.c timer02.c timer03.c timer04.c timer05.c \
26    timer06.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.