genode/repos/base/mk
Alexy Gallardo Segura de87ecfc62 foc_odroid_x2: basic configuration for gpio pins
Fixes #1669
2015-09-30 12:20:38 +02:00
..
spec foc_odroid_x2: basic configuration for gpio pins 2015-09-30 12:20:38 +02:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
base-libs.mk Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
dep_lib.mk Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
dep_prg.mk Remove always_hybrid spec 2015-09-09 15:14:27 +02:00
generic.mk Build-system support for creating host tools 2014-05-27 11:14:42 +02:00
global.mk Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
lib.mk Remove repos/qt4, fix #1451 2015-03-19 08:57:20 +01:00
prg.mk Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
util.inc Build-system support for ported 3rd-party code 2014-05-27 11:14:42 +02:00

README

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