| 1 |
1010 |
ivang |
# Makefile.in generated automatically by automake 1.4 from Makefile.am
|
| 2 |
|
|
|
| 3 |
|
|
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
|
| 4 |
|
|
# This Makefile.in is free software; the Free Software Foundation
|
| 5 |
|
|
# gives unlimited permission to copy and/or distribute it,
|
| 6 |
|
|
# with or without modifications, as long as this notice is preserved.
|
| 7 |
|
|
|
| 8 |
|
|
# This program is distributed in the hope that it will be useful,
|
| 9 |
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
| 10 |
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
| 11 |
|
|
# PARTICULAR PURPOSE.
|
| 12 |
|
|
|
| 13 |
|
|
|
| 14 |
|
|
|
| 15 |
|
|
SHELL = @SHELL@
|
| 16 |
|
|
|
| 17 |
|
|
srcdir = @srcdir@
|
| 18 |
|
|
top_srcdir = @top_srcdir@
|
| 19 |
|
|
VPATH = @srcdir@
|
| 20 |
|
|
prefix = @prefix@
|
| 21 |
|
|
exec_prefix = @exec_prefix@
|
| 22 |
|
|
|
| 23 |
|
|
bindir = @bindir@
|
| 24 |
|
|
sbindir = @sbindir@
|
| 25 |
|
|
libexecdir = @libexecdir@
|
| 26 |
|
|
datadir = @datadir@
|
| 27 |
|
|
sysconfdir = @sysconfdir@
|
| 28 |
|
|
sharedstatedir = @sharedstatedir@
|
| 29 |
|
|
localstatedir = @localstatedir@
|
| 30 |
|
|
libdir = @libdir@
|
| 31 |
|
|
infodir = @infodir@
|
| 32 |
|
|
mandir = @mandir@
|
| 33 |
|
|
includedir = @includedir@
|
| 34 |
|
|
oldincludedir = /usr/include
|
| 35 |
|
|
|
| 36 |
|
|
DESTDIR =
|
| 37 |
|
|
|
| 38 |
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
| 39 |
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
| 40 |
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
| 41 |
|
|
|
| 42 |
|
|
top_builddir = ..
|
| 43 |
|
|
|
| 44 |
|
|
ACLOCAL = @ACLOCAL@
|
| 45 |
|
|
AUTOCONF = @AUTOCONF@
|
| 46 |
|
|
AUTOMAKE = @AUTOMAKE@
|
| 47 |
|
|
AUTOHEADER = @AUTOHEADER@
|
| 48 |
|
|
|
| 49 |
|
|
INSTALL = @INSTALL@
|
| 50 |
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
|
| 51 |
|
|
INSTALL_DATA = @INSTALL_DATA@
|
| 52 |
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
| 53 |
|
|
transform = @program_transform_name@
|
| 54 |
|
|
|
| 55 |
|
|
NORMAL_INSTALL = :
|
| 56 |
|
|
PRE_INSTALL = :
|
| 57 |
|
|
POST_INSTALL = :
|
| 58 |
|
|
NORMAL_UNINSTALL = :
|
| 59 |
|
|
PRE_UNINSTALL = :
|
| 60 |
|
|
POST_UNINSTALL = :
|
| 61 |
|
|
host_alias = @host_alias@
|
| 62 |
|
|
host_triplet = @host@
|
| 63 |
|
|
AR = @AR@
|
| 64 |
|
|
AS = @AS@
|
| 65 |
|
|
CC = @CC@
|
| 66 |
|
|
CPP = @CPP@
|
| 67 |
|
|
DLLTOOL = @DLLTOOL@
|
| 68 |
|
|
EXEEXT = @EXEEXT@
|
| 69 |
|
|
LDFLAGS = @LDFLAGS@
|
| 70 |
|
|
LIBM_MACHINE_LIB = @LIBM_MACHINE_LIB@
|
| 71 |
|
|
LIBTOOL = @LIBTOOL@
|
| 72 |
|
|
LN_S = @LN_S@
|
| 73 |
|
|
MAINT = @MAINT@
|
| 74 |
|
|
MAKEINFO = @MAKEINFO@
|
| 75 |
|
|
NEWLIB_CFLAGS = @NEWLIB_CFLAGS@
|
| 76 |
|
|
OBJDUMP = @OBJDUMP@
|
| 77 |
|
|
PACKAGE = @PACKAGE@
|
| 78 |
|
|
RANLIB = @RANLIB@
|
| 79 |
|
|
VERSION = @VERSION@
|
| 80 |
|
|
aext = @aext@
|
| 81 |
|
|
libm_machine_dir = @libm_machine_dir@
|
| 82 |
|
|
machine_dir = @machine_dir@
|
| 83 |
|
|
newlib_basedir = @newlib_basedir@
|
| 84 |
|
|
oext = @oext@
|
| 85 |
|
|
sys_dir = @sys_dir@
|
| 86 |
|
|
|
| 87 |
|
|
AUTOMAKE_OPTIONS = cygnus
|
| 88 |
|
|
|
| 89 |
|
|
INCLUDES = -I$(srcdir)/../common $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
|
| 90 |
|
|
|
| 91 |
|
|
src = k_standard.c k_rem_pio2.c \
|
| 92 |
|
|
k_cos.c k_sin.c k_tan.c \
|
| 93 |
|
|
e_acos.c e_acosh.c e_asin.c e_atan2.c \
|
| 94 |
|
|
e_atanh.c e_cosh.c e_exp.c e_fmod.c \
|
| 95 |
|
|
er_gamma.c e_hypot.c e_j0.c \
|
| 96 |
|
|
e_j1.c e_jn.c er_lgamma.c \
|
| 97 |
|
|
e_log.c e_log10.c e_pow.c e_rem_pio2.c e_remainder.c \
|
| 98 |
|
|
e_scalb.c e_sinh.c e_sqrt.c \
|
| 99 |
|
|
w_acos.c w_acosh.c w_asin.c w_atan2.c \
|
| 100 |
|
|
w_atanh.c w_cosh.c w_exp.c w_fmod.c \
|
| 101 |
|
|
w_gamma.c wr_gamma.c w_hypot.c w_j0.c \
|
| 102 |
|
|
w_j1.c w_jn.c w_lgamma.c wr_lgamma.c \
|
| 103 |
|
|
w_log.c w_log10.c w_pow.c w_remainder.c \
|
| 104 |
|
|
w_scalb.c w_sinh.c w_sqrt.c \
|
| 105 |
|
|
w_cabs.c w_drem.c \
|
| 106 |
|
|
s_asinh.c s_atan.c s_ceil.c \
|
| 107 |
|
|
s_cos.c s_erf.c s_fabs.c s_floor.c \
|
| 108 |
|
|
s_frexp.c s_isnan.c s_ldexp.c \
|
| 109 |
|
|
s_signif.c s_sin.c \
|
| 110 |
|
|
s_tan.c s_tanh.c \
|
| 111 |
|
|
s_isinf.c s_infconst.c
|
| 112 |
|
|
|
| 113 |
|
|
|
| 114 |
|
|
fsrc = kf_rem_pio2.c \
|
| 115 |
|
|
kf_cos.c kf_sin.c kf_tan.c \
|
| 116 |
|
|
ef_acos.c ef_acosh.c ef_asin.c ef_atan2.c \
|
| 117 |
|
|
ef_atanh.c ef_cosh.c ef_exp.c ef_fmod.c \
|
| 118 |
|
|
erf_gamma.c ef_hypot.c ef_j0.c \
|
| 119 |
|
|
ef_j1.c ef_jn.c erf_lgamma.c \
|
| 120 |
|
|
ef_log.c ef_log10.c ef_pow.c ef_rem_pio2.c ef_remainder.c \
|
| 121 |
|
|
ef_scalb.c ef_sinh.c ef_sqrt.c \
|
| 122 |
|
|
wf_acos.c wf_acosh.c wf_asin.c wf_atan2.c \
|
| 123 |
|
|
wf_atanh.c wf_cosh.c wf_exp.c wf_fmod.c \
|
| 124 |
|
|
wf_gamma.c wrf_gamma.c wf_hypot.c wf_j0.c \
|
| 125 |
|
|
wf_j1.c wf_jn.c wf_lgamma.c wrf_lgamma.c \
|
| 126 |
|
|
wf_log.c wf_log10.c wf_pow.c wf_remainder.c \
|
| 127 |
|
|
wf_scalb.c wf_sinh.c wf_sqrt.c \
|
| 128 |
|
|
wf_cabs.c wf_drem.c \
|
| 129 |
|
|
sf_asinh.c sf_atan.c sf_ceil.c \
|
| 130 |
|
|
sf_cos.c sf_erf.c sf_fabs.c sf_floor.c \
|
| 131 |
|
|
sf_frexp.c sf_isnan.c sf_ldexp.c \
|
| 132 |
|
|
sf_signif.c sf_sin.c \
|
| 133 |
|
|
sf_tan.c sf_tanh.c \
|
| 134 |
|
|
sf_isinf.c
|
| 135 |
|
|
|
| 136 |
|
|
|
| 137 |
|
|
libmath_la_LDFLAGS = -Xcompiler -nostdlib
|
| 138 |
|
|
|
| 139 |
|
|
@USE_LIBTOOL_TRUE@noinst_LTLIBRARIES = @USE_LIBTOOL_TRUE@libmath.la
|
| 140 |
|
|
@USE_LIBTOOL_TRUE@libmath_la_SOURCES = @USE_LIBTOOL_TRUE@$(src) $(fsrc)
|
| 141 |
|
|
@USE_LIBTOOL_TRUE@noinst_DATA = @USE_LIBTOOL_TRUE@objectlist.awk.in
|
| 142 |
|
|
@USE_LIBTOOL_FALSE@noinst_DATA =
|
| 143 |
|
|
@USE_LIBTOOL_FALSE@noinst_LIBRARIES = @USE_LIBTOOL_FALSE@lib.a
|
| 144 |
|
|
@USE_LIBTOOL_FALSE@lib_a_SOURCES = @USE_LIBTOOL_FALSE@$(src) $(fsrc)
|
| 145 |
|
|
|
| 146 |
|
|
chobj = wacos.def wacosh.def wasin.def sasinh.def \
|
| 147 |
|
|
satan.def watan2.def watanh.def wj0.def \
|
| 148 |
|
|
wcosh.def serf.def wexp.def \
|
| 149 |
|
|
sfabs.def sfloor.def wfmod.def sfrexp.def \
|
| 150 |
|
|
wgamma.def whypot.def sldexp.def wlog.def \
|
| 151 |
|
|
wlog10.def \
|
| 152 |
|
|
wpow.def wremainder.def ssin.def wsinh.def \
|
| 153 |
|
|
wsqrt.def stan.def stanh.def \
|
| 154 |
|
|
sisnan.def
|
| 155 |
|
|
|
| 156 |
|
|
|
| 157 |
|
|
SUFFIXES = .def
|
| 158 |
|
|
|
| 159 |
|
|
CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
|
| 160 |
|
|
|
| 161 |
|
|
TARGETDOC = ../tmp.texi
|
| 162 |
|
|
|
| 163 |
|
|
CLEANFILES = $(chobj) *.ref
|
| 164 |
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
|
| 165 |
|
|
CONFIG_CLEAN_FILES =
|
| 166 |
|
|
LIBRARIES = $(noinst_LIBRARIES)
|
| 167 |
|
|
|
| 168 |
|
|
|
| 169 |
|
|
DEFS = @DEFS@ -I. -I$(srcdir)
|
| 170 |
|
|
CPPFLAGS = @CPPFLAGS@
|
| 171 |
|
|
LIBS = @LIBS@
|
| 172 |
|
|
lib_a_LIBADD =
|
| 173 |
|
|
@USE_LIBTOOL_FALSE@lib_a_OBJECTS = k_standard.o k_rem_pio2.o k_cos.o \
|
| 174 |
|
|
@USE_LIBTOOL_FALSE@k_sin.o k_tan.o e_acos.o e_acosh.o e_asin.o \
|
| 175 |
|
|
@USE_LIBTOOL_FALSE@e_atan2.o e_atanh.o e_cosh.o e_exp.o e_fmod.o \
|
| 176 |
|
|
@USE_LIBTOOL_FALSE@er_gamma.o e_hypot.o e_j0.o e_j1.o e_jn.o \
|
| 177 |
|
|
@USE_LIBTOOL_FALSE@er_lgamma.o e_log.o e_log10.o e_pow.o e_rem_pio2.o \
|
| 178 |
|
|
@USE_LIBTOOL_FALSE@e_remainder.o e_scalb.o e_sinh.o e_sqrt.o w_acos.o \
|
| 179 |
|
|
@USE_LIBTOOL_FALSE@w_acosh.o w_asin.o w_atan2.o w_atanh.o w_cosh.o \
|
| 180 |
|
|
@USE_LIBTOOL_FALSE@w_exp.o w_fmod.o w_gamma.o wr_gamma.o w_hypot.o \
|
| 181 |
|
|
@USE_LIBTOOL_FALSE@w_j0.o w_j1.o w_jn.o w_lgamma.o wr_lgamma.o w_log.o \
|
| 182 |
|
|
@USE_LIBTOOL_FALSE@w_log10.o w_pow.o w_remainder.o w_scalb.o w_sinh.o \
|
| 183 |
|
|
@USE_LIBTOOL_FALSE@w_sqrt.o w_cabs.o w_drem.o s_asinh.o s_atan.o \
|
| 184 |
|
|
@USE_LIBTOOL_FALSE@s_ceil.o s_cos.o s_erf.o s_fabs.o s_floor.o \
|
| 185 |
|
|
@USE_LIBTOOL_FALSE@s_frexp.o s_isnan.o s_ldexp.o s_signif.o s_sin.o \
|
| 186 |
|
|
@USE_LIBTOOL_FALSE@s_tan.o s_tanh.o s_isinf.o s_infconst.o \
|
| 187 |
|
|
@USE_LIBTOOL_FALSE@kf_rem_pio2.o kf_cos.o kf_sin.o kf_tan.o ef_acos.o \
|
| 188 |
|
|
@USE_LIBTOOL_FALSE@ef_acosh.o ef_asin.o ef_atan2.o ef_atanh.o ef_cosh.o \
|
| 189 |
|
|
@USE_LIBTOOL_FALSE@ef_exp.o ef_fmod.o erf_gamma.o ef_hypot.o ef_j0.o \
|
| 190 |
|
|
@USE_LIBTOOL_FALSE@ef_j1.o ef_jn.o erf_lgamma.o ef_log.o ef_log10.o \
|
| 191 |
|
|
@USE_LIBTOOL_FALSE@ef_pow.o ef_rem_pio2.o ef_remainder.o ef_scalb.o \
|
| 192 |
|
|
@USE_LIBTOOL_FALSE@ef_sinh.o ef_sqrt.o wf_acos.o wf_acosh.o wf_asin.o \
|
| 193 |
|
|
@USE_LIBTOOL_FALSE@wf_atan2.o wf_atanh.o wf_cosh.o wf_exp.o wf_fmod.o \
|
| 194 |
|
|
@USE_LIBTOOL_FALSE@wf_gamma.o wrf_gamma.o wf_hypot.o wf_j0.o wf_j1.o \
|
| 195 |
|
|
@USE_LIBTOOL_FALSE@wf_jn.o wf_lgamma.o wrf_lgamma.o wf_log.o wf_log10.o \
|
| 196 |
|
|
@USE_LIBTOOL_FALSE@wf_pow.o wf_remainder.o wf_scalb.o wf_sinh.o \
|
| 197 |
|
|
@USE_LIBTOOL_FALSE@wf_sqrt.o wf_cabs.o wf_drem.o sf_asinh.o sf_atan.o \
|
| 198 |
|
|
@USE_LIBTOOL_FALSE@sf_ceil.o sf_cos.o sf_erf.o sf_fabs.o sf_floor.o \
|
| 199 |
|
|
@USE_LIBTOOL_FALSE@sf_frexp.o sf_isnan.o sf_ldexp.o sf_signif.o \
|
| 200 |
|
|
@USE_LIBTOOL_FALSE@sf_sin.o sf_tan.o sf_tanh.o sf_isinf.o
|
| 201 |
|
|
LTLIBRARIES = $(noinst_LTLIBRARIES)
|
| 202 |
|
|
|
| 203 |
|
|
libmath_la_LIBADD =
|
| 204 |
|
|
@USE_LIBTOOL_TRUE@libmath_la_OBJECTS = k_standard.lo k_rem_pio2.lo \
|
| 205 |
|
|
@USE_LIBTOOL_TRUE@k_cos.lo k_sin.lo k_tan.lo e_acos.lo e_acosh.lo \
|
| 206 |
|
|
@USE_LIBTOOL_TRUE@e_asin.lo e_atan2.lo e_atanh.lo e_cosh.lo e_exp.lo \
|
| 207 |
|
|
@USE_LIBTOOL_TRUE@e_fmod.lo er_gamma.lo e_hypot.lo e_j0.lo e_j1.lo \
|
| 208 |
|
|
@USE_LIBTOOL_TRUE@e_jn.lo er_lgamma.lo e_log.lo e_log10.lo e_pow.lo \
|
| 209 |
|
|
@USE_LIBTOOL_TRUE@e_rem_pio2.lo e_remainder.lo e_scalb.lo e_sinh.lo \
|
| 210 |
|
|
@USE_LIBTOOL_TRUE@e_sqrt.lo w_acos.lo w_acosh.lo w_asin.lo w_atan2.lo \
|
| 211 |
|
|
@USE_LIBTOOL_TRUE@w_atanh.lo w_cosh.lo w_exp.lo w_fmod.lo w_gamma.lo \
|
| 212 |
|
|
@USE_LIBTOOL_TRUE@wr_gamma.lo w_hypot.lo w_j0.lo w_j1.lo w_jn.lo \
|
| 213 |
|
|
@USE_LIBTOOL_TRUE@w_lgamma.lo wr_lgamma.lo w_log.lo w_log10.lo w_pow.lo \
|
| 214 |
|
|
@USE_LIBTOOL_TRUE@w_remainder.lo w_scalb.lo w_sinh.lo w_sqrt.lo \
|
| 215 |
|
|
@USE_LIBTOOL_TRUE@w_cabs.lo w_drem.lo s_asinh.lo s_atan.lo s_ceil.lo \
|
| 216 |
|
|
@USE_LIBTOOL_TRUE@s_cos.lo s_erf.lo s_fabs.lo s_floor.lo s_frexp.lo \
|
| 217 |
|
|
@USE_LIBTOOL_TRUE@s_isnan.lo s_ldexp.lo s_signif.lo s_sin.lo s_tan.lo \
|
| 218 |
|
|
@USE_LIBTOOL_TRUE@s_tanh.lo s_isinf.lo s_infconst.lo kf_rem_pio2.lo \
|
| 219 |
|
|
@USE_LIBTOOL_TRUE@kf_cos.lo kf_sin.lo kf_tan.lo ef_acos.lo ef_acosh.lo \
|
| 220 |
|
|
@USE_LIBTOOL_TRUE@ef_asin.lo ef_atan2.lo ef_atanh.lo ef_cosh.lo \
|
| 221 |
|
|
@USE_LIBTOOL_TRUE@ef_exp.lo ef_fmod.lo erf_gamma.lo ef_hypot.lo \
|
| 222 |
|
|
@USE_LIBTOOL_TRUE@ef_j0.lo ef_j1.lo ef_jn.lo erf_lgamma.lo ef_log.lo \
|
| 223 |
|
|
@USE_LIBTOOL_TRUE@ef_log10.lo ef_pow.lo ef_rem_pio2.lo ef_remainder.lo \
|
| 224 |
|
|
@USE_LIBTOOL_TRUE@ef_scalb.lo ef_sinh.lo ef_sqrt.lo wf_acos.lo \
|
| 225 |
|
|
@USE_LIBTOOL_TRUE@wf_acosh.lo wf_asin.lo wf_atan2.lo wf_atanh.lo \
|
| 226 |
|
|
@USE_LIBTOOL_TRUE@wf_cosh.lo wf_exp.lo wf_fmod.lo wf_gamma.lo \
|
| 227 |
|
|
@USE_LIBTOOL_TRUE@wrf_gamma.lo wf_hypot.lo wf_j0.lo wf_j1.lo wf_jn.lo \
|
| 228 |
|
|
@USE_LIBTOOL_TRUE@wf_lgamma.lo wrf_lgamma.lo wf_log.lo wf_log10.lo \
|
| 229 |
|
|
@USE_LIBTOOL_TRUE@wf_pow.lo wf_remainder.lo wf_scalb.lo wf_sinh.lo \
|
| 230 |
|
|
@USE_LIBTOOL_TRUE@wf_sqrt.lo wf_cabs.lo wf_drem.lo sf_asinh.lo \
|
| 231 |
|
|
@USE_LIBTOOL_TRUE@sf_atan.lo sf_ceil.lo sf_cos.lo sf_erf.lo sf_fabs.lo \
|
| 232 |
|
|
@USE_LIBTOOL_TRUE@sf_floor.lo sf_frexp.lo sf_isnan.lo sf_ldexp.lo \
|
| 233 |
|
|
@USE_LIBTOOL_TRUE@sf_signif.lo sf_sin.lo sf_tan.lo sf_tanh.lo \
|
| 234 |
|
|
@USE_LIBTOOL_TRUE@sf_isinf.lo
|
| 235 |
|
|
CFLAGS = @CFLAGS@
|
| 236 |
|
|
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
| 237 |
|
|
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
| 238 |
|
|
CCLD = $(CC)
|
| 239 |
|
|
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
|
| 240 |
|
|
DATA = $(noinst_DATA)
|
| 241 |
|
|
|
| 242 |
|
|
DIST_COMMON = Makefile.am Makefile.in
|
| 243 |
|
|
|
| 244 |
|
|
|
| 245 |
|
|
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
| 246 |
|
|
|
| 247 |
|
|
TAR = gtar
|
| 248 |
|
|
GZIP_ENV = --best
|
| 249 |
|
|
SOURCES = $(lib_a_SOURCES) $(libmath_la_SOURCES)
|
| 250 |
|
|
OBJECTS = $(lib_a_OBJECTS) $(libmath_la_OBJECTS)
|
| 251 |
|
|
|
| 252 |
|
|
all: all-redirect
|
| 253 |
|
|
.SUFFIXES:
|
| 254 |
|
|
.SUFFIXES: .S .c .def .lo .o .s
|
| 255 |
|
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(srcdir)/../../Makefile.shared
|
| 256 |
|
|
cd $(top_srcdir) && $(AUTOMAKE) --cygnus math/Makefile
|
| 257 |
|
|
|
| 258 |
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
| 259 |
|
|
cd $(top_builddir) \
|
| 260 |
|
|
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
| 261 |
|
|
|
| 262 |
|
|
|
| 263 |
|
|
mostlyclean-noinstLIBRARIES:
|
| 264 |
|
|
|
| 265 |
|
|
clean-noinstLIBRARIES:
|
| 266 |
|
|
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
|
| 267 |
|
|
|
| 268 |
|
|
distclean-noinstLIBRARIES:
|
| 269 |
|
|
|
| 270 |
|
|
maintainer-clean-noinstLIBRARIES:
|
| 271 |
|
|
|
| 272 |
|
|
.c.o:
|
| 273 |
|
|
$(COMPILE) -c $<
|
| 274 |
|
|
|
| 275 |
|
|
.s.o:
|
| 276 |
|
|
$(COMPILE) -c $<
|
| 277 |
|
|
|
| 278 |
|
|
.S.o:
|
| 279 |
|
|
$(COMPILE) -c $<
|
| 280 |
|
|
|
| 281 |
|
|
mostlyclean-compile:
|
| 282 |
|
|
-rm -f *.o core *.core
|
| 283 |
|
|
|
| 284 |
|
|
clean-compile:
|
| 285 |
|
|
|
| 286 |
|
|
distclean-compile:
|
| 287 |
|
|
-rm -f *.tab.c
|
| 288 |
|
|
|
| 289 |
|
|
maintainer-clean-compile:
|
| 290 |
|
|
|
| 291 |
|
|
.c.lo:
|
| 292 |
|
|
$(LIBTOOL) --mode=compile $(COMPILE) -c $<
|
| 293 |
|
|
|
| 294 |
|
|
.s.lo:
|
| 295 |
|
|
$(LIBTOOL) --mode=compile $(COMPILE) -c $<
|
| 296 |
|
|
|
| 297 |
|
|
.S.lo:
|
| 298 |
|
|
$(LIBTOOL) --mode=compile $(COMPILE) -c $<
|
| 299 |
|
|
|
| 300 |
|
|
mostlyclean-libtool:
|
| 301 |
|
|
-rm -f *.lo
|
| 302 |
|
|
|
| 303 |
|
|
clean-libtool:
|
| 304 |
|
|
-rm -rf .libs _libs
|
| 305 |
|
|
|
| 306 |
|
|
distclean-libtool:
|
| 307 |
|
|
|
| 308 |
|
|
maintainer-clean-libtool:
|
| 309 |
|
|
|
| 310 |
|
|
lib.a: $(lib_a_OBJECTS) $(lib_a_DEPENDENCIES)
|
| 311 |
|
|
-rm -f lib.a
|
| 312 |
|
|
$(AR) cru lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
|
| 313 |
|
|
$(RANLIB) lib.a
|
| 314 |
|
|
|
| 315 |
|
|
mostlyclean-noinstLTLIBRARIES:
|
| 316 |
|
|
|
| 317 |
|
|
clean-noinstLTLIBRARIES:
|
| 318 |
|
|
-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
|
| 319 |
|
|
|
| 320 |
|
|
distclean-noinstLTLIBRARIES:
|
| 321 |
|
|
|
| 322 |
|
|
maintainer-clean-noinstLTLIBRARIES:
|
| 323 |
|
|
|
| 324 |
|
|
libmath.la: $(libmath_la_OBJECTS) $(libmath_la_DEPENDENCIES)
|
| 325 |
|
|
$(LINK) $(libmath_la_LDFLAGS) $(libmath_la_OBJECTS) $(libmath_la_LIBADD) $(LIBS)
|
| 326 |
|
|
|
| 327 |
|
|
tags: TAGS
|
| 328 |
|
|
|
| 329 |
|
|
ID: $(HEADERS) $(SOURCES) $(LISP)
|
| 330 |
|
|
list='$(SOURCES) $(HEADERS)'; \
|
| 331 |
|
|
unique=`for i in $$list; do echo $$i; done | \
|
| 332 |
|
|
awk ' { files[$$0] = 1; } \
|
| 333 |
|
|
END { for (i in files) print i; }'`; \
|
| 334 |
|
|
here=`pwd` && cd $(srcdir) \
|
| 335 |
|
|
&& mkid -f$$here/ID $$unique $(LISP)
|
| 336 |
|
|
|
| 337 |
|
|
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
|
| 338 |
|
|
tags=; \
|
| 339 |
|
|
here=`pwd`; \
|
| 340 |
|
|
list='$(SOURCES) $(HEADERS)'; \
|
| 341 |
|
|
unique=`for i in $$list; do echo $$i; done | \
|
| 342 |
|
|
awk ' { files[$$0] = 1; } \
|
| 343 |
|
|
END { for (i in files) print i; }'`; \
|
| 344 |
|
|
test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
|
| 345 |
|
|
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
|
| 346 |
|
|
|
| 347 |
|
|
mostlyclean-tags:
|
| 348 |
|
|
|
| 349 |
|
|
clean-tags:
|
| 350 |
|
|
|
| 351 |
|
|
distclean-tags:
|
| 352 |
|
|
-rm -f TAGS ID
|
| 353 |
|
|
|
| 354 |
|
|
maintainer-clean-tags:
|
| 355 |
|
|
|
| 356 |
|
|
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
|
| 357 |
|
|
|
| 358 |
|
|
subdir = math
|
| 359 |
|
|
|
| 360 |
|
|
distdir: $(DISTFILES)
|
| 361 |
|
|
@for file in $(DISTFILES); do \
|
| 362 |
|
|
if test -f $$file; then d=.; else d=$(srcdir); fi; \
|
| 363 |
|
|
if test -d $$d/$$file; then \
|
| 364 |
|
|
cp -pr $$d/$$file $(distdir)/$$file; \
|
| 365 |
|
|
else \
|
| 366 |
|
|
test -f $(distdir)/$$file \
|
| 367 |
|
|
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
| 368 |
|
|
|| cp -p $$d/$$file $(distdir)/$$file || :; \
|
| 369 |
|
|
fi; \
|
| 370 |
|
|
done
|
| 371 |
|
|
info-am:
|
| 372 |
|
|
info: info-am
|
| 373 |
|
|
dvi-am:
|
| 374 |
|
|
dvi: dvi-am
|
| 375 |
|
|
check-am:
|
| 376 |
|
|
check: check-am
|
| 377 |
|
|
installcheck-am:
|
| 378 |
|
|
installcheck: installcheck-am
|
| 379 |
|
|
install-info-am:
|
| 380 |
|
|
install-info: install-info-am
|
| 381 |
|
|
install-exec-am:
|
| 382 |
|
|
install-exec: install-exec-am
|
| 383 |
|
|
|
| 384 |
|
|
install-data-am:
|
| 385 |
|
|
install-data: install-data-am
|
| 386 |
|
|
|
| 387 |
|
|
install-am: all-am
|
| 388 |
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
| 389 |
|
|
install: install-am
|
| 390 |
|
|
uninstall-am:
|
| 391 |
|
|
uninstall: uninstall-am
|
| 392 |
|
|
all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA)
|
| 393 |
|
|
all-redirect: all-am
|
| 394 |
|
|
install-strip:
|
| 395 |
|
|
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
|
| 396 |
|
|
installdirs:
|
| 397 |
|
|
|
| 398 |
|
|
|
| 399 |
|
|
mostlyclean-generic:
|
| 400 |
|
|
|
| 401 |
|
|
clean-generic:
|
| 402 |
|
|
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
| 403 |
|
|
|
| 404 |
|
|
distclean-generic:
|
| 405 |
|
|
-rm -f Makefile $(CONFIG_CLEAN_FILES)
|
| 406 |
|
|
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
|
| 407 |
|
|
|
| 408 |
|
|
maintainer-clean-generic:
|
| 409 |
|
|
mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
|
| 410 |
|
|
mostlyclean-libtool mostlyclean-noinstLTLIBRARIES \
|
| 411 |
|
|
mostlyclean-tags mostlyclean-generic
|
| 412 |
|
|
|
| 413 |
|
|
mostlyclean: mostlyclean-am
|
| 414 |
|
|
|
| 415 |
|
|
clean-am: clean-noinstLIBRARIES clean-compile clean-libtool \
|
| 416 |
|
|
clean-noinstLTLIBRARIES clean-tags clean-generic \
|
| 417 |
|
|
mostlyclean-am
|
| 418 |
|
|
|
| 419 |
|
|
clean: clean-am
|
| 420 |
|
|
|
| 421 |
|
|
distclean-am: distclean-noinstLIBRARIES distclean-compile \
|
| 422 |
|
|
distclean-libtool distclean-noinstLTLIBRARIES \
|
| 423 |
|
|
distclean-tags distclean-generic clean-am
|
| 424 |
|
|
-rm -f libtool
|
| 425 |
|
|
|
| 426 |
|
|
distclean: distclean-am
|
| 427 |
|
|
|
| 428 |
|
|
maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
|
| 429 |
|
|
maintainer-clean-compile maintainer-clean-libtool \
|
| 430 |
|
|
maintainer-clean-noinstLTLIBRARIES \
|
| 431 |
|
|
maintainer-clean-tags maintainer-clean-generic \
|
| 432 |
|
|
distclean-am
|
| 433 |
|
|
@echo "This command is intended for maintainers to use;"
|
| 434 |
|
|
@echo "it deletes files that may require special tools to rebuild."
|
| 435 |
|
|
|
| 436 |
|
|
maintainer-clean: maintainer-clean-am
|
| 437 |
|
|
|
| 438 |
|
|
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
|
| 439 |
|
|
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
|
| 440 |
|
|
mostlyclean-compile distclean-compile clean-compile \
|
| 441 |
|
|
maintainer-clean-compile mostlyclean-libtool distclean-libtool \
|
| 442 |
|
|
clean-libtool maintainer-clean-libtool mostlyclean-noinstLTLIBRARIES \
|
| 443 |
|
|
distclean-noinstLTLIBRARIES clean-noinstLTLIBRARIES \
|
| 444 |
|
|
maintainer-clean-noinstLTLIBRARIES tags mostlyclean-tags distclean-tags \
|
| 445 |
|
|
clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
|
| 446 |
|
|
check-am installcheck-am installcheck install-info-am install-info \
|
| 447 |
|
|
install-exec-am install-exec install-data-am install-data install-am \
|
| 448 |
|
|
install uninstall-am uninstall all-redirect all-am all installdirs \
|
| 449 |
|
|
mostlyclean-generic distclean-generic clean-generic \
|
| 450 |
|
|
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
|
| 451 |
|
|
|
| 452 |
|
|
|
| 453 |
|
|
objectlist.awk.in: $(noinst_LTLIBRARIES)
|
| 454 |
|
|
-rm -f objectlist.awk.in
|
| 455 |
|
|
for i in `ls *.lo` ; \
|
| 456 |
|
|
do \
|
| 457 |
|
|
echo $$i `pwd`/$$i >> objectlist.awk.in ; \
|
| 458 |
|
|
done
|
| 459 |
|
|
|
| 460 |
|
|
.c.def:
|
| 461 |
|
|
$(CHEW) < $< > $*.def 2> $*.ref
|
| 462 |
|
|
touch stmp-def
|
| 463 |
|
|
|
| 464 |
|
|
doc: $(chobj)
|
| 465 |
|
|
cat $(srcdir)/math.tex >> $(TARGETDOC)
|
| 466 |
|
|
|
| 467 |
|
|
# Texinfo does not appear to support underscores in file names, so we
|
| 468 |
|
|
# name the .def files without underscores.
|
| 469 |
|
|
|
| 470 |
|
|
wacos.def: w_acos.c
|
| 471 |
|
|
$(CHEW) < $(srcdir)/w_acos.c >$@ 2>/dev/null
|
| 472 |
|
|
touch stmp-def
|
| 473 |
|
|
wacosh.def: w_acosh.c
|
| 474 |
|
|
$(CHEW) < $(srcdir)/w_acosh.c >$@ 2>/dev/null
|
| 475 |
|
|
touch stmp-def
|
| 476 |
|
|
wasin.def: w_asin.c
|
| 477 |
|
|
$(CHEW) < $(srcdir)/w_asin.c >$@ 2>/dev/null
|
| 478 |
|
|
touch stmp-def
|
| 479 |
|
|
sasinh.def: s_asinh.c
|
| 480 |
|
|
$(CHEW) < $(srcdir)/s_asinh.c >$@ 2>/dev/null
|
| 481 |
|
|
touch stmp-def
|
| 482 |
|
|
satan.def: s_atan.c
|
| 483 |
|
|
$(CHEW) < $(srcdir)/s_atan.c >$@ 2>/dev/null
|
| 484 |
|
|
touch stmp-def
|
| 485 |
|
|
watan2.def: w_atan2.c
|
| 486 |
|
|
$(CHEW) < $(srcdir)/w_atan2.c >$@ 2>/dev/null
|
| 487 |
|
|
touch stmp-def
|
| 488 |
|
|
watanh.def: w_atanh.c
|
| 489 |
|
|
$(CHEW) < $(srcdir)/w_atanh.c >$@ 2>/dev/null
|
| 490 |
|
|
touch stmp-def
|
| 491 |
|
|
wj0.def: w_j0.c
|
| 492 |
|
|
$(CHEW) < $(srcdir)/w_j0.c >$@ 2>/dev/null
|
| 493 |
|
|
touch stmp-def
|
| 494 |
|
|
scopysign.def: s_copysign.c
|
| 495 |
|
|
$(CHEW) < $(srcdir)/../common/s_copysign.c >$@ 2>/dev/null
|
| 496 |
|
|
touch stmp-def
|
| 497 |
|
|
wcosh.def: w_cosh.c
|
| 498 |
|
|
$(CHEW) < $(srcdir)/w_cosh.c >$@ 2>/dev/null
|
| 499 |
|
|
touch stmp-def
|
| 500 |
|
|
serf.def: s_erf.c
|
| 501 |
|
|
$(CHEW) < $(srcdir)/s_erf.c >$@ 2>/dev/null
|
| 502 |
|
|
touch stmp-def
|
| 503 |
|
|
wexp.def: w_exp.c
|
| 504 |
|
|
$(CHEW) < $(srcdir)/w_exp.c >$@ 2>/dev/null
|
| 505 |
|
|
touch stmp-def
|
| 506 |
|
|
sfabs.def: s_fabs.c
|
| 507 |
|
|
$(CHEW) < $(srcdir)/s_fabs.c >$@ 2>/dev/null
|
| 508 |
|
|
touch stmp-def
|
| 509 |
|
|
sfloor.def: s_floor.c
|
| 510 |
|
|
$(CHEW) < $(srcdir)/s_floor.c >$@ 2>/dev/null
|
| 511 |
|
|
touch stmp-def
|
| 512 |
|
|
wfmod.def: w_fmod.c
|
| 513 |
|
|
$(CHEW) < $(srcdir)/w_fmod.c >$@ 2>/dev/null
|
| 514 |
|
|
touch stmp-def
|
| 515 |
|
|
sfrexp.def: s_frexp.c
|
| 516 |
|
|
$(CHEW) < $(srcdir)/s_frexp.c >$@ 2>/dev/null
|
| 517 |
|
|
touch stmp-def
|
| 518 |
|
|
wgamma.def: w_gamma.c
|
| 519 |
|
|
$(CHEW) < $(srcdir)/w_gamma.c >$@ 2>/dev/null
|
| 520 |
|
|
touch stmp-def
|
| 521 |
|
|
whypot.def: w_hypot.c
|
| 522 |
|
|
$(CHEW) < $(srcdir)/w_hypot.c >$@ 2>/dev/null
|
| 523 |
|
|
touch stmp-def
|
| 524 |
|
|
sldexp.def: s_ldexp.c
|
| 525 |
|
|
$(CHEW) < $(srcdir)/s_ldexp.c >$@ 2>/dev/null
|
| 526 |
|
|
touch stmp-def
|
| 527 |
|
|
wlog.def: w_log.c
|
| 528 |
|
|
$(CHEW) < $(srcdir)/w_log.c >$@ 2>/dev/null
|
| 529 |
|
|
touch stmp-def
|
| 530 |
|
|
wlog10.def: w_log10.c
|
| 531 |
|
|
$(CHEW) < $(srcdir)/w_log10.c >$@ 2>/dev/null
|
| 532 |
|
|
touch stmp-def
|
| 533 |
|
|
wpow.def: w_pow.c
|
| 534 |
|
|
$(CHEW) < $(srcdir)/w_pow.c >$@ 2>/dev/null
|
| 535 |
|
|
touch stmp-def
|
| 536 |
|
|
wremainder.def: w_remainder.c
|
| 537 |
|
|
$(CHEW) < $(srcdir)/w_remainder.c >$@ 2>/dev/null
|
| 538 |
|
|
touch stmp-def
|
| 539 |
|
|
ssin.def: s_sin.c
|
| 540 |
|
|
$(CHEW) < $(srcdir)/s_sin.c >$@ 2>/dev/null
|
| 541 |
|
|
touch stmp-def
|
| 542 |
|
|
wsinh.def: w_sinh.c
|
| 543 |
|
|
$(CHEW) < $(srcdir)/w_sinh.c >$@ 2>/dev/null
|
| 544 |
|
|
touch stmp-def
|
| 545 |
|
|
wsqrt.def: w_sqrt.c
|
| 546 |
|
|
$(CHEW) < $(srcdir)/w_sqrt.c >$@ 2>/dev/null
|
| 547 |
|
|
touch stmp-def
|
| 548 |
|
|
stan.def: s_tan.c
|
| 549 |
|
|
$(CHEW) < $(srcdir)/s_tan.c >$@ 2>/dev/null
|
| 550 |
|
|
touch stmp-def
|
| 551 |
|
|
stanh.def: s_tanh.c
|
| 552 |
|
|
$(CHEW) < $(srcdir)/s_tanh.c >$@ 2>/dev/null
|
| 553 |
|
|
touch stmp-def
|
| 554 |
|
|
sisnan.def: s_isnan.c
|
| 555 |
|
|
$(CHEW) < $(srcdir)/s_isnan.c >$@ 2>/dev/null
|
| 556 |
|
|
touch stmp-def
|
| 557 |
|
|
|
| 558 |
|
|
# A partial dependency list.
|
| 559 |
|
|
|
| 560 |
|
|
$(lib_a_OBJECTS): $(srcdir)/../../libc/include/math.h $(srcdir)/../common/fdlibm.h
|
| 561 |
|
|
|
| 562 |
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
| 563 |
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
| 564 |
|
|
.NOEXPORT:
|