diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-15 13:35:56 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-15 13:35:56 +0300 |
commit | 094638589de6a6c9f91fad0005843fc1c1adc957 (patch) | |
tree | 7d55b9e950eb724da222548997547bf6710b1b58 /contrib/libs/pcre/ya.make | |
parent | bc921e787bed8a51a43725b78382e806800c44c1 (diff) | |
download | ydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz |
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'contrib/libs/pcre/ya.make')
-rw-r--r-- | contrib/libs/pcre/ya.make | 77 |
1 files changed, 0 insertions, 77 deletions
diff --git a/contrib/libs/pcre/ya.make b/contrib/libs/pcre/ya.make deleted file mode 100644 index 85ae150697..0000000000 --- a/contrib/libs/pcre/ya.make +++ /dev/null @@ -1,77 +0,0 @@ -# Generated by devtools/yamaker from nixpkgs a58a0b5098f0c2a389ee70eb69422a052982d990. - -LIBRARY() - -OWNER( - orivej - g:cpp-contrib -) - -VERSION(8.44) - -ORIGINAL_SOURCE(https://ftp.pcre.org/pub/pcre/pcre-8.44.tar.bz2) - -LICENSE( - BSD-2-Clause AND - BSD-3-Clause AND - FSFAP AND - PCRE AND - Public-Domain -) - -LICENSE_TEXTS(.yandex_meta/licenses.list.txt) - -ADDINCL( - contrib/libs/pcre -) - -NO_COMPILER_WARNINGS() - -NO_RUNTIME() - -CFLAGS( - GLOBAL -DPCRE_STATIC - -DHAVE_CONFIG_H -) - -# JIT adds ≈108KB to binary size which may be critical for mobile and embedded devices binary distributions -DEFAULT(ARCADIA_PCRE_ENABLE_JIT yes) - -IF (ARCADIA_PCRE_ENABLE_JIT) - CFLAGS( - -DARCADIA_PCRE_ENABLE_JIT - ) -ENDIF() - -SRCS( - pcre_byte_order.c - pcre_chartables.c - pcre_compile.c - pcre_config.c - pcre_dfa_exec.c - pcre_exec.c - pcre_fullinfo.c - pcre_get.c - pcre_globals.c - pcre_jit_compile.c - pcre_maketables.c - pcre_newline.c - pcre_ord2utf8.c - pcre_refcount.c - pcre_string_utils.c - pcre_study.c - pcre_tables.c - pcre_ucd.c - pcre_valid_utf8.c - pcre_version.c - pcre_xclass.c - pcreposix.c -) - -END() - -RECURSE( - pcre16 - pcre32 - pcrecpp -) |