# Imakefile for `clients/lib'.
#
# $Id: Imakefile,v 1.9 1997/03/28 23:17:45 bert Exp $
# $Source: /afs/athena.mit.edu/astaff/project/olcdev/highlander/src/clients/lib/RCS/Imakefile,v $
#
# For copying and distribution information,
# please see the file <mit-copyright.h>.
#
#

/* #define Profiling */

SRCS=	ask.c connect.c consult.c generic.c instance.c io.c \
	messages.c motd.c queue.c resolve.c send.c topic.c utils.c \
	status.c data.c describe.c acl.c init.c db.c sort.c \
	list.c nl.c admin.c incarnate.c

OBJS=	ask.o connect.o consult.o generic.o instance.o io.o \
	messages.o motd.o queue.o resolve.o send.o topic.o utils.o \
	status.o data.o describe.o acl.o init.o db.o sort.o \
	list.o nl.o admin.o incarnate.o


LibraryTarget(client,$(OBJS))
SaberLibraryTarget(client,$(SRCS),$(OBJS))

#ifdef Profiling
ProfiledLibraryObjectRule()
ProfiledLibraryTarget(client,$(OBJS))
#endif

LintTarget()
DependTarget()
