#
# 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/dev.mit.edu/project/release/source/src/athena/bin/olc.dev/logger/RCS/Imakefile,v $
#	$Id: Imakefile,v 1.2 94/08/14 16:26:12 cfields Exp $
#	$Author: cfields $
#

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))

#ifndef SOLARIS
NormalProgramTarget(bbd,$(D_OBJS),,,)
#else
NormalProgramTarget(bbd,$(D_OBJS),,/usr/athena/lib/libbsd.a,)
#endif
SaberProgramTarget(bbd,$(D_SRCS),$(D_OBJS),,)

DependSrcs()

LintTarget()

AllTarget(liblogger.a bbd)
