summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/sha/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/sha/Makefile.am')
-rw-r--r--testsuites/libtests/sha/Makefile.am19
1 files changed, 0 insertions, 19 deletions
diff --git a/testsuites/libtests/sha/Makefile.am b/testsuites/libtests/sha/Makefile.am
deleted file mode 100644
index c8ad362272..0000000000
--- a/testsuites/libtests/sha/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-rtems_tests_PROGRAMS = sha
-sha_SOURCES = init.c
-
-dist_rtems_tests_DATA = sha.scn sha.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 = $(sha_OBJECTS)
-LINK_LIBS = $(sha_LDLIBS)
-
-sha$(EXEEXT): $(sha_OBJECTS) $(sha_DEPENDENCIES)
- @rm -f sha$(EXEEXT)
- $(make-exe)
-
-include $(top_srcdir)/../automake/local.am