Top Level Namespace
Defined Under Namespace
Modules: Rubyx
Instance Method Summary collapse
Instance Method Details
#dummy_makefile(dir) ⇒ Object
4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# File 'ext/rubyx/extconf.rb', line 4 def dummy_makefile(dir) ["SHELL = /bin/sh", "ECHO = @echo", "Q = @", "TOUCH = touch", "COPY = cp", "RM_RF = rm -rf", "MAKEDIRS = mkdir -p", "INSTALL_PROG = install -m 0755", "all install static install-so install-rb:", "pre-install-rb: install-rb", "clean distclean realclean:", "\t@-$(RM_RF) mkmf.log"] end |