source: rtems/testsuites/libtests/block08/Makefile.am @ 78da8ac3

4.115
Last change on this file since 78da8ac3 was ef08dc1, checked in by Joel Sherrill <joel.sherrill@…>, on 06/23/10 at 23:26:08

2010-06-23 Joel Sherrill <joel.sherrilL@…>

  • 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, heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am, monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am, stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am, termios02/Makefile.am: Revert.
  • 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.