]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/sparc/sparc64/soft-fp/Makefile
Update to LGPL v2.1.
[thirdparty/glibc.git] / sysdeps / sparc / sparc64 / soft-fp / Makefile
1 # Software floating-point emulation.
2 # Makefile for SPARC v9 ABI mandated long double utility
3 # functions (_Qp_*).
4 # Copyright (C) 1999, 2000 Free Software Foundation, Inc.
5 # This file is part of the GNU C Library.
6 # Contributed by Jakub Jelinek (jj@ultra.linux.cz).
7 #
8
9 # The GNU C Library is free software; you can redistribute it and/or
10 # modify it under the terms of the GNU Lesser General Public
11 # License as published by the Free Software Foundation; either
12 # version 2.1 of the License, or (at your option) any later version.
13
14 # The GNU C Library is distributed in the hope that it will be useful,
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 # Lesser General Public License for more details.
18
19 # You should have received a copy of the GNU Lesser General Public
20 # License along with the GNU C Library; if not, write to the Free
21 # Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
22 # 02111-1307 USA.
23
24 ifeq ($(subdir),soft-fp)
25 sparc64-quad-routines := qp_add qp_cmp qp_cmpe qp_div qp_dtoq qp_feq qp_fge \
26 qp_fgt qp_fle qp_flt qp_fne qp_itoq qp_mul qp_neg qp_qtod qp_qtoi \
27 qp_qtos qp_qtoui qp_qtoux qp_qtox qp_sqrt qp_stoq qp_sub qp_uitoq \
28 qp_uxtoq qp_xtoq qp_util
29 sysdep_routines += $(sparc64-quad-routines)
30 endif
31
32 ifeq ($(subdir),math)
33 CPPFLAGS += -I../soft-fp/
34 endif