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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [tests/] [tools/] [generic/] [Makefile.am] - Blame information for rev 173

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
##
2
##  $Id: Makefile.am,v 1.2 2001-09-27 12:02:48 chris Exp $
3
##
4
 
5
AUTOMAKE_OPTIONS = foreign 1.4
6
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
7
 
8
noinst_SCRIPTS = difftest sorttimes
9
 
10
project_bspdir = $(PROJECT_ROOT)/@RTEMS_BSP@
11
 
12
PREINSTALL_FILES += $(project_bspdir)/tests $(project_bspdir)/tests/difftest \
13
    $(project_bspdir)/tests/sorttimes
14
 
15
$(project_bspdir)/tests:
16
        @$(mkinstalldirs) $@
17
 
18
$(project_bspdir)/tests/difftest: difftest
19
        $(INSTALL_SCRIPT) $< $@
20
 
21
$(project_bspdir)/tests/sorttimes: sorttimes
22
        $(INSTALL_SCRIPT) $< $@
23
 
24
all-local: $(PREINSTALL_FILES)
25
 
26
include $(top_srcdir)/../../../../../automake/local.am

powered by: WebSVN 2.1.0

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