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


1.9
date	92.02.05.02.57.41;	author lwvanels;	state Exp;
branches;
next	1.8;

1.8
date	92.01.10.19.57.17;	author lwvanels;	state Exp;
branches;
next	1.7;

1.7
date	91.11.06.15.40.29;	author lwvanels;	state Exp;
branches;
next	1.6;

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

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

1.4
date	91.04.18.21.36.26;	author lwvanels;	state Rel;
branches
	1.4.1.1;
next	1.3;

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

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

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

1.4.1.1
date	96.08.18.01.16.48;	author bert;	state Exp;
branches;
next	;


desc
@Imakefiel for the clients/tty directory
@


1.9
log
@removed t_misc.c, which only contained a
	  stat function that  was not called.
@
text
@#
# $Id: Imakefile,v 1.8 1992/01/10 19:57:17 lwvanels Exp lwvanels $
# $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
@


1.8
log
@Added t_getline.c for line editing
@
text
@d2 1
a2 1
# $Id: Imakefile,v 1.7 1991/11/06 15:40:29 lwvanels Exp lwvanels $
d15 1
a15 1
	t_describe.c t_acl.c t_misc.c t_db.c \
d21 1
a21 1
	t_describe.o t_acl.o t_misc.o t_db.o \
@


1.7
log
@add correct dependencies for version
	  numbering, don't delete library unless necessary.
@
text
@d2 2
a3 2
# $Id: Imakefile,v 1.6 91/11/05 14:07:44 lwvanels Exp Locker: lwvanels $
# $Source: /afs/athena.mit.edu/astaff/project/olcdev/src/clients/tty/RCS/Imakefile,v $
d16 1
a16 1
	t_list.c t_admin.c t_version.c
d22 1
a22 1
	t_list.o t_admin.o t_version.o
@


1.6
log
@Added t_admin.c and t_version.c
@
text
@d2 1
a2 1
# $Id: Imakefile,v 1.5 91/09/10 13:33:22 lwvanels Exp Locker: lwvanels $
a24 1
	-$(RM) libtty.a
a27 1
	-$(RM) libtty.a
d43 3
@


1.5
log
@Better way of doing version dating (version.h, not env. var)
@
text
@d2 1
a2 1
# $Id: Imakefile,v 1.4 91/04/18 21:36:26 lwvanels Rel Locker: lwvanels $
d16 1
a16 1
	t_list.c
d22 1
a22 1
	t_list.o
d28 1
a28 1
libtty.a:: newvers.sh
@


1.4
log
@fixed copyright
@
text
@d2 1
a2 1
# $Id: Imakefile,v 1.3 91/03/05 14:43:35 lwvanels Rel Locker: lwvanels $
d24 10
a33 1
DEFINES = -DCDATE="\"`date`\""
@


1.4.1.1
log
@/mit/olcdev/olxx/olta/src/clients/tty/Imakefile, revision 1.5
(archived for historic purposes)
|> date: 1993/04/30 16:44:17;  author: miki;  state: Exp;  lines: +6 -2
|> work around gcc problem
@
text
@d2 2
a3 2
# $Id: Imakefile,v 1.5 1993/04/30 16:44:17 miki Exp $
# $Source: /mit/olcdev/olxx/olta/src/clients/tty/RCS/Imakefile,v $
a23 1
#ifndef SOLARIS
a24 3
#else
DEFINES = 
#endif
@


1.3
log
@removed t_live.c (unused)
@
text
@d2 6
a7 2
# $Id: Imakefile,v 1.2 91/01/23 15:15:56 lwvanels Exp Locker: lwvanels $
# $Source: /afs/athena.mit.edu/astaff/project/olcdev/vax/clients/tty/RCS/Imakefile,v $
@


1.2
log
@Include compile date
@
text
@d2 1
a2 1
# $Id: Imakefile,v 1.1 90/11/14 12:39:11 lwvanels Exp Locker: lwvanels $
d11 1
a11 1
	t_live.c t_describe.c t_acl.c t_misc.c t_db.c \
d17 1
a17 1
	t_live.o t_describe.o t_acl.o t_misc.o t_db.o \
@


1.1
log
@Initial revision
@
text
@d2 2
a3 2
# $Id: $
# $Source:$
d19 2
@
