summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxfatal02/Makefile.am
blob: e6e587822f33956e8db662f93e00eb8af83eea82 (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
24
25
##
## $Id$
##


rtems_tests_PROGRAMS = psxfatal02
psxfatal02_SOURCES = ../psxfatal_support/init.c ../psxfatal_support/system.h testcase.h

dist_rtems_tests_DATA = psxfatal02.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 = $(psxfatal02_OBJECTS)
LINK_LIBS = $(psxfatal02_LDLIBS)

psxfatal02$(EXEEXT): $(psxfatal02_OBJECTS) $(psxfatal02_DEPENDENCIES)
	@rm -f psxfatal02$(EXEEXT)
	$(make-exe)

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