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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [libdecnumber/] [Makefile.in] - Diff between revs 154 and 816

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

Rev 154 Rev 816
# @configure_input@
# @configure_input@
# Makefile for libdecnumber.  Run 'configure' to generate Makefile from Makefile.in
# Makefile for libdecnumber.  Run 'configure' to generate Makefile from Makefile.in
# Copyright (C) 2005 Free Software Foundation, Inc.
# Copyright (C) 2005 Free Software Foundation, Inc.
#This file is part of GCC.
#This file is part of GCC.
#GCC is free software; you can redistribute it and/or modify
#GCC is free software; you can redistribute it and/or modify
#it under the terms of the GNU General Public License as published by
#it under the terms of the GNU General Public License as published by
#the Free Software Foundation; either version 2, or (at your option)
#the Free Software Foundation; either version 2, or (at your option)
#any later version.
#any later version.
#GCC is distributed in the hope that it will be useful,
#GCC is distributed in the hope that it will be useful,
#but WITHOUT ANY WARRANTY; without even the implied warranty of
#but WITHOUT ANY WARRANTY; without even the implied warranty of
#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#GNU General Public License for more details.
#GNU General Public License for more details.
#You should have received a copy of the GNU General Public License
#You should have received a copy of the GNU General Public License
#along with GCC; see the file COPYING.  If not, write to
#along with GCC; see the file COPYING.  If not, write to
#the Free Software Foundation, 51 Franklin Street, Fifth Floor,
#the Free Software Foundation, 51 Franklin Street, Fifth Floor,
#Boston MA 02110-1301, USA.
#Boston MA 02110-1301, USA.
@SET_MAKE@
@SET_MAKE@
srcdir = @srcdir@
srcdir = @srcdir@
top_builddir = .
top_builddir = .
VPATH = @srcdir@
VPATH = @srcdir@
INSTALL = @INSTALL@
INSTALL = @INSTALL@
AR = ar
AR = ar
ARFLAGS = cru
ARFLAGS = cru
ACLOCAL = @ACLOCAL@
ACLOCAL = @ACLOCAL@
AUTOCONF = @AUTOCONF@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOHEADER = @AUTOHEADER@
CC = @CC@
CC = @CC@
CFLAGS = @CFLAGS@
CFLAGS = @CFLAGS@
WARN_CFLAGS = @WARN_CFLAGS@ @WARN_PEDANTIC@ @WERROR@
WARN_CFLAGS = @WARN_CFLAGS@ @WARN_PEDANTIC@ @WERROR@
CPP = @CPP@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CPPFLAGS = @CPPFLAGS@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
LDFLAGS = @LDFLAGS@
LDFLAGS = @LDFLAGS@
LIBICONV = @LIBICONV@
LIBICONV = @LIBICONV@
PACKAGE = @PACKAGE@
PACKAGE = @PACKAGE@
RANLIB = @RANLIB@
RANLIB = @RANLIB@
SHELL = @SHELL@
SHELL = @SHELL@
datadir = @datadir@
datadir = @datadir@
exec_prefix = @prefix@
exec_prefix = @prefix@
libdir = @libdir@
libdir = @libdir@
localedir = $(datadir)/locale
localedir = $(datadir)/locale
prefix = @prefix@
prefix = @prefix@
INCLUDES = -I$(srcdir) -I.
INCLUDES = -I$(srcdir) -I.
ALL_CFLAGS = $(CFLAGS) $(WARN_CFLAGS) $(INCLUDES) $(CPPFLAGS)
ALL_CFLAGS = $(CFLAGS) $(WARN_CFLAGS) $(INCLUDES) $(CPPFLAGS)
libdecnumber_a_OBJS = decNumber.o decContext.o decUtility.o \
libdecnumber_a_OBJS = decNumber.o decContext.o decUtility.o \
        decimal32.o decimal64.o decimal128.o
        decimal32.o decimal64.o decimal128.o
libdecnumber_a_SOURCES = decContext.c decContext.h decDPD.h \
libdecnumber_a_SOURCES = decContext.c decContext.h decDPD.h \
        decNumber.c decNumber.h decNumberLocal.h \
        decNumber.c decNumber.h decNumberLocal.h \
        decUtility.c decUtility.h \
        decUtility.c decUtility.h \
        decRound.c decimal128.c decimal128.h decimal32.c decimal32.h \
        decRound.c decimal128.c decimal128.h decimal32.c decimal32.h \
        decimal64.c decimal64.h
        decimal64.c decimal64.h
all: libdecnumber.a
all: libdecnumber.a
.SUFFIXES:
.SUFFIXES:
.SUFFIXES: .c .o .obj
.SUFFIXES: .c .o .obj
libdecnumber.a: $(libdecnumber_a_OBJS)
libdecnumber.a: $(libdecnumber_a_OBJS)
        -rm -f $@
        -rm -f $@
        $(AR) $(ARFLAGS) $@ $(libdecnumber_a_OBJS)
        $(AR) $(ARFLAGS) $@ $(libdecnumber_a_OBJS)
        $(RANLIB) $@
        $(RANLIB) $@
# Rules to rebuild the configuration
# Rules to rebuild the configuration
Makefile: $(srcdir)/Makefile.in config.status
Makefile: $(srcdir)/Makefile.in config.status
        $(SHELL) ./config.status Makefile
        $(SHELL) ./config.status Makefile
config.status: $(srcdir)/configure
config.status: $(srcdir)/configure
        $(SHELL) ./config.status --recheck
        $(SHELL) ./config.status --recheck
$(srcdir)/configure: @MAINT@ $(srcdir)/aclocal.m4
$(srcdir)/configure: @MAINT@ $(srcdir)/aclocal.m4
        cd $(srcdir) && $(AUTOCONF)
        cd $(srcdir) && $(AUTOCONF)
$(srcdir)/aclocal.m4: @MAINT@ $(srcdir)/../config/acx.m4 \
$(srcdir)/aclocal.m4: @MAINT@ $(srcdir)/../config/acx.m4 \
        $(srcdir)/../config/warnings.m4 \
        $(srcdir)/../config/warnings.m4 \
        $(srcdir)/configure.ac
        $(srcdir)/configure.ac
        cd $(srcdir) && $(ACLOCAL) -I ../config
        cd $(srcdir) && $(ACLOCAL) -I ../config
config.h: stamp-h1
config.h: stamp-h1
        test -f config.h || (rm -f stamp-h1 && $(MAKE) stamp-h1)
        test -f config.h || (rm -f stamp-h1 && $(MAKE) stamp-h1)
stamp-h1: $(srcdir)/config.in config.status
stamp-h1: $(srcdir)/config.in config.status
        -rm -f stamp-h1
        -rm -f stamp-h1
        $(SHELL) ./config.status config.h
        $(SHELL) ./config.status config.h
$(srcdir)/config.in: @MAINT@ $(srcdir)/configure
$(srcdir)/config.in: @MAINT@ $(srcdir)/configure
        cd $(srcdir) && $(AUTOHEADER)
        cd $(srcdir) && $(AUTOHEADER)
        -rm -f stamp-h1
        -rm -f stamp-h1
# Dependencies.
# Dependencies.
decContext.o: decContext.c decContext.h decNumberLocal.h
decContext.o: decContext.c decContext.h decNumberLocal.h
decNumber.o:  decNumber.c decNumber.h decContext.h decNumberLocal.h
decNumber.o:  decNumber.c decNumber.h decContext.h decNumberLocal.h
decimal32.o:  decimal32.c decNumber.h decContext.h decNumberLocal.h \
decimal32.o:  decimal32.c decNumber.h decContext.h decNumberLocal.h \
   decimal32.h decUtility.h
   decimal32.h decUtility.h
decimal64.o:  decimal64.c decNumber.h decContext.h decNumberLocal.h \
decimal64.o:  decimal64.c decNumber.h decContext.h decNumberLocal.h \
   decimal64.h decUtility.h
   decimal64.h decUtility.h
decimal128.o: decimal128.c decNumber.h decNumberLocal.h decimal128.h \
decimal128.o: decimal128.c decNumber.h decNumberLocal.h decimal128.h \
   decUtility.h
   decUtility.h
# Other miscellaneous targets.
# Other miscellaneous targets.
mostlyclean:
mostlyclean:
        -rm -f *.o
        -rm -f *.o
clean: mostlyclean
clean: mostlyclean
        -rm -rf makedepend$(EXEEXT) libdecnumber.a $(srcdir)/autom4te.cache
        -rm -rf makedepend$(EXEEXT) libdecnumber.a $(srcdir)/autom4te.cache
distclean: clean
distclean: clean
        -rm -f config.h stamp-h1 config.status config.cache config.log \
        -rm -f config.h stamp-h1 config.status config.cache config.log \
          configure.lineno configure.status.lineno Makefile localedir.h \
          configure.lineno configure.status.lineno Makefile localedir.h \
          localedir.hs
          localedir.hs
maintainer-clean: distclean
maintainer-clean: distclean
        @echo "This command is intended for maintainers to use"
        @echo "This command is intended for maintainers to use"
        @echo "it deletes files that may require special tools to rebuild."
        @echo "it deletes files that may require special tools to rebuild."
        -rm -f $(srcdir)/configure $(srcdir)/aclocal.m4
        -rm -f $(srcdir)/configure $(srcdir)/aclocal.m4
check:
check:
installcheck:
installcheck:
dvi:
dvi:
pdf:
pdf:
html:
html:
info:
info:
install-info:
install-info:
install-man:
install-man:
install-html:
install-html:
install:
install:
.PHONY: installdirs install install-strip mostlyclean clean distclean \
.PHONY: installdirs install install-strip mostlyclean clean distclean \
  maintainer-clean check installcheck dvi pdf html info install-info \
  maintainer-clean check installcheck dvi pdf html info install-info \
  install-man update-po install-html
  install-man update-po install-html
COMPILE = source='$<' object='$@' libtool=no $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(ALL_CFLAGS) -c
COMPILE = source='$<' object='$@' libtool=no $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(ALL_CFLAGS) -c
# Implicit rules
# Implicit rules
.c.o:
.c.o:
        $(COMPILE) $<
        $(COMPILE) $<
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
.NOEXPORT:
 
 

powered by: WebSVN 2.1.0

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