# $Source$ # $Author$ # $Id$ # # Copyright 1990,1991 by the Massachusetts Institute of Technology. # All Rights Reserved. # # For copying and distribution information, please see the file # . # DEPLIBS = $(DEPKLIB) LOCAL_LIBRARIES = $(KLIB) CLIENTSRCS= sendauth.c kprop.c CLIENTOBJS= sendauth.o kprop.o SERVERSRCS= sendauth.c kpropd.c SERVEROBJS= sendauth.o kpropd.o all:: kprop kpropd NormalProgramTarget(kprop,$(CLIENTOBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),) NormalProgramTarget(kpropd,$(SERVEROBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),) SaberProgramTarget(kprop, $(CLIENTSRCS), $(CLIENTOBJS), $(DEPLIBS) $(LOCAL_LIBRARIES),) SaberProgramTarget(kpropd, $(SERVERSRCS), $(SERVEROBJS), $(DEPLIBS) $(LOCAL_LIBRARIES),) saber-setup: #setopt load_flags $(CFLAGS) #load $(LOCAL_LIBRARIES)