]> andersk Git - moira.git/blob - dbck/Imakefile
translate from QUEL
[moira.git] / dbck / Imakefile
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
11 SRCS = dbck.c fix.c phase1.c phase2.c phase3.c phase4.c
12 OBJS = dbck.o fix.o phase1.o phase2.o phase3.o phase4.o
13 CODE = dbck.dc fix.dc phase1.dc phase2.dc phase3.dc phase4.dc dbck.h
14 SRCDIR=$(SRCTOP)/dbck
15 sqlrule()
16
17 program(dbck, ${OBJS},,../lib/libmoira.a ../server/libmrglue.a $(SQL_LIB), ${PROGDIR})
18 sqlfile(dbck)
19 sqlfile(fix)
20 sqlfile(phase1)
21 sqlfile(phase2)
22 sqlfile(phase3)
23 sqlfile(phase4)
This page took 0.039132 seconds and 5 git commands to generate.