head	1.19;
access;
symbols
	AR73A:1.17
	DIST1_0:1.16;
locks; strict;
comment	@# @;


1.19
date	97.05.22.21.14.40;	author bert;	state Exp;
branches;
next	1.18;

1.18
date	97.02.11.23.30.41;	author bert;	state Exp;
branches;
next	1.17;

1.17
date	91.05.07.22.26.43;	author lwvanels;	state Rel;
branches;
next	1.16;

1.16
date	91.04.18.22.24.59;	author lwvanels;	state Rel;
branches;
next	1.15;

1.15
date	91.04.10.10.48.23;	author lwvanels;	state Rel;
branches;
next	1.14;

1.14
date	91.04.08.21.20.59;	author lwvanels;	state Exp;
branches;
next	1.13;

1.13
date	91.03.28.08.46.27;	author lwvanels;	state Exp;
branches;
next	1.12;

1.12
date	91.03.28.08.40.29;	author lwvanels;	state Exp;
branches;
next	1.11;

1.11
date	91.03.24.18.31.37;	author lwvanels;	state Exp;
branches;
next	1.10;

1.10
date	91.03.11.13.47.32;	author lwvanels;	state Exp;
branches;
next	1.9;

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

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

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

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

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

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

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

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

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


desc
@IMakefile for replayer daemon/client directory
@


1.19
log
@Removed references to InstallAltLoc
@
text
@/*
 * $Source: /mit/olcdev/highlander/src/server/rpd/RCS/Imakefile,v $
 * $Id: Imakefile,v 1.18 1997/02/11 23:30:41 bert Exp bert $
 * Copyright (C) 1991 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=	rpd.c fdcache.c handle_request.c io.c acl_files.c get_nm.c

OBJS=	rpd.o fdcache.o handle_request.o io.o acl_files.o get_nm.o

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


SYSTEM_LIBRARIES=	$(KerberosLib) $(EXTRA_LIBRARIES)

NormalProgramTarget(rpd,$(OBJS),,$(SYSTEM_LIBRARIES),)

SaberProgramTarget(rpd,$(SRCS),$(OBJS),$(SYSTEM_LIBRARIES),)

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

LintTarget()

InstallProgram(rpd,$(DESTDIR)/usr/athena/etc)

AllTarget(rpd)
@


1.18
log
@Added changes from other trees
@
text
@d3 1
a3 1
 * $Id: Imakefile,v 1.17 1991/05/07 22:26:43 lwvanels Rel bert $
a38 1
#ifdef InstallAltLoc
a39 3
#else
InstallProgram(rpd,$(DESTDIR)/usr/etc)
#endif
@


1.17
log
@alt loc is "new" directory structure
@
text
@d2 2
a3 2
 * $Source: /afs/athena.mit.edu/astaff/project/olcdev/src/server/rpd/RCS/Imakefile,v $
 * $Id: Imakefile,v 1.16 91/04/18 22:24:59 lwvanels Rel Locker: lwvanels $
d20 1
a20 1
DEFINES= -DPROFILE
d24 1
a24 1
DEFINES=
d28 1
a28 1
SYSTEM_LIBRARIES=	$(KerberosLib)
@


1.16
log
@fixed copyright
@
text
@d3 1
a3 1
 * $Id: Imakefile,v 1.15 91/04/10 10:48:23 lwvanels Rel Locker: lwvanels $
d40 1
a40 1
InstallProgram(rpd,/mit/olcdev/@@sys)
@


1.15
log
@removed hacked kerberos opt.
@
text
@d3 3
a5 1
 * $Id: Imakefile,v 1.14 91/04/08 21:20:59 lwvanels Exp Locker: lwvanels $
@


1.14
log
@don't use strcasecmp
@
text
@d2 2
a3 2
 * $Source: /afs/athena.mit.edu/astaff/project/olcdev/vax/server/rpd/RCS/Imakefile,v $
 * $Id: Imakefile,v 1.13 91/03/28 08:46:27 lwvanels Exp Locker: lwvanels $
d13 1
a13 1
SRCS=	rpd.c fdcache.c handle_request.c io.c acl_files.c kopt.c get_nm.c
d15 1
a15 1
OBJS=	rpd.o fdcache.o handle_request.o io.o acl_files.o kopt.o get_nm.o
@


1.13
log
@*** empty log message ***
@
text
@d3 1
a3 1
 * $Id: Imakefile,v 1.12 91/03/28 08:40:29 lwvanels Exp Locker: lwvanels $
d13 1
a13 2
SRCS=	rpd.c fdcache.c handle_request.c io.c acl_files.c kopt.c get_nm.c \
	strcasecmp.c
d15 1
a15 2
OBJS=	rpd.o fdcache.o handle_request.o io.o acl_files.o kopt.o get_nm.o \
	strcasecmp.o
@


1.12
log
@move include files to include directory
@
text
@d3 1
a3 1
 * $Id: Imakefile,v 1.11 91/03/24 18:31:37 lwvanels Exp Locker: lwvanels $
d35 1
a35 1
	$(DEPEND) -s "# DO NOT DELETE" -- $(ALLDEFINES) *.[c] *.[h]
@


1.11
log
@fixed install rule
@
text
@d3 1
a3 1
 * $Id: Imakefile,v 1.10 91/03/11 13:47:32 lwvanels Exp Locker: lwvanels $
a28 2

INCLUDES= -I.
@


1.10
log
@ move client over to client side
@
text
@d3 1
a3 1
 * $Id: Imakefile,v 1.9 91/02/26 10:27:52 lwvanels Exp Locker: lwvanels $
d41 1
a41 1
#ifdef TestInstall
@


1.9
log
@Add strcasecmp
@
text
@d2 2
a3 2
 * $Source: /afs/athena.mit.edu/astaff/project/olcdev/ps2/server/rpd/RCS/Imakefile,v $
 * $Id: Imakefile,v 1.8 91/01/20 13:25:51 lwvanels Exp Locker: lwvanels $
d13 1
a13 1
S_SRCS=	rpd.c fdcache.c handle_request.c io.c acl_files.c kopt.c get_nm.c \
d16 1
a16 1
S_OBJS=	rpd.o fdcache.o handle_request.o io.o acl_files.o kopt.o get_nm.o \
a18 4
C_SRCS=	oreplay.c io.c strcasecmp.c

C_OBJS= oreplay.o io.o strcasecmp.o

d28 1
a28 2
CLIENT_LIBRARIES=	$(HesiodLib) $(KerberosLib)
SERVER_LIBRARIES=	$(KerberosLib)
d32 1
a32 2
NormalProgramTarget(oreplay,$(C_OBJS),,$(CLIENT_LIBRARIES),)
NormalProgramTarget(rpd,$(S_OBJS),,$(SERVER_LIBRARIES),)
d34 1
a34 2
SaberProgramTarget(oreplay,$(C_SRCS),$(C_OBJS),$(CLIENT_LIBRARIES),)
SaberProgramTarget(rpd,$(S_SRCS),$(S_OBJS),$(SERVER_LIBRARIES),)
a41 1
InstallProgram(oreplay,/mit/olcdev/@@sys)
a42 2
install::
	(cd /mit/olcdev/@@sys; $(RM) oshow; $(LN) oreplay oshow; $(RM) olist; $(LN) oreplay olist)
a43 1
InstallProgram(oreplay,$(DESTDIR)/usr/etc)
a44 2
install::
	(cd $(DESTDIR)/usr/etc; $(RM) oshow; $(LN) oreplay oshow; $(RM) olist; $(LN) oreplay olist)
d47 1
a47 15
olist:
	$(RM) olist
	$(LN) oreplay olist

clean::
	$(RM) olist

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

clean::
	$(RM) oshow

AllTarget(oreplay rpd olist oshow)
@


1.8
log
@Added Test install
@
text
@d2 2
a3 2
 * $Source: /afs/athena.mit.edu/astaff/project/olcdev/rt/server/rpd/RCS/Imakefile,v $
 * $Id: Imakefile,v 1.8 91/01/20 13:15:18 lwvanels Exp Locker: lwvanels $
d13 2
a14 1
S_SRCS=	rpd.c fdcache.c handle_request.c io.c acl_files.c kopt.c get_nm.c
d16 2
a17 1
S_OBJS=	rpd.o fdcache.o handle_request.o io.o acl_files.o kopt.o get_nm.o
d19 1
a19 1
C_SRCS=	oreplay.c io.c
d21 1
a21 1
C_OBJS= oreplay.o io.o
@


1.7
log
@Fixed depend rules for makedepend bug
@
text
@d2 2
a3 2
 * $Source: /afs/athena.mit.edu/astaff/project/olcdev/vax/server/rpd/RCS/Imakefile,v $
 * $Id: Imakefile,v 1.6 90/12/31 21:27:31 lwvanels Exp Locker: lwvanels $
d46 13
a58 1
olist::
d65 1
a65 1
oshow::
@


1.6
log
@added oshow support
@
text
@d2 2
a3 2
 * $Source: /afs/athena.mit.edu/astaff/project/olcdev/vax/replayer/RCS/Imakefile,v $
 * $Id: Imakefile,v 1.5 90/12/12 13:23:06 lwvanels Exp Locker: lwvanels $
d41 3
a43 1
DependSrcs()
@


1.5
log
@Added symlink for olist
@
text
@d2 2
a3 2
 * $Source: /afs/athena.mit.edu/astaff/project/olcdev/src/replayer/RCS/Imakefile,v $
 * $Id: Imakefile,v 1.5 90/12/12 13:11:30 lwvanels Exp $
d13 1
a13 1
S_SRCS=	rpd.c fdcache.c handle_request.c io.c acl_files.c kopt.c
d15 1
a15 1
S_OBJS=	rpd.o fdcache.o handle_request.o io.o acl_files.o kopt.o
d30 1
a30 1
OREPLAY_LIBRARIES=	$(HesiodLib) $(KerberosLib)
d35 1
a35 1
NormalProgramTarget(oreplay,$(C_OBJS),,$(OREPLAY_LIBRARIES),)
d38 1
a38 1
SaberProgramTarget(oreplay,$(C_SRCS),$(C_OBJS),$(OREPLAY_LIBRARIES),)
d48 11
a58 1
AllTarget(oreplay rpd olist)
@


1.4
log
@Added kopt.c
@
text
@d3 1
a3 1
 * $Id: Imakefile,v 1.3 90/11/27 14:08:42 lwvanels Exp $
d44 5
a48 1
AllTarget(oreplay rpd)
@


1.3
log
@Added acl_files.c
@
text
@d2 2
a3 2
 * $Source: /afs/athena.mit.edu/astaff/project/olcdev/vax/replayer/RCS/Imakefile,v $
 * $Id: Imakefile,v 1.2 90/11/27 11:48:32 lwvanels Exp Locker: lwvanels $
d13 1
a13 1
S_SRCS=	rpd.c fdcache.c handle_request.c io.c acl_files.c
d15 1
a15 1
S_OBJS=	rpd.o fdcache.o handle_request.o io.o acl_files.o
@


1.2
log
@Added new files
added kerberos
correct depends
@
text
@d3 1
a3 1
 * $Id: Imakefile,v 1.1 90/11/18 18:53:38 lwvanels Exp Locker: lwvanels $
d13 1
a13 1
S_SRCS=	rpd.c fdcache.c handle_request.c io.c
d15 1
a15 1
S_OBJS=	rpd.o fdcache.o handle_request.o io.o
@


1.1
log
@Initial revision
@
text
@d2 2
a3 2
 * $Source:$
 * $Id: $
d13 1
a13 1
S_SRCS=	rpd.c
d15 1
a15 1
S_OBJS=	rpd.o
d17 1
a17 1
C_SRCS=	oreplay.c
d19 1
a19 1
C_OBJS= oreplay.o
d30 2
a31 1
CLIENT_LIBRARIES=	$(HesiodLib)
d35 2
a36 2
NormalProgramTarget(oreplay,$(C_OBJS),,$(CLIENT_LIBRARIES),)
NormalProgramTarget(rpd,$(S_OBJS),,,)
d38 2
a39 2
SaberProgramTarget(oreplay,$(C_SRCS),$(C_OBJS),$(CLIENT_LIBRARIES),)
SaberProgramTarget(rpd,$(S_SRCS),$(S_OBJS),,)
d41 1
a41 1
DependTarget()
@
