]> andersk Git - moira.git/blob - incremental/Makefile
Initial revision
[moira.git] / incremental / Makefile
1 # $Header$
2
3 CFLAGS = -I../include -O
4 LIBS = -L../lib -lsms -lcom_err -lzephyr -lauth -lsys -lkrb -ldes
5
6
7 all: afs.incr
8
9 afs.incr: afs.o
10         cc -o afs.incr afs.o ${LIBS}
11
12 clean:
13         rm -f *.o
14         rm -f afs.incr
15
16 install: all
17         install -c afs.incr ../bin
This page took 0.033819 seconds and 5 git commands to generate.