From bfd63c8ec0e060c8c28bd3fc6acf9af4460bc208 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 10 Jul 2017 18:20:08 +0300 Subject: Make use of wildcards in buildfiles --- migrate/buildfile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'migrate') diff --git a/migrate/buildfile b/migrate/buildfile index 0c8fc97..1115557 100644 --- a/migrate/buildfile +++ b/migrate/buildfile @@ -8,10 +8,9 @@ import libs += libbutl%lib{butl} include ../libbrep/ -exe{brep-migrate}: \ -{ cxx}{ migrate } \ -{hxx ixx cxx}{ migrate-options } \ -../libbrep/lib{brep} $libs +exe{brep-migrate}: {hxx ixx cxx}{* -migrate-options} \ + {hxx ixx cxx}{ migrate-options} \ + ../libbrep/lib{brep} $libs # Generated options parser. # @@ -25,5 +24,5 @@ if $cli.configured # Include generated cli files into the distribution. # - cli.cxx{migrate-options}: dist = true + cli.cxx{*}: dist = true } -- cgit v1.1