#
# $Id: Imakefile,v 1.9 1992/02/05 02:57:41 lwvanels Exp $
# $Source: /mit/olcdev/src/clients/tty/RCS/Imakefile,v $
#
# For copying and distribution information,
# please see the file <mit-copyright.h>.
#
#

/* #define Profiling */

SRCS=	t_ask.c t_connect.c t_consult.c t_instance.c \
	t_messages.c t_motd.c t_queue.c t_resolve.c \
	t_send.c t_topic.c t_data.c t_utils.c t_status.c \
	t_describe.c t_acl.c t_db.c \
	t_list.c t_admin.c t_version.c t_getline.c

OBJS=	t_ask.o t_connect.o t_consult.o t_instance.o \
	t_messages.o t_motd.o t_queue.o t_resolve.o \
	t_send.o t_topic.o t_data.o t_utils.o t_status.o \
	t_describe.o t_acl.o t_db.o \
	t_list.o t_admin.o t_version.o t_getline.o

depend::
	sh newvers.sh

libtty.a::
	sh newvers.sh

clean::
	-$(RM) version.h

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

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

LintTarget()
DependTarget()


t_version.o: version.h
