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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libcpu/] [sh/] [sh7032/] [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.10 2002/03/28 00:48:18 joel Exp
3
##
4
 
5
 
6
# NOTE: Unlike other CPUS, we install into a subdirectory to avoid
7
#       file name conflicts
8
include_shdir = $(includedir)/sh
9
include_rtems_scoredir = $(includedir)/rtems/score
10
 
11
include_sh_HEADERS = sci.h sh7_pfc.h sh7_sci.h
12
include_rtems_score_HEADERS = ispsh7032.h iosh7032.h
13
 
14
$(PROJECT_INCLUDE)/sh:
15
        $(mkinstalldirs) $@
16
 
17
$(PROJECT_INCLUDE)/sh/%.h: %.h
18
        $(INSTALL_DATA) $< $@
19
 
20
$(PROJECT_INCLUDE)/rtems/score/%.h: %.h
21
        $(INSTALL_DATA) $< $@
22
 
23
TMPINSTALL_FILES = $(PROJECT_INCLUDE)/sh \
24
    $(include_sh_HEADERS:%=$(PROJECT_INCLUDE)/sh/%) \
25
    $(include_rtems_score_HEADERS:%=$(PROJECT_INCLUDE)/rtems/score/%)
26
 
27
all-local: $(TMPINSTALL_FILES)
28
 
29
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.