]> andersk Git - moira.git/blobdiff - dbck/Imakefile
Switch from Imake-based build system to autoconf-based.
[moira.git] / dbck / Imakefile
diff --git a/dbck/Imakefile b/dbck/Imakefile
deleted file mode 100644 (file)
index 3aa30f7..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# $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.h 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.h dbck.pc fix.pc phase1.pc phase2.pc phase3.pc phase4.pc
-SRCDIR=$(SRCTOP)/dbck
-sqlrule()
-
-program(dbck, ${OBJS},,../lib/libmoira.a $(SQL_LIB), ${PROGDIR})
-sqlfile(dbck)
-sqlfile(fix)
-sqlfile(phase1)
-sqlfile(phase2)
-sqlfile(phase3)
-sqlfile(phase4)
This page took 0.10429 seconds and 4 git commands to generate.