source: rtems/testsuites/libtests/block08/Makefile.am @ 6f9ce8f4

4.115
Last change on this file since 6f9ce8f4 was 6f9ce8f4, checked in by Joel Sherrill <joel.sherrill@…>, on 12/08/11 at 21:38:12

2011-12-08 Joel Sherrill <joel.sherrill@…>

PR 1589/build

  • block01/Makefile.am, block02/Makefile.am, block03/Makefile.am, block04/Makefile.am, block05/Makefile.am, block06/Makefile.am, block07/Makefile.am, block08/Makefile.am, block09/Makefile.am, block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am, devfs01/Makefile.am, devfs02/Makefile.am, devfs03/Makefile.am, devfs04/Makefile.am, deviceio01/Makefile.am, devnullfatal01/Makefile.am, dumpbuf01/Makefile.am, ftp01/Makefile.am, gxx01/Makefile.am, heapwalk/Makefile.am, malloc02/Makefile.am, malloc03/Makefile.am, malloc04/Makefile.am, malloc05/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am, monitor02/Makefile.am, mouse01/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am, stringto01/Makefile.am, tar01/Makefile.am, tar02/Makefile.am, tar03/Makefile.am, termios/Makefile.am, termios01/Makefile.am, termios02/Makefile.am, termios03/Makefile.am, termios04/Makefile.am, termios05/Makefile.am, termios06/Makefile.am, termios07/Makefile.am, termios08/Makefile.am, tztest/Makefile.am: Remove obsolete optional manager capability.
  • Property mode set to 100644
File size: 1.4 KB
Line 
1##
2## Copyright (C) 2010 OKTET Labs, St.-Petersburg, Russia
3## Author: Oleg Kravtsov <Oleg.Kravtsov@oktetlabs.ru>
4##
5## The license and distribution terms for this file may be
6## found in the file LICENSE in this distribution or at
7## http://www.rtems.com/license/LICENSE.
8## $Id$
9##
10
11
12rtems_tests_PROGRAMS = block08
13block08_SOURCES = init.c               \
14                       system.h        \
15                       bdbuf_tests.c   \
16                       bdbuf_tests.h   \
17                       test_disk.c     \
18                       bdbuf_test1_1.c \
19                       bdbuf_test1_2.c \
20                       bdbuf_test1_3.c \
21                       bdbuf_test1_4.c \
22                       bdbuf_test1_5.c \
23                       bdbuf_test2_1.c \
24                       bdbuf_test2_2.c \
25                       bdbuf_test3_1.c \
26                       bdbuf_test3_2.c \
27                       bdbuf_test3_3.c \
28                       bdbuf_test4_1.c \
29                       bdbuf_test4_2.c \
30                       bdbuf_test4_3.c
31
32dist_rtems_tests_DATA = block08.scn block08.doc
33
34include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
35include $(top_srcdir)/../automake/compile.am
36include $(top_srcdir)/../automake/leaf.am
37
38
39AM_CPPFLAGS += -I$(top_srcdir)/../support/include
40
41LINK_OBJS = $(block08_OBJECTS)
42LINK_LIBS = $(block08_LDLIBS)
43
44block08$(EXEEXT): $(block08_OBJECTS) $(block08_DEPENDENCIES)
45        @rm -f block08$(EXEEXT)
46        $(make-exe)
47
48include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.