]> andersk Git - moira.git/blob - incremental/Makefile
new quota args
[moira.git] / incremental / Makefile
1 # $Header$
2
3 SRCS = afs.c ksrvtgt.c
4 CFLAGS = -I../include -O
5 LIBS = -L../lib -lmoira -lcom_err -lzephyr -lkrb -ldes
6
7
8 all: afs.incr ksrvtgt
9
10 afs.incr: afs.o
11         cc -o afs.incr afs.o ${LIBS}
12
13 ksrvtgt: ksrvtgt.o
14         cc -o ksrvtgt ksrvtgt.o ${LIBS}
15
16 clean:
17         rm -f *.o
18         rm -f afs.incr ksrvtgt
19
20 install: all
21         install -c afs.incr ../bin
22
23 depend:
24         mkdep ${CFLAGS} ${SRCS}
25
26 # DO NOT DELETE THIS LINE -- mkdep uses it.
27
28 afs.o: afs.c ../include/moira.h ../include/mr_et.h ../include/moira_site.h
29 afs.o: ../include/mit-copyright.h /usr/include/sys/file.h
30 ksrvtgt.o: ksrvtgt.c /usr/include/stdio.h /usr/include/sys/param.h
31 ksrvtgt.o: /usr/include/machine/machparam.h /usr/include/sys/signal.h
32 ksrvtgt.o: /usr/include/sys/types.h ../include/krb.h
33 ksrvtgt.o: ../include/mit-copyright.h ../include/des.h
This page took 0.037988 seconds and 5 git commands to generate.