method
dummy_makefile
v1_9_2_180 -
Show latest stable
- Class:
Object
dummy_makefile(srcdir)public
No documentation available.
# File lib/mkmf.rb, line 1550
def dummy_makefile(srcdir)
configuration(srcdir) << CLEANFILES = #{$cleanfiles.join(' ')}DISTCLEANFILES = #{$distcleanfiles.join(' ')}all install static install-so install-rb: Makefile.PHONY: all install static install-so install-rb.PHONY: clean clean-so clean-rb << CLEANINGS
end