head	1.10;
access;
symbols
	AR73A:1.7
	DIST1_0:1.6;
locks; strict;
comment	@# @;


1.10
date	97.05.22.20.52.47;	author bert;	state Exp;
branches;
next	1.9;

1.9
date	97.03.28.23.23.36;	author bert;	state Exp;
branches;
next	1.8;

1.8
date	97.03.21.22.03.46;	author bert;	state Exp;
branches;
next	1.7;

1.7
date	91.05.07.22.31.13;	author lwvanels;	state Rel;
branches;
next	1.6;

1.6
date	91.04.18.21.53.28;	author lwvanels;	state Rel;
branches;
next	1.5;

1.5
date	91.04.08.20.55.31;	author lwvanels;	state Rel;
branches;
next	1.4;

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

1.3
date	91.03.24.19.04.40;	author lwvanels;	state Exp;
branches;
next	1.2;

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

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


desc
@Imakefile for the oclient directory
@


1.10
log
@Removed references to InstallAltLoc
@
text
@/*
 * $Source: /mit/olcdev/highlander/src/clients/oreplay/RCS/Imakefile,v $
 * $Id: Imakefile,v 1.9 1997/03/28 23:23:36 bert Exp bert $
 * Copyright (C) 1989,1990 by the Massachusetts Institute of Technology.
 * For copying and distribution information, see the file "mit-copyright.h".
 */

/* #define Profiling */

#ifdef Profiling
LIBSUFFIX=_p
EXTRA_LOAD_FLAGS=-pg
#endif

SRCS=	oreplay.c

OBJS= oreplay.o

#ifdef Profiling
DEFINES= -DPROFILE
.c.o:
	$(CC) -pg -c $(CFLAGS) $*.c
#else
DEFINES=
#endif /* Profiling */


LOCAL_LIBRARIES= $(CLIENTLIB) $(COMMONLIB) $(CONFIGLIB)
SYS_LIBRARIES= $(HesiodLib) $(KerberosLib)

NormalProgramTarget(oreplay,$(OBJS),,$(LOCAL_LIBRARIES),$(SYS_LIBRARIES))

SaberProgramTarget(oreplay,$(SRCS),$(OBJS),$(LOCAL_LIBRARIES),$(SYS_LIBRARIES))

depend: Makefile
	$(DEPEND) -s "# DO NOT DELETE" -- $(ALLDEFINES) $(SRCS)

LintTarget()

InstallProgram(oreplay,$(DESTDIR)/usr/athena/bin)
install::
	(cd $(DESTDIR)/usr/athena/bin; $(RM) oshow; $(LN) oreplay oshow; $(RM) olist; $(LN) oreplay olist)

olist oshow: oreplay
	$(RM) $@@
	$(LN) oreplay $@@

clean::
	$(RM) olist oshow

LintTarget()

AllTarget(oreplay olist oshow)
@


1.9
log
@Added a separate library to deal with configuration files.
@
text
@d3 1
a3 1
 * $Id: Imakefile,v 1.8 1997/03/21 22:03:46 bert Exp bert $
a39 1
#ifdef InstallAltLoc
a42 5
#else
InstallProgram(oreplay,$(DESTDIR)/usr/etc)
install::
	(cd $(DESTDIR)/usr/etc; $(RM) oshow; $(LN) oreplay oshow; $(RM) olist; $(LN) oreplay olist)
#endif
@


1.8
log
@Change rules for "olist" and "oshow" to depend on "oreplay", so they will
get re-hardlinked in the build tree when oreplay is updated.
@
text
@d3 1
a3 1
 * $Id: Imakefile,v 1.7 1991/05/07 22:31:13 lwvanels Rel bert $
d28 1
a28 1
LOCAL_LIBRARIES= $(CLIENTLIB) $(COMMONLIB)
@


1.7
log
@alt loc is "new" directory structure
@
text
@d2 2
a3 2
 * $Source: /afs/athena.mit.edu/astaff/project/olcdev/src/clients/oreplay/RCS/Imakefile,v $
 * $Id: Imakefile,v 1.7 91/05/07 22:22:00 lwvanels Exp $
d50 3
a52 3
olist:
	$(RM) olist
	$(LN) oreplay olist
d55 1
a55 8
	$(RM) olist

oshow:
	$(RM) oshow
	$(LN) oreplay oshow

clean::
	$(RM) oshow
@


1.6
log
@fixed copyright
@
text
@d3 1
a3 1
 * $Id: Imakefile,v 1.5 91/04/08 20:55:31 lwvanels Rel Locker: lwvanels $
d41 1
a41 1
InstallProgram(oreplay,/mit/olcdev/@@sys)
d43 1
a43 1
	(cd /mit/olcdev/@@sys; $(RM) oshow; $(LN) oreplay oshow; $(RM) olist; $(LN) oreplay olist)
@


1.5
log
@don't use strcasecmp
@
text
@d2 4
a5 2
 * $Source: /afs/athena.mit.edu/astaff/project/olcdev/vax/clients/oreplay/RCS/Imakefile,v $
 * $Id: Imakefile,v 1.4 91/03/24 19:12:55 lwvanels Exp Locker: lwvanels $
@


1.4
log
@fixed depend rule & includes
@
text
@d2 2
a3 2
 * $Source: /afs/athena.mit.edu/astaff/project/olcdev/decmips/clients/oreplay/RCS/Imakefile,v $
 * $Id: Imakefile,v 1.3 91/03/24 19:04:40 lwvanels Exp Locker: lwvanels $
d13 1
a13 1
SRCS=	oreplay.c strcasecmp.c
d15 1
a15 1
OBJS= oreplay.o strcasecmp.o
@


1.3
log
@fixed depend rule
@
text
@d3 1
a3 1
 * $Id: Imakefile,v 1.2 91/03/24 15:01:01 lwvanels Exp Locker: lwvanels $
a28 2
INCLUDES= -I.

d34 1
a34 1
	$(DEPEND) -s "# DO NOT DELETE" -- $(ALLDEFINES) *.[c] *.[h]
@


1.2
log
@fixed testinstall
@
text
@d2 2
a3 2
 * $Source: /afs/athena.mit.edu/astaff/project/olcdev/vax/clients/oreplay/RCS/Imakefile,v $
 * $Id: Imakefile,v 1.1 91/03/11 15:02:59 lwvanels Exp Locker: lwvanels $
a63 1
DependTarget()
@


1.1
log
@Initial revision
@
text
@d3 1
a3 1
 * $Id: Imakefile,v 1.1 91/03/11 13:43:40 lwvanels Exp $
d40 1
a40 1
#ifdef TestInstall
@
