github.com/cheshirekow/buildtools@v0.0.0-20200224190056-5d637702fe81/build/testdata/042.in (about) 1 2 filegroup( 3 name = "foo" + cpu, 4 srcs = [ 5 prefix + "/bin/" + triple + "-objcopy" 6 ] + ([ 7 prefix + "/bin/ccperf-collect", 8 "what"] if triple != 'sparc' else []) 9 + glob([ 10 "moar_thing/*"]) 11 )