]> andersk Git - moira.git/blobdiff - clients/blanche/Makefile
randomized continuation lines
[moira.git] / clients / blanche / Makefile
index 984d57c0b8ec8a654c41f53314b97098d46fbc56..7b2eadb2c0f5707df2f6606fbafc02218f032c6b 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile for SMS clients blanche
+# Makefile for Moira clients blanche
 #
 #      MIT Project Athena
 #
@@ -6,13 +6,17 @@
 #      $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
 
-SMSLIB = -L../../lib -lsms -lgdb -lcom_err -lkrb -ldes
+MOIRALIB = -L../../lib -lmoira -lgdb -lcom_err -lkrb -ldes -lhesiod
 
 PROGS= blanche
 
@@ -20,7 +24,7 @@ all:  ${PROGS}
 
 blanche: blanche.o
        rm -f blanche
-       cc -o blanche blanche.o ${SMSLIB}
+       cc -o blanche blanche.o ${MOIRALIB}
 
 lint:
        lint *.c
@@ -30,4 +34,13 @@ clean:
        rm -f ${PROGS}
 
 install:       ${PROGS}
-       install -s blanche ${DESTDIR}/usr/athena/blanche
+       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.027462 seconds and 4 git commands to generate.