genode/libports/src/lib
Norman Feske fae63f4fa9 Merge base libraries into a single library
This patch simplifies the way of how Genode's base libraries are
organized. Originally, the base API was implemented in the form of many
small libraries such as 'thread', 'env', 'server', etc. Most of them
used to consist of only a small number of files. Because those libraries
are incorporated in any build, the checking of their inter-dependencies
made the build process more verbose than desired. Also, the number of
libraries and their roles (core only, non-core only, shared by both core
and non-core) were not easy to capture.

Hereby, the base libraries have been reduced to the following few
libraries:

- startup.mk contains the startup code for normal Genode processes.
  On some platform, core is able to use the library as well.
- base-common.mk contains the parts of the base library that are
  identical by core and non-core processes.
- base.mk contains the complete base API implementation for non-core
  processes

Consequently, the 'LIBS' declaration in 'target.mk' files becomes
simpler as well. In the most simple case, only the 'base' library must
be mentioned.

Fixes #18
2013-02-19 14:45:55 +01:00
..
egl Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
ffat Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
gallium Merge base libraries into a single library 2013-02-19 14:45:55 +01:00
gmp x86_64 and ARM support for libgmp 2012-07-04 14:56:48 +02:00
libav Add 'libav' to libports 2012-05-29 13:54:59 +02:00
libc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
libc_ffat Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
libc_fs Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
libc_lock_pipe libc_lock_pipe: implement F_GETFL 'fcntl()' command 2013-01-21 11:40:38 +01:00
libc_log Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
libc_lwip libc_lwip: use libc's 'get-/freeaddrinfo()' 2013-02-11 12:01:27 +01:00
libc_lwip_loopback Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
libc_lwip_nic_dhcp libc_lwip_nic_dhcp: Add static IP configuration 2013-01-24 11:35:56 +01:00
libc_resolv Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
libc_rom Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
libc_terminal Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
libdrm Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
libpng Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
lwip Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
openssl libports: fix openssl issues and update to 1.0.1c 2012-07-20 14:43:35 +02:00
pcre libports: add pcre-8.3 (8bit only) 2012-08-17 11:51:57 +02:00
pthread Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
python Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
readline Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
sdl New Input::Event::FOCUS, rename keycode to code 2013-01-15 10:18:11 +01:00