aboutsummaryrefslogtreecommitdiffstats
path: root/ext/-test-/cxxanyargs/depend
blob: a68afb82d7a9b42533a3113734ce10e90913eacf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$(DLLIB) $(STATIC_LIB): failure.failed

failure.failed: failure.cpp cxxanyargs.o
	$(Q)$(RUBY) -rfileutils \\
	  -e "err = IO.popen(%[$(MAKE) failure.o], err:[:child, :out], &:read)" \\
	  -e "abort err unless /rb_define_method/ =~ err" \\
	  -e "FileUtils.touch(*ARGV)" $@

# AUTOGENERATED DEPENDENCIES START
cxxanyargs.o: $(RUBY_EXTCONF_H)
cxxanyargs.o: $(arch_hdrdir)/ruby/config.h
cxxanyargs.o: $(hdrdir)/ruby/assert.h
cxxanyargs.o: $(hdrdir)/ruby/backward.h
cxxanyargs.o: $(hdrdir)/ruby/backward/cxxanyargs.hpp
cxxanyargs.o: $(hdrdir)/ruby/defines.h
cxxanyargs.o: $(hdrdir)/ruby/intern.h
cxxanyargs.o: $(hdrdir)/ruby/missing.h
cxxanyargs.o: $(hdrdir)/ruby/ruby.h
cxxanyargs.o: $(hdrdir)/ruby/st.h
cxxanyargs.o: $(hdrdir)/ruby/subst.h
cxxanyargs.o: cxxanyargs.cpp
# AUTOGENERATED DEPENDENCIES END