source: rtems/testsuites/libtests/block08/Makefile.am @ 820d82ed

4.115
Last change on this file since 820d82ed was 820d82ed, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 06:54:40

Remove CVS-Ids.

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