mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
common.mk: ext/json/parser/parser.c
* common.mk (ext/json/parser/parser.c): sometimes need for local development. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48663 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e580a631be
commit
6b6ba319ea
1 changed files with 7 additions and 0 deletions
|
@ -725,6 +725,8 @@ EXT_SRCS = $(srcdir)/ext/ripper/ripper.c \
|
||||||
|
|
||||||
srcs-ext: $(EXT_SRCS)
|
srcs-ext: $(EXT_SRCS)
|
||||||
|
|
||||||
|
srcs-extra: $(srcdir)/ext/json/parser/parser.c
|
||||||
|
|
||||||
LIB_SRCS = $(srcdir)/lib/unicode_normalize/tables.rb
|
LIB_SRCS = $(srcdir)/lib/unicode_normalize/tables.rb
|
||||||
|
|
||||||
srcs-lib: $(LIB_SRCS)
|
srcs-lib: $(LIB_SRCS)
|
||||||
|
@ -811,6 +813,11 @@ $(srcdir)/ext/ripper/ripper.c: parse.y id.h
|
||||||
top_srcdir=../.. srcdir=. \
|
top_srcdir=../.. srcdir=. \
|
||||||
RUBY="$(BASERUBY)" PATH_SEPARATOR="$(PATH_SEPARATOR)"
|
RUBY="$(BASERUBY)" PATH_SEPARATOR="$(PATH_SEPARATOR)"
|
||||||
|
|
||||||
|
$(srcdir)/ext/json/parser/parser.c: $(srcdir)/ext/json/parser/parser.rl
|
||||||
|
$(ECHO) generating $@
|
||||||
|
$(Q) $(CHDIR) $(@D) && $(exec) $(MAKE) -f prereq.mk $(MFLAGS) \
|
||||||
|
Q=$(Q) ECHO=$(ECHO) top_srcdir=../../.. srcdir=. VPATH=../../.. BASERUBY="$(BASERUBY)"
|
||||||
|
|
||||||
$(srcdir)/ext/rbconfig/sizeof/sizes.c: $(srcdir)/ext/rbconfig/sizeof/depend \
|
$(srcdir)/ext/rbconfig/sizeof/sizes.c: $(srcdir)/ext/rbconfig/sizeof/depend \
|
||||||
$(srcdir)/tool/generic_erb.rb $(srcdir)/template/sizes.c.tmpl $(srcdir)/configure.in
|
$(srcdir)/tool/generic_erb.rb $(srcdir)/template/sizes.c.tmpl $(srcdir)/configure.in
|
||||||
$(ECHO) generating $@
|
$(ECHO) generating $@
|
||||||
|
|
Loading…
Reference in a new issue