From ec955eb6726b31e26d17c34474619b60f3563194 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 15 Jun 2024 14:24:14 +0200 Subject: Automatically depend on YMakefile (rebuild if necessary), tests --- file.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'file.h') diff --git a/file.h b/file.h index d9a117b..c2d1797 100644 --- a/file.h +++ b/file.h @@ -6,7 +6,7 @@ extern const std::filesystem::path YMakefile; -bool is_buildable_by_extension(const std::filesystem::path& p); +bool is_buildable_by_name(const std::filesystem::path& p); bool is_compile_unit_source_by_extension(const std::filesystem::path& p); bool is_executable_target(const std::filesystem::path& p); @@ -14,6 +14,8 @@ bool is_dynamic_lib(const std::filesystem::path& p); bool is_dynamic_lib_link(const std::filesystem::path& p); bool is_static_lib(const std::filesystem::path& p); bool is_external_lib(const std::filesystem::path& p); +bool is_lib(const std::filesystem::path& p); +bool is_linkable(const std::filesystem::path& p); std::filesystem::path soname_shorter(const std::filesystem::path& p); std::filesystem::path soname_short(const std::filesystem::path& p); std::string dynamic_lib_name(const std::filesystem::path& p); -- cgit v1.2.3