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