name = ndstat

CC = ncc $(option)
objtarget = ../../ubcbin/$(name)

files = fprob.o gamma.o main.o ndstat.o pr_grpstat.o probf.o statcalc.o tprob.o usrcmd.o

usrcmd = main.o pr_grpstat.o usrcmd.o

lib = -lZ -lS -lS

table = ndstat.o pr_grpstat.o statcalc.o

$(name):	$(files)
	ncc $(files) $(lib)
	mv a.out $(objtarget)


$(table) : table.h
$(usrcmd) : usrcmds.h
