CFLAGS	= -O -I.. -I../lib
LDFLAGS	=

all: libstat.a

libstat.a: libstat.a(basic.o sess_stat.o print_reply.o)

clean:
	rm -f *.o *.a
