summaryrefslogblamecommitdiffstats
path: root/testsuites/psxtests/psxfatal02/Makefile.am
blob: da6011a4408c4d2c943ca78906e3d3bb61483967 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
 

                                                                                       






                                                 


                                                 
                                 
                                
 

                                                                     


                                          

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