From 3ce1cc0245ace763c31001394c9f9762f645b468 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 9 Apr 2021 13:31:49 +0000 Subject: build system: posix make support: refactored build-flavor dependency schemes. --- sofort/core/_flavor/flavor_static_library_enabled.mk | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sofort/core/_flavor/flavor_static_library_enabled.mk (limited to 'sofort/core/_flavor/flavor_static_library_enabled.mk') diff --git a/sofort/core/_flavor/flavor_static_library_enabled.mk b/sofort/core/_flavor/flavor_static_library_enabled.mk new file mode 100644 index 0000000..20d4bd8 --- /dev/null +++ b/sofort/core/_flavor/flavor_static_library_enabled.mk @@ -0,0 +1,5 @@ +# flavor_static_library_enabled.mk: handling of static library dependencies. +# this file is covered by COPYING.SOFORT. + +package-static: static +package-install-static: install-static -- cgit v1.2.3