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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.17.0/] [newlib/] [libc/] [machine/] [or32/] [Makefile.in] - Diff between revs 158 and 194

Show entire file | Details | Blame | View Log

Rev 158 Rev 194
Line 12... Line 12...
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
# PARTICULAR PURPOSE.
 
 
@SET_MAKE@
@SET_MAKE@
 
 
 
# Makefile.am: Automake file for OR32 setjmp
 
 
 
# Copyright (C) 2000, Damjan Lampret
 
# Copyright (C) 2004, Jacob Bower
 
# Copyright (C) 2010, Embecosm Limited 
 
 
 
# Contributor Jeremy Bennett 
 
 
 
# This file is part of Newlib.
 
 
 
# The original work by Jacob Bower is provided as-is without any kind of
 
# warranty. Use it at your own risk!
 
 
 
# All subsequent work is bound by version 3 of the GPL as follows.
 
 
 
# This program is free software; you can redistribute it and/or modify it
 
# under the terms of the GNU General Public License as published by the Free
 
# Software Foundation; either version 3 of the License, or (at your option)
 
# any later version.
 
 
 
# This program is distributed in the hope that it will be useful, but WITHOUT
 
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
 
# more details.
 
 
 
# You should have received a copy of the GNU General Public License along
 
# with this program.  If not, see .
 
# -----------------------------------------------------------------------------
 
 
srcdir = @srcdir@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
Line 52... Line 81...
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_FILES =
LIBRARIES = $(noinst_LIBRARIES)
LIBRARIES = $(noinst_LIBRARIES)
ARFLAGS = cru
ARFLAGS = cru
lib_a_AR = $(AR) $(ARFLAGS)
lib_a_AR = $(AR) $(ARFLAGS)
lib_a_LIBADD =
lib_a_LIBADD =
am_lib_a_OBJECTS = lib_a-setjmp.$(OBJEXT)
am_lib_a_OBJECTS = lib_a-longjmp.$(OBJEXT) lib_a-setjmp.$(OBJEXT)
lib_a_OBJECTS = $(am_lib_a_OBJECTS)
lib_a_OBJECTS = $(am_lib_a_OBJECTS)
DEFAULT_INCLUDES = -I. -I$(srcdir)
DEFAULT_INCLUDES = -I. -I$(srcdir)
depcomp =
depcomp =
am__depfiles_maybe =
am__depfiles_maybe =
CCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
CCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
Line 126... Line 155...
SHELL = @SHELL@
SHELL = @SHELL@
STRIP = @STRIP@
STRIP = @STRIP@
USE_LIBTOOL_FALSE = @USE_LIBTOOL_FALSE@
USE_LIBTOOL_FALSE = @USE_LIBTOOL_FALSE@
USE_LIBTOOL_TRUE = @USE_LIBTOOL_TRUE@
USE_LIBTOOL_TRUE = @USE_LIBTOOL_TRUE@
VERSION = @VERSION@
VERSION = @VERSION@
ac_ct_AR = @ac_ct_AR@
 
ac_ct_AS = @ac_ct_AS@
 
ac_ct_RANLIB = @ac_ct_RANLIB@
 
ac_ct_READELF = @ac_ct_READELF@
 
ac_ct_STRIP = @ac_ct_STRIP@
 
aext = @aext@
aext = @aext@
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
am__include = @am__include@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
am__leading_dot = @am__leading_dot@
Line 146... Line 170...
build_alias = @build_alias@
build_alias = @build_alias@
build_cpu = @build_cpu@
build_cpu = @build_cpu@
build_os = @build_os@
build_os = @build_os@
build_vendor = @build_vendor@
build_vendor = @build_vendor@
datadir = @datadir@
datadir = @datadir@
 
datarootdir = @datarootdir@
 
docdir = @docdir@
 
dvidir = @dvidir@
exec_prefix = @exec_prefix@
exec_prefix = @exec_prefix@
host = @host@
host = @host@
host_alias = @host_alias@
host_alias = @host_alias@
host_cpu = @host_cpu@
host_cpu = @host_cpu@
host_os = @host_os@
host_os = @host_os@
host_vendor = @host_vendor@
host_vendor = @host_vendor@
 
htmldir = @htmldir@
includedir = @includedir@
includedir = @includedir@
infodir = @infodir@
infodir = @infodir@
install_sh = @install_sh@
install_sh = @install_sh@
libdir = @libdir@
libdir = @libdir@
libexecdir = @libexecdir@
libexecdir = @libexecdir@
libm_machine_dir = @libm_machine_dir@
libm_machine_dir = @libm_machine_dir@
 
localedir = @localedir@
localstatedir = @localstatedir@
localstatedir = @localstatedir@
lpfx = @lpfx@
lpfx = @lpfx@
machine_dir = @machine_dir@
machine_dir = @machine_dir@
mandir = @mandir@
mandir = @mandir@
mkdir_p = @mkdir_p@
mkdir_p = @mkdir_p@
newlib_basedir = @newlib_basedir@
newlib_basedir = @newlib_basedir@
oext = @oext@
oext = @oext@
oldincludedir = @oldincludedir@
oldincludedir = @oldincludedir@
 
pdfdir = @pdfdir@
prefix = @prefix@
prefix = @prefix@
program_transform_name = @program_transform_name@
program_transform_name = @program_transform_name@
 
psdir = @psdir@
sbindir = @sbindir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
sharedstatedir = @sharedstatedir@
sys_dir = @sys_dir@
sys_dir = @sys_dir@
sysconfdir = @sysconfdir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
target_alias = @target_alias@
 
 
 
# This is boilerplate.
AUTOMAKE_OPTIONS = cygnus
AUTOMAKE_OPTIONS = cygnus
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
AM_CCASFLAGS = $(INCLUDES)
AM_CCASFLAGS = $(INCLUDES)
noinst_LIBRARIES = lib.a
noinst_LIBRARIES = lib.a
lib_a_SOURCES = setjmp.S
lib_a_SOURCES = longjmp.S setjmp.S
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
lib_a_CCASFLAGS = $(AM_CCASFLAGS)
lib_a_CFLAGS = $(AM_CFLAGS)
lib_a_CFLAGS = $(AM_CFLAGS)
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
all: all-am
all: all-am
Line 239... Line 272...
        $(CCASCOMPILE) -c $<
        $(CCASCOMPILE) -c $<
 
 
.S.obj:
.S.obj:
        $(CCASCOMPILE) -c `$(CYGPATH_W) '$<'`
        $(CCASCOMPILE) -c `$(CYGPATH_W) '$<'`
 
 
 
lib_a-longjmp.o: longjmp.S
 
        $(CCAS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-longjmp.o `test -f 'longjmp.S' || echo '$(srcdir)/'`longjmp.S
 
 
 
lib_a-longjmp.obj: longjmp.S
 
        $(CCAS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-longjmp.obj `if test -f 'longjmp.S'; then $(CYGPATH_W) 'longjmp.S'; else $(CYGPATH_W) '$(srcdir)/longjmp.S'; fi`
 
 
lib_a-setjmp.o: setjmp.S
lib_a-setjmp.o: setjmp.S
        $(CCAS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-setjmp.o `test -f 'setjmp.S' || echo '$(srcdir)/'`setjmp.S
        $(CCAS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-setjmp.o `test -f 'setjmp.S' || echo '$(srcdir)/'`setjmp.S
 
 
lib_a-setjmp.obj: setjmp.S
lib_a-setjmp.obj: setjmp.S
        $(CCAS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-setjmp.obj `if test -f 'setjmp.S'; then $(CYGPATH_W) 'setjmp.S'; else $(CYGPATH_W) '$(srcdir)/setjmp.S'; fi`
        $(CCAS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-setjmp.obj `if test -f 'setjmp.S'; then $(CYGPATH_W) 'setjmp.S'; else $(CYGPATH_W) '$(srcdir)/setjmp.S'; fi`

powered by: WebSVN 2.1.0

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