head	1.9;
access;
symbols
	AR73A:1.4
	DIST1_0:1.4
	AR72A:1.2;
locks; strict;
comment	@# @;


1.9
date	97.03.28.23.17.45;	author bert;	state Exp;
branches;
next	1.8;

1.8
date	97.03.15.23.31.34;	author bert;	state Exp;
branches;
next	1.7;

1.7
date	97.03.05.01.29.35;	author bert;	state Exp;
branches;
next	1.6;

1.6
date	92.02.05.02.57.31;	author lwvanels;	state Exp;
branches;
next	1.5;

1.5
date	91.11.05.14.06.33;	author lwvanels;	state Exp;
branches;
next	1.4;

1.4
date	91.04.18.21.36.52;	author lwvanels;	state Rel;
branches;
next	1.3;

1.3
date	91.03.11.13.42.00;	author lwvanels;	state Rel;
branches;
next	1.2;

1.2
date	90.11.13.14.19.14;	author lwvanels;	state Exp;
branches;
next	1.1;

1.1
date	90.01.19.05.32.23;	author raeburn;	state Exp;
branches;
next	;


desc
@Imakefile for client-side library
@


1.9
log
@Removed configure.c and put it into a separate library (so it could more
easily be used by the stock-answers browser code)
@
text
@# Imakefile for `clients/lib'.
#
# $Id: Imakefile,v 1.8 1997/03/15 23:31:34 bert Exp bert $
# $Source: /mit/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()
@


1.8
log
@Split incarnate.c -> incarnate.c + configure.c
@
text
@d3 1
a3 1
# $Id: Imakefile,v 1.7 1997/03/05 01:29:35 bert Exp bert $
d16 1
a16 1
	list.c nl.c admin.c incarnate.c configure.c
d21 1
a21 1
	list.o nl.o admin.o incarnate.o configure.o
@


1.7
log
@Added incarnate.c (which deals with olc/olta/owl/... issues)
@
text
@d3 1
a3 1
# $Id: Imakefile,v 1.6 1992/02/05 02:57:31 lwvanels Exp bert $
d16 1
a16 1
	list.c nl.c admin.c incarnate.c
d21 1
a21 1
	list.o nl.o admin.o incarnate.o
@


1.6
log
@removed misc.c, which only contained a
	  stat function that was not called.
@
text
@d3 2
a4 2
# $Id: Imakefile,v 1.5 1991/11/05 14:06:33 lwvanels Exp lwvanels $
# $Source: /mit/olcdev/src/clients/lib/RCS/Imakefile,v $
d16 1
a16 1
	list.c nl.c admin.c
d21 1
a21 1
	list.o nl.o admin.o
@


1.5
log
@Added admin.c
@
text
@d3 2
a4 2
# $Id: Imakefile,v 1.4 91/04/18 21:36:52 lwvanels Rel Locker: lwvanels $
# $Source: /afs/athena.mit.edu/astaff/project/olcdev/src/clients/lib/RCS/Imakefile,v $
d15 1
a15 1
	status.c data.c describe.c misc.c acl.c init.c db.c sort.c \
d20 1
a20 1
	status.o data.o describe.o misc.o acl.o init.o db.o sort.o \
@


1.4
log
@fixed copyright
@
text
@d3 1
a3 1
# $Id: Imakefile,v 1.3 91/03/11 13:42:00 lwvanels Rel Locker: lwvanels $
d16 1
a16 1
	list.c nl.c
d21 1
a21 1
	list.o nl.o
@


1.3
log
@added nl.c
@
text
@d3 6
a8 2
# $Id: Imakefile,v 1.2 90/11/13 14:19:14 lwvanels Exp Locker: lwvanels $
# $Source: /afs/athena.mit.edu/astaff/project/olcdev/vax/clients/lib/RCS/Imakefile,v $
@


1.2
log
@Added profiling option; removed extra tags target
@
text
@d3 2
a4 2
# $Id: Imakefile,v 1.1 90/01/19 05:32:23 raeburn Exp Locker: lwvanels $
# $Source: /afs/athena.mit.edu/astaff/project/olcdev/src/clients/lib/RCS/Imakefile,v $
d12 1
a12 1
	list.c
d17 1
a17 1
	list.o
@


1.1
log
@Initial revision
@
text
@d3 2
a4 2
# $Id$
# $Source$
d7 2
d21 7
a27 1
TagsTarget()
@
