remove copy_stream tests and references
[ruby_io_splice.git] / local.mk.sample
bloba809d911f93d7e832e5b378bbd3eb32627359502
1 DLEXT := so
3 # Avoid loading rubygems to speed up tests because gmake is
4 # fork+exec heavy with Ruby.
5 prefix = $(HOME)
7 ifeq ($(r19),)
8   RUBY := $(prefix)/bin/ruby
9   RAKE := $(prefix)/bin/rake
10 else
11   prefix := $(prefix)/ruby-1.9
12   export PATH := $(prefix)/bin:$(PATH)
13   RUBY := $(prefix)/bin/ruby --disable-gems
14   RAKE := $(prefix)/bin/rake
15 endif