source: rtems/testsuites/tmtests/tmoverhd/Makefile.am @ b7d1ffe0

4.104.114.84.95
Last change on this file since b7d1ffe0 was dfdf09ae, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 04:53:39

2002-08-11 Ralf Corsepius <corsepiu@…>

  • tm01/Makefile.am: Use $(OBJEXT) instead of .o.
  • tm02/Makefile.am: Use $(OBJEXT) instead of .o.
  • tm03/Makefile.am: Use $(OBJEXT) instead of .o.
  • tm04/Makefile.am: Use $(OBJEXT) instead of .o.
  • tm05/Makefile.am: Use $(OBJEXT) instead of .o.
  • tm06/Makefile.am: Use $(OBJEXT) instead of .o.
  • tm07/Makefile.am: Use $(OBJEXT) instead of .o.
  • tm08/Makefile.am: Use $(OBJEXT) instead of .o.
  • tm09/Makefile.am: Use $(OBJEXT) instead of .o.
  • tm10/Makefile.am: Use $(OBJEXT) instead of .o.
  • tm11/Makefile.am: Use $(OBJEXT) instead of .o.
  • tm12/Makefile.am: Use $(OBJEXT) instead of .o.
  • tm13/Makefile.am: Use $(OBJEXT) instead of .o.
  • tm14/Makefile.am: Use $(OBJEXT) instead of .o.
  • tm15/Makefile.am: Use $(OBJEXT) instead of .o.
  • tm16/Makefile.am: Use $(OBJEXT) instead of .o.
  • tm17/Makefile.am: Use $(OBJEXT) instead of .o.
  • tm18/Makefile.am: Use $(OBJEXT) instead of .o.
  • tm19/Makefile.am: Use $(OBJEXT) instead of .o.
  • tm20/Makefile.am: Use $(OBJEXT) instead of .o.
  • tm21/Makefile.am: Use $(OBJEXT) instead of .o.
  • tm22/Makefile.am: Use $(OBJEXT) instead of .o.
  • tm23/Makefile.am: Use $(OBJEXT) instead of .o.
  • tm24/Makefile.am: Use $(OBJEXT) instead of .o.
  • tm25/Makefile.am: Use $(OBJEXT) instead of .o.
  • tm26/Makefile.am: Use $(OBJEXT) instead of .o.
  • tm27/Makefile.am: Use $(OBJEXT) instead of .o.
  • tm28/Makefile.am: Use $(OBJEXT) instead of .o.
  • tm29/Makefile.am: Use $(OBJEXT) instead of .o.
  • tmck/Makefile.am: Use $(OBJEXT) instead of .o.
  • tmoverhd/Makefile.am: Use $(OBJEXT) instead of .o.
  • Property mode set to 100644
File size: 857 bytes
Line 
1##
2## $Id$
3##
4
5
6TEST = tmoverhd
7
8MANAGERS = io
9
10C_FILES = testtask.c empty.c
11C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
12
13H_FILES = system.h dumrtems.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.