source: rtems/testsuites/tmtests/tm21/Makefile.am @ eaab53e8

4.104.114.84.95
Last change on this file since eaab53e8 was eaab53e8, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/01/03 at 21:35:53

2003-12-01 Ralf Corsepius <corsepiu@…>

  • include/Makefile.am: Reformat.
  • tm01/Makefile.am: Remove all-local: $(ARCH).
  • tm02/Makefile.am: Remove all-local: $(ARCH).
  • tm03/Makefile.am: Remove all-local: $(ARCH).
  • tm04/Makefile.am: Remove all-local: $(ARCH).
  • tm05/Makefile.am: Remove all-local: $(ARCH).
  • tm06/Makefile.am: Remove all-local: $(ARCH).
  • tm07/Makefile.am: Remove all-local: $(ARCH).
  • tm08/Makefile.am: Remove all-local: $(ARCH).
  • tm09/Makefile.am: Remove all-local: $(ARCH).
  • tm10/Makefile.am: Remove all-local: $(ARCH).
  • tm11/Makefile.am: Remove all-local: $(ARCH).
  • tm12/Makefile.am: Remove all-local: $(ARCH).
  • tm13/Makefile.am: Remove all-local: $(ARCH).
  • tm14/Makefile.am: Remove all-local: $(ARCH).
  • tm15/Makefile.am: Remove all-local: $(ARCH).
  • tm16/Makefile.am: Remove all-local: $(ARCH).
  • tm17/Makefile.am: Remove all-local: $(ARCH).
  • tm18/Makefile.am: Remove all-local: $(ARCH).
  • tm19/Makefile.am: Remove all-local: $(ARCH).
  • tm20/Makefile.am: Remove all-local: $(ARCH).
  • tm21/Makefile.am: Remove all-local: $(ARCH).
  • tm22/Makefile.am: Remove all-local: $(ARCH).
  • tm23/Makefile.am: Remove all-local: $(ARCH).
  • tm24/Makefile.am: Remove all-local: $(ARCH).
  • tm25/Makefile.am: Remove all-local: $(ARCH).
  • tm26/Makefile.am: Remove all-local: $(ARCH).
  • tm27/Makefile.am: Remove all-local: $(ARCH).
  • tm28/Makefile.am: Remove all-local: $(ARCH).
  • tm29/Makefile.am: Remove all-local: $(ARCH).
  • tmck/Makefile.am: Remove all-local: $(ARCH).
  • tmoverhd/Makefile.am: Remove all-local: $(ARCH).
  • Property mode set to 100644
File size: 857 bytes
Line 
1##
2## $Id$
3##
4
5TEST = tm21
6
7MANAGERS = io dpmem message partition region semaphore rate_monotonic timer
8
9C_FILES = task1.c
10C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
11
12H_FILES = system.h
13noinst_HEADERS = $(H_FILES)
14
15DOCTYPES = doc
16DOCS = $(DOCTYPES:%=$(TEST).%)
17
18SRCS = $(DOCS) $(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 $(top_srcdir)/../automake/compile.am
27include $(top_srcdir)/../automake/leaf.am
28include $(top_srcdir)/tmtests.am
29
30#
31# (OPTIONAL) Add local stuff here using +=
32#
33
34OPERATION_COUNT = @OPERATION_COUNT@
35AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
36
37${PGM}: $(OBJS) $(LINK_FILES)
38        $(make-exe)
39
40all-local: $(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.