PKGDIR  ?= .
L4DIR   ?= $(PKGDIR)/../..

TARGET   = include plugins server lib

include $(L4DIR)/mk/Makeconf

ifeq ($(CONFIG_L4_LIBC),musl)
$(warning  Musl does not support dlopen from statically linked binaries)
TARGET :=
endif

include $(L4DIR)/mk/subdir.mk

#server: tool
server: include
plugins: include
server: plugins
