source: rtems/testsuites/rhealstone/rhilatency/Makefile.am @ 564ce0f

4.115
Last change on this file since 564ce0f was b6c1578, checked in by Joel Sherrill <joel.sherrill@…>, on 01/05/14 at 17:17:08

rhealstone: Add rh prefix to all test names

This makes them easier to spot as a group in wildcard searches.

  • Property mode set to 100644
File size: 661 bytes
Line 
1MANAGERS = all
2
3rtems_tests_PROGRAMS = rhilatency
4rhilatency_SOURCES  = ilatency.c
5rhilatency_SOURCES += ../../tmtests/include/timesys.h
6
7dist_rtems_tests_DATA = rhilatency.adoc
8
9include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
10include $(top_srcdir)/../automake/compile.am
11include $(top_srcdir)/../automake/leaf.am
12
13AM_CPPFLAGS += -I$(top_srcdir)/../tmtests/include
14AM_CPPFLAGS += -I$(top_srcdir)/../support/include
15
16LINK_OBJS = $(rhilatency_OBJECTS) $(rhilatency_ldaDD)
17LINK_LIBS = $(rhilatency_LDLIBS)
18
19rhilatency$(EXEEXT): $(rhilatency_OBJECTS) $(rhilatency_DEPENDENCIES)
20        @rm -f rhilatency$(EXEEXT)
21        $(make-exe)
22
23include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.