]> andersk Git - moira.git/blob - dcm/Imakefile
fix variable name in error message
[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
12 CODE= startdcm.c dcm.pc
13 OBJS=dcm.o
14 sqlrule()
15
16 program(dcm, $(OBJS),,../update/moira_update.o $(CLIBS) $(SQL_LIB), ${PROGDIR})
17 program(startdcm, startdcm.o,,,${PROGDIR})
18
19 sqlfile(dcm)
This page took 0.08861 seconds and 5 git commands to generate.