source: rtems/c/src/tests/psxtests/psxcancel/Makefile.am @ 4f234da

4.104.114.84.95
Last change on this file since 4f234da was 4f234da, checked in by Joel Sherrill <joel.sherrill@…>, on 07/05/02 at 18:07:49

2002-07-05 Joel Sherrill <joel@…>

  • psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn: Updated as part of PR164 which reported problems with the RTEMS implementation of pthread_cancel.
  • Property mode set to 100644
File size: 748 bytes
Line 
1##
2## $Id$
3##
4
5
6TEST = psxcancel
7
8MANAGERS = all
9
10C_FILES = init.c
11C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
12
13H_FILES =
14noinst_HEADERS = $(H_FILES)
15
16DOCTYPES = scn
17DOCS = $(DOCTYPES:%=$(TEST).%)
18
19SRCS = $(DOCS) $(C_FILES) $(H_FILES)
20OBJS = $(C_O_FILES)
21
22PRINT_SRCS = $(DOCS)
23
24PGM = ${ARCH}/$(TEST).exe
25
26include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
27include $(top_srcdir)/../../../../automake/compile.am
28include $(top_srcdir)/../../../../automake/leaf.am
29include $(top_srcdir)/psxtests.am
30
31#
32# (OPTIONAL) Add local stuff here using +=
33#
34
35AM_CPPFLAGS += -I$(top_srcdir)/include
36
37${PGM}: $(OBJS) $(LINK_FILES)
38        $(make-exe)
39
40all-local: $(ARCH) $(TMPINSTALL_FILES)
41
42EXTRA_DIST = $(C_FILES) $(DOCS)
43
44include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.