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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc1/] [newlib/] [libc/] [machine/] [Makefile.am] - Diff between revs 207 and 345

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

Rev 207 Rev 345
## Process this file with automake to generate Makefile.in
## Process this file with automake to generate Makefile.in
AUTOMAKE_OPTIONS = cygnus
AUTOMAKE_OPTIONS = cygnus
SUBDIRS = $(machine_dir) .
SUBDIRS = $(machine_dir) .
if HAVE_MACHINE_DIR
if HAVE_MACHINE_DIR
MACHLIB = lib.a
MACHLIB = lib.a
endif
endif
if USE_LIBTOOL
if USE_LIBTOOL
else
else
noinst_LIBRARIES = $(MACHLIB)
noinst_LIBRARIES = $(MACHLIB)
lib.a: $(machine_dir)/lib.a
lib.a: $(machine_dir)/lib.a
        rm -f $@
        rm -f $@
        ln $(machine_dir)/lib.a $@ >/dev/null 2>/dev/null || \
        ln $(machine_dir)/lib.a $@ >/dev/null 2>/dev/null || \
         cp $(machine_dir)/lib.a $@
         cp $(machine_dir)/lib.a $@
endif
endif
$(machine_dir)/lib.a:
$(machine_dir)/lib.a:
doc:
doc:
ACLOCAL_AMFLAGS = -I ../.. -I ../../..
ACLOCAL_AMFLAGS = -I ../.. -I ../../..
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.