]> andersk Git - moira.git/blame - dcm/Imakefile
look for gdss in the right place
[moira.git] / dcm / Imakefile
CommitLineData
5c91cb61 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
28a6b27b 10SRCDIR = $(SRCTOP)/dcm
5c91cb61 11SRCS= startdcm.c dcm.c utils.c
12CODE=$(SRCS)
13OBJS=dcm.o utils.o
28a6b27b 14#ifdef GDSS
0499760f 15GDSSLIB=/mit/gdss/`machtype`/libgdss.a
28a6b27b 16#endif
5c91cb61 17
18program(dcm, $(OBJS),,../server/libmrglue.a ../update/moira_update.o $(GDSSLIB) $(CLIBS) $(SQL_LIB), ${PROGDIR})
19program(startdcm, startdcm.o,,,${PROGDIR})
This page took 0.896852 seconds and 5 git commands to generate.