# $Header$ # # Copyright 1993 by the Massachusetts Institute of Technology. # # For copying and distribution information, # please see the file . # # Imakefile for server directory. # SRCS = dbck.h dbck.c fix.c phase1.c phase2.c phase3.c phase4.c nhash.c OBJS = dbck.o fix.o phase1.o phase2.o phase3.o phase4.o nhash.o CODE = dbck.h dbck.dc fix.dc phase1.dc phase2.dc phase3.dc phase4.dc nhash.c SRCDIR=$(SRCTOP)/dbck sqlrule() program(dbck, ${OBJS},,../lib/libmoira.a ../server/libmrglue.a $(SQL_LIB), ${PROGDIR}) sqlfile(dbck) sqlfile(fix) sqlfile(phase1) sqlfile(phase2) sqlfile(phase3) sqlfile(phase4)