head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	97.05.22.20.51.42;	author bert;	state Exp;
branches;
next	1.2;

1.2
date	97.04.02.16.29.01;	author bert;	state Exp;
branches;
next	1.1;

1.1
date	97.02.11.17.14.34;	author bert;	state Exp;
branches;
next	;


desc
@[put into RCS feb97]
@


1.3
log
@Removed references to InstallAltLoc
@
text
@/*
 * $Source: /mit/olcdev/highlander/src/clients/osend/RCS/Imakefile,v $
 * $Id: Imakefile,v 1.2 1997/04/02 16:29:01 bert Exp bert $
 * Copyright (C) 1992 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=	osend.c

OBJS=	osend.o

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


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

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

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

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

LintTarget()

InstallProgram(osend,$(DESTDIR)/usr/athena/bin)

clean::
	$(RM) osend

LintTarget()

AllTarget(osend)
@


1.2
log
@Fixed install rule (someone just copied over the Imakefile from ../oreplay
and left it the way it was).
@
text
@d3 1
a3 1
 * $Id: Imakefile,v 1.1 1997/02/11 17:14:34 bert Exp bert $
a39 1
#ifdef InstallAltLoc
a40 3
#else
InstallProgram(osend,$(DESTDIR)/usr/etc)
#endif
@


1.1
log
@Initial revision
@
text
@d2 2
a3 2
 * $Source: /afs/dev.mit.edu/source/src80/athena/bin/olc.dev/clients/osend/RCS/Imakefile,v $
 * $Id: Imakefile,v 1.2 1994/08/21 18:19:26 cfields Exp $
d41 1
a41 3
InstallProgram(oreplay,$(DESTDIR)/usr/athena/bin)
install::
	(cd $(DESTDIR)/usr/athena/bin; $(RM) oshow; $(LN) oreplay oshow; $(RM) olist; $(LN) oreplay olist)
d43 1
a43 3
InstallProgram(oreplay,$(DESTDIR)/usr/etc)
install::
	(cd $(DESTDIR)/usr/etc; $(RM) oshow; $(LN) oreplay oshow; $(RM) olist; $(LN) oreplay olist)
@
