source: rtems/testsuites/libtests/block12/Makefile.am @ 3c462734

4.115
Last change on this file since 3c462734 was 3c462734, checked in by Sebastian Huber <sebastian.huber@…>, on 05/14/12 at 10:13:04

libblock: Fix purge device tree traversal

  • Property mode set to 100644
File size: 500 bytes
Line 
1rtems_tests_PROGRAMS = block12
2block12_SOURCES = init.c
3
4dist_rtems_tests_DATA = block12.scn block12.doc
5
6include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
7include $(top_srcdir)/../automake/compile.am
8include $(top_srcdir)/../automake/leaf.am
9
10AM_CPPFLAGS += -I$(top_srcdir)/../support/include
11
12LINK_OBJS = $(block12_OBJECTS)
13LINK_LIBS = $(block12_LDLIBS)
14
15block12$(EXEEXT): $(block12_OBJECTS) $(block12_DEPENDENCIES)
16        @rm -f block12$(EXEEXT)
17        $(make-exe)
18
19include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.