These files were not added as part of a recent patch from

Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
This commit is contained in:
Joel Sherrill
1999-03-24 23:14:36 +00:00
parent a432c4b710
commit 244ecd9fb8
65 changed files with 24800 additions and 0 deletions

View File

@@ -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