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


1.2
date	97.10.31.06.01.25;	author itz;	state Exp;
branches;
next	1.1;

1.1
date	97.10.31.05.55.17;	author itz;	state Exp;
branches;
next	;


desc
@@


1.2
log
@(install): replaced split ar/ranlib with ar -rcsu.  (OBJS): replaced
the old and ugly printcap.c hack with my own reimplementation of the
BSD cget* functions, in ./bsdcap.c.
@
text
@VPATH = ..
OBJS	= common.o displayq.o rmjob.o startdaemon.o ../bsdcap.o

all:	libcommon.a

libcommon.a: $(OBJS)
	ar -rcsu libcommon.a $^

install: all

clean:
	rm -f *.o *.a

@


1.1
log
@Initial revision
@
text
@d1 2
a2 1
OBJS	= common.o displayq.o printcap.o rmjob.o startdaemon.o
d7 1
a7 2
	@@ar rcv libcommon.a $(OBJS)
	@@ranlib libcommon.a
@
