source: rtems/testsuites/libtests/block08/Makefile.am @ 64734fc

4.104.115
Last change on this file since 64734fc was 64734fc, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 01/19/10 at 08:55:18

updates and new test cases

  • Property mode set to 100644
File size: 1.5 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
11MANAGERS = all
12
13rtems_tests_PROGRAMS = block08
14block08_SOURCES = init.c               \
15                       system.h        \
16                       bdbuf_tests.c   \
17                       bdbuf_tests.h   \
18                       test_disk.c     \
19                       bdbuf_test1_1.c \
20                       bdbuf_test1_2.c \
21                       bdbuf_test1_3.c \
22                       bdbuf_test1_4.c \
23                       bdbuf_test1_5.c \
24                       bdbuf_test2_1.c \
25                       bdbuf_test2_2.c \
26                       bdbuf_test3_1.c \
27                       bdbuf_test3_2.c \
28                       bdbuf_test3_3.c \
29                       bdbuf_test4_1.c \
30                       bdbuf_test4_2.c \
31                       bdbuf_test4_3.c
32
33dist_rtems_tests_DATA = block08.scn block08.doc
34
35include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
36include $(top_srcdir)/../automake/compile.am
37include $(top_srcdir)/../automake/leaf.am
38
39block08_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
40
41AM_CPPFLAGS += -I$(top_srcdir)/../support/include
42
43LINK_OBJS = $(block08_OBJECTS) $(block08_LDADD)
44LINK_LIBS = $(block08_LDLIBS)
45
46block08$(EXEEXT): $(block08_OBJECTS) $(block08_DEPENDENCIES)
47        @rm -f block08$(EXEEXT)
48        $(make-exe)
49
50include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.