head	1.8;
access;
symbols
	AR73A:1.4
	DIST1_0:1.3;
locks; strict;
comment	@# @;


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

1.7
date	97.03.29.03.29.31;	author bert;	state Exp;
branches;
next	1.6;

1.6
date	97.02.11.22.38.03;	author bert;	state Exp;
branches;
next	1.5;

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

1.4
date	91.05.07.22.25.03;	author lwvanels;	state Rel;
branches;
next	1.3;

1.3
date	91.04.18.22.19.40;	author lwvanels;	state Rel;
branches;
next	1.2;

1.2
date	91.04.10.14.57.36;	author lwvanels;	state Rel;
branches;
next	1.1;

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


desc
@Imakefile for mail-in server
@


1.8
log
@Removed references to InstallAltLoc
@
text
@/*
 * $Source: /mit/olcdev/highlander/src/server/olcm/RCS/Imakefile,v $
 * $Id: Imakefile,v 1.7 1997/03/29 03:29:31 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=	olcm.c
OBJS=	olcm.o
LOCAL_LIBRARIES= $(CLIENTLIB) $(CONFIGLIB) $(COMMONLIB)

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

SYS_LIBRARIES=  $(HesiodLib) $(KerberosLib) $(EXTRA_LIBRARIES)
DEPLIBS= $(LOCAL_LIBRARIES)

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

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

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

DependTarget()
LintTarget()

AllTarget(olcm)
@


1.7
log
@client/lib/libclient.a now needs cfgfile/libcfgfile.a
@
text
@d3 1
a3 1
 * $Id: Imakefile,v 1.6 1997/02/11 22:38:03 bert Exp bert $
a33 1
#ifdef InstallAltLoc
a34 3
#else
InstallProgram(olcm,$(DESTDIR)/usr/etc)
#endif
@


1.6
log
@Added changes from OLxx tree
@
text
@d3 1
a3 1
 * $Id: Imakefile,v 1.5 1991/09/22 11:43:37 lwvanels Exp bert $
d17 1
a17 1
LOCAL_LIBRARIES= $(CLIENTLIB) $(COMMONLIB)
@


1.5
log
@now uses clientlib and commonlib, and hesiod
@
text
@d2 2
a3 2
 * $Source: /afs/athena.mit.edu/astaff/project/olcdev/src/server/olcm/RCS/Imakefile,v $
 * $Id: Imakefile,v 1.4 91/05/07 22:25:03 lwvanels Exp $
d20 1
a20 1
DEFINES=-DPROFILE
d24 1
a24 1
DEFINES=
d27 1
a27 1
SYS_LIBRARIES=  $(HesiodLib) $(KerberosLib) 
@


1.4
log
@alt loc is "new" directory structure
@
text
@d3 1
a3 1
 * $Id: Imakefile,v 1.3 91/04/18 22:19:40 lwvanels Rel Locker: lwvanels $
d17 1
d27 2
a28 1
SYS_LIBRARIES=  $(KerberosLib)
d30 1
a30 1
NormalProgramTarget(olcm,$(OBJS),,,$(SYS_LIBRARIES))
d32 1
a32 1
SaberProgramTarget(olcm,$(SRCS),$(OBJS),,$(SYS_LIBRARIES))
@


1.3
log
@fixed copyright
@
text
@d3 1
a3 1
 * $Id: Imakefile,v 1.2 91/04/10 14:57:36 lwvanels Rel Locker: lwvanels $
d33 1
a33 1
InstallProgram(olcm,/mit/olcdev/@@sys)
@


1.2
log
@don't always define -DLOG -DSYSLOG
@
text
@d3 3
a5 1
 * $Id: Imakefile,v 1.1 91/04/02 14:00:51 lwvanels Exp Locker: lwvanels $
@


1.1
log
@Initial revision
@
text
@d2 2
a3 2
 * $Source: $
 * $Id: $
d17 1
a17 1
DEFINES=-DLOG -DSYSLOG -DPROFILE
d21 1
a21 1
DEFINES=-DLOG -DSYSLOG
@
