X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/blobdiff_plain/ff4381fcb97f168ca2ec678a85a882911c85d42c..ea0caf4a83b273a8b146ffa0b87e07cb66c8ed3e:/dbck/Imakefile diff --git a/dbck/Imakefile b/dbck/Imakefile deleted file mode 100644 index 3aa30f7a..00000000 --- a/dbck/Imakefile +++ /dev/null @@ -1,23 +0,0 @@ -# $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 -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)