]> andersk Git - moira.git/blob - dcm/Imakefile
install mrtest in ETCDIR, not PROGDIR
[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 SRCS= startdcm.c dcm.c utils.c
11 CODE=$(SRCS)
12 OBJS=dcm.o utils.o
13 GDSSLIB=../gdss/rgdss.o /mit/gdss/`machtype`/libgdss.a
14
15 program(dcm, $(OBJS),,../server/libmrglue.a ../update/moira_update.o $(GDSSLIB) $(CLIBS) $(SQL_LIB), ${PROGDIR})
16 program(startdcm, startdcm.o,,,${PROGDIR})
This page took 0.039184 seconds and 5 git commands to generate.