X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=libdecnumber%2FMakefile.in;h=18e0ed65a1423a0d4236a9b46f55ab1263047613;hb=ddf5db90a175756b3a5c39ee87d549d9f9d09d28;hp=b6f3842b0d28c04df64ee49c1f0d9fda7fcfc763;hpb=26505cc0c4e4257c36df3e80507e531c8b1380e5;p=deliverable%2Fbinutils-gdb.git diff --git a/libdecnumber/Makefile.in b/libdecnumber/Makefile.in index b6f3842b0d..18e0ed65a1 100644 --- a/libdecnumber/Makefile.in +++ b/libdecnumber/Makefile.in @@ -1,7 +1,7 @@ # @configure_input@ # Makefile for libdecnumber. Run 'configure' to generate Makefile from Makefile.in -# Copyright (C) 2005-2013 Free Software Foundation, Inc. +# Copyright (C) 2005-2018 Free Software Foundation, Inc. #This file is part of GCC. @@ -44,6 +44,7 @@ PICFLAG = @PICFLAG@ RANLIB = @RANLIB@ SHELL = @SHELL@ objext = @OBJEXT@ +NOLTO_FLAGS = @nolto_flags@ datarootdir = @datarootdir@ datadir = @datadir@ @@ -58,7 +59,8 @@ enable_decimal_float= @enable_decimal_float@ INCLUDES = -I$(srcdir) -I. -ALL_CFLAGS = $(CFLAGS) $(WARN_CFLAGS) $(INCLUDES) $(CPPFLAGS) $(PICFLAG) +ALL_CFLAGS = $(CFLAGS) $(WARN_CFLAGS) $(NOLTO_FLAGS) $(INCLUDES) $(CPPFLAGS) \ + $(PICFLAG) bid_OBJS = bid2dpd_dpd2bid.$(objext) host-ieee32.$(objext) \ host-ieee64.$(objext) host-ieee128.$(objext) @@ -167,6 +169,8 @@ maintainer-clean: distclean @echo "it deletes files that may require special tools to rebuild." -rm -f $(srcdir)/configure $(srcdir)/aclocal.m4 +TAGS: + check: installcheck: dvi: