OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc1/] [newlib/] [libm/] [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 = $(libm_machine_dir) .
SUBDIRS = $(libm_machine_dir) .
if HAVE_LIBM_MACHINE_DIR
if HAVE_LIBM_MACHINE_DIR
LIBM_MACHLIB = lib.a
LIBM_MACHLIB = lib.a
endif
endif
if USE_LIBTOOL
if USE_LIBTOOL
else
else
noinst_LIBRARIES = $(LIBM_MACHLIB)
noinst_LIBRARIES = $(LIBM_MACHLIB)
lib.a: $(libm_machine_dir)/lib.a
lib.a: $(libm_machine_dir)/lib.a
        rm -f $@
        rm -f $@
        ln $(libm_machine_dir)/lib.a $@ >/dev/null 2>/dev/null || \
        ln $(libm_machine_dir)/lib.a $@ >/dev/null 2>/dev/null || \
         cp $(libm_machine_dir)/lib.a $@
         cp $(libm_machine_dir)/lib.a $@
endif # USE_LIBTOOL
endif # USE_LIBTOOL
$(libm_machine_dir)/lib.a:
$(libm_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.