source: rtems/c/src/tests/tmtests/tm08/Makefile.am @ f66be68

4.104.114.84.95
Last change on this file since f66be68 was f66be68, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:44:39

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tm01/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tm02/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tm03/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tm04/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tm05/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tm06/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tm07/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tm08/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tm09/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tm10/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tm11/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tm12/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tm13/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tm14/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tm15/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tm16/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tm17/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tm18/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tm19/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tm20/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tm21/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tm22/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tm23/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tm24/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tm25/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tm26/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tm27/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tm28/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tm29/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tmck/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tmoverhd/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 823 bytes
Line 
1##
2## $Id$
3##
4
5
6TEST = tm08
7
8MANAGERS = io
9
10C_FILES = task1.c
11C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
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.