diff options
author | snermolaev <snermolaev@yandex-team.ru> | 2022-02-10 16:45:53 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:53 +0300 |
commit | 2015790ac9fcc04caab83fccc23ab2460310a797 (patch) | |
tree | e644e9bc3f6f688561a871793b59bf8a637e0f72 /contrib/tools/ragel6 | |
parent | c768a99151e47c3a4bb7b92c514d256abd301c4d (diff) | |
download | ydb-2015790ac9fcc04caab83fccc23ab2460310a797.tar.gz |
Restoring authorship annotation for <snermolaev@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/tools/ragel6')
-rw-r--r-- | contrib/tools/ragel6/bin/ya.make | 232 | ||||
-rw-r--r-- | contrib/tools/ragel6/ya.make | 24 |
2 files changed, 128 insertions, 128 deletions
diff --git a/contrib/tools/ragel6/bin/ya.make b/contrib/tools/ragel6/bin/ya.make index 3adf88c56b..098f2a0cd3 100644 --- a/contrib/tools/ragel6/bin/ya.make +++ b/contrib/tools/ragel6/bin/ya.make @@ -1,116 +1,116 @@ -OWNER(pg g:cpp-contrib) - -PROGRAM(ragel6) - -VERSION(6.10) - -LICENSE(GPL-2.0) - -PEERDIR( - contrib/tools/ragel5/aapl -) - -ADDINCL( - contrib/tools/ragel6 -) - -NO_COMPILER_WARNINGS() - -NO_UTIL() - -CFLAGS( - -DHAVE_CONFIG_H -) - -SRCDIR(contrib/tools/ragel6) - -SRCS( - rlparse.cpp - rlscan.cpp -) - -JOIN_SRCS( - all_cd.cpp - cdcodegen.cpp - cdfflat.cpp - cdfgoto.cpp - cdflat.cpp - cdftable.cpp - cdgoto.cpp - cdipgoto.cpp - cdsplit.cpp - cdtable.cpp -) - -JOIN_SRCS( - all_cs.cpp - cscodegen.cpp - csfflat.cpp - csfgoto.cpp - csflat.cpp - csftable.cpp - csgoto.cpp - csipgoto.cpp - cssplit.cpp - cstable.cpp -) - -JOIN_SRCS( - all_fs.cpp - fsmap.cpp - fsmattach.cpp - fsmbase.cpp - fsmgraph.cpp - fsmmin.cpp - fsmstate.cpp -) - -JOIN_SRCS( - all_go.cpp - gocodegen.cpp - gofflat.cpp - gofgoto.cpp - goflat.cpp - goftable.cpp - gogoto.cpp - goipgoto.cpp - gotable.cpp - gotablish.cpp -) - -JOIN_SRCS( - all_ml.cpp - mlcodegen.cpp - mlfflat.cpp - mlfgoto.cpp - mlflat.cpp - mlftable.cpp - mlgoto.cpp - mltable.cpp -) - -JOIN_SRCS( - all_r.cpp - rbxgoto.cpp - redfsm.cpp - rubycodegen.cpp - rubyfflat.cpp - rubyflat.cpp - rubyftable.cpp - rubytable.cpp -) - -JOIN_SRCS( - all_other.cpp - common.cpp - dotcodegen.cpp - gendata.cpp - inputdata.cpp - javacodegen.cpp - main.cpp - parsedata.cpp - parsetree.cpp - xmlcodegen.cpp -) - -END() +OWNER(pg g:cpp-contrib) + +PROGRAM(ragel6) + +VERSION(6.10) + +LICENSE(GPL-2.0) + +PEERDIR( + contrib/tools/ragel5/aapl +) + +ADDINCL( + contrib/tools/ragel6 +) + +NO_COMPILER_WARNINGS() + +NO_UTIL() + +CFLAGS( + -DHAVE_CONFIG_H +) + +SRCDIR(contrib/tools/ragel6) + +SRCS( + rlparse.cpp + rlscan.cpp +) + +JOIN_SRCS( + all_cd.cpp + cdcodegen.cpp + cdfflat.cpp + cdfgoto.cpp + cdflat.cpp + cdftable.cpp + cdgoto.cpp + cdipgoto.cpp + cdsplit.cpp + cdtable.cpp +) + +JOIN_SRCS( + all_cs.cpp + cscodegen.cpp + csfflat.cpp + csfgoto.cpp + csflat.cpp + csftable.cpp + csgoto.cpp + csipgoto.cpp + cssplit.cpp + cstable.cpp +) + +JOIN_SRCS( + all_fs.cpp + fsmap.cpp + fsmattach.cpp + fsmbase.cpp + fsmgraph.cpp + fsmmin.cpp + fsmstate.cpp +) + +JOIN_SRCS( + all_go.cpp + gocodegen.cpp + gofflat.cpp + gofgoto.cpp + goflat.cpp + goftable.cpp + gogoto.cpp + goipgoto.cpp + gotable.cpp + gotablish.cpp +) + +JOIN_SRCS( + all_ml.cpp + mlcodegen.cpp + mlfflat.cpp + mlfgoto.cpp + mlflat.cpp + mlftable.cpp + mlgoto.cpp + mltable.cpp +) + +JOIN_SRCS( + all_r.cpp + rbxgoto.cpp + redfsm.cpp + rubycodegen.cpp + rubyfflat.cpp + rubyflat.cpp + rubyftable.cpp + rubytable.cpp +) + +JOIN_SRCS( + all_other.cpp + common.cpp + dotcodegen.cpp + gendata.cpp + inputdata.cpp + javacodegen.cpp + main.cpp + parsedata.cpp + parsetree.cpp + xmlcodegen.cpp +) + +END() diff --git a/contrib/tools/ragel6/ya.make b/contrib/tools/ragel6/ya.make index 2c97f636ae..fcf431eb83 100644 --- a/contrib/tools/ragel6/ya.make +++ b/contrib/tools/ragel6/ya.make @@ -1,15 +1,15 @@ # Generated by devtools/yamaker from nixpkgs 980c4c3c2f664ccc5002f7fd6e08059cf1f00e75. OWNER(pg g:cpp-contrib) - -IF (USE_PREBUILT_TOOLS) - INCLUDE(${ARCADIA_ROOT}/build/prebuilt/contrib/tools/ragel6/ya.make.prebuilt) -ENDIF() - -IF (NOT PREBUILT) - INCLUDE(${ARCADIA_ROOT}/contrib/tools/ragel6/bin/ya.make) -ENDIF() - -RECURSE( - bin -) + +IF (USE_PREBUILT_TOOLS) + INCLUDE(${ARCADIA_ROOT}/build/prebuilt/contrib/tools/ragel6/ya.make.prebuilt) +ENDIF() + +IF (NOT PREBUILT) + INCLUDE(${ARCADIA_ROOT}/contrib/tools/ragel6/bin/ya.make) +ENDIF() + +RECURSE( + bin +) |