]> andersk Git - moira.git/blame - dbck/Imakefile
Check for uniqueness of subnet, filesys, and printer names. (These
[moira.git] / dbck / Imakefile
CommitLineData
89545742 1# $Header$
2#
3# Copyright 1993 by the Massachusetts Institute of Technology.
4#
5# For copying and distribution information,
6# please see the file <mit-copyright.h>.
7#
8# Imakefile for server directory.
9#
10
4b9e5c72 11SRCS = dbck.h dbck.c fix.c phase1.c phase2.c phase3.c phase4.c nhash.c
ab05f33a 12OBJS = dbck.o fix.o phase1.o phase2.o phase3.o phase4.o nhash.o
23a784eb 13CODE = dbck.h dbck.pc fix.pc phase1.pc phase2.pc phase3.pc phase4.pc nhash.c
89545742 14SRCDIR=$(SRCTOP)/dbck
15sqlrule()
16
17program(dbck, ${OBJS},,../lib/libmoira.a ../server/libmrglue.a $(SQL_LIB), ${PROGDIR})
18sqlfile(dbck)
19sqlfile(fix)
20sqlfile(phase1)
21sqlfile(phase2)
22sqlfile(phase3)
23sqlfile(phase4)
This page took 0.087131 seconds and 5 git commands to generate.