source: rtems/testsuites/tmtests/tm10/Makefile.am @ 107d0e3

4.104.114.84.95
Last change on this file since 107d0e3 was 20668c7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 16:28:00

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
include/Makefile.am: Reflect having moved automake.
tm01/Makefile.am: Reflect having moved automake.
tm02/Makefile.am: Reflect having moved automake.
tm03/Makefile.am: Reflect having moved automake.
tm04/Makefile.am: Reflect having moved automake.
tm05/Makefile.am: Reflect having moved automake.
tm06/Makefile.am: Reflect having moved automake.
tm07/Makefile.am: Reflect having moved automake.
tm08/Makefile.am: Reflect having moved automake.
tm09/Makefile.am: Reflect having moved automake.
tm10/Makefile.am: Reflect having moved automake.
tm11/Makefile.am: Reflect having moved automake.
tm12/Makefile.am: Reflect having moved automake.
tm13/Makefile.am: Reflect having moved automake.
tm14/Makefile.am: Reflect having moved automake.
tm15/Makefile.am: Reflect having moved automake.
tm16/Makefile.am: Reflect having moved automake.
tm17/Makefile.am: Reflect having moved automake.
tm18/Makefile.am: Reflect having moved automake.
tm19/Makefile.am: Reflect having moved automake.
tm20/Makefile.am: Reflect having moved automake.
tm21/Makefile.am: Reflect having moved automake.
tm22/Makefile.am: Reflect having moved automake.
tm23/Makefile.am: Reflect having moved automake.
tm24/Makefile.am: Reflect having moved automake.
tm25/Makefile.am: Reflect having moved automake.
tm26/Makefile.am: Reflect having moved automake.
tm27/Makefile.am: Reflect having moved automake.
tm28/Makefile.am: Reflect having moved automake.
tm29/Makefile.am: Reflect having moved automake.
tmck/Makefile.am: Reflect having moved automake.
tmoverhd/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 812 bytes
Line 
1##
2## $Id$
3##
4
5
6TEST = tm10
7
8MANAGERS = io message
9
10C_FILES = task1.c
11C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
12
13H_FILES = system.h
14noinst_HEADERS = $(H_FILES)
15
16DOCTYPES = doc
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)/tmtests.am
30
31#
32# (OPTIONAL) Add local stuff here using +=
33#
34
35OPERATION_COUNT = @OPERATION_COUNT@
36AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
37
38${PGM}: $(OBJS) $(LINK_FILES)
39        $(make-exe)
40
41all-local: $(ARCH) $(TMPINSTALL_FILES)
42
43EXTRA_DIST = $(C_FILES) $(DOCS)
44
45include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.