]> andersk Git - moira.git/commitdiff
Initial revision
authormar <mar>
Wed, 10 Feb 1993 15:00:07 +0000 (15:00 +0000)
committermar <mar>
Wed, 10 Feb 1993 15:00:07 +0000 (15:00 +0000)
dbck/Imakefile [new file with mode: 0644]

diff --git a/dbck/Imakefile b/dbck/Imakefile
new file mode 100644 (file)
index 0000000..08c9b4f
--- /dev/null
@@ -0,0 +1,23 @@
+# $Header$
+#
+# Copyright 1993 by the Massachusetts Institute of Technology.
+#
+# For copying and distribution information,
+# please see the file <mit-copyright.h>.
+#
+# 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)
This page took 0.118282 seconds and 5 git commands to generate.