#  
#  $Header: /afs/net.mit.edu/user/warlord/Thesis/src/ckinit/RCS/Imakefile,v 1.1 93/03/17 09:54:56 warlord Exp Locker: warlord $
#  $Source: /afs/net.mit.edu/user/warlord/Thesis/src/ckinit/RCS/Imakefile,v $
#  $Author: warlord $
#
#  This is the makefile for ckinit.
#

#ifdef BuildServer

CDEBUG=		-g
INSTALLDIR	= $(ATHBINDIR)

KLIBS		= -lkrb -ldes

CKLIB		= ../lib/libcharon.a

#if defined(sun) && defined(sparc)
HLIBS		= -lhesiod
#ifdef SOLARIS
SOCKLIBS	= -lsocket -lnsl -lucb -lelf
#endif
#endif

INCLUDES	= -I../include
DEFINES		= $(DFLAGS) $(INCLUDES)
LIBS		= $(CKLIB) $(KLIBS) $(HLIBS) $(SOCKLIBS) -lcom_err

CSRCS		= ckinit.c
COBJS		= ckinit.o 

#ckinit::	$(CKLIB)

SimpleProgram(ckinit,$(COBJS),$(LIBS),$(INSTALLDIR)/ckinit)

depend::
	makedepend $(CFLAGS) $(CSRCS)

#else

depend::
all::
Makefiles::

#endif
