head	1.2;
access;
symbols
	ATH7_4:1.11
	ATH7_6:1.1;
locks; strict;


1.2
date	96.06.01.19.41.14;	author yoav;	state Exp;
branches;
next	1.1;

1.1
date	93.10.12.05.46.18;	author probe;	state Exp;
branches;
next	;


desc
@@


1.2
log
@support NetBSD
@
text
@#
# This file is part of the OLC On-Line Consulting system.
# Imakefile for common (server and client) code.
#
# Copyright (C) 1990 by the Massachusetts Institute of Technology.
# For copying and distribution information, see the file "mit-copyright.h."
#
#	$Source: /afs/sipb/project/sipb-athena/olh//logger/RCS/Imakefile,v $
#	$Id: Imakefile,v 1.1 1993/10/12 05:46:18 probe Exp yoav $
#	$Author: probe $
#

L_SRCS=	log.c
L_OBJS=	log.o

D_SRCS= bbd.c
D_OBJS= bbd.o

NormalLibraryTarget(logger,$(L_OBJS))
SaberLibraryTarget(logger,$(L_SRCS),$(L_OBJS))

NormalProgramTarget(bbd,$(D_OBJS),,,)
SaberProgramTarget(bbd,$(D_SRCS),$(D_OBJS),,)

DependTarget()

LintTarget()

AllTarget(liblogger.a bbd)
@


1.1
log
@Initial revision
@
text
@d8 3
a10 3
#	$Source: /afs/athena.mit.edu/astaff/project/olcdev/src/logger/RCS/Imakefile,v $
#	$Id: Imakefile,v 1.1 91/04/05 15:49:35 lwvanels Rel $
#	$Author: lwvanels $
d25 1
a25 1
DependSrcs()
@
