stasis-bLSM/Makefile
sears bed774467a Add simple makefile for building static binaries
git-svn-id: svn+ssh://svn.corp.yahoo.com/yahoo/yrl/labs/pnuts/code/logstore@3506 8dad8b1f-cf64-0410-95b6-bcf113ffbcfe
2011-12-21 21:05:29 +00:00

15 lines
No EOL
505 B
Makefile

INC = -I ../stasis \
-I ../mapkeeper/thrift/gen-cpp/ \
-I ../../local/thrift/include/ \
-I ../../local/thrift/include/thrift \
-I ./sherpa
LIBSRC = $(wildcard *.c) $(wildcard *.cpp)
LIBNAME = logstore
STATIC_LIBS= ./libstdc++.a ../mapkeeper/thrift/gen-cpp/libmapkeeper.a \
-lrt sherpa/LSMServerHandler.cc bin/liblogstore.a \
../stasis/bin/libstasis.a
MAINSRC = $(wildcard main/*.cpp) $(wildcard sherpa/main/*.cc)
include ../stasis/config/Makefile.stasis