genode/repos/os/src/server/nitpicker/target.mk
Norman Feske 82e2900aa7 nitpicker: re-organize implementation
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'
2017-11-30 11:23:14 +01:00

5 lines
114 B
Makefile

TARGET = nitpicker
LIBS = base blit
SRC_CC = $(notdir $(wildcard $(PRG_DIR)/*.cc))
SRC_BIN = default.tff