aboutsummaryrefslogtreecommitdiff
path: root/migrate/buildfile
blob: 72d7f2ec0b1b431eb4ee4f00172378084637c56e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# file      : migrate/buildfile
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license   : MIT; see accompanying LICENSE file

import libs  = libodb%lib{odb}
import libs += libodb-pgsql%lib{odb-pgsql}
import libs += libbutl%lib{butl}

include ../brep/

exe{brep-migrate}:                   \
{            cxx}{ migrate }         \
{hxx ixx     cxx}{ migrate-options } \
../brep/lib{brep} $libs

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

if $cli.configured
{
  cli.options += -I $src_root --include-with-brackets --include-prefix migrate \
--guard-prefix MIGRATE --generate-specifier --page-usage print_ --ansi-color \
--long-usage
}

# Include generated cli files into the distribution.
#
{hxx ixx cxx}{migrate-options}: dist = true