{ "protoc": { "type": "export" , "doc": [ "The protobuffer compiler." , "" , "This target typically is used as an implicit dependency of" , "the protobuffer rules." ] , "target": ["src/google/protobuf", "protoc"] , "flexible_config": [ "OS" , "ARCH" , "HOST_ARCH" , "TARGET_ARCH" , "TOOLCHAIN_CONFIG" , "DEBUG" , "CXX" , "CXXFLAGS" , "ADD_CXXFLAGS" , "AR" , "ENV" , "CC" , "CFLAGS" , "ADD_CFLAGS" , "PKG_CONFIG_ARGS" ] } , "libprotoc": { "type": "export" , "doc": [] , "target": ["src/google/protobuf", "libprotoc"] , "flexible_config": [ "OS" , "ARCH" , "HOST_ARCH" , "TARGET_ARCH" , "TOOLCHAIN_CONFIG" , "DEBUG" , "CXX" , "CXXFLAGS" , "ADD_CXXFLAGS" , "AR" , "ENV" , "CC" , "CFLAGS" , "ADD_CFLAGS" , "PKG_CONFIG_ARGS" ] } , "libprotobuf": { "type": "export" , "target": ["src/google/protobuf", "libprotobuf"] , "flexible_config": [ "OS" , "ARCH" , "HOST_ARCH" , "TARGET_ARCH" , "TOOLCHAIN_CONFIG" , "DEBUG" , "CXX" , "CXXFLAGS" , "ADD_CXXFLAGS" , "AR" , "ENV" , "CC" , "CFLAGS" , "ADD_CFLAGS" , "PKG_CONFIG_ARGS" ] } , "libprotobuf_lite": { "type": "export" , "target": ["src/google/protobuf", "libprotobuf_lite"] , "flexible_config": [ "OS" , "ARCH" , "HOST_ARCH" , "TARGET_ARCH" , "TOOLCHAIN_CONFIG" , "DEBUG" , "CXX" , "CXXFLAGS" , "ADD_CXXFLAGS" , "AR" , "ENV" , "CC" , "CFLAGS" , "ADD_CFLAGS" , "PKG_CONFIG_ARGS" ] } , "installed protoc": {"type": ["@", "rules", "CC", "install-with-deps"], "targets": ["protoc"]} , "installed protoc (no debug)": { "type": "configure" , "target": "installed protoc" , "config": {"type": "'", "$1": {"DEBUG": null}} } , "toolchain_headers": {"type": "install", "deps": ["libprotobuf"]} , "toolchain": { "type": "install" , "dirs": [["installed protoc (no debug)", "."], ["toolchain_headers", "include"]] } }