Category : C Source Code
Archive   : CEPHES22.ZIP
Filename : QCALC.MAK

 
Output of file : QCALC.MAK contained in archive : CEPHES22.ZIP
# MSDOS make file for qcalc.exe
CFLAGS=/c

qcalc.obj: qcalc.c qhead.h qcalc.h mconf.h
cl $(CFLAGS) qcalc.c

qexp.obj: qexp.c qhead.h mconf.h
cl $(CFLAGS) qexp.c

qlog.obj: qlog.c qhead.h mconf.h
cl $(CFLAGS) qlog.c

qpow.obj: qpow.c qhead.h mconf.h
cl $(CFLAGS) qpow.c

qsqrta.obj: qsqrta.c qhead.h mconf.h
cl $(CFLAGS) qsqrta.c

qsqrt.obj: qsqrt.c qhead.h mconf.h
cl $(CFLAGS) qsqrt.c

qtanh.obj: qtanh.c qhead.h mconf.h
cl $(CFLAGS) qtanh.c

qfloor.obj: qfloor.c qhead.h mconf.h
cl $(CFLAGS) qfloor.c

qflt.obj: qflt.c qhead.h mconf.h
cl $(CFLAGS) qflt.c

qflta.obj: qflta.c qhead.h mconf.h
cl $(CFLAGS) qflta.c

qfltb.obj: qfltb.c qhead.h mconf.h
cl $(CFLAGS) qfltb.c

subm.obj: subm.asm qhead.h mconf.h qhead.asm
masm subm.asm;

mulr.obj: mulr.asm qhead.h mconf.h qhead.asm
masm mulr.asm;

divn.obj: divn.asm qhead.h mconf.h qhead.asm
masm divn.asm;

qconst.obj: qconst.c qhead.h mconf.h
cl $(CFLAGS) qconst.c

mtherr.obj: mtherr.c qhead.h mconf.h
cl $(CFLAGS) mtherr.c

# Strictly rounded version
#qcalc.exe: qcalc.obj qlog.obj qexp.obj qpow.obj qtanh.obj qsqrta.obj \
#qfloor.obj qflt.obj qflta.obj mtherr.obj qconst.obj
# link qcalc qlog qexp qpow qsqrta qtanh qfloor qflt qflta mtherr qconst;

# Non strictly rounded version, all C language
#qcalc.exe: qcalc.obj qlog.obj qexp.obj qpow.obj qtanh.obj qsqrt.obj \
#qfloor.obj qflt.obj qfltb.obj mtherr.obj qconst.obj
# link qcalc qlog qexp qpow qsqrt qtanh qfloor qflt qfltb mtherr qconst;

# Fast version with assembly language inner loops
qcalc.exe: qcalc.obj qlog.obj qexp.obj qpow.obj qtanh.obj qsqrt.obj \
qfloor.obj qflt.obj subm.obj mulr.obj divn.obj mtherr.obj qconst.obj
link qcalc qlog qexp qpow qsqrt qtanh qfloor qflt subm mulr divn mtherr qconst;



  3 Responses to “Category : C Source Code
Archive   : CEPHES22.ZIP
Filename : QCALC.MAK

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/