From d1116775abe546187a979b2481c786b51c2eab0c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 4 May 2021 12:50:16 +0200 Subject: Replace int_ with intf_ and imp_ with impl_ in names --- libbuild2/bash/buildfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libbuild2/bash/buildfile') diff --git a/libbuild2/bash/buildfile b/libbuild2/bash/buildfile index 2fd49ec..e335321 100644 --- a/libbuild2/bash/buildfile +++ b/libbuild2/bash/buildfile @@ -4,13 +4,13 @@ # NOTE: shared imports should go into root.build. # include ../ -imp_libs = ../lib{build2} # Implied interface dependency. +impl_libs = ../lib{build2} # Implied interface dependency. include ../in/ -int_libs = ../in/lib{build2-in} +intf_libs = ../in/lib{build2-in} ./: lib{build2-bash}: libul{build2-bash}: {hxx ixx txx cxx}{** -**.test...} \ - $int_libs $imp_libs + $intf_libs $impl_libs # Unit tests. # @@ -39,7 +39,7 @@ objs{*}: cxx.poptions += -DLIBBUILD2_BASH_SHARED_BUILD lib{build2-bash}: { cxx.export.poptions = "-I$out_root" "-I$src_root" - cxx.export.libs = $int_libs + cxx.export.libs = $intf_libs } liba{build2-bash}: cxx.export.poptions += -DLIBBUILD2_BASH_STATIC -- cgit v1.1