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

4.104.114.84.95
Last change on this file since 929efa6 was 929efa6, checked in by Joel Sherrill <joel.sherrill@…>, on 09/19/01 at 17:21:08

2001-09-19 Ralf Corsepius <corsepiu@…>

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