]> andersk Git - moira.git/blame - incremental/Makefile
sms -> moira
[moira.git] / incremental / Makefile
CommitLineData
fb8809f4 1# $Header$
2
c63e9dd3 3SRCS = afs.c ksrvtgt.c
fb8809f4 4CFLAGS = -I../include -O
c63e9dd3 5LIBS = -L../lib -lsms -lcom_err -lzephyr -lkrb -ldes
fb8809f4 6
7
c63e9dd3 8all: afs.incr ksrvtgt
fb8809f4 9
10afs.incr: afs.o
11 cc -o afs.incr afs.o ${LIBS}
12
c63e9dd3 13ksrvtgt: ksrvtgt.o
14 cc -o ksrvtgt ksrvtgt.o ${LIBS}
15
fb8809f4 16clean:
17 rm -f *.o
c63e9dd3 18 rm -f afs.incr ksrvtgt
fb8809f4 19
20install: all
21 install -c afs.incr ../bin
c63e9dd3 22
23depend:
24 mkdep ${CFLAGS} ${SRCS}
25
26# DO NOT DELETE THIS LINE -- mkdep uses it.
27# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
28
29afs.o: afs.c ../include/sms.h /usr/include/sms_et.h ../include/sms_app.h
30afs.o: ../include/mit-copyright.h /usr/include/sys/file.h
31ksrvtgt.o: ksrvtgt.c /usr/include/stdio.h /usr/include/sys/param.h
32ksrvtgt.o: /usr/include/machine/machparam.h /usr/include/signal.h
33ksrvtgt.o: /usr/include/sys/types.h ../include/krb.h ../include/mit-copyright.h
34ksrvtgt.o: ../include/des.h ../include/mit-copyright.h
35
36# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
This page took 0.043262 seconds and 5 git commands to generate.