summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxfatal01/Makefile.am
blob: 86042a9dc6a7e4fd5080fda9ab83639be7abb1c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
rtems_tests_PROGRAMS = psxfatal01
psxfatal01_SOURCES = ../psxfatal_support/init.c ../psxfatal_support/system.h testcase.h

dist_rtems_tests_DATA = psxfatal01.scn

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 = $(psxfatal01_OBJECTS)
LINK_LIBS = $(psxfatal01_LDLIBS)

psxfatal01$(EXEEXT): $(psxfatal01_OBJECTS) $(psxfatal01_DEPENDENCIES)
	@rm -f psxfatal01$(EXEEXT)
	$(make-exe)

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