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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libcpu/] [powerpc/] [mpc860/] [include/] [Makefile.am] - Blame information for rev 30

Go to most recent revision | 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:29 chris Exp $
3
##
4
 
5
AUTOMAKE_OPTIONS = foreign 1.4
6
 
7
H_FILES = mpc860.h
8
MPC860_H_FILES = console.h
9
 
10
noinst_HEADERS = $(H_FILES) $(MPC860_H_FILES)
11
 
12
PREINSTALL_FILES += $(PROJECT_INCLUDE)/mpc860 \
13
    $(H_FILES:%.h=$(PROJECT_INCLUDE)/%.h) \
14
    $(MPC860_H_FILES:%.h=$(PROJECT_INCLUDE)/mpc860/%.h)
15
 
16
$(PROJECT_INCLUDE)/mpc860:
17
        $(mkinstalldirs) $@
18
 
19
$(PROJECT_INCLUDE)/%.h: %.h
20
        $(INSTALL_DATA) $< $@
21
 
22
$(PROJECT_INCLUDE)/mpc860/%.h: %.h
23
        $(INSTALL_DATA) $< $@
24
 
25
all-local: $(PREINSTALL_FILES)
26
 
27
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.