Skip to content
Snippets Groups Projects
Commit f31a2f50 authored by Irene Y Zhang's avatar Irene Y Zhang
Browse files

adding a file to compile a tapir shared library

parent 04215373
No related branches found
No related tags found
No related merge requests found
......@@ -122,6 +122,7 @@ $(foreach bin,$(1),$(eval LDFLAGS-$(bin) += $(2)))
endef
include lib/Rules.mk
include libtapir/Rules.mk
include replication/common/Rules.mk
include replication/vr/Rules.mk
include replication/ir/Rules.mk
......
d := $(dir $(lastword $(MAKEFILE_LIST)))
$(d)libtapir.so: $(patsubst %.o,%-pic.o, $(OBJS-or-client) $(OBJS-span-client) $(OBJS-qw-client))
LDFLAGS-$(d)libtapir.so += -shared
BINS += $(d)libtapir.so
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment