summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx13/Makefile.am
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-04-09 13:42:02 +1000
committerChris Johns <chrisj@rtems.org>2018-04-10 08:24:54 +1000
commit2a99a6a066e5cff89ed6dad5f3ef38ce7da3a6df (patch)
tree0478c73dc68e11e90b3a4b722c3fb418382da3f9 /testsuites/psxtests/psx13/Makefile.am
parenttestsuite/mptests: Merged nested Makefile.am files into one Makefile.am (diff)
downloadrtems-2a99a6a066e5cff89ed6dad5f3ef38ce7da3a6df.tar.bz2
testsuite/psxtests: Merged nested Makefile.am files into one Makefile.am
This change is part of the testsuite Makefile.am reorganization. Update #3382
Diffstat (limited to 'testsuites/psxtests/psx13/Makefile.am')
-rw-r--r--testsuites/psxtests/psx13/Makefile.am22
1 files changed, 0 insertions, 22 deletions
diff --git a/testsuites/psxtests/psx13/Makefile.am b/testsuites/psxtests/psx13/Makefile.am
deleted file mode 100644
index 1cebd9f003..0000000000
--- a/testsuites/psxtests/psx13/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-
-rtems_tests_PROGRAMS = psx13
-psx13_SOURCES = main.c test.c ../include/pmacros.h
-
-dist_rtems_tests_DATA = psx13.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)/include
-AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-
-LINK_OBJS = $(psx13_OBJECTS)
-LINK_LIBS = $(psx13_LDLIBS)
-
-psx13$(EXEEXT): $(psx13_OBJECTS) $(psx13_DEPENDENCIES)
- @rm -f psx13$(EXEEXT)
- $(make-exe)
-
-include $(top_srcdir)/../automake/local.am