#
# 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/athena.mit.edu/astaff/project/olcdev/src/common/RCS/Imakefile,v $
#	$Id: Imakefile,v 1.9 91/08/23 11:45:51 raek Exp $
#	$Author: raek $
#

/* #define Profiling */

SRCS=	string_utils.c c_io.c perror.c c_status.c common_et.c
OBJS=	string_utils.o c_io.o perror.o c_status.o common_et.o

CompileErrorTable(common_et)
NormalLibraryTarget(common,$(OBJS))
SaberLibraryTarget(common,$(SRCS),$(OBJS))

#ifdef Profiling
ProfiledLibraryObjectRule()
ProfiledLibraryTarget(common,$(OBJS))
#endif

DependTarget()
LintTarget()
