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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [tests/] [samples/] [sample.am] - Blame information for rev 751

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@
2
 
3
$(project_bspdir)/samples:
4
        @$(mkinstalldirs) $@
5
$(project_bspdir)/tests:
6
        @$(mkinstalldirs) $@
7
 
8
$(project_bspdir)/samples/$(SAMPLE)$(LIB_VARIANT).exe: $(PGM)
9
        $(INSTALL_PROGRAM) $< $@
10
 
11
$(project_bspdir)/tests/$(SAMPLE)$(LIB_VARIANT).exe: $(PGM)
12
        $(INSTALL_PROGRAM) $< $@
13
 
14
TMPINSTALL_FILES += \
15
$(project_bspdir)/tests \
16
$(project_bspdir)/tests/$(SAMPLE)$(LIB_VARIANT).exe \
17
$(project_bspdir)/samples \
18
$(project_bspdir)/samples/$(SAMPLE)$(LIB_VARIANT).exe

powered by: WebSVN 2.1.0

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