summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/getentropy01/Makefile.am
blob: 19ae137e435a1dc9b2d16c6447ee9b4192b94dac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
rtems_tests_PROGRAMS = getentropy01
getentropy01_SOURCES = init.c

dist_rtems_tests_DATA = getentropy01.scn getentropy01.doc

include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am

AM_CPPFLAGS += -I$(top_srcdir)/../support/include

LINK_OBJS = $(getentropy01_OBJECTS)
LINK_LIBS = $(getentropy01_LDLIBS)

getentropy01$(EXEEXT): $(getentropy01_OBJECTS) $(getentropy01_DEPENDENCIES)
	@rm -f getentropy01$(EXEEXT)
	$(make-exe)

include $(top_srcdir)/../automake/local.am