# $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 utils.c CODE=$(SRCS) OBJS=dcm.o utils.o #ifdef GDSS GDSSLIB=../gdss/rgdss.o /mit/gdss/`machtype`/libgdss.a #endif program(dcm, $(OBJS),,../server/libmrglue.a ../update/moira_update.o $(GDSSLIB) $(CLIBS) $(SQL_LIB), ${PROGDIR}) program(startdcm, startdcm.o,,,${PROGDIR})