]> andersk Git - moira.git/blame - incremental/Imakefile
look for gdss in the right place
[moira.git] / incremental / Imakefile
CommitLineData
3a3bd871 1# $Header$
2
3AFSDIR = /mit/afsdev/bld/dest
4AFSLIBS=$(AFSDIR)/lib/afs/libprot.a $(AFSDIR)/lib/afs/libauth.a \
5 $(AFSDIR)/lib/libubik.a $(AFSDIR)/lib/afs/util.a \
6 $(AFSDIR)/lib/librxkad.a $(AFSDIR)/lib/afs/libsys.a \
7 $(AFSDIR)/lib/librx.a $(AFSDIR)/lib/liblwp.a
8
9SRCS = afs.c ksrvtgt.c
10CODE = $(SRCS)
11DEBUG = -O
12CFLAGS = -I../include -I$(AFSDIR)/include -I/usr/athena/include $(DEBUG)
13LIBS = -L../lib -L/usr/athena/lib -lmoira -lzephyr -lmrgdb -lcom_err -lhesiod -lkrb -ldes
14SRCDIR = $(SRCTOP)/incremental
15
16program(afs.incr,afs.o,,${AFSLIBS} ${LIBS},${PROGDIR})
17program(ksrvtgt,ksrvtgt.o,,${LIBS},${PROGDIR})
This page took 0.59454 seconds and 5 git commands to generate.