# $Source$ # $Author$ # $Id$ # # Copyright 1990 by the Massachusetts Institute of Technology. # # For copying and distribution information, please see the file # . # DEPLIBS = $(DEPKDBLIB) $(DEPKLIB) LOCAL_LIBRARIES = $(KDBLIB) $(KLIB) $(SSLIB) OBJS= kdb5_edit.o kdb5_ed_ct.o SRCS= kdb5_edit.c kdb5_ed_ct.c all:: kdb5_edit CmdTableObjectRule() # needed until we run makedepend kdb5_ed_ct.o: kdb5_ed_ct.c clean:: $(RM) kdb5_ed_ct.c NormalProgramTarget(kdb5_edit,$(OBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),)