Build tool
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

sample.bbb 319B

1234567891011121314
  1. foo:="this is a long file name" and some more text bar := hello
  2. other_files := foo.c bar.c baz.c
  3. files:=
  4. src/file-a.c
  5. src/file\ with\ space.c
  6. "src/fully quoted file.c"
  7. src/$foo.c
  8. $other_files
  9. cflags :=-g -O3 -DTITLE="Hello World"
  10. cflags += these values will be appended
  11. cflags =+ these values will be prepended