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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [tests/] [support/] [include/] [Makefile.am] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
##
2
##  Makefile.am,v 1.5 2002/08/02 00:51:52 joel Exp
3
##
4
 
5
 
6
project_bspdir = $(PROJECT_ROOT)/@RTEMS_BSP@
7
 
8
noinst_HEADERS = tmacros.h
9
 
10
TMPINSTALLFILES = $(project_bspdir)/lib/include \
11
    $(project_bspdir)/lib/include/tmacros.h \
12
    $(project_bspdir)/lib/include/buffer_test_io.h
13
 
14
$(project_bspdir)/lib/include:
15
        $(mkinstalldirs) $@
16
$(project_bspdir)/lib/include/tmacros.h: tmacros.h
17
        $(INSTALL_DATA) $< $@
18
$(project_bspdir)/lib/include/buffer_test_io.h: buffer_test_io.h
19
        $(INSTALL_DATA) $< $@
20
 
21
CLEANFILES = $(project_bspdir)/lib/include/tmacros.h \
22
    $(project_bspdir)/lib/include/buffer_test_io.h
23
 
24
all-local: $(TMPINSTALLFILES)
25
 
26
include $(top_srcdir)/../../../../automake/local.am

powered by: WebSVN 2.1.0

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