AlkantarClanX12

Your IP : 3.145.63.148


Current Path : /proc/self/root/opt/cpanel/ea-ruby27/root/usr/lib64/gems/ruby/json-2.3.0/json/parser/
Upload File :
Current File : //proc/self/root/opt/cpanel/ea-ruby27/root/usr/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: