# $Header$ # Copyright 1992 by the Massachusetts Institute of Technology. # # For copying and distribution information, # please see the file . # # Imakefile for moira dcm. SRCDIR = $(SRCTOP)/dcm SRCS= startdcm.c dcm.c CODE= startdcm.c dcm.pc OBJS=dcm.o sqlrule() program(dcm, $(OBJS),,../update/moira_update.o $(CLIBS) $(SQL_LIB), ${PROGDIR}) program(startdcm, startdcm.o,,,${PROGDIR}) sqlfile(dcm)