#
# $Header: /mit/olcdev/highlander/src/clients/olc/RCS/Imakefile,v 1.13 1997/05/22 20:38:10 bert Exp $
#
# For copying and distribution information,
# please see the file <mit-copyright.h>.
#

/*#define Profiling*/

#ifdef Profiling
LIBSUFFIX=_p
EXTRA_LOAD_FLAGS=-pg
#endif

SRCS=		olc.c olc_stock.c
OBJS=		olc.o olc_stock.o
LOCAL_LIBRARIES= $(PARSER) $(TTY) $(CLIENTLIB) $(COMMONLIB) $(CONFIGLIB)
SYS_LIBRARIES=	$(HesiodLib) $(KerberosLib) $(EXTRA_LIBRARIES)
DEPLIBS= $(LOCAL_LIBRARIES)

NormalProgramTarget(olc,$(OBJS),$(LOCAL_LIBRARIES),$(LOCAL_LIBRARIES),$(SYS_LIBRARIES))
SaberProgramTarget(olc,$(SRCS),$(OBJS),$(LOCAL_LIBRARIES),$(SYS_LIBRARIES))

InstallLink(olc,olcr,$(DESTDIR)/usr/athena/bin)

DependTarget()
LintTarget()

AllTarget(olc)
