aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/pcre
diff options
context:
space:
mode:
authoralexv-smirnov <alex@ydb.tech>2023-03-28 22:25:04 +0300
committeralexv-smirnov <alex@ydb.tech>2023-03-28 22:25:04 +0300
commitb8a17f9b1c166d2e9a26b99348a4c29d972caf55 (patch)
tree1a2d881f1a9452b9c6103dbf69d73da7624e98e5 /contrib/libs/pcre
parent25659221f18577ea38430a8ec3349836f5626b6a (diff)
downloadydb-b8a17f9b1c166d2e9a26b99348a4c29d972caf55.tar.gz
Revert ymake build from ydb oss export
Diffstat (limited to 'contrib/libs/pcre')
-rw-r--r--contrib/libs/pcre/pcre16/ya.make49
-rw-r--r--contrib/libs/pcre/pcre32/ya.make49
-rw-r--r--contrib/libs/pcre/pcrecpp/ya.make33
-rw-r--r--contrib/libs/pcre/ya.make72
4 files changed, 0 insertions, 203 deletions
diff --git a/contrib/libs/pcre/pcre16/ya.make b/contrib/libs/pcre/pcre16/ya.make
deleted file mode 100644
index 022b24ccaf..0000000000
--- a/contrib/libs/pcre/pcre16/ya.make
+++ /dev/null
@@ -1,49 +0,0 @@
-# Generated by devtools/yamaker.
-
-LIBRARY()
-
-WITHOUT_LICENSE_TEXTS()
-
-LICENSE(BSD-3-Clause)
-
-ADDINCL(
- contrib/libs/pcre
-)
-
-NO_COMPILER_WARNINGS()
-
-NO_RUNTIME()
-
-CFLAGS(
- -DHAVE_CONFIG_H
-)
-
-SRCDIR(contrib/libs/pcre)
-
-SRCS(
- pcre16_byte_order.c
- pcre16_chartables.c
- pcre16_compile.c
- pcre16_config.c
- pcre16_dfa_exec.c
- pcre16_exec.c
- pcre16_fullinfo.c
- pcre16_get.c
- pcre16_globals.c
- pcre16_jit_compile.c
- pcre16_maketables.c
- pcre16_newline.c
- pcre16_ord2utf16.c
- pcre16_refcount.c
- pcre16_string_utils.c
- pcre16_study.c
- pcre16_tables.c
- pcre16_ucd.c
- pcre16_utf16_utils.c
- pcre16_valid_utf16.c
- pcre16_version.c
- pcre16_xclass.c
- pcre_chartables.c
-)
-
-END()
diff --git a/contrib/libs/pcre/pcre32/ya.make b/contrib/libs/pcre/pcre32/ya.make
deleted file mode 100644
index 718045f447..0000000000
--- a/contrib/libs/pcre/pcre32/ya.make
+++ /dev/null
@@ -1,49 +0,0 @@
-# Generated by devtools/yamaker.
-
-LIBRARY()
-
-WITHOUT_LICENSE_TEXTS()
-
-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()
diff --git a/contrib/libs/pcre/pcrecpp/ya.make b/contrib/libs/pcre/pcrecpp/ya.make
deleted file mode 100644
index 6bc75935f3..0000000000
--- a/contrib/libs/pcre/pcrecpp/ya.make
+++ /dev/null
@@ -1,33 +0,0 @@
-# Generated by devtools/yamaker.
-
-LIBRARY()
-
-WITHOUT_LICENSE_TEXTS()
-
-LICENSE(BSD-3-Clause)
-
-PEERDIR(
- contrib/libs/pcre
-)
-
-ADDINCL(
- contrib/libs/pcre
-)
-
-NO_COMPILER_WARNINGS()
-
-NO_UTIL()
-
-CFLAGS(
- -DHAVE_CONFIG_H
-)
-
-SRCDIR(contrib/libs/pcre)
-
-SRCS(
- pcre_scanner.cc
- pcre_stringpiece.cc
- pcrecpp.cc
-)
-
-END()
diff --git a/contrib/libs/pcre/ya.make b/contrib/libs/pcre/ya.make
deleted file mode 100644
index d3345c87a2..0000000000
--- a/contrib/libs/pcre/ya.make
+++ /dev/null
@@ -1,72 +0,0 @@
-# Generated by devtools/yamaker from nixpkgs 22.05.
-
-LIBRARY()
-
-VERSION(8.45)
-
-ORIGINAL_SOURCE(https://downloads.sourceforge.net/project/pcre/pcre/8.45/pcre-8.45.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
-)