all: libtimed.a

include ../../MCONFIG
include ../../MRULES

OBJS = byteorder.o packetio.o measure.o cksum.o

libtimed.a: $(OBJS)
	ar -cruv $@ $^

$(OBJS): timedlib.h

install: ;
clean:
	rm -f *.o *.a

