aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/expat/ya.make
diff options
context:
space:
mode:
authororivej <orivej@yandex-team.ru>2022-02-10 16:45:01 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:01 +0300
commit2d37894b1b037cf24231090eda8589bbb44fb6fc (patch)
treebe835aa92c6248212e705f25388ebafcf84bc7a1 /contrib/libs/expat/ya.make
parent718c552901d703c502ccbefdfc3c9028d608b947 (diff)
downloadydb-2d37894b1b037cf24231090eda8589bbb44fb6fc.tar.gz
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/expat/ya.make')
-rw-r--r--contrib/libs/expat/ya.make52
1 files changed, 26 insertions, 26 deletions
diff --git a/contrib/libs/expat/ya.make b/contrib/libs/expat/ya.make
index 1a911a54e1..8128621e60 100644
--- a/contrib/libs/expat/ya.make
+++ b/contrib/libs/expat/ya.make
@@ -1,47 +1,47 @@
# Generated by devtools/yamaker from nixpkgs 21.11.
-
-LIBRARY()
-
+
+LIBRARY()
+
OWNER(
orivej
g:cpp-contrib
)
VERSION(2.4.4)
-
+
ORIGINAL_SOURCE(https://github.com/libexpat/libexpat/releases/download/R_2_4_4/expat-2.4.4.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)
+ADDINCL(
+ contrib/libs/expat
+ contrib/libs/expat/lib
+)
+
+NO_COMPILER_WARNINGS()
+
+NO_RUNTIME()
+
+IF (OS_WINDOWS)
CFLAGS(
GLOBAL -DXML_STATIC
)
-ELSE()
+ELSE()
CFLAGS(
-DHAVE_EXPAT_CONFIG_H
)
-ENDIF()
-
-SRCS(
- lib/xmlparse.c
- lib/xmlrole.c
- lib/xmltok.c
-)
-
-END()
+ENDIF()
+
+SRCS(
+ lib/xmlparse.c
+ lib/xmlrole.c
+ lib/xmltok.c
+)
+
+END()