mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 06:33:31 +00:00
ca971bbfd8
This patch changes the top-level directory layout as a preparatory step for improving the tools for managing 3rd-party source codes. The rationale is described in the issue referenced below. Issue #1082
32 lines
765 B
Makefile
32 lines
765 B
Makefile
LIBS = base blit scout_gfx
|
|
SRC_CC = tick.cc elements.cc widgets.cc scrollbar.cc
|
|
|
|
SCOUT_DIR = $(REP_DIR)/src/app/scout
|
|
|
|
INC_DIR += $(SCOUT_DIR)/include
|
|
|
|
vpath % $(SCOUT_DIR)/data
|
|
vpath %.cc $(SCOUT_DIR)
|
|
|
|
SRC_TFF = vera16.tff \
|
|
verai16.tff \
|
|
vera18.tff \
|
|
vera20.tff \
|
|
vera24.tff \
|
|
verabi10.tff \
|
|
mono16.tff
|
|
|
|
SRC_RGBA = uparrow.rgba \
|
|
downarrow.rgba \
|
|
slider.rgba \
|
|
sizer.rgba \
|
|
titlebar.rgba \
|
|
loadbar.rgba \
|
|
redbar.rgba \
|
|
whitebar.rgba \
|
|
kill_icon.rgba \
|
|
opened_icon.rgba \
|
|
closed_icon.rgba
|
|
|
|
SRC_BIN = $(SRC_TFF) $(SRC_MAP) $(SRC_RGBA)
|