Files
genode-world/lib/mk/sdl_net.mk
Norman Feske c3ba011794 Port of libsdl, mixer, image, net, ttf
Imported from genode repository

Issue genodelabs/genode#3100
2019-01-03 16:22:58 +01:00

15 lines
340 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
CC_CXX_WARN_STRICT =