]> andersk Git - moira.git/blobdiff - clients/blanche/Makefile
sync'ing files for RCS->CVS migration
[moira.git] / clients / blanche / Makefile
diff --git a/clients/blanche/Makefile b/clients/blanche/Makefile
deleted file mode 100644 (file)
index 7b2eadb..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-# Makefile for Moira clients blanche
-#
-#      MIT Project Athena
-#
-#      $Source$
-#      $Header$
-#      $Author$
-# 
-# (c) Copyright 1988 by the Massachusetts Institute of Technology.
-# For copying and distribution information, please see the file
-# <mit-copyright.h>.
-#
-
-DESTDIR=
-DEFINES = -O
-CFLAGS = -I../../include ${DEFINES}
-BINDIR = ${DESTDIR}/bin
-
-MOIRALIB = -L../../lib -lmoira -lgdb -lcom_err -lkrb -ldes -lhesiod
-
-PROGS= blanche
-
-all:   ${PROGS}
-
-blanche: blanche.o
-       rm -f blanche
-       cc -o blanche blanche.o ${MOIRALIB}
-
-lint:
-       lint *.c
-
-clean: 
-       rm -f *.o *~
-       rm -f ${PROGS}
-
-install:       ${PROGS}
-       install -c -s blanche ${DESTDIR}/usr/athena/blanche
-
-depend:
-       mkdep ${CFLAGS} blanche.c
-
-# DO NOT DELETE THIS LINE -- mkdep uses it.
-
-blanche.o: blanche.c ../../include/mit-copyright.h /usr/include/stdio.h
-blanche.o: /usr/include/ctype.h ../../include/Moira.h /usr/include/Moira_et.h
-blanche.o: ../../include/Moira_app.h
This page took 0.031379 seconds and 4 git commands to generate.