]> andersk Git - moira.git/blob - db/Imakefile
Added index for machine(address) and machine(location)
[moira.git] / db / Imakefile
1 # $Header$
2 #
3 # Copyright 1990 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 db directory.
9 #
10
11 SRCS=   newmoira.c
12 SRCDIR=${SRCTOP}/db
13 CODE= newmoira.dc Imakefile db2tbls.awk schema optimizations
14 OBJS=   newmoira.o tables.o
15 INCLUDE= -I$(BUILDTOP)/include
16 sqlrule()
17
18 program(newmoira, ${OBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ../server/queries2.o ${CLIBS} ${SQL_LIB}, ${PROGDIR})
19 sqlfile(newmoira)
20
21 tables.c: schema db2tbls.awk
22         awk -f db2tbls.awk < schema > tables.c
23 clean::
24         $(RM) tables.c
25
26 depend:: ${CODE}
This page took 0.078233 seconds and 5 git commands to generate.