diff options
author | orivej <orivej@yandex-team.ru> | 2022-02-10 16:44:49 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:44:49 +0300 |
commit | 718c552901d703c502ccbefdfc3c9028d608b947 (patch) | |
tree | 46534a98bbefcd7b1f3faa5b52c138ab27db75b7 /contrib/libs/pcre/ya.make | |
parent | e9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (diff) | |
download | ydb-718c552901d703c502ccbefdfc3c9028d608b947.tar.gz |
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/pcre/ya.make')
-rw-r--r-- | contrib/libs/pcre/ya.make | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/contrib/libs/pcre/ya.make b/contrib/libs/pcre/ya.make index 85ae150697..a78e4a093a 100644 --- a/contrib/libs/pcre/ya.make +++ b/contrib/libs/pcre/ya.make @@ -1,24 +1,24 @@ # 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) - +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( @@ -27,10 +27,10 @@ ADDINCL( NO_COMPILER_WARNINGS() -NO_RUNTIME() - +NO_RUNTIME() + CFLAGS( - GLOBAL -DPCRE_STATIC + GLOBAL -DPCRE_STATIC -DHAVE_CONFIG_H ) @@ -44,8 +44,8 @@ IF (ARCADIA_PCRE_ENABLE_JIT) ENDIF() SRCS( - pcre_byte_order.c - pcre_chartables.c + pcre_byte_order.c + pcre_chartables.c pcre_compile.c pcre_config.c pcre_dfa_exec.c @@ -53,15 +53,15 @@ SRCS( pcre_fullinfo.c pcre_get.c pcre_globals.c - pcre_jit_compile.c + pcre_jit_compile.c pcre_maketables.c pcre_newline.c pcre_ord2utf8.c pcre_refcount.c - pcre_string_utils.c + pcre_string_utils.c pcre_study.c pcre_tables.c - pcre_ucd.c + pcre_ucd.c pcre_valid_utf8.c pcre_version.c pcre_xclass.c @@ -69,9 +69,9 @@ SRCS( ) END() - -RECURSE( + +RECURSE( pcre16 pcre32 - pcrecpp -) + pcrecpp +) |