Files
rtems/testsuites/tools/generic/Makefile.am
Ralf Corsepius 7862f888f5 2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect having moved aclocal/.
2003-08-18 05:50:27 +00:00

26 lines
518 B
Makefile

##
## $Id$
##
ACLOCAL_AMFLAGS = -I ../../aclocal
noinst_SCRIPTS = difftest sorttimes
project_bspdir = $(PROJECT_ROOT)/@RTEMS_BSP@
PREINSTALL_FILES = $(project_bspdir)/tests $(project_bspdir)/tests/difftest \
$(project_bspdir)/tests/sorttimes
$(project_bspdir)/tests:
@$(mkinstalldirs) $@
$(project_bspdir)/tests/difftest: difftest
$(INSTALL_SCRIPT) $< $@
$(project_bspdir)/tests/sorttimes: sorttimes
$(INSTALL_SCRIPT) $< $@
all-local: $(PREINSTALL_FILES)
include $(top_srcdir)/../../automake/local.am