CC	=	cl -nologo -c -I.
CFLAGS	=	-Gs -Gy -Od

OBJECTS	=	acos.obj\
		asin.obj\
		atan.obj\
		atan2.obj\
		ceil.obj\
		cos.obj\
		cosh.obj\
		exp.obj\
		fabs.obj\
		floor.obj\
		fmod.obj\
		frexp.obj\
		ldexp.obj\
		log.obj\
		log10.obj\
		modf.obj\
		pow.obj\
		sin.obj\
		sinh.obj\
		sqrt.obj\
		tan.obj\
		tanh.obj\
		xatan.obj\
		xcosh.obj\
		xdint.obj\
		xdnorm.obj\
		xdscale.obj\
		xdtento.obj\
		xdtest.obj\
		xdunscal.obj\
		xexp.obj\
		xfloat.obj\
		xlog.obj\
		xpoly.obj\
		xsin.obj\
		xsinh.obj\
		xvalues.obj\
		acosf.obj\
		asinf.obj\
		atan2f.obj\
		atanf.obj\
		atof.obj\
		ceilf.obj\
		cosf.obj\
		coshf.obj\
		expf.obj\
		fabsf.obj\
		floorf.obj\
		fmodf.obj\
		frexpf.obj\
		ldexpf.obj\
		log10f.obj\
		logf.obj\
		modf.obj\
		modff.obj\
		powf.obj\
		sinf.obj\
		sinhf.obj\
		sqrtf.obj\
		tanf.obj\
		tanhf.obj\
		xfatan.obj\
		xfcosh.obj\
		xfdint.obj\
		xfdnorm.obj\
		xfdscale.obj\
		xfdtento.obj\
		xfdtest.obj\
		xfdunsca.obj\
		xfexp.obj\
		xfloat.obj\
		xflog.obj\
		xfpoly.obj\
		xfsin.obj\
		xfsinh.obj\
		xfvalues.obj\
		acosl.obj\
		asinl.obj\
		atan2l.obj\
		atanl.obj\
		atol.obj\
		ceill.obj\
		coshl.obj\
		cosl.obj\
		expl.obj\
		fabsl.obj\
		floorl.obj\
		fmodl.obj\
		frexpl.obj\
		ldexpl.obj\
		log10l.obj\
		logl.obj\
		modfl.obj\
		powl.obj\
		sinhl.obj\
		sinl.obj\
		sqrtl.obj\
		tanhl.obj\
		tanl.obj\
		xlatan.obj\
		xlcosh.obj\
		xldint.obj\
		xldnorm.obj\
		xldscale.obj\
		xldtento.obj\
		xldtest.obj\
		xldunsca.obj\
		xlexp.obj\
		xllog.obj\
		xlpoly.obj\
		xlsin.obj\
		xlsinh.obj\
		xlvalues.obj

plauger.lib:	$(OBJECTS)
	-mv -f plauger.lib plauger.old
	lib @lib.rsp

acos.obj:	acos.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

acosf.obj:	acosf.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

acosl.obj:	acosl.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

asin.obj:	asin.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

asinf.obj:	asinf.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

asinl.obj:	asinl.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

atan.obj:	atan.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

atan2.obj:	atan2.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

atan2f.obj:	atan2f.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

atan2l.obj:	atan2l.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

atanf.obj:	atanf.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

atanl.obj:	atanl.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

atof.obj:	atof.c\
		stdlib.h

atol.obj:	atol.c\
		stdlib.h

ceil.obj:	ceil.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

ceilf.obj:	ceilf.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

ceill.obj:	ceill.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

cos.obj:	cos.c\
		math.h

cosf.obj:	cosf.c\
		math.h

cosh.obj:	cosh.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

coshf.obj:	coshf.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

coshl.obj:	coshl.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

cosl.obj:	cosl.c\
		math.h

exp.obj:	exp.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

expf.obj:	expf.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

expl.obj:	expl.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

fabs.obj:	fabs.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

fabsf.obj:	fabsf.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

fabsl.obj:	fabsl.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

floor.obj:	floor.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

floorf.obj:	floorf.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

floorl.obj:	floorl.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

fmod.obj:	fmod.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

fmodf.obj:	fmodf.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

fmodl.obj:	fmodl.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

frexp.obj:	frexp.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

frexpf.obj:	frexpf.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

frexpl.obj:	frexpl.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

ldexp.obj:	ldexp.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

ldexpf.obj:	ldexpf.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

ldexpl.obj:	ldexpl.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

log.obj:	log.c\
		math.h

log10.obj:	log10.c\
		math.h

log10f.obj:	log10f.c\
		math.h

log10l.obj:	log10l.c\
		math.h

logf.obj:	logf.c\
		math.h

logl.obj:	logl.c\
		math.h

modf.obj:	modf.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

modff.obj:	modff.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

modfl.obj:	modfl.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

pow.obj:	pow.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

powf.obj:	powf.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

powl.obj:	powl.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

sin.obj:	sin.c\
		math.h

sinf.obj:	sinf.c\
		math.h

sinh.obj:	sinh.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

sinhf.obj:	sinhf.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

sinhl.obj:	sinhl.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

sinl.obj:	sinl.c\
		math.h

sqrt.obj:	sqrt.c\
		limits.h\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

sqrtf.obj:	sqrtf.c\
		limits.h\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

sqrtl.obj:	sqrtl.c\
		limits.h\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

tan.obj:	tan.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

tanf.obj:	tanf.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

tanh.obj:	tanh.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

tanhf.obj:	tanhf.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

tanhl.obj:	tanhl.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

tanl.obj:	tanl.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xatan.obj:	xatan.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xcosh.obj:	xcosh.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xdint.obj:	xdint.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xdnorm.obj:	xdnorm.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xdscale.obj:	xdscale.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xdtento.obj:	xdtento.c\
		errno.h\
		float.h\
		xmath.h\
		math.h\
		stddef.h\
		yvals.h

xdtest.obj:	xdtest.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xdunscal.obj:	xdunscal.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xexp.obj:	xexp.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xfatan.obj:	xfatan.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xfcosh.obj:	xfcosh.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xfdint.obj:	xfdint.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xfdnorm.obj:	xfdnorm.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xfdscale.obj:	xfdscale.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xfdtento.obj:	xfdtento.c\
		errno.h\
		float.h\
		xmath.h\
		math.h\
		stddef.h\
		yvals.h

xfdtest.obj:	xfdtest.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xfdunsca.obj:	xfdunsca.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xfexp.obj:	xfexp.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xfloat.obj:	xfloat.c\
		float.h

xflog.obj:	xflog.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xfpoly.obj:	xfpoly.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xfsin.obj:	xfsin.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xfsinh.obj:	xfsinh.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xfvalues.obj:	xfvalues.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xlatan.obj:	xlatan.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xlcosh.obj:	xlcosh.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xldint.obj:	xldint.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xldnorm.obj:	xldnorm.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xldscale.obj:	xldscale.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xldtento.obj:	xldtento.c\
		errno.h\
		float.h\
		xmath.h\
		math.h\
		stddef.h\
		yvals.h

xldtest.obj:	xldtest.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xldunsca.obj:	xldunsca.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xlexp.obj:	xlexp.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xllog.obj:	xllog.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xlog.obj:	xlog.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xlpoly.obj:	xlpoly.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xlsin.obj:	xlsin.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xlsinh.obj:	xlsinh.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xlvalues.obj:	xlvalues.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xpoly.obj:	xpoly.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xsin.obj:	xsin.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xsinh.obj:	xsinh.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

xvalues.obj:	xvalues.c\
		xmath.h\
		errno.h\
		math.h\
		stddef.h\
		yvals.h

save:
	-pkzip -xtst*.* b:plauger *.c *.h makefile

