From dfc57eb34fc688417071d002dd3fb06d875b881c Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 9 Apr 2018 13:42:49 +1000 Subject: testsuite/psxtmtests: Merged nested Makefile.am files into one Makefile.am This change is part of the testsuite Makefile.am reorganization. Update #3382 --- testsuites/psxtmtests/psxtmthread05/Makefile.am | 27 ------------------------- 1 file changed, 27 deletions(-) delete mode 100644 testsuites/psxtmtests/psxtmthread05/Makefile.am (limited to 'testsuites/psxtmtests/psxtmthread05/Makefile.am') diff --git a/testsuites/psxtmtests/psxtmthread05/Makefile.am b/testsuites/psxtmtests/psxtmthread05/Makefile.am deleted file mode 100644 index 8c3cf66364..0000000000 --- a/testsuites/psxtmtests/psxtmthread05/Makefile.am +++ /dev/null @@ -1,27 +0,0 @@ -MANAGERS = all - -rtems_tests_PROGRAMS = psxtmthread05 -psxtmthread05_SOURCES = init.c -psxtmthread05_SOURCES += ../../tmtests/include/timesys.h -psxtmthread05_SOURCES += ../../support/src/tmtests_empty_function.c -psxtmthread05_SOURCES += ../../support/src/tmtests_support.c - -dist_rtems_tests_DATA = psxtmthread05.doc - -include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg -include $(top_srcdir)/../automake/compile.am -include $(top_srcdir)/../automake/leaf.am - -OPERATION_COUNT = @OPERATION_COUNT@ -AM_CPPFLAGS += -I$(top_srcdir)/../tmtests/include -AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT) -AM_CPPFLAGS += -I$(top_srcdir)/../support/include - -LINK_OBJS = $(psxtmthread05_OBJECTS) $(psxtmthread05_LDADD) -LINK_LIBS = $(psxtmthread05_LDLIBS) - -psxtmthread05$(EXEEXT): $(psxtmthread05_OBJECTS) $(psxtmthread05_DEPENDENCIES) - @rm -f psxtmthread05$(EXEEXT) - $(make-exe) - -include $(top_srcdir)/../automake/local.am -- cgit v1.2.3