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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [libnetworking/] [machine/] [Makefile.am] - Diff between revs 30 and 173

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 30 Rev 173
##
##
## $Id: Makefile.am,v 1.2 2001-09-27 12:01:53 chris Exp $
## $Id: Makefile.am,v 1.2 2001-09-27 12:01:53 chris Exp $
##
##
AUTOMAKE_OPTIONS = foreign 1.4
AUTOMAKE_OPTIONS = foreign 1.4
H_FILES = conf.h cpu.h cpufunc.h endian.h in_cksum.h limits.h param.h \
H_FILES = conf.h cpu.h cpufunc.h endian.h in_cksum.h limits.h param.h \
    types.h vmparam.h
    types.h vmparam.h
noinst_HEADERS = $(H_FILES)
noinst_HEADERS = $(H_FILES)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/machine \
PREINSTALL_FILES += $(PROJECT_INCLUDE)/machine \
    $(H_FILES:%=$(PROJECT_INCLUDE)/machine/%)
    $(H_FILES:%=$(PROJECT_INCLUDE)/machine/%)
$(PROJECT_INCLUDE)/machine:
$(PROJECT_INCLUDE)/machine:
        @$(mkinstalldirs) $@
        @$(mkinstalldirs) $@
$(PROJECT_INCLUDE)/machine/%.h: %.h
$(PROJECT_INCLUDE)/machine/%.h: %.h
        $(INSTALL_DATA) $< $@
        $(INSTALL_DATA) $< $@
all-local: $(PREINSTALL_FILES)
all-local: $(PREINSTALL_FILES)
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.