| DIR: /proc/self/root/opt/cpanel/ea-ruby27/root/lib64/gems/ruby/json-2.3.0/json/parser/ |
| Current File : //proc/self/root/opt/cpanel/ea-ruby27/root/lib64/gems/ruby/json-2.3.0/json/parser/prereq.mk |
RAGEL = ragel
.SUFFIXES: .rl
.rl.c:
$(RAGEL) -G2 $<
$(BASERUBY) -pli -e '$$_.sub!(/[ \t]+$$/, "")' \
-e '$$_.sub!(/^static const int (JSON_.*=.*);$$/, "enum {\\1};")' \
-e '$$_ = "/* This file is automatically generated from parser.rl by using ragel */" + $$_ if $$. == 1' $@
parser.c:
|