]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - setjmp/Makefile
iconv, localedef: avoid floating point rounding differences [BZ #24372]
[thirdparty/glibc.git] / setjmp / Makefile
index 4773b617e10903e0598f558716e7ad73c6165420..2eea83550c8244bea9f8a2f2108a026f17c16362 100644 (file)
@@ -1,32 +1,37 @@
-# Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
+# Copyright (C) 1991-2019 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Library General Public License as
-# published by the Free Software Foundation; either version 2 of the
-# License, or (at your option) any later version.
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
 
 # The GNU C Library 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
-# Library General Public License for more details.
+# Lesser General Public License for more details.
 
-# You should have received a copy of the GNU Library General Public
-# License along with the GNU C Library; see the file COPYING.LIB.  If
-# not, write to the Free Software Foundation, Inc., 675 Mass Ave,
-# Cambridge, MA 02139, USA.
+# You should have received a copy of the GNU Lesser General Public
+# License along with the GNU C Library; if not, see
+# <http://www.gnu.org/licenses/>.
 
 #
 #      Makefile for setjmp/longjmp routines
 #
 subdir := setjmp
 
-headers        := setjmp.h jmp_buf.h
+include ../Makeconfig
+
+headers        := setjmp.h bits/setjmp.h bits/setjmp2.h
 
 routines       := setjmp sigjmp bsd-setjmp bsd-_setjmp \
                   longjmp __longjmp jmp-unwind
 
-tests          := tst-setjmp
+tests          := tst-setjmp jmpbug bug269-setjmp tst-setjmp-fp \
+                  tst-sigsetjmp tst-setjmp-static
+tests-static   := tst-setjmp-static
 
 
 include ../Rules
+
+$(objpfx)tst-setjmp-fp: $(libm)