From 244ecd9fb87dec2aeed6fb97d37dd8a43f9be4cc Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 24 Mar 1999 23:14:36 +0000 Subject: These files were not added as part of a recent patch from Ralf Corsepius . --- testsuites/tools/generic/Makefile.am | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 testsuites/tools/generic/Makefile.am (limited to 'testsuites/tools') diff --git a/testsuites/tools/generic/Makefile.am b/testsuites/tools/generic/Makefile.am new file mode 100644 index 0000000000..d98b718198 --- /dev/null +++ b/testsuites/tools/generic/Makefile.am @@ -0,0 +1,16 @@ +# +# $Id$ +# + +AUTOMAKE_OPTIONS = foreign +ACLOCAL = @ACLOCAL@ -I $(RTEMS_TOPdir)/aclocal + +noinst_SCRIPTS=difftest sorttimes + +# HACK: install to build-tree +install-exec-local: $(SCRIPTS) + $(mkinstalldirs) $(PROJECT_ROOT)/${RTEMS_BSP}/tests + $(INSTALL_SCRIPT) difftest $(PROJECT_ROOT)/${RTEMS_BSP}/tests + $(INSTALL_SCRIPT) sorttimes $(PROJECT_ROOT)/${RTEMS_BSP}/tests + +include $(top_srcdir)/../../../../../automake/local.am -- cgit v1.2.3