head	1.13;
access;
symbols
	AR73A:1.10
	DIST1_0:1.8;
locks; strict;
comment	@# @;


1.13
date	97.05.22.21.08.10;	author bert;	state Exp;
branches;
next	1.12;

1.12
date	97.03.29.03.30.22;	author bert;	state Exp;
branches;
next	1.11;

1.11
date	97.02.11.23.13.17;	author bert;	state Exp;
branches;
next	1.10;

1.10
date	91.05.07.22.26.01;	author lwvanels;	state Rel;
branches;
next	1.9;

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

1.8
date	91.04.18.22.21.15;	author lwvanels;	state Rel;
branches;
next	1.7;

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

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

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

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

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

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

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


desc
@Imakefile for the polld directory
@


1.13
log
@Removed references to InstallAltLoc
@
text
@/*
 * $Source: /mit/olcdev/highlander/src/server/polld/RCS/Imakefile,v $
 * $Id: Imakefile,v 1.12 1997/03/29 03:30:22 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=comm.c get_list.c locate.c polld.c hosthash.c
OBJS=comm.o get_list.o locate.o polld.o hosthash.o

LOCAL_LIBRARIES=$(COMMONLIB) $(CLIENTLIB) $(CONFIGLIB)

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

DEPLIBS=$(LOCAL_LIBRARIES)

#if HaveKerberos || HaveZephyr
SYS_LIBRARIES=	$(HesiodLib) $(ZephyrLib) $(KerberosLib) $(ComErrLib)\
		$(EXTRA_LIBRARIES)
#else
SYS_LIBRARIES=	$(HesiodLib) $(ZephyrLib) $(KerberosLib)\
		$(EXTRA_LIBRARIES)
#endif

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

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

DependTarget()
LintTarget()

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

AllTarget(polld)
@


1.12
log
@client/lib/libclient.a now needs cfgfile/libcfgfile.a
@
text
@d3 1
a3 1
 * $Id: Imakefile,v 1.11 1997/02/11 23:13:17 bert Exp bert $
a44 1
#ifdef InstallAltLoc
a45 3
#else
InstallProgram(polld,$(DESTDIR)/usr/etc)
#endif
@


1.11
log
@Added changes from OLxx tree
@
text
@d3 1
a3 1
 * $Id: Imakefile,v 1.10 1991/05/07 22:26:01 lwvanels Rel bert $
d18 1
a18 1
LOCAL_LIBRARIES=$(COMMONLIB) $(CLIENTLIB)
@


1.10
log
@alt loc is "new" directory structure
@
text
@d2 2
a3 2
 * $Source: /afs/athena.mit.edu/astaff/project/olcdev/src/server/polld/RCS/Imakefile,v $
 * $Id: Imakefile,v 1.9 91/05/06 22:29:11 lwvanels Exp Locker: lwvanels $
d21 1
a21 1
DEFINES= -DPROFILE
d25 1
a25 1
DEFINES=
d31 2
a32 1
SYS_LIBRARIES=	$(HesiodLib) $(ZephyrLib) $(KerberosLib) $(ComErrLib)
d34 2
a35 1
SYS_LIBRARIES=	$(HesiodLib) $(ZephyrLib) $(KerberosLib)
@


1.9
log
@fixed so it only includes com_err when
	  necessary (typo previously)
@
text
@d3 1
a3 1
 * $Id: Imakefile,v 1.8 91/04/18 22:21:15 lwvanels Exp $
d44 1
a44 1
InstallProgram(polld,/mit/olcdev/@@sys)
@


1.8
log
@fixed copyright
@
text
@d3 1
a3 1
 * $Id: Imakefile,v 1.7 91/04/10 15:02:04 lwvanels Rel Locker: lwvanels $
d33 1
a33 1
SYS_LIBRARIES=	$(HesiodLib) $(ZephyrLib) $(KerberosLib) $(ComErrLib)
@


1.7
log
@don't always define -DLOG -DSYSLOG
	  remove unused -I.
@
text
@d3 3
a5 1
 * $Id: Imakefile,v 1.6 91/03/29 01:12:34 lwvanels Exp Locker: lwvanels $
@


1.6
log
@include com_err if kerberos or zephyr.
@
text
@d2 2
a3 2
 * $Source: /afs/athena.mit.edu/astaff/project/olcdev/vax/server/polld/RCS/Imakefile,v $
 * $Id: Imakefile,v 1.5 91/03/28 23:06:20 lwvanels Exp Locker: lwvanels $
d19 1
a19 1
DEFINES=-DSYSLOG -DPROFILE
d23 1
a23 1
DEFINES=-DSYSLOG
a32 1
INCLUDES= -I.
@


1.5
log
@Don't need com-error
@
text
@d3 1
a3 1
 * $Id: Imakefile,v 1.4 91/03/24 18:21:07 lwvanels Exp Locker: lwvanels $
d28 5
a32 2
SYS_LIBRARIES=	$(HesiodLib) $(ZephyrLib) $(KerberosLib)

@


1.4
log
@fixed install rule
@
text
@d3 1
a3 1
 * $Id: Imakefile,v 1.3 91/01/27 17:01:38 lwvanels Exp Locker: lwvanels $
d28 1
a28 1
SYS_LIBRARIES=	$(HesiodLib) $(ZephyrLib) $(ComErrLib) $(KerberosLib)
@


1.3
log
@Added hosthash
@
text
@d3 1
a3 1
 * $Id: Imakefile,v 1.2 91/01/20 12:49:26 lwvanels Exp Locker: lwvanels $
d39 1
a39 1
#ifdef TestInstall
@


1.2
log
@Added Test install
@
text
@d3 1
a3 1
 * $Id: Imakefile,v 1.1 91/01/08 16:49:38 lwvanels Exp Locker: lwvanels $
d13 2
a14 2
SRCS=comm.c get_list.c locate.c polld.c
OBJS=comm.o get_list.o locate.o polld.o
@


1.1
log
@Initial revision
@
text
@d2 2
a3 2
 * $Source:$
 * $Id:$
d38 6
@
