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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [powerpc/] [ppcn_60x/] [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:00:49 chris Exp $
3
##
4
 
5
AUTOMAKE_OPTIONS = foreign 1.4
6
 
7
H_FILES = bsp.h ../../../shared/include/coverhd.h chain.h tod.h nvram.h \
8
    pci.h
9
 
10
$(PROJECT_INCLUDE):
11
        $(mkinstalldirs) $@
12
 
13
$(PROJECT_INCLUDE)/bsp.h: bsp.h
14
        $(INSTALL_DATA) $< $@
15
 
16
$(PROJECT_INCLUDE)/coverhd.h: ../../../shared/include/coverhd.h
17
        $(INSTALL_DATA) $< $@
18
 
19
$(PROJECT_INCLUDE)/chain.h: chain.h
20
        $(INSTALL_DATA) $< $@
21
 
22
$(PROJECT_INCLUDE)/tod.h: tod.h
23
        $(INSTALL_DATA) $< $@
24
 
25
$(PROJECT_INCLUDE)/nvram.h: nvram.h
26
        $(INSTALL_DATA) $< $@
27
 
28
$(PROJECT_INCLUDE)/pci.h: pci.h
29
        $(INSTALL_DATA) $< $@
30
 
31
TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \
32
    $(PROJECT_INCLUDE)/coverhd.h $(PROJECT_INCLUDE)/chain.h \
33
    $(PROJECT_INCLUDE)/tod.h $(PROJECT_INCLUDE)/nvram.h \
34
    $(PROJECT_INCLUDE)/pci.h
35
 
36
all-local: $(TMPINSTALL_FILES)
37
 
38
EXTRA_DIST = bsp.h chain.h extisrdrv.h nvram.h pci.h tod.h
39
 
40
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.