summaryrefslogtreecommitdiff
path: root/examples/file/buildfile
blob: d26a9d69f2089a7c683d2fc9e23b16a5fe146c01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# file      : examples/file/buildfile
# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
# license   : MIT; see accompanying LICENSE file

exe{driver}: cxx{driver} {hxx ixx cxx}{options} doc{README} file{test.ops}
exe{driver}: test.arguments = --options-file $src_base/test.ops

cxx.poptions =+ -I$out_base

# Generated options parser.
#
{hxx ixx cxx}{options}: cli{options}

cli.options = --generate-file-scanner