]> andersk Git - moira.git/blame_incremental - dcm/Imakefile
change this behavior:
[moira.git] / dcm / Imakefile
... / ...
CommitLineData
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
10SRCDIR = $(SRCTOP)/dcm
11SRCS= startdcm.c dcm.c utils.c
12CODE=$(SRCS)
13OBJS=dcm.o utils.o
14
15program(dcm, $(OBJS),,../update/moira_update.o $(CLIBS) $(SQL_LIB), ${PROGDIR})
16program(startdcm, startdcm.o,,,${PROGDIR})
This page took 0.052494 seconds and 5 git commands to generate.