OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [tests/] [tools/] [generic/] [Makefile.am] - Rev 1765

Compare with Previous | Blame | View Log

##
##  Makefile.am,v 1.12 2002/03/28 00:44:42 joel Exp
##

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

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.