]> andersk Git - moira.git/blame_incremental - incremental/Makefile
Initial revision
[moira.git] / incremental / Makefile
... / ...
CommitLineData
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.03351 seconds and 5 git commands to generate.