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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [powerpc/] [score603e/] [include/] [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:03 chris Exp $
## $Id: Makefile.am,v 1.2 2001-09-27 12:01:03 chris Exp $
##
##
AUTOMAKE_OPTIONS = foreign 1.4
AUTOMAKE_OPTIONS = foreign 1.4
H_FILES = bsp.h coverhd.h chain.h gen1.h gen2.h tod.h
H_FILES = bsp.h coverhd.h chain.h gen1.h gen2.h tod.h
$(PROJECT_INCLUDE)/bsp.h: bsp.h
$(PROJECT_INCLUDE)/bsp.h: bsp.h
        $(INSTALL_DATA) $< $@
        $(INSTALL_DATA) $< $@
$(PROJECT_INCLUDE)/coverhd.h: coverhd.h
$(PROJECT_INCLUDE)/coverhd.h: coverhd.h
        $(INSTALL_DATA) $< $@
        $(INSTALL_DATA) $< $@
$(PROJECT_INCLUDE)/chain.h: chain.h
$(PROJECT_INCLUDE)/chain.h: chain.h
        $(INSTALL_DATA) $< $@
        $(INSTALL_DATA) $< $@
$(PROJECT_INCLUDE)/gen1.h: gen1.h
$(PROJECT_INCLUDE)/gen1.h: gen1.h
        $(INSTALL_DATA) $< $@
        $(INSTALL_DATA) $< $@
$(PROJECT_INCLUDE)/gen2.h: gen2.h
$(PROJECT_INCLUDE)/gen2.h: gen2.h
        $(INSTALL_DATA) $< $@
        $(INSTALL_DATA) $< $@
$(PROJECT_INCLUDE)/tod.h: tod.h
$(PROJECT_INCLUDE)/tod.h: tod.h
        $(INSTALL_DATA) $< $@
        $(INSTALL_DATA) $< $@
TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \
TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \
    $(PROJECT_INCLUDE)/coverhd.h $(PROJECT_INCLUDE)/chain.h \
    $(PROJECT_INCLUDE)/coverhd.h $(PROJECT_INCLUDE)/chain.h \
    $(PROJECT_INCLUDE)/gen1.h $(PROJECT_INCLUDE)/gen2.h \
    $(PROJECT_INCLUDE)/gen1.h $(PROJECT_INCLUDE)/gen2.h \
    $(PROJECT_INCLUDE)/tod.h
    $(PROJECT_INCLUDE)/tod.h
all-local: $(TMPINSTALL_FILES)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = bsp.h chain.h coverhd.h gen1.h gen2.h tod.h
EXTRA_DIST = bsp.h chain.h coverhd.h gen1.h gen2.h tod.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.