#
# $Id: Imakefile,v 1.4 91/11/05 14:05:18 lwvanels Exp $
# $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()
