mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
85a2ebc1c4
Issue #1082
13 lines
318 B
Makefile
13 lines
318 B
Makefile
SDL_NET_PORT_DIR := $(call select_from_ports,sdl_net)
|
|
SDL_NET_DIR := $(SDL_NET_PORT_DIR)/src/lib/sdl_net
|
|
|
|
SRC_C = $(notdir $(wildcard $(SDL_NET_PORT_DIR)/src/lib/sdl_net/SDLnet*.c))
|
|
|
|
vpath %.c $(SDL_NET_PORT_DIR)/src/lib/sdl_net
|
|
|
|
INC_DIR += $(SDL_NET_PORT_DIR)/src/lib/sdl_net
|
|
|
|
LIBS += libc sdl
|
|
|
|
SHARED_LIB = yes
|