source: rtems/testsuites/sptests/sp29/Makefile.am @ 7d91d72

4.104.114.84.95
Last change on this file since 7d91d72 was 7d91d72, checked in by Joel Sherrill <joel.sherrill@…>, on 12/13/99 at 15:29:20

First attempt at adding simple binary semaphore in addition to the current
"mutex" and counting semaphore. This is at the request of Eric Norum
and his EPICS porting effort.

  • Property mode set to 100644
File size: 620 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7TEST = sp29
8
9MANAGERS = all
10
11# C source names, if any, go here -- minus the .c
12C_FILES = init.c
13C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
14
15DOCTYPES = scn
16DOCS = $(DOCTYPES:%=$(TEST).%)
17
18SRCS = $(C_FILES) $(H_FILES)
19OBJS = $(C_O_FILES)
20
21PRINT_SRCS = $(DOCS)
22
23PGM = ${ARCH}/$(TEST).exe
24
25include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
26include $(RTEMS_ROOT)/make/leaf.cfg
27include $(top_srcdir)/sptests.am
28
29${PGM}: $(OBJS) $(LINK_FILES)
30        $(make-exe)
31
32all-local: $(ARCH) $(TMPINSTALL_FILES)
33
34EXTRA_DIST = $(C_FILES) $(DOCS)
35
36include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.