You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
genode/repos/libports/lib/mk/sdl_net.mk

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