source: rtems/testsuites/tmtests/tm28/Makefile.am @ 5dfa8c1

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

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

  • tm27/Makefile.am: include leaf.am instead of leaf.cfg.
  • tm26/Makefile.am: include leaf.am instead of leaf.cfg.
  • tm24/Makefile.am: include leaf.am instead of leaf.cfg.
  • tm16/Makefile.am: include leaf.am instead of leaf.cfg.
  • tm18/Makefile.am: include leaf.am instead of leaf.cfg.
  • tm02/Makefile.am: include leaf.am instead of leaf.cfg.
  • tm10/Makefile.am: include leaf.am instead of leaf.cfg.
  • tm11/Makefile.am: include leaf.am instead of leaf.cfg.
  • tm15/Makefile.am: include leaf.am instead of leaf.cfg.
  • tm19/Makefile.am: include leaf.am instead of leaf.cfg.
  • tm04/Makefile.am: include leaf.am instead of leaf.cfg.
  • tm17/Makefile.am: include leaf.am instead of leaf.cfg.
  • tm28/Makefile.am: include leaf.am instead of leaf.cfg.
  • tmck/Makefile.am: include leaf.am instead of leaf.cfg.
  • tm08/Makefile.am: include leaf.am instead of leaf.cfg.
  • tm12/Makefile.am: include leaf.am instead of leaf.cfg.
  • tm03/Makefile.am: include leaf.am instead of leaf.cfg.
  • tm13/Makefile.am: include leaf.am instead of leaf.cfg.
  • tm29/Makefile.am: include leaf.am instead of leaf.cfg.
  • tmoverhd/Makefile.am: include leaf.am instead of leaf.cfg.
  • tm20/Makefile.am: include leaf.am instead of leaf.cfg.
  • tm09/Makefile.am: include leaf.am instead of leaf.cfg.
  • tm01/Makefile.am: include leaf.am instead of leaf.cfg.
  • tm21/Makefile.am: include leaf.am instead of leaf.cfg.
  • tm07/Makefile.am: include leaf.am instead of leaf.cfg.
  • tm25/Makefile.am: include leaf.am instead of leaf.cfg.
  • tm22/Makefile.am: include leaf.am instead of leaf.cfg.
  • tm06/Makefile.am: include leaf.am instead of leaf.cfg.
  • tm05/Makefile.am: include leaf.am instead of leaf.cfg.
  • tm14/Makefile.am: include leaf.am instead of leaf.cfg.
  • tm23/Makefile.am: include leaf.am instead of leaf.cfg.
  • Property mode set to 100644
File size: 860 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7TEST = tm28
8
9MANAGERS = io dpmem
10
11C_FILES = task1.c
12C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
13
14H_FILES = system.h
15noinst_HEADERS = $(H_FILES)
16
17DOCTYPES = doc
18DOCS = $(DOCTYPES:%=$(TEST).%)
19
20SRCS = $(DOCS) $(C_FILES) $(H_FILES)
21OBJS = $(C_O_FILES)
22
23PRINT_SRCS = $(DOCS)
24
25PGM = ${ARCH}/$(TEST).exe
26
27include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
28include $(top_srcdir)/../../../../automake/compile.am
29include $(top_srcdir)/../../../../automake/leaf.am
30include $(top_srcdir)/tmtests.am
31
32#
33# (OPTIONAL) Add local stuff here using +=
34#
35
36OPERATION_COUNT = @OPERATION_COUNT@
37AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
38
39${PGM}: $(OBJS) $(LINK_FILES)
40        $(make-exe)
41
42all-local: $(ARCH) $(TMPINSTALL_FILES)
43
44EXTRA_DIST = $(C_FILES) $(DOCS)
45
46include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.