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/expat | |
parent | bc921e787bed8a51a43725b78382e806800c44c1 (diff) | |
download | ydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz |
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'contrib/libs/expat')
-rw-r--r-- | contrib/libs/expat/ya.make | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/contrib/libs/expat/ya.make b/contrib/libs/expat/ya.make deleted file mode 100644 index fb7ad49cc5..0000000000 --- a/contrib/libs/expat/ya.make +++ /dev/null @@ -1,47 +0,0 @@ -# Generated by devtools/yamaker from nixpkgs 21.11. - -LIBRARY() - -OWNER( - orivej - g:cpp-contrib -) - -VERSION(2.4.7) - -ORIGINAL_SOURCE(https://github.com/libexpat/libexpat/releases/download/R_2_4_7/expat-2.4.7.tar.xz) - -LICENSE( - CC0-1.0 AND - JSON AND - MIT -) - -LICENSE_TEXTS(.yandex_meta/licenses.list.txt) - -ADDINCL( - contrib/libs/expat - contrib/libs/expat/lib -) - -NO_COMPILER_WARNINGS() - -NO_RUNTIME() - -IF (OS_WINDOWS) - CFLAGS( - GLOBAL -DXML_STATIC - ) -ELSE() - CFLAGS( - -DHAVE_EXPAT_CONFIG_H - ) -ENDIF() - -SRCS( - lib/xmlparse.c - lib/xmlrole.c - lib/xmltok.c -) - -END() |