aboutsummaryrefslogtreecommitdiffstats
path: root/tools/rorescompiler
diff options
context:
space:
mode:
authorsnermolaev <snermolaev@yandex-team.ru>2022-02-10 16:45:53 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:53 +0300
commit2015790ac9fcc04caab83fccc23ab2460310a797 (patch)
treee644e9bc3f6f688561a871793b59bf8a637e0f72 /tools/rorescompiler
parentc768a99151e47c3a4bb7b92c514d256abd301c4d (diff)
downloadydb-2015790ac9fcc04caab83fccc23ab2460310a797.tar.gz
Restoring authorship annotation for <snermolaev@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'tools/rorescompiler')
-rw-r--r--tools/rorescompiler/bin/ya.make38
-rw-r--r--tools/rorescompiler/ya.make20
2 files changed, 29 insertions, 29 deletions
diff --git a/tools/rorescompiler/bin/ya.make b/tools/rorescompiler/bin/ya.make
index f9d20f4696..582c28c4fe 100644
--- a/tools/rorescompiler/bin/ya.make
+++ b/tools/rorescompiler/bin/ya.make
@@ -1,19 +1,19 @@
-OWNER(heretic g:ymake)
-
-PROGRAM(rorescompiler)
-
-PEERDIR(
- library/cpp/resource
-)
-
-SRCDIR(
- tools/rorescompiler
-)
-
-SRCS(
- main.cpp
-)
-
-INCLUDE(${ARCADIA_ROOT}/build/prebuilt/tools/rorescompiler/ya.make.induced_deps)
-
-END()
+OWNER(heretic g:ymake)
+
+PROGRAM(rorescompiler)
+
+PEERDIR(
+ library/cpp/resource
+)
+
+SRCDIR(
+ tools/rorescompiler
+)
+
+SRCS(
+ main.cpp
+)
+
+INCLUDE(${ARCADIA_ROOT}/build/prebuilt/tools/rorescompiler/ya.make.induced_deps)
+
+END()
diff --git a/tools/rorescompiler/ya.make b/tools/rorescompiler/ya.make
index 7e372666f9..466d37bf54 100644
--- a/tools/rorescompiler/ya.make
+++ b/tools/rorescompiler/ya.make
@@ -1,13 +1,13 @@
-OWNER(heretic g:ymake)
+OWNER(heretic g:ymake)
-IF (USE_PREBUILT_TOOLS)
- INCLUDE(${ARCADIA_ROOT}/build/prebuilt/tools/rorescompiler/ya.make.prebuilt)
-ENDIF()
+IF (USE_PREBUILT_TOOLS)
+ INCLUDE(${ARCADIA_ROOT}/build/prebuilt/tools/rorescompiler/ya.make.prebuilt)
+ENDIF()
-IF (NOT PREBUILT)
- INCLUDE(${ARCADIA_ROOT}/tools/rorescompiler/bin/ya.make)
-ENDIF()
+IF (NOT PREBUILT)
+ INCLUDE(${ARCADIA_ROOT}/tools/rorescompiler/bin/ya.make)
+ENDIF()
-RECURSE(
- bin
-)
+RECURSE(
+ bin
+)