]> andersk Git - moira.git/blob - dcm/Imakefile
1c00ff653ada90f478a62a1d82d5ef9f5eec4a40
[moira.git] / dcm / Imakefile
1 # $Header$
2
3 # Copyright 1992 by the Massachusetts Institute of Technology.
4 #
5 # For copying and distribution information,
6 # please see the file <mit-copyright.h>.
7 #
8 # Imakefile for moira dcm.
9
10 SRCDIR = $(SRCTOP)/dcm
11 SRCS= startdcm.c dcm.c utils.c
12 CODE=$(SRCS)
13 OBJS=dcm.o utils.o
14 #ifdef GDSS
15 GDSSLIB=/mit/gdss/`machtype`/libgdss.a
16 #endif
17
18 program(dcm, $(OBJS),,../server/libmrglue.a ../update/moira_update.o $(GDSSLIB) $(CLIBS) $(SQL_LIB), ${PROGDIR})
19 program(startdcm, startdcm.o,,,${PROGDIR})
This page took 0.028218 seconds and 3 git commands to generate.