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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libcpu/] [sh/] [sh7032/] [include/] [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:01:32 chris Exp $
3
##
4
 
5
AUTOMAKE_OPTIONS = foreign 1.4
6
 
7
H_FILES = null.h sci.h sh7_pfc.h sh7_sci.h
8
 
9
# NOTE: Unlike other CPUS, we install into a subdirectory to avoid
10
#       file name conflicts
11
 
12
$(PROJECT_INCLUDE)/sh:
13
        $(mkinstalldirs) $@
14
 
15
$(PROJECT_INCLUDE)/sh/%.h: %.h
16
        $(INSTALL_DATA) $< $@
17
 
18
TMPINSTALL_FILES += $(PROJECT_INCLUDE)/sh \
19
    $(H_FILES:%=$(PROJECT_INCLUDE)/sh/%)
20
 
21
all-local: $(TMPINSTALL_FILES)
22
 
23
EXTRA_DIST = null.h sci.h sh7_pfc.h sh7_sci.h
24
 
25
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.