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


1.2
date	96.05.27.23.28.56;	author ghudson;	state Exp;
branches;
next	1.1;

1.1
date	95.10.14.03.00.16;	author svalente;	state Exp;
branches;
next	;


desc
@Imakefile
@


1.2
log
@From Sal: this directory no longer lives in utils, so the top level is
only .., not ../..
@
text
@#
# $Id: Imakefile,v 1.1 1995/10/14 03:00:16 svalente Exp svalente $
#

OBJS=	main.o block.o get.o put.o internal.o
USPET=	../ets/usp_et.o

ProfiledObjectRule()

all::	libusp.a libusp_p.a

install_library(usp,$(ATHLIBDIR))

libusp.a: $(OBJS) $(USPET)
	ar cru $@@ $(OBJS) $(USPET)
	$(RANLIB) $@@

libusp_p.a: $(OBJS) $(USPET)
	cd profiled; ar cru ../$@@ $(OBJS) ../$(USPET)
	$(RANLIB) $@@
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
# $Id: Imakefile,v 1.2 1991/07/30 10:00:44 lwvanels Exp $
d6 1
a6 1
USPET=	../../ets/usp_et.o
@
