]> andersk Git - moira.git/blame - db/Imakefile
sync'ing files for RCS->CVS migration
[moira.git] / db / Imakefile
CommitLineData
5c91cb61 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
11SRCS= newmoira.c
12SRCDIR=${SRCTOP}/db
13CODE= newmoira.dc Imakefile db2tbls.awk schema optimizations
14OBJS= newmoira.o tables.o
15INCLUDE= -I$(BUILDTOP)/include
16sqlrule()
17
18program(newmoira, ${OBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ../server/queries2.o ${CLIBS} ${SQL_LIB}, ${PROGDIR})
19sqlfile(newmoira)
20
21tables.c: schema db2tbls.awk
22 awk -f db2tbls.awk < schema > tables.c
23clean::
24 $(RM) tables.c
1371d9e6 25
26depend:: ${CODE}
This page took 0.108802 seconds and 5 git commands to generate.