// Use of this source code is governed by a BSD-style license that can be// found in the LICENSE file.import'../project.dart';// The setting that controls the executable name in the linux makefile.constString_kBinaryNameVariable='BINARY_NAME=';/// Extracts the `BINARY_NAME` from a linux project Makefile.////// Returns `null` if it cannot be found.StringmakefileExecutableName(LinuxProjectproject){