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

dist_rtems_tests_DATA = psxcleanup02.scn psxcleanup02.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 = $(psxcleanup02_OBJECTS)
LINK_LIBS = $(psxcleanup02_LDLIBS)

psxcleanup02$(EXEEXT): $(psxcleanup02_OBJECTS) $(psxcleanup02_DEPENDENCIES)
	@rm -f psxcleanup02$(EXEEXT)
	$(make-exe)

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