1 # Test zero, one, and multiple element for specifically named LHSs.
24 include_dirs = [ "x" ]
31 cflags = [ "x", "y", "z"]
32 cflags_c = [ "x", "y", "z"]
33 cflags_cc = [ "x", "y", "z"]
34 data = [ "x", "y", "z"]
35 datadeps = [ "x", "y", "z"]
36 defines = [ "x", "y", "z"]
37 deps = [ "x", "y", "z"]
38 include_dirs = [ "x", "y", "z"]
39 inputs = [ "x", "y", "z"]
40 ldflags = [ "x", "y", "z"]
41 outputs = [ "x", "y", "z"]
42 public_deps = [ "x", "y", "z"]
43 sources = [ "x", "y", "z"]