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/] [i386/] [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
INCLUDES = -I $(newlib_basedir)/libm/common $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
INCLUDES = -I $(newlib_basedir)/libm/common $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
AM_CCASFLAGS = $(INCLUDES)
AM_CCASFLAGS = $(INCLUDES)
if MACH_ADD_SETJMP
if MACH_ADD_SETJMP
ADDED_SOURCES = setjmp.S
ADDED_SOURCES = setjmp.S
else
else
ADDED_SOURCES =
ADDED_SOURCES =
endif
endif
LIB_SOURCES = \
LIB_SOURCES = \
        memchr.S memcmp.S memcpy.S memset.S strchr.S \
        memchr.S memcmp.S memcpy.S memset.S strchr.S \
        memmove.S strlen.S i386mach.h
        memmove.S strlen.S i386mach.h
libi386_la_LDFLAGS = -Xcompiler -nostdlib
libi386_la_LDFLAGS = -Xcompiler -nostdlib
if USE_LIBTOOL
if USE_LIBTOOL
noinst_LTLIBRARIES = libi386.la
noinst_LTLIBRARIES = libi386.la
libi386_la_SOURCES = $(LIB_SOURCES) $(ADDED_SOURCES)
libi386_la_SOURCES = $(LIB_SOURCES) $(ADDED_SOURCES)
noinst_DATA = objectlist.awk.in
noinst_DATA = objectlist.awk.in
else
else
noinst_LIBRARIES = lib.a
noinst_LIBRARIES = lib.a
lib_a_SOURCES = $(LIB_SOURCES) $(ADDED_SOURCES)
lib_a_SOURCES = $(LIB_SOURCES) $(ADDED_SOURCES)
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
lib_a_CFLAGS=$(AM_CFLAGS)
lib_a_CFLAGS=$(AM_CFLAGS)
noinst_DATA =
noinst_DATA =
endif # USE_LIBTOOL
endif # USE_LIBTOOL
include $(srcdir)/../../../Makefile.shared
include $(srcdir)/../../../Makefile.shared
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.