head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	97.03.29.04.23.58;	author bert;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@# Imakefile for `clients/lib'.
#
# $Id: Imakefile,v 1.8 1997/03/15 23:31:34 bert Exp $
# $Source: /mit/olcdev/highlander/src/clients/lib/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()
@
