]> andersk Git - moira.git/blame - dcm/Imakefile
New DCM using embedded SQL instead of libmrglue
[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
2a2a3914 11SRCS= startdcm.c dcm.c
12CODE= startdcm.c dcm.pc
13OBJS=dcm.o
14sqlrule()
5c91cb61 15
1e946b23 16program(dcm, $(OBJS),,../update/moira_update.o $(CLIBS) $(SQL_LIB), ${PROGDIR})
5c91cb61 17program(startdcm, startdcm.o,,,${PROGDIR})
2a2a3914 18
19sqlfile(dcm)
This page took 0.137095 seconds and 5 git commands to generate.