genode/repos/libports/lib/mk/sdl_net.mk

13 lines
318 B
Makefile
Raw Normal View History

SDL_NET_PORT_DIR := $(call select_from_ports,sdl_net)
SDL_NET_DIR := $(SDL_NET_PORT_DIR)/src/lib/sdl_net
2013-10-22 23:35:05 +02:00
SRC_C = $(notdir $(wildcard $(SDL_NET_PORT_DIR)/src/lib/sdl_net/SDLnet*.c))
2013-10-22 23:35:05 +02:00
vpath %.c $(SDL_NET_PORT_DIR)/src/lib/sdl_net
2013-10-22 23:35:05 +02:00
INC_DIR += $(SDL_NET_PORT_DIR)/src/lib/sdl_net
2013-10-22 23:35:05 +02:00
LIBS += libc sdl
SHARED_LIB = yes