Import("env")
lib = env.MyLibrary("elf", LIBS=["c"])
Return("lib")
