head	1.6;
access;
symbols
	ATH7_4:1.4
	ATH7_6:1.5;
locks; strict;
comment	@# @;


1.6
date	95.08.07.06.36.21;	author ghudson;	state Exp;
branches;
next	1.5;

1.5
date	93.05.06.16.41.52;	author vrt;	state Exp;
branches;
next	1.4;

1.4
date	92.04.27.12.37.46;	author epeisach;	state Exp;
branches;
next	1.3;

1.3
date	91.07.22.01.29.51;	author probe;	state Exp;
branches;
next	1.2;

1.2
date	91.06.30.15.31.17;	author probe;	state Exp;
branches;
next	1.1;

1.1
date	91.06.30.15.29.10;	author probe;	state Exp;
branches;
next	;


desc
@@


1.6
log
@We don't have the server directory in this source tree.
@
text
@/* 
 * Imakefile for turnin and related clients; Athena release
 *
 * $Author: vrt $
 * $Id: Imakefile,v 1.5 1993/05/06 16:41:52 vrt Exp ghudson $
 *
 * Copyright (c) 1990, Massachusetts Institute of Technology
 *
 */

#ifdef TESTING_ONLY_TESTING
FXTEST=fxtest
#endif

#define ISUBDIRS rpc3.9 ets include protocol lib clients ${FXTEST} man

@


1.5
log
@solaris we are not building server
@
text
@d4 2
a5 2
 * $Author: epeisach $
 * $Id: Imakefile,v 1.4 92/04/27 12:37:46 epeisach Exp Locker: vrt $
a14 3
#ifndef SOLARIS
#define ISUBDIRS rpc3.9 ets include protocol lib clients server ${FXTEST} man
#else
a15 1
#endif
@


1.4
log
@rpc3.9 Imakefile transversed on all platforms [wdc]
@
text
@d4 2
a5 2
 * $Author: wdc $
 * $Id: Imakefile,v 1.3 92/04/14 16:27:34 wdc Exp $
d15 1
d17 3
@


1.3
log
@Don't bother trying to build rpcgen on the rios
@
text
@d4 2
a5 1
 * $Id: Imakefile,v 1.2 91/06/30 15:31:17 probe Exp Locker: probe $
d11 2
a12 2
#if !defined(_IBMR2)
RPCDIR = rpc3.9
d15 2
a16 1
#define ISUBDIRS $(RPCDIR) ets include protocol lib clients man
@


1.2
log
@RIOS integration (brlewis)  - use rpc/rpcgen that comes with the rios
@
text
@d4 1
a4 2
 * $Author: probe $
 * $Id: Imakefile,v 1.1 91/06/30 15:29:10 probe Exp Locker: probe $
d10 2
a11 4
#if defined(_IBMR2)
#define ISUBDIRS ets protocol lib clients man
#else
#define ISUBDIRS rpc3.9 ets protocol lib clients man
d13 2
@


1.1
log
@Initial revision
@
text
@d4 2
a5 2
 * $Author: brlewis $
 * $Id$
d11 3
d15 1
@
