# $Header: /afs/athena.mit.edu/astaff/project/moiradev/src/dcm/RCS/Imakefile,v 1.2 93/10/25 16:47:04 mar Exp $

# Copyright 1992 by the Massachusetts Institute of Technology.
#
# For copying and distribution information,
# please see the file <mit-copyright.h>.
#
# 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})
