]> andersk Git - moira.git/commitdiff
added ksrvtgt & depend
authormar <mar>
Wed, 29 Nov 1989 14:58:18 +0000 (14:58 +0000)
committermar <mar>
Wed, 29 Nov 1989 14:58:18 +0000 (14:58 +0000)
incremental/Makefile

index 6b02017d36bd590a310d9b9330601dc26e21c9f1..d3e5bc6434c197bf2b320f44f97e7f01f5c3d512 100644 (file)
@@ -1,17 +1,36 @@
 # $Header$
 
+SRCS = afs.c ksrvtgt.c
 CFLAGS = -I../include -O
-LIBS = -L../lib -lsms -lcom_err -lzephyr -lauth -lsys -lkrb -ldes
+LIBS = -L../lib -lsms -lcom_err -lzephyr -lkrb -ldes
 
 
-all: afs.incr
+all: afs.incr ksrvtgt
 
 afs.incr: afs.o
        cc -o afs.incr afs.o ${LIBS}
 
+ksrvtgt: ksrvtgt.o
+       cc -o ksrvtgt ksrvtgt.o ${LIBS}
+
 clean:
        rm -f *.o
-       rm -f afs.incr
+       rm -f afs.incr ksrvtgt
 
 install: all
        install -c afs.incr ../bin
+
+depend:
+       mkdep ${CFLAGS} ${SRCS}
+
+# DO NOT DELETE THIS LINE -- mkdep uses it.
+# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
+
+afs.o: afs.c ../include/sms.h /usr/include/sms_et.h ../include/sms_app.h
+afs.o: ../include/mit-copyright.h /usr/include/sys/file.h
+ksrvtgt.o: ksrvtgt.c /usr/include/stdio.h /usr/include/sys/param.h
+ksrvtgt.o: /usr/include/machine/machparam.h /usr/include/signal.h
+ksrvtgt.o: /usr/include/sys/types.h ../include/krb.h ../include/mit-copyright.h
+ksrvtgt.o: ../include/des.h ../include/mit-copyright.h
+
+# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
This page took 0.05158 seconds and 5 git commands to generate.