Commit 550fff4e authored by Yoni Fogel's avatar Yoni Fogel

addresses #479

change makefiles to support tlog versions of rangetree and lock tree

git-svn-id: file:///svn/tokudb@2727 c7de825b-a66e-492c-adef-691d508d4ae1
parent d1a6ea85
......@@ -44,7 +44,7 @@ default: check
all: make_libs $(ALL_TESTS)
check: check.lin check.tlin #check.tlog check.log
check: check.lin check.tlin check.tlog #check.log
@ echo $@ ok
tests.lin: make_libs $(LIN_TESTS)
@ echo $@ ok
......@@ -102,7 +102,7 @@ libs:
RT_LINEAR_BINS = ../../range_tree/linear.o
RT_TLINEAR_BINS = ../../range_tree/linear.o
RT_TLOG_BINS = ../../range_tree/tlog.o
RT_TLOG_BINS = ../../range_tree/log_nooverlap.o ../../range_tree/tokuredblack.o
RT_LOG_BINS = ../../range_tree/log.o
LT_BINS = ../lth.o ../rth.o
......
......@@ -23,7 +23,7 @@ CFLAGS+=-fno-common
endif
.PHONY: install logformat
install: linear.o rangetree.o #log_nooverlap.o log.o
install: linear.o rangetree.o log_nooverlap.o tokuredblack.o #log.o
clean:
rm -rf *.o *.gcno *.gcda *.gcov
......@@ -39,3 +39,5 @@ linear.o: linear.c $(HEADERS)
log.o: log.c $(HEADERS)
log_nooverlap.o: log_nooverlap.c $(HEADERS)
tokuredblack.o: tokuredblack.c $(HEADERS) tokuredblack.h
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment