diff options
author | Daniil Cherednik <dan.cherednik@gmail.com> | 2022-09-21 20:17:38 +0300 |
---|---|---|
committer | Daniil Cherednik <dan.cherednik@gmail.com> | 2022-09-21 20:17:38 +0300 |
commit | e6c9b17192c56494adba359d5e132c431b241191 (patch) | |
tree | 6f2449871a118a0e8919ce842b1174e06cb470ef /contrib/tools/ragel6 | |
parent | 285021ab1aac39e84b269d9bacd4deee69cf63fc (diff) | |
download | ydb-e6c9b17192c56494adba359d5e132c431b241191.tar.gz |
Ydb stable 22-4-2122.4.21
x-stable-origin-commit: e89099581237299a132feafb5b58af59ebd0468a
Diffstat (limited to 'contrib/tools/ragel6')
-rw-r--r-- | contrib/tools/ragel6/bin/ya.make | 116 |
1 files changed, 0 insertions, 116 deletions
diff --git a/contrib/tools/ragel6/bin/ya.make b/contrib/tools/ragel6/bin/ya.make deleted file mode 100644 index 3adf88c56b..0000000000 --- a/contrib/tools/ragel6/bin/ya.make +++ /dev/null @@ -1,116 +0,0 @@ -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() |