]> andersk Git - moira.git/commitdiff
Initial revision
authormar <mar>
Wed, 14 Jul 1993 10:38:15 +0000 (10:38 +0000)
committermar <mar>
Wed, 14 Jul 1993 10:38:15 +0000 (10:38 +0000)
backup/Imakefile [new file with mode: 0644]

diff --git a/backup/Imakefile b/backup/Imakefile
new file mode 100644 (file)
index 0000000..6959a29
--- /dev/null
@@ -0,0 +1,36 @@
+# $Header$
+#
+# Copyright 1990 by the Massachusetts Institute of Technology.
+#
+# For copying and distribution information,
+# please see the file <mit-copyright.h>.
+#
+# Imakefile for backup directory.
+#
+
+SRCS= dump_db.c bkup1.c bkup.c dumprest.c rest_db.c rest1.c rest.c
+SRCDIR=${SRCTOP}/backup
+CODE= db2bkup.awk db2rest.awk dump_db.h dump_db.dc dumprest.dc \
+       nightly.sh report.sh rest_db.dc
+BOBJS= dump_db.o bkup1.o bkup.o dumprest.o 
+ROBJS= rest_db.o rest1.o rest.o dumprest.o
+sqlrule()
+
+program(mrbackup, ${BOBJS},${MR_LIBDEP}, ${CLIBS} ${SQL_LIB}, ${PROGDIR})
+program(mrrestore, ${ROBJS},${MR_LIBDEP}, ${CLIBS} ${SQL_LIB}, ${PROGDIR})
+
+bkup.dc: ../db/schema db2bkup.awk
+       cc -E ../db/schema | awk -f db2bkup.awk > bkup.dc
+bkup1.dc: bkup.dc
+rest.dc: ../db/schema db2rest.awk
+       cc -E ../db/schema | awk -f db2rest.awk > rest.dc
+rest1.dc: rest.dc
+clean::
+       $(RM) bkup.dc bkup1.dc rest.dc rest1.dc
+sqlfile(dump_db)
+sqlfile(rest_db)
+sqlfile(dumprest)
+sqlfile_with_esqlc_fix(bkup)
+sqlfile(bkup1)
+sqlfile(rest)
+sqlfile(rest1)
This page took 0.089462 seconds and 5 git commands to generate.