kmp.h kmp-search.h binsearch.h \
partmap.h
-export LIBUCW_LIBS=
-
ifdef CONFIG_UCW_THREADS
# Some modules require threading
LIBUCW_MODS+=threads-conf workqueue asio fb-direct
include $(s)/ucw/getopt/Makefile
endif
-ifdef CONFIG_PCRE
-LIBUCW_LIBS+=-lpcre
-endif
-
LIBUCW_INCLUDES=$(LIBUCW_MAIN_INCLUDES)
include $(s)/ucw/sorter/Makefile
threads=
#endif
+#ifdef CONFIG_PCRE
+regex=-lpcre
+#else
+regex=
+#endif
+
perl_modules_dir=@INSTALL_PERL_DIR@
perl_module_flags=-I${perl_modules_dir}
build_system=@INSTALL_SHARE_DIR@/ucw/build
Description: A library of utility functions and data structures
Version: @SHERLOCK_VERSION@
Cflags: -I${incdir}
-Libs: -L${libdir} -lucw ${threads} @LIBUCW_LIBS@
+Libs: -L${libdir} -lucw ${threads} ${regex}