summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spratemon_err01/Makefile.am
blob: e068243d2d110b0c0860bcc7b89e258b9cf43c9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

rtems_tests_PROGRAMS = spratemon_err01
spratemon_err01_SOURCES = init.c screen10.c \
    task4.c system.h

dist_rtems_tests_DATA = spratemon_err01.scn
dist_rtems_tests_DATA += spratemon_err01.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 = $(spratemon_err01_OBJECTS)
LINK_LIBS = $(spratemon_err01_LDLIBS)

spratemon_err01$(EXEEXT): $(spratemon_err01_OBJECTS) $(spratemon_err01_DEPENDENCIES)
	@rm -f spratemon_err01$(EXEEXT)
	$(make-exe)

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