rdline.obj: nbstime.h rdline.c
	cl /c rdline.c

arcdif.obj: nbstime.h arcdif.c
	cl /c arcdif.c

cmplst.obj: nbstime.h cmplst.c
	cl /c cmplst.c

dial.obj: nbstime.h dial.c
	cl /c dial.c

diftim.obj: nbstime.h diftim.c
	cl /c diftim.c

hangup.obj: nbstime.h hangup.c
	cl /c hangup.c

inilin.obj: nbstime.h inilin.c
	cl /c inilin.c

parset.obj: nbstime.h parset.c
	cl /c parset.c

rdbuf.obj: nbstime.h rdbuf.c
	cl /c rdbuf.c

setcfg.obj: nbstime.h setcfg.c
	cl /c setcfg.c

wait.obj: nbstime.h wait.c
	cl /c wait.c

wrtbuf.obj: nbstime.h wrtbuf.c
	cl /c wrtbuf.c

getlst.obj: nbstime.h getlst.c
	cl /c getlst.c

sndptr.obj: nbstime.h sndptr.c
	cl /c sndptr.c

unpbcd.obj: nbstime.h unpbcd.c
	cl /c unpbcd.c

nbstime.exe: rdline.obj arcdif.obj cmplst.obj dial.obj \
	diftim.obj hangup.obj inilin.obj parset.obj rdbuf.obj \
	setcfg.obj wait.obj wrtbuf.obj getlst.obj sndptr.obj \
	unpbcd.obj
	cl /Fenbstime /Zi rdline arcdif cmplst dial diftim hangup inilin parset rdbuf setcfg wait wrtbuf getlst sndptr unpbcd

makcfg.exe: makcfg.c
	cl /Fs /Zi makcfg.c
