]> andersk Git - moira.git/blame - afssync/Makefile
Better handling of foreign users and errors of users with bad-names
[moira.git] / afssync / Makefile
CommitLineData
a04caf14 1# $Header$
2
b06e612a 3AFSDIR = /mit/afsdev/bld/dest
4CFLAGS = -I$(AFSDIR)/include -I$(AFSDIR)/include/afs -I../include -O
a04caf14 5
2607af54 6OBJS= ptutils.o ptprocs.o utils.o ubik.o
b06e612a 7LIBS= -L../lib -lmoira -lcom_err -lkrb -ldes \
a04caf14 8 /usr/rtingres/lib/libqlib /usr/rtingres/lib/compatlib
9
b06e612a 10AFSLIBS=$(AFSDIR)/lib/afs/libprot.a $(AFSDIR)/lib/afs/libauth.a \
11 $(AFSDIR)/lib/libubik.a $(AFSDIR)/lib/afs/util.a \
12 $(AFSDIR)/lib/librxkad.a $(AFSDIR)/lib/afs/libsys.a \
13 $(AFSDIR)/lib/librx.a $(AFSDIR)/lib/liblwp.a
14
a04caf14 15.SUFFIXES: .qc
16
17.qc.c:
18 rm -f $*.c
19 /usr/rtingres/bin/eqc -p $*
20
b06e612a 21all: sync ptdump
a04caf14 22
23sync: sync.o $(OBJS)
b06e612a 24 $(CC) -o sync sync.o $(OBJS) $(AFSLIBS) $(LIBS)
a04caf14 25sync.c: sync.qc
26
b06e612a 27ptdump: ptdump.o
28 cc -o ptdump ptdump.o $(AFSLIBS) -lkrb -ldes
a04caf14 29
30clean:
31 rm -f *.o resync.c sync.c resync sync startsync prnewlist prnewuser
This page took 0.054635 seconds and 5 git commands to generate.