# Imakefile for `clients/lib'.
#
# $Id: Imakefile,v 1.1 1997/03/29 04:23:58 bert Exp $
# $Source: /afs/athena.mit.edu/astaff/project/olcdev/highlander/src/cfgfile/RCS/Imakefile,v $
#
# For copying and distribution information,
# please see the file <mit-copyright.h>.
#
#

/* #define Profiling */

SRCS=	configure.c

OBJS=	configure.o


LibraryTarget(cfgfile,$(OBJS))

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

LintTarget()
DependTarget()
