mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-29 18:18:54 +00:00
82e2900aa7
This patch revises the implementation of nitpicker in the following respects: - Split the implementation into smaller files, - Consistently use the 'Nitpicker' namespace, - Avoid the use of format strings, - Retire old (and hackish) debug mode, - Removal of unused timer connection, - Merging 'Session' into 'Session_component', - Merging 'Mode' into 'User_state', - Adding the notions of 'View_owner' and 'Focus' as interfaces, - Untangle 'User_state' and 'View_stack'
5 lines
114 B
Makefile
5 lines
114 B
Makefile
TARGET = nitpicker
|
|
LIBS = base blit
|
|
SRC_CC = $(notdir $(wildcard $(PRG_DIR)/*.cc))
|
|
SRC_BIN = default.tff
|