stasis-bLSM/sherpa/main/Makefile
michim abda0606de moving to thrift
git-svn-id: svn+ssh://svn.corp.yahoo.com/yahoo/yrl/labs/pnuts/code/logstore@2545 8dad8b1f-cf64-0410-95b6-bcf113ffbcfe
2011-05-12 00:30:02 +00:00

26 lines
546 B
Makefile

include /home/y/share/yahoo_cfg/Make.defs
USE_OSE = no
EXETARGET = lsm_server lsm_client
CXXSRC = $(addsuffix .cc, $(EXETARGET))
LCLEAN += *~
WARN += -Werror -Wall
LINC += -I../ -I /home/y/include/thrift -I /home/y/include/boost/tr1/ -I ../../
LDLIBS += -L../ -ldht_persistent_store -lLSMServer
LDFLAGS += -Wl,-rpath,/home/y/lib64 -Wl,-rpath,../../build
ifdef UNIT_TEST
CXXFLAGS += -O0 -g -DUNIT_TEST
endif
ifdef DEBUG
CXXFLAGS += -O0 -g
endif
include /home/y/share/yahoo_cfg/Make.rules
$(EXETARGET): $(addsuffix .o, $@)