source: rtems/testsuites/sptests/sp13/Makefile.am @ ac2512ab

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

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

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 710 bytes
Line 
1##
2## $Id$
3##
4
5
6TEST = sp13
7
8MANAGERS = io message
9
10C_FILES = init.c fillbuff.c putbuff.c task1.c task2.c task3.c
11C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
12
13H_FILES = system.h
14noinst_HEADERS = $(H_FILES)
15
16DOCTYPES = scn doc
17DOCS = $(DOCTYPES:%=$(TEST).%)
18
19SRCS = $(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)/sptests.am
30
31${PGM}: $(OBJS) $(LINK_FILES)
32        $(make-exe)
33
34all-local: $(ARCH) $(TMPINSTALL_FILES)
35
36EXTRA_DIST = $(C_FILES) $(DOCS)
37
38include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.