]> andersk Git - moira.git/blobdiff - db/Imakefile
Oracle changes
[moira.git] / db / Imakefile
index 65e111e20e6f4415ef1f91783b640c787aecc4ec..40496123cbb769baaa71e6a90a82085e1b980fa1 100644 (file)
@@ -8,19 +8,9 @@
 # Imakefile for db directory.
 #
 
-SRCS=  newmoira.c
 SRCDIR=${SRCTOP}/db
-CODE= newmoira.dc Imakefile db2tbls.awk schema optimizations
-OBJS=  newmoira.o tables.o
-INCLUDE= -I$(BUILDTOP)/include
-sqlrule()
-
-program(newmoira, ${OBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ../server/queries2.o ${CLIBS} ${SQL_LIB}, ${PROGDIR})
-sqlfile(newmoira)
-
-tables.c: schema db2tbls.awk
-       awk -f db2tbls.awk < schema > tables.c
-clean::
-       $(RM) tables.c
+CODE= Imakefile schema.sql unschema.sql dbopt.sql
 
 depend:: ${CODE}
+
+all:
\ No newline at end of file
This page took 0.032722 seconds and 4 git commands to generate.