]> andersk Git - moira.git/blobdiff - incremental/Makefile
Used /bin/sh format instead of /bin/csh format, by accident.
[moira.git] / incremental / Makefile
index d3e5bc6434c197bf2b320f44f97e7f01f5c3d512..1a0f020248c35806ca2ebb19ac5142bd00736d68 100644 (file)
@@ -1,14 +1,20 @@
 # $Header$
 
-SRCS = afs.c ksrvtgt.c
-CFLAGS = -I../include -O
-LIBS = -L../lib -lsms -lcom_err -lzephyr -lkrb -ldes
+AFSDIR = /mit/afsdev/bld/dest
+AFSLIBS=$(AFSDIR)/lib/afs/libprot.a    $(AFSDIR)/lib/afs/libauth.a \
+       $(AFSDIR)/lib/libubik.a        $(AFSDIR)/lib/afs/util.a \
+       $(AFSDIR)/lib/librxkad.a       $(AFSDIR)/lib/afs/libsys.a \
+       $(AFSDIR)/lib/librx.a          $(AFSDIR)/lib/liblwp.a
 
+SRCS = afs.c ksrvtgt.c
+DEBUG = -O
+CFLAGS = -I../include -I$(AFSDIR)/include $(DEBUG)
+LIBS = -L../lib -lmoira -lzephyr -lgdb -lcom_err -lhesiod -lkrb -ldes
 
 all: afs.incr ksrvtgt
 
 afs.incr: afs.o
-       cc -o afs.incr afs.o ${LIBS}
+       cc -o afs.incr afs.o ${AFSLIBS} ${LIBS}
 
 ksrvtgt: ksrvtgt.o
        cc -o ksrvtgt ksrvtgt.o ${LIBS}
@@ -24,13 +30,10 @@ depend:
        mkdep ${CFLAGS} ${SRCS}
 
 # DO NOT DELETE THIS LINE -- mkdep uses it.
-# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
 
-afs.o: afs.c ../include/sms.h /usr/include/sms_et.h ../include/sms_app.h
+afs.o: afs.c ../include/moira.h ../include/mr_et.h ../include/moira_site.h
 afs.o: ../include/mit-copyright.h /usr/include/sys/file.h
 ksrvtgt.o: ksrvtgt.c /usr/include/stdio.h /usr/include/sys/param.h
-ksrvtgt.o: /usr/include/machine/machparam.h /usr/include/signal.h
-ksrvtgt.o: /usr/include/sys/types.h ../include/krb.h ../include/mit-copyright.h
-ksrvtgt.o: ../include/des.h ../include/mit-copyright.h
-
-# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
+ksrvtgt.o: /usr/include/machine/machparam.h /usr/include/sys/signal.h
+ksrvtgt.o: /usr/include/sys/types.h ../include/krb.h
+ksrvtgt.o: ../include/mit-copyright.h ../include/des.h
This page took 0.032858 seconds and 4 git commands to generate.