head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	96.08.30.00.24.55;	author dholland;	state Exp;
branches;
next	1.1;

1.1
date	96.08.29.19.08.21;	author dholland;	state Exp;
branches;
next	;


desc
@@


1.2
log
@use -c flag with ar
@
text
@all: libtimed.a

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

CFLAGS += -I../timed
OBJS = byteorder.o measure.o cksum.o

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

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

@


1.1
log
@Initial revision
@
text
@d6 1
d10 1
a10 1
	ar -ruv $@@ $^
@
