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


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

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

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

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

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

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

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

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


desc
@Imakefile for the lumberjack subdir
@


1.8
log
@Split some code into a separate file, tools.c
@
text
@/*
 * $Source: /mit/olcdev/highlander/src/server/lumberjack/RCS/Imakefile,v $
 * $Id: Imakefile,v 1.7 1997/05/22 21:07:15 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=	lumberjack.c  tools.c
OBJS=	lumberjack.o  tools.o

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

NormalProgramTarget(lumberjack,$(OBJS),,,$(EXTRA_LIBRARIES))

SaberProgramTarget(lumberjack,$(SRCS),$(OBJS),,$(EXTRA_LIBRARIES))

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

DependTarget()
LintTarget()

AllTarget(lumberjack)
@


1.7
log
@Removed references to InstallAltLoc
@
text
@d3 1
a3 1
 * $Id: Imakefile,v 1.6 1997/02/11 23:12:51 bert Exp bert $
d15 2
a16 2
SRCS=	lumberjack.c
OBJS=	lumberjack.o
@


1.6
log
@Added changes from OLxx tree
@
text
@d3 1
a3 1
 * $Id: Imakefile,v 1.5 1991/05/07 22:23:44 lwvanels Rel bert $
a29 1
#ifdef InstallAltLoc
a30 3
#else
InstallProgram(lumberjack,$(DESTDIR)/usr/etc)
#endif
@


1.5
log
@alt loc is "new" directory structure
@
text
@d2 2
a3 2
 * $Source: /afs/athena.mit.edu/astaff/project/olcdev/src/server/lumberjack/RCS/Imakefile,v $
 * $Id: Imakefile,v 1.4 91/04/18 22:20:17 lwvanels Rel Locker: lwvanels $
d19 1
a19 1
DEFINES=-DLOG -DSYSLOG -DPROFILE
d23 1
a23 1
DEFINES=-DLOG -DSYSLOG
d26 1
a26 1
NormalProgramTarget(lumberjack,$(OBJS),,,)
d28 1
a28 1
SaberProgramTarget(lumberjack,$(SRCS),$(OBJS),,)
@


1.4
log
@fixed copyright
@
text
@d3 1
a3 1
 * $Id: Imakefile,v 1.3 91/03/24 18:19:21 lwvanels Rel Locker: lwvanels $
d31 1
a31 1
InstallProgram(lumberjack,/mit/olcdev/@@sys)
@


1.3
log
@fixed install rule
@
text
@d2 4
a5 2
 * $Source: /afs/athena.mit.edu/astaff/project/olcdev/vax/server/lumberjack/RCS/Imakefile,v $
 * $Id: Imakefile,v 1.2 91/01/18 14:47:45 lwvanels Exp Locker: lwvanels $
@


1.2
log
@Test install target
@
text
@d3 1
a3 1
 * $Id: Imakefile,v 1.1 91/01/06 18:28:44 lwvanels Exp Locker: lwvanels $
d28 1
a28 1
#ifdef TestInstall
@


1.1
log
@Initial revision
@
text
@d2 2
a3 2
 * $Source: /afs/athena.mit.edu/astaff/project/olcdev/src/server/lumberjack/RCS/Imakefile,v $
 * $Id: Imakefile,v 1.1 91/01/06 13:24:24 lwvanels Exp $
d27 6
@
