#
# 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/src/olh/logger/RCS/Imakefile,v $
#	$Id: Imakefile,v 1.2 1996/06/01 19:41:14 yoav Exp $
#	$Author: yoav $
#

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)
