123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- # Generated by devtools/yamaker.
- LIBRARY()
- WITHOUT_LICENSE_TEXTS()
- VERSION(8.45)
- LICENSE(BSD-3-Clause)
- ADDINCL(
- contrib/libs/pcre
- )
- NO_COMPILER_WARNINGS()
- NO_RUNTIME()
- CFLAGS(
- -DHAVE_CONFIG_H
- )
- SRCDIR(contrib/libs/pcre)
- SRCS(
- pcre32_byte_order.c
- pcre32_chartables.c
- pcre32_compile.c
- pcre32_config.c
- pcre32_dfa_exec.c
- pcre32_exec.c
- pcre32_fullinfo.c
- pcre32_get.c
- pcre32_globals.c
- pcre32_jit_compile.c
- pcre32_maketables.c
- pcre32_newline.c
- pcre32_ord2utf32.c
- pcre32_refcount.c
- pcre32_string_utils.c
- pcre32_study.c
- pcre32_tables.c
- pcre32_ucd.c
- pcre32_utf32_utils.c
- pcre32_valid_utf32.c
- pcre32_version.c
- pcre32_xclass.c
- pcre_chartables.c
- )
- END()
|