From 89545742d730d08cef803e5cc7c88cdd0043c181 Mon Sep 17 00:00:00 2001 From: mar Date: Wed, 10 Feb 1993 15:00:07 +0000 Subject: [PATCH] Initial revision --- dbck/Imakefile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 dbck/Imakefile diff --git a/dbck/Imakefile b/dbck/Imakefile new file mode 100644 index 00000000..08c9b4f2 --- /dev/null +++ b/dbck/Imakefile @@ -0,0 +1,23 @@ +# $Header$ +# +# Copyright 1993 by the Massachusetts Institute of Technology. +# +# For copying and distribution information, +# please see the file . +# +# Imakefile for server directory. +# + +SRCS = dbck.c fix.c phase1.c phase2.c phase3.c phase4.c +OBJS = dbck.o fix.o phase1.o phase2.o phase3.o phase4.o +CODE = dbck.dc fix.dc phase1.dc phase2.dc phase3.dc phase4.dc dbck.h +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) -- 2.45.1