genode-ehmry/repos/base/mk
2016-05-23 15:52:38 +02:00
..
spec hw_zynq: refactor specs 2016-04-25 10:48:00 +02:00
base-libs.mk
dep_lib.mk base: remove duplicates from dependency list 2016-04-11 11:51:43 +02:00
dep_prg.mk
generic.mk
global.mk
lib.mk Move rust support to libports 2016-05-23 15:52:38 +02:00
prg.mk Move server API concept to base framework 2016-04-11 11:51:46 +02:00
README
util.inc

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/'.