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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [powerpc/] [shared/] [pci/] [Makefile.am] - Diff between revs 30 and 173

Only display areas with differences | Details | Blame | View Log

Rev 30 Rev 173
##
##
## $Id: Makefile.am,v 1.2 2001-09-27 12:01:07 chris Exp $
## $Id: Makefile.am,v 1.2 2001-09-27 12:01:07 chris Exp $
##
##
AUTOMAKE_OPTIONS = foreign 1.4
AUTOMAKE_OPTIONS = foreign 1.4
C_FILES = pci.c
C_FILES = pci.c
H_FILES = pci.h
H_FILES = pci.h
$(PROJECT_INCLUDE)/bsp:
$(PROJECT_INCLUDE)/bsp:
        $(mkinstalldirs) $@
        $(mkinstalldirs) $@
$(PROJECT_INCLUDE)/bsp/%.h: %.h
$(PROJECT_INCLUDE)/bsp/%.h: %.h
        $(INSTALL_DATA) $< $@
        $(INSTALL_DATA) $< $@
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp \
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp \
    $(H_FILES:%.h=$(PROJECT_INCLUDE)/bsp/%.h)
    $(H_FILES:%.h=$(PROJECT_INCLUDE)/bsp/%.h)
all-local: $(PREINSTALL_FILES)
all-local: $(PREINSTALL_FILES)
EXTRA_DIST = pci.c pci.h
EXTRA_DIST = pci.c pci.h
include $(top_srcdir)/../../../../../automake/local.am
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.