Import("*")
lib = env.MyLibrary("b_plus_tree", buildname=args["buildname"], LIBS=["c"], CCFLAGS="-include %s" % args["conf"])
if len(lib) > 1:
    env.Depends(lib[1], "#%s" % args["conf"])
Return("lib")
