# Makefile for Numerical Recipes Demo binaries CC = $(CCANSI) CFLAGS = $(CFLAGSANSI) ILIB = $(LIBDIR)/$(CANSILIB) OUTRULE = $(CC) $(CFLAGS) -o $@ $? $(ILIB) -lm all : xairy.out xamebsa.out xamoeba.out xanneal.out xarcode.out \ xavevar.out xbalanc.out xbandec.out xbanmul.out xbcucof.out \ xbcuint.out xbeschb.out xbessi.out xbessi0.out xbessi1.out \ xbessik.out xbessj.out xbessj0.out xbessj1.out xbessjy.out \ xbessk.out xbessk0.out xbessk1.out xbessy.out xbessy0.out \ xbessy1.out xbeta.out xbetai.out xbico.out xbnldev.out \ xbrent.out xbroydn.out xbsstep.out xcaldat.out xchder.out \ xchebev.out xchebft.out xchebpc.out xchint.out xcholsl.out \ xchsone.out xchstwo.out xcisi.out xcntab1.out xcntab2.out \ xconvlv.out xcorrel.out xcosft1.out xcosft2.out xcovsrt.out \ xcrank.out xcyclic.out xdawson.out xdbrent.out xddpoly.out \ xdecchk.out xdf1dim.out xdfpmin.out xdfridr.out xdftint.out \ xdlinmin.out xeclass.out xeclazz.out xei.out xeigsrt.out \ xelle.out xellf.out xellpi.out xelmhes.out xerfcc.out xerff.out \ xerffc.out xeulsum.out xevlmem.out xexpdev.out xexpint.out \ xf1dim.out xfactln.out xfactrl.out xfasper.out xfgauss.out \ xfit.out xfitexy.out xfixrts.out xfleg.out xflmoon.out \ xfour1.out xfourfs.out xfourn.out xfpoly.out xfred2.out \ xfredin.out xfrenel.out xfrprmn.out xftest.out xgamdev.out \ xgammln.out xgammp.out xgammq.out xgasdev.out xgaucof.out \ xgauher.out xgaujac.out xgaulag.out xgauleg.out xgaussj.out \ xgcf.out xgolden.out xgser.out xhpsel.out xhpsort.out xhqr.out \ xhuffman.out xhunt.out xhypgeo.out xicrc.out xigray.out \ xindexx.out xirbit1.out xirbit2.out xjacobi.out xjulday.out \ xkendl1.out xkendl2.out xks2d1s.out xks2d2s.out xksone.out \ xkstwo.out xlaguer.out xlfit.out xlinbcg.out xlinmin.out \ xlocate.out xlubksb.out xludcmp.out xmachar.out xmedfit.out \ xmemcof.out xmgfas.out xmglin.out xmidpnt.out xmiser.out \ xmmid.out xmnbrak.out xmnewt.out xmoment.out xmppi.out \ xmprove.out xmrqcof.out xmrqmin.out xnewt.out xodeint.out \ xorthog.out xpade.out xpccheb.out xpcshft.out xpearsn.out \ xperiod.out xpiksr2.out xpiksrt.out xplgndr.out xpoidev.out \ xpolcoe.out xpolcof.out xpoldiv.out xpolin2.out xpolint.out \ xpowell.out xpredic.out xprobks.out xpsdes.out xpzextr.out \ xqgaus.out xqrdcmp.out xqromb.out xqromo.out xqroot.out \ xqrsolv.out xqrupdt.out xqsimp.out xqtrap.out xquad3d.out \ xran.out xran4.out xrank.out xratint.out xratlsq.out xrc.out \ xrd.out xrealft.out xrf.out xrj.out xrk4.out xrkdumb.out \ xrkqs.out xrlft3.out xrofunc.out xrtbis.out xrtflsp.out \ xrtnewt.out xrtsafe.out xrtsec.out xrzextr.out xsavgol.out \ xscrsho.out xselect.out xselip.out xshell.out xsimplx.out \ xsimpr.out xsinft.out xsncndn.out xsobseq.out xsor.out xsort.out \ xsort2.out xsort3.out xspctrm.out xspear.out xsphbes.out \ xsplie2.out xsplin2.out xspline.out xsplint.out \ xsprsax.out xsprsin.out xsprspm.out xsprstm.out xsprstp.out \ xsprstx.out xstifbs.out xstiff.out xstoerm.out xsvbksb.out \ xsvdcmp.out xsvdfit.out xsvdvar.out xtoeplz.out xtptest.out \ xtqli.out xtrapzd.out xtred2.out xtridag.out xttest.out \ xtutest.out xtwofft.out xvander.out xvegas.out xvoltra.out \ xwt1.out xwtn.out xzbrac.out xzbrak.out xzbrent.out xzrhqr.out \ xzriddr.out xzroots.out xairy.out : ../src/xairy.c $(ILIB) $(OUTRULE) xamebsa.out : ../src/xamebsa.c $(ILIB) $(OUTRULE) xamoeba.out : ../src/xamoeba.c $(ILIB) $(OUTRULE) xanneal.out : ../src/xanneal.c $(ILIB) $(OUTRULE) xarcode.out : ../src/xarcode.c $(ILIB) $(OUTRULE) xavevar.out : ../src/xavevar.c $(ILIB) $(OUTRULE) xbalanc.out : ../src/xbalanc.c $(ILIB) $(OUTRULE) xbandec.out : ../src/xbandec.c $(ILIB) $(OUTRULE) xbanmul.out : ../src/xbanmul.c $(ILIB) $(OUTRULE) xbcucof.out : ../src/xbcucof.c $(ILIB) $(OUTRULE) xbcuint.out : ../src/xbcuint.c $(ILIB) $(OUTRULE) xbeschb.out : ../src/xbeschb.c $(ILIB) $(OUTRULE) xbessi.out : ../src/xbessi.c $(ILIB) $(OUTRULE) xbessi0.out : ../src/xbessi0.c $(ILIB) $(OUTRULE) xbessi1.out : ../src/xbessi1.c $(ILIB) $(OUTRULE) xbessik.out : ../src/xbessik.c $(ILIB) $(OUTRULE) xbessj.out : ../src/xbessj.c $(ILIB) $(OUTRULE) xbessj0.out : ../src/xbessj0.c $(ILIB) $(OUTRULE) xbessj1.out : ../src/xbessj1.c $(ILIB) $(OUTRULE) xbessjy.out : ../src/xbessjy.c $(ILIB) $(OUTRULE) xbessk.out : ../src/xbessk.c $(ILIB) $(OUTRULE) xbessk0.out : ../src/xbessk0.c $(ILIB) $(OUTRULE) xbessk1.out : ../src/xbessk1.c $(ILIB) $(OUTRULE) xbessy.out : ../src/xbessy.c $(ILIB) $(OUTRULE) xbessy0.out : ../src/xbessy0.c $(ILIB) $(OUTRULE) xbessy1.out : ../src/xbessy1.c $(ILIB) $(OUTRULE) xbeta.out : ../src/xbeta.c $(ILIB) $(OUTRULE) xbetai.out : ../src/xbetai.c $(ILIB) $(OUTRULE) xbico.out : ../src/xbico.c $(ILIB) $(OUTRULE) xbnldev.out : ../src/xbnldev.c $(ILIB) $(OUTRULE) xbrent.out : ../src/xbrent.c $(ILIB) $(OUTRULE) xbroydn.out : ../src/xbroydn.c $(ILIB) $(OUTRULE) xbsstep.out : ../src/xbsstep.c $(ILIB) $(OUTRULE) xcaldat.out : ../src/xcaldat.c $(ILIB) $(OUTRULE) xchder.out : ../src/xchder.c $(ILIB) $(OUTRULE) xchebev.out : ../src/xchebev.c $(ILIB) $(OUTRULE) xchebft.out : ../src/xchebft.c $(ILIB) $(OUTRULE) xchebpc.out : ../src/xchebpc.c $(ILIB) $(OUTRULE) xchint.out : ../src/xchint.c $(ILIB) $(OUTRULE) xcholsl.out : ../src/xcholsl.c $(ILIB) $(OUTRULE) xchsone.out : ../src/xchsone.c $(ILIB) $(OUTRULE) xchstwo.out : ../src/xchstwo.c $(ILIB) $(OUTRULE) xcisi.out : ../src/xcisi.c $(ILIB) $(OUTRULE) xcntab1.out : ../src/xcntab1.c $(ILIB) $(OUTRULE) xcntab2.out : ../src/xcntab2.c $(ILIB) $(OUTRULE) xconvlv.out : ../src/xconvlv.c $(ILIB) $(OUTRULE) xcorrel.out : ../src/xcorrel.c $(ILIB) $(OUTRULE) xcosft1.out : ../src/xcosft1.c $(ILIB) $(OUTRULE) xcosft2.out : ../src/xcosft2.c $(ILIB) $(OUTRULE) xcovsrt.out : ../src/xcovsrt.c $(ILIB) $(OUTRULE) xcrank.out : ../src/xcrank.c $(ILIB) $(OUTRULE) xcyclic.out : ../src/xcyclic.c $(ILIB) $(OUTRULE) xdawson.out : ../src/xdawson.c $(ILIB) $(OUTRULE) xdbrent.out : ../src/xdbrent.c $(ILIB) $(OUTRULE) xddpoly.out : ../src/xddpoly.c $(ILIB) $(OUTRULE) xdecchk.out : ../src/xdecchk.c $(ILIB) $(OUTRULE) xdf1dim.out : ../src/xdf1dim.c $(ILIB) $(OUTRULE) xdfpmin.out : ../src/xdfpmin.c $(ILIB) $(OUTRULE) xdfridr.out : ../src/xdfridr.c $(ILIB) $(OUTRULE) xdftint.out : ../src/xdftint.c $(ILIB) $(OUTRULE) xdlinmin.out : ../src/xdlinmin.c $(ILIB) $(OUTRULE) xeclass.out : ../src/xeclass.c $(ILIB) $(OUTRULE) xeclazz.out : ../src/xeclazz.c $(ILIB) $(OUTRULE) xei.out : ../src/xei.c $(ILIB) $(OUTRULE) xeigsrt.out : ../src/xeigsrt.c $(ILIB) $(OUTRULE) xelle.out : ../src/xelle.c $(ILIB) $(OUTRULE) xellf.out : ../src/xellf.c $(ILIB) $(OUTRULE) xellpi.out : ../src/xellpi.c $(ILIB) $(OUTRULE) xelmhes.out : ../src/xelmhes.c $(ILIB) $(OUTRULE) xerfcc.out : ../src/xerfcc.c $(ILIB) $(OUTRULE) xerff.out : ../src/xerff.c $(ILIB) $(OUTRULE) xerffc.out : ../src/xerffc.c $(ILIB) $(OUTRULE) xeulsum.out : ../src/xeulsum.c $(ILIB) $(OUTRULE) xevlmem.out : ../src/xevlmem.c $(ILIB) $(OUTRULE) xexpdev.out : ../src/xexpdev.c $(ILIB) $(OUTRULE) xexpint.out : ../src/xexpint.c $(ILIB) $(OUTRULE) xf1dim.out : ../src/xf1dim.c $(ILIB) $(OUTRULE) xfactln.out : ../src/xfactln.c $(ILIB) $(OUTRULE) xfactrl.out : ../src/xfactrl.c $(ILIB) $(OUTRULE) xfasper.out : ../src/xfasper.c $(ILIB) $(OUTRULE) xfgauss.out : ../src/xfgauss.c $(ILIB) $(OUTRULE) xfit.out : ../src/xfit.c $(ILIB) $(OUTRULE) xfitexy.out : ../src/xfitexy.c $(ILIB) $(OUTRULE) xfixrts.out : ../src/xfixrts.c $(ILIB) $(OUTRULE) xfleg.out : ../src/xfleg.c $(ILIB) $(OUTRULE) xflmoon.out : ../src/xflmoon.c $(ILIB) $(OUTRULE) xfour1.out : ../src/xfour1.c $(ILIB) $(OUTRULE) xfourfs.out : ../src/xfourfs.c $(ILIB) $(OUTRULE) xfourn.out : ../src/xfourn.c $(ILIB) $(OUTRULE) xfpoly.out : ../src/xfpoly.c $(ILIB) $(OUTRULE) xfred2.out : ../src/xfred2.c $(ILIB) $(OUTRULE) xfredin.out : ../src/xfredin.c $(ILIB) $(OUTRULE) xfrenel.out : ../src/xfrenel.c $(ILIB) $(OUTRULE) xfrprmn.out : ../src/xfrprmn.c $(ILIB) $(OUTRULE) xftest.out : ../src/xftest.c $(ILIB) $(OUTRULE) xgamdev.out : ../src/xgamdev.c $(ILIB) $(OUTRULE) xgammln.out : ../src/xgammln.c $(ILIB) $(OUTRULE) xgammp.out : ../src/xgammp.c $(ILIB) $(OUTRULE) xgammq.out : ../src/xgammq.c $(ILIB) $(OUTRULE) xgasdev.out : ../src/xgasdev.c $(ILIB) $(OUTRULE) xgaucof.out : ../src/xgaucof.c $(ILIB) $(OUTRULE) xgauher.out : ../src/xgauher.c $(ILIB) $(OUTRULE) xgaujac.out : ../src/xgaujac.c $(ILIB) $(OUTRULE) xgaulag.out : ../src/xgaulag.c $(ILIB) $(OUTRULE) xgauleg.out : ../src/xgauleg.c $(ILIB) $(OUTRULE) xgaussj.out : ../src/xgaussj.c $(ILIB) $(OUTRULE) xgcf.out : ../src/xgcf.c $(ILIB) $(OUTRULE) xgolden.out : ../src/xgolden.c $(ILIB) $(OUTRULE) xgser.out : ../src/xgser.c $(ILIB) $(OUTRULE) xhpsel.out : ../src/xhpsel.c $(ILIB) $(OUTRULE) xhpsort.out : ../src/xhpsort.c $(ILIB) $(OUTRULE) xhqr.out : ../src/xhqr.c $(ILIB) $(OUTRULE) xhuffman.out : ../src/xhuffman.c $(ILIB) $(OUTRULE) xhunt.out : ../src/xhunt.c $(ILIB) $(OUTRULE) xhypgeo.out : ../src/xhypgeo.c $(ILIB) $(OUTRULE) xicrc.out : ../src/xicrc.c $(ILIB) $(OUTRULE) xigray.out : ../src/xigray.c $(ILIB) $(OUTRULE) xindexx.out : ../src/xindexx.c $(ILIB) $(OUTRULE) xirbit1.out : ../src/xirbit1.c $(ILIB) $(OUTRULE) xirbit2.out : ../src/xirbit2.c $(ILIB) $(OUTRULE) xjacobi.out : ../src/xjacobi.c $(ILIB) $(OUTRULE) xjulday.out : ../src/xjulday.c $(ILIB) $(OUTRULE) xkendl1.out : ../src/xkendl1.c $(ILIB) $(OUTRULE) xkendl2.out : ../src/xkendl2.c $(ILIB) $(OUTRULE) xks2d1s.out : ../src/xks2d1s.c $(ILIB) $(OUTRULE) xks2d2s.out : ../src/xks2d2s.c $(ILIB) $(OUTRULE) xksone.out : ../src/xksone.c $(ILIB) $(OUTRULE) xkstwo.out : ../src/xkstwo.c $(ILIB) $(OUTRULE) xlaguer.out : ../src/xlaguer.c $(ILIB) $(OUTRULE) xlfit.out : ../src/xlfit.c $(ILIB) $(OUTRULE) xlinbcg.out : ../src/xlinbcg.c $(ILIB) $(OUTRULE) xlinmin.out : ../src/xlinmin.c $(ILIB) $(OUTRULE) xlocate.out : ../src/xlocate.c $(ILIB) $(OUTRULE) xlubksb.out : ../src/xlubksb.c $(ILIB) $(OUTRULE) xludcmp.out : ../src/xludcmp.c $(ILIB) $(OUTRULE) xmachar.out : ../src/xmachar.c $(ILIB) $(OUTRULE) xmedfit.out : ../src/xmedfit.c $(ILIB) $(OUTRULE) xmemcof.out : ../src/xmemcof.c $(ILIB) $(OUTRULE) xmgfas.out : ../src/xmgfas.c $(ILIB) $(OUTRULE) xmglin.out : ../src/xmglin.c $(ILIB) $(OUTRULE) xmidpnt.out : ../src/xmidpnt.c $(ILIB) $(OUTRULE) xmiser.out : ../src/xmiser.c $(ILIB) $(OUTRULE) xmmid.out : ../src/xmmid.c $(ILIB) $(OUTRULE) xmnbrak.out : ../src/xmnbrak.c $(ILIB) $(OUTRULE) xmnewt.out : ../src/xmnewt.c $(ILIB) $(OUTRULE) xmoment.out : ../src/xmoment.c $(ILIB) $(OUTRULE) xmppi.out : ../src/xmppi.c $(ILIB) $(OUTRULE) xmprove.out : ../src/xmprove.c $(ILIB) $(OUTRULE) xmrqcof.out : ../src/xmrqcof.c $(ILIB) $(OUTRULE) xmrqmin.out : ../src/xmrqmin.c $(ILIB) $(OUTRULE) xnewt.out : ../src/xnewt.c $(ILIB) $(OUTRULE) xodeint.out : ../src/xodeint.c $(ILIB) $(OUTRULE) xorthog.out : ../src/xorthog.c $(ILIB) $(OUTRULE) xpade.out : ../src/xpade.c $(ILIB) $(OUTRULE) xpccheb.out : ../src/xpccheb.c $(ILIB) $(OUTRULE) xpcshft.out : ../src/xpcshft.c $(ILIB) $(OUTRULE) xpearsn.out : ../src/xpearsn.c $(ILIB) $(OUTRULE) xperiod.out : ../src/xperiod.c $(ILIB) $(OUTRULE) xpiksr2.out : ../src/xpiksr2.c $(ILIB) $(OUTRULE) xpiksrt.out : ../src/xpiksrt.c $(ILIB) $(OUTRULE) xplgndr.out : ../src/xplgndr.c $(ILIB) $(OUTRULE) xpoidev.out : ../src/xpoidev.c $(ILIB) $(OUTRULE) xpolcoe.out : ../src/xpolcoe.c $(ILIB) $(OUTRULE) xpolcof.out : ../src/xpolcof.c $(ILIB) $(OUTRULE) xpoldiv.out : ../src/xpoldiv.c $(ILIB) $(OUTRULE) xpolin2.out : ../src/xpolin2.c $(ILIB) $(OUTRULE) xpolint.out : ../src/xpolint.c $(ILIB) $(OUTRULE) xpowell.out : ../src/xpowell.c $(ILIB) $(OUTRULE) xpredic.out : ../src/xpredic.c $(ILIB) $(OUTRULE) xprobks.out : ../src/xprobks.c $(ILIB) $(OUTRULE) xpsdes.out : ../src/xpsdes.c $(ILIB) $(OUTRULE) xpzextr.out : ../src/xpzextr.c $(ILIB) $(OUTRULE) xqgaus.out : ../src/xqgaus.c $(ILIB) $(OUTRULE) xqrdcmp.out : ../src/xqrdcmp.c $(ILIB) $(OUTRULE) xqromb.out : ../src/xqromb.c $(ILIB) $(OUTRULE) xqromo.out : ../src/xqromo.c $(ILIB) $(OUTRULE) xqroot.out : ../src/xqroot.c $(ILIB) $(OUTRULE) xqrsolv.out : ../src/xqrsolv.c $(ILIB) $(OUTRULE) xqrupdt.out : ../src/xqrupdt.c $(ILIB) $(OUTRULE) xqsimp.out : ../src/xqsimp.c $(ILIB) $(OUTRULE) xqtrap.out : ../src/xqtrap.c $(ILIB) $(OUTRULE) xquad3d.out : ../src/xquad3d.c $(ILIB) $(OUTRULE) xran.out : ../src/xran.c $(ILIB) $(OUTRULE) xran4.out : ../src/xran4.c $(ILIB) $(OUTRULE) xrank.out : ../src/xrank.c $(ILIB) $(OUTRULE) xratint.out : ../src/xratint.c $(ILIB) $(OUTRULE) xratlsq.out : ../src/xratlsq.c $(ILIB) $(OUTRULE) xrc.out : ../src/xrc.c $(ILIB) $(OUTRULE) xrd.out : ../src/xrd.c $(ILIB) $(OUTRULE) xrealft.out : ../src/xrealft.c $(ILIB) $(OUTRULE) xrf.out : ../src/xrf.c $(ILIB) $(OUTRULE) xrj.out : ../src/xrj.c $(ILIB) $(OUTRULE) xrk4.out : ../src/xrk4.c $(ILIB) $(OUTRULE) xrkdumb.out : ../src/xrkdumb.c $(ILIB) $(OUTRULE) xrkqs.out : ../src/xrkqs.c $(ILIB) $(OUTRULE) xrlft3.out : ../src/xrlft3.c $(ILIB) $(OUTRULE) xrofunc.out : ../src/xrofunc.c $(ILIB) $(OUTRULE) xrtbis.out : ../src/xrtbis.c $(ILIB) $(OUTRULE) xrtflsp.out : ../src/xrtflsp.c $(ILIB) $(OUTRULE) xrtnewt.out : ../src/xrtnewt.c $(ILIB) $(OUTRULE) xrtsafe.out : ../src/xrtsafe.c $(ILIB) $(OUTRULE) xrtsec.out : ../src/xrtsec.c $(ILIB) $(OUTRULE) xrzextr.out : ../src/xrzextr.c $(ILIB) $(OUTRULE) xsavgol.out : ../src/xsavgol.c $(ILIB) $(OUTRULE) xscrsho.out : ../src/xscrsho.c $(ILIB) $(OUTRULE) xselect.out : ../src/xselect.c $(ILIB) $(OUTRULE) xselip.out : ../src/xselip.c $(ILIB) $(OUTRULE) xshell.out : ../src/xshell.c $(ILIB) $(OUTRULE) xsimplx.out : ../src/xsimplx.c $(ILIB) $(OUTRULE) xsimpr.out : ../src/xsimpr.c $(ILIB) $(OUTRULE) xsinft.out : ../src/xsinft.c $(ILIB) $(OUTRULE) xsncndn.out : ../src/xsncndn.c $(ILIB) $(OUTRULE) xsobseq.out : ../src/xsobseq.c $(ILIB) $(OUTRULE) xsor.out : ../src/xsor.c $(ILIB) $(OUTRULE) xsort.out : ../src/xsort.c $(ILIB) $(OUTRULE) xsort2.out : ../src/xsort2.c $(ILIB) $(OUTRULE) xsort3.out : ../src/xsort3.c $(ILIB) $(OUTRULE) xspctrm.out : ../src/xspctrm.c $(ILIB) $(OUTRULE) xspear.out : ../src/xspear.c $(ILIB) $(OUTRULE) xsphbes.out : ../src/xsphbes.c $(ILIB) $(OUTRULE) xsplie2.out : ../src/xsplie2.c $(ILIB) $(OUTRULE) xsplin2.out : ../src/xsplin2.c $(ILIB) $(OUTRULE) xspline.out : ../src/xspline.c $(ILIB) $(OUTRULE) xsplint.out : ../src/xsplint.c $(ILIB) $(OUTRULE) xsprsax.out : ../src/xsprsax.c $(ILIB) $(OUTRULE) xsprsin.out : ../src/xsprsin.c $(ILIB) $(OUTRULE) xsprspm.out : ../src/xsprspm.c $(ILIB) $(OUTRULE) xsprstm.out : ../src/xsprstm.c $(ILIB) $(OUTRULE) xsprstp.out : ../src/xsprstp.c $(ILIB) $(OUTRULE) xsprstx.out : ../src/xsprstx.c $(ILIB) $(OUTRULE) xstifbs.out : ../src/xstifbs.c $(ILIB) $(OUTRULE) xstiff.out : ../src/xstiff.c $(ILIB) $(OUTRULE) xstoerm.out : ../src/xstoerm.c $(ILIB) $(OUTRULE) xsvbksb.out : ../src/xsvbksb.c $(ILIB) $(OUTRULE) xsvdcmp.out : ../src/xsvdcmp.c $(ILIB) $(OUTRULE) xsvdfit.out : ../src/xsvdfit.c $(ILIB) $(OUTRULE) xsvdvar.out : ../src/xsvdvar.c $(ILIB) $(OUTRULE) xtoeplz.out : ../src/xtoeplz.c $(ILIB) $(OUTRULE) xtptest.out : ../src/xtptest.c $(ILIB) $(OUTRULE) xtqli.out : ../src/xtqli.c $(ILIB) $(OUTRULE) xtrapzd.out : ../src/xtrapzd.c $(ILIB) $(OUTRULE) xtred2.out : ../src/xtred2.c $(ILIB) $(OUTRULE) xtridag.out : ../src/xtridag.c $(ILIB) $(OUTRULE) xttest.out : ../src/xttest.c $(ILIB) $(OUTRULE) xtutest.out : ../src/xtutest.c $(ILIB) $(OUTRULE) xtwofft.out : ../src/xtwofft.c $(ILIB) $(OUTRULE) xvander.out : ../src/xvander.c $(ILIB) $(OUTRULE) xvegas.out : ../src/xvegas.c $(ILIB) $(OUTRULE) xvoltra.out : ../src/xvoltra.c $(ILIB) $(OUTRULE) xwt1.out : ../src/xwt1.c $(ILIB) $(OUTRULE) xwtn.out : ../src/xwtn.c $(ILIB) $(OUTRULE) xzbrac.out : ../src/xzbrac.c $(ILIB) $(OUTRULE) xzbrak.out : ../src/xzbrak.c $(ILIB) $(OUTRULE) xzbrent.out : ../src/xzbrent.c $(ILIB) $(OUTRULE) xzrhqr.out : ../src/xzrhqr.c $(ILIB) $(OUTRULE) xzriddr.out : ../src/xzriddr.c $(ILIB) $(OUTRULE) xzroots.out : ../src/xzroots.c $(ILIB) $(OUTRULE)