# -*- mode: python -*-

Import("env windows linux darwin solaris")

env = env.Clone()

env.Append(CCFLAGS=['-Isrc/third_party/s2'])
env.Append(CCFLAGS=['-Isrc/third_party/gflags-2.0/src'])

env.StaticLibrary(
    "coding",
    [ 
	"coder.cc",
	"varint.cc",
    ])
