]> andersk Git - moira.git/commitdiff
Included rules for building "sync.fast"
authorprobe <probe>
Sun, 5 Jul 1992 13:32:14 +0000 (13:32 +0000)
committerprobe <probe>
Sun, 5 Jul 1992 13:32:14 +0000 (13:32 +0000)
afssync/Makefile

index 3da669b6d2ef864c0598d80603c7fb24ff23d383..8199f323edcead0c1a87d5439ff8503b4a9d42d5 100644 (file)
@@ -18,7 +18,7 @@ AFSLIBS=$(AFSDIR)/lib/afs/libprot.a   $(AFSDIR)/lib/afs/libauth.a \
 
 .qc.c: 
        rm -f $*.c
-       /usr/rtingres/bin/eqc -p $*
+       /usr/rtingres/bin/eqc -p $*.qc
 
 all: sync ptdump migrate pt_util
 
@@ -26,6 +26,10 @@ sync: sync.o $(OBJS)
        $(CC) -o sync sync.o $(OBJS) $(AFSLIBS) $(LIBS)
 sync.c: sync.qc
 
+sync.fast: sync.fast.o $(OBJS)
+       $(CC) -o sync.fast sync.fast.o $(OBJS) $(AFSLIBS) $(LIBS)
+sync.fast.c: sync.fast.qc
+
 ptdump: ptdump.o
        cc -o ptdump ptdump.o $(AFSLIBS) $(LDFLAGS) -ldes
 
This page took 0.07837 seconds and 5 git commands to generate.