# Ruby Treasures 0.2 # Copyright (C) 2002 Paul Brannan # # You may distribute this software under the same terms as Ruby (see the file # COPYING that was distributed with this library). # require 'extconf_helpers.rb' PROJECT_NAME = 'RubyTreasures' EXTDIRS = [ 'ext' ] MAKEDIRS = EXTDIRS + [ 'test' ] if ARGV[0] != '--norecurse' then recurse_extdirs() end generate_makefile() makefile_append_str = <