]> andersk Git - moira.git/blame - dbck/Imakefile
Diane Delgado's changes for a fixed table-locking order
[moira.git] / dbck / Imakefile
CommitLineData
89545742 1# $Header$
2#
3# Copyright 1993 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 server directory.
9#
10
11SRCS = dbck.c fix.c phase1.c phase2.c phase3.c phase4.c
12OBJS = dbck.o fix.o phase1.o phase2.o phase3.o phase4.o
13CODE = dbck.dc fix.dc phase1.dc phase2.dc phase3.dc phase4.dc dbck.h
14SRCDIR=$(SRCTOP)/dbck
15sqlrule()
16
17program(dbck, ${OBJS},,../lib/libmoira.a ../server/libmrglue.a $(SQL_LIB), ${PROGDIR})
18sqlfile(dbck)
19sqlfile(fix)
20sqlfile(phase1)
21sqlfile(phase2)
22sqlfile(phase3)
23sqlfile(phase4)
This page took 1.588084 seconds and 5 git commands to generate.