]> mj.ucw.cz Git - libucw.git/blob - ucw/libucw.pc
UCW::CGI: Escaping functions silently convert undef to undef
[libucw.git] / ucw / libucw.pc
1 # pkg-config metadata for libucw
2
3 libdir=@LIBDIR@
4 incdir=.
5
6 #ifdef CONFIG_UCW_THREADS
7 threads=-lpthread
8 #else
9 threads=
10 #endif
11
12 #ifdef CONFIG_UCW_PCRE
13 regex=-lpcre
14 #else
15 regex=
16 #endif
17
18 #ifdef CONFIG_UCW_MONOTONIC_CLOCK
19 rt=-lrt
20 #else
21 rt=
22 #endif
23
24 # Override if you want to use the -pic version
25 picsuffix=
26
27 perl_modules_dir=@INSTALL_PERL_DIR@
28 perl_module_flags=-I${perl_modules_dir}
29 build_system=@INSTALL_SHARE_DIR@/ucw/build
30
31 Name: libucw
32 Description: A library of utility functions and data structures
33 Version: @UCW_VERSION@
34 Cflags: -I${incdir}
35 Libs: -L${libdir} -lucw${picsuffix} ${threads} ${regex} ${rt}