add sm_decrementer

This commit is contained in:
Joe Thornber
2011-11-08 11:08:16 +00:00
parent dedf5edecc
commit 61a6db080d
3 changed files with 72 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ SOURCE=\
metadata_dumper.cc \
metadata_disk_structures.cc \
restore_emitter.cc \
space_map.cc \
space_map_disk.cc \
thin_pool.cc \
transaction_manager.cc \
@@ -25,7 +26,7 @@ PROGRAM_SOURCE=\
OBJECTS=$(subst .cc,.o,$(SOURCE))
TOP_DIR:=$(PWD)
CPPFLAGS=-Wall -g -I$(TOP_DIR) -O8
CPPFLAGS=-Wall -g -I$(TOP_DIR)
#CPPFLAGS=-Wall -std=c++0x -g -I$(TOP_DIR)
LIBS=-lstdc++ -lboost_program_options -lexpat