genode/repos/base/mk
2024-05-29 08:37:07 +02:00
..
spec openssl: do not depend on ARM CPU probing 2021-02-23 12:07:16 +01:00
a.mk mk: remove implicit build of shared libraries 2023-11-28 14:44:29 +01:00
abi.mk mk: .lib.so and .abi.so depend on linker scripts 2023-12-01 09:49:31 +01:00
base-libs.mk base: remove alarm library from base 2020-10-09 13:33:36 +02:00
dep_abi.mk mk: remove implicit build of shared libraries 2023-11-28 14:44:29 +01:00
dep_lib.mk mk: remove implicit build of shared libraries 2023-11-28 14:44:29 +01:00
dep_prg.mk mk: remove implicit build of shared libraries 2023-11-28 14:44:29 +01:00
dep.inc mk: remove implicit build of shared libraries 2023-11-28 14:44:29 +01:00
generic.mk dde_linux: build initcall_table.c after objects 2024-04-12 15:00:44 +02:00
global.mk mk: remove implicit build of shared libraries 2023-11-28 14:44:29 +01:00
prg.mk mk: remove unused LIB_SO_DEPS variable 2023-12-01 09:45:47 +01:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
so.mk mk: .lib.so and .abi.so depend on linker scripts 2023-12-01 09:49:31 +01:00
util.inc base: add check_tool utility to build system 2024-05-29 08:37:07 +02:00

This directory contains the build system. In consists mainly of makefile
templates for different directory roles.

:'global.mk': This file contains global variables, for example the
  definitions of the tools to use.

:'generic.mk': Generic rules for creating file types from others.

:'prg.mk': This file represents the target binary role of a directory.
  It must be included by all makefiles that build programs.

:'lib.mk': This file represents a library role. It is never used from
  within the 'src/' directory but only from the <libname>.mk files
  in 'lib/mk/'.