"replication/ir/record.cc" did not exist on "185c848a314ea3fa97149d88f5a462ee0a0f4bc6"
Forked from
syslab / tapir
96 commits behind the upstream repository.
-
Irene Y Zhang authored185c848a
Rules.mk 501 B
d := $(dir $(lastword $(MAKEFILE_LIST)))
SRCS += $(addprefix $(d), client.cc shardclient.cc qwstore.cc server.cc)
PROTOS += $(addprefix $(d), qw-proto.proto)
OBJS-qw-server := $(LIB-backend) $(o)qw-proto.o $(o)qwstore.o $(o)server.o
OBJS-qw-client := $(LIB-message) $(LIB-udptransport) $(LIB-request) $(LIB-common) \
$(LIB-frontend) $(o)qw-proto.o $(o)shardclient.o $(o)client.o
$(d)server: $(LIB-message) $(LIB-udptransport) $(LIB-request) $(LIB-common) $(OBJS-qw-server)
BINS += $(d)server