ldid := true
entitle := $(ldid)
dll := so
-apr := $(shell apr-1-config --link-ld)
+apr := -lapr-1
library := $(apr) -lffi -lsqlite3
console := $(apr) -lreadline
depends :=
ifeq ($(filter ObjectiveC,$(filters)),)
ifneq ($(shell which gnustep-config 2>/dev/null),)
-#include GNUstep.mk
+include GNUstep.mk
endif
endif