ifeq ($(strip $(DS_TARGET_GXX)),y) ifeq ($(strip $(DS_LIB_libuClibcxx)),y) LIBS+=uclibcxx endif endif ifeq ($(strip $(DS_LIB_libcapi20)),y) LIBS+=capi endif ifeq ($(strip $(DS_LIB_libffi)),y) LIBS+=ffi-sable endif ifeq ($(strip $(DS_LIB_libgpg_error)),y) LIBS+=libgpg-error endif ifeq ($(strip $(DS_LIB_libjpeg)),y) LIBS+=libjpeg endif ifeq ($(strip $(DS_LIB_libgcrypt)),y) LIBS+=libgcrypt endif ifeq ($(strip $(DS_LIB_liblzo2)),y) LIBS+=lzo endif ifeq ($(strip $(DS_LIB_libevent)),y) LIBS+=libevent endif ifeq ($(strip $(DS_LIB_libmad)),y) LIBS+=mad endif ifeq ($(strip $(DS_LIB_libncurses)),y) LIBS+=ncurses endif ifeq ($(strip $(DS_LIB_libpcap)),y) LIBS+=libpcap endif #ifeq ($(strip $(DS_LIB_libpjsip)),y) #LIBS+=libpjsip #endif ifeq ($(strip $(DS_LIB_libcrypto)),y) # libssl depends on libcrypto LIBS+=openssl endif ifeq ($(strip $(DS_LIB_libz)),y) LIBS+=zlib endif ifeq ($(strip $(DS_LIB_libreadline)),y) LIBS+=readline endif ifeq ($(strip $(DS_LIB_libmatrixssl)),y) LIBS+=matrixssl endif ifeq ($(strip $(DS_LIB_libusb)),y) LIBS+=usb endif ifeq ($(strip $(DS_LIB_libpng)),y) LIBS+=libpng endif ifeq ($(strip $(DS_LIB_libart)),y) LIBS+=libart endif ifeq ($(strip $(DS_LIB_libfreetype)),y) LIBS+=freetype endif ifeq ($(strip $(DS_LIB_libelf)),y) LIBS+=libelf endif ifeq ($(strip $(DS_LIB_libglib)),y) LIBS+=glibl endif ifeq ($(strip $(DS_LIB_libintl)),y) LIBS+=gettext endif ifeq ($(strip $(DS_LIB_libiconv)),y) LIBS+=libiconv endif