head	1.4;
access;
symbols
	AR73A:1.3
	DIST1_0:1.3
	AR72A:1.1;
locks; strict;
comment	@# @;


1.4
date	91.11.05.14.05.18;	author lwvanels;	state Exp;
branches;
next	1.3;

1.3
date	91.04.18.21.37.29;	author lwvanels;	state Rel;
branches
	1.3.1.1;
next	1.2;

1.2
date	91.03.05.14.44.37;	author lwvanels;	state Rel;
branches;
next	1.1;

1.1
date	90.11.14.12.26.40;	author lwvanels;	state Exp;
branches;
next	;

1.3.1.1
date	96.08.18.01.15.51;	author bert;	state Exp;
branches;
next	;


desc
@Imakefile for the clients/parser directory
@


1.4
log
@added p_admin.c
@
text
@#
# $Id: Imakefile,v 1.3 91/04/18 21:37:29 lwvanels Rel Locker: lwvanels $
# $Source: /afs/athena.mit.edu/astaff/project/olcdev/src/clients/parser/RCS/Imakefile,v $
#
# For copying and distribution information,
# please see the file <mit-copyright.h>.
#

/* #define Profiling */

SRCS=	p_ask.c p_connect.c p_consult.c p_instance.c\
	p_messages.c p_motd.c p_queue.c p_resolve.c \
	p_send.c p_topic.c p_utils.c p_status.c \
	p_describe.c p_local.c p_misc.c p_cmdloop.c p_acl.c \
	p_list.c p_admin.c

OBJS=	p_ask.o p_connect.o p_consult.o p_instance.o \
	p_messages.o p_motd.o p_queue.o p_resolve.o \
		 p_send.o p_topic.o p_utils.o p_status.o \
	p_describe.o p_local.o p_misc.o p_cmdloop.o p_acl.o \
	p_list.o p_admin.o

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

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

LintTarget()
DependTarget()
@


1.3
log
@fixed copyright
@
text
@d2 1
a2 1
# $Id: Imakefile,v 1.2 91/03/05 14:44:37 lwvanels Rel Locker: lwvanels $
d15 1
a15 1
	p_list.c
d21 1
a21 1
	p_list.o
@


1.3.1.1
log
@/mit/olcdev/olxx/olta/src/clients/parser/Imakefile, revision 1.4
(archived for historic purposes)
|> date: 1994/11/28 14:29:27;  author: dot;  state: Exp;  lines: +5 -3
|> Changes from olc source tree
@
text
@d2 2
a3 2
# $Id: Imakefile,v 1.4 1994/11/28 14:29:27 dot Exp $
# $Source: /mit/olcdev/olxx/olta/src/clients/parser/RCS/Imakefile,v $
d15 1
a15 1
	p_list.c p_admin.c
d21 1
a21 3
	p_list.o p_admin.o

DEFINES		= 	$(PROJECT_DEFS)
@


1.2
log
@removed p_live.c (unused)
@
text
@d2 5
a6 2
# $Id: Imakefile,v 1.1 90/11/14 12:26:40 lwvanels Exp Locker: lwvanels $
# $Source: /afs/athena.mit.edu/astaff/project/olcdev/vax/clients/parser/RCS/Imakefile,v $
@


1.1
log
@Initial revision
@
text
@d2 2
a3 2
# $Id$
# $Source$
d10 1
a10 1
	p_send.c p_topic.c p_utils.c p_status.c p_live.c \
d16 1
a16 1
	p_send.o p_topic.o p_utils.o p_status.o p_live.o \
@
