Files
openbabel/scripts/ruby/extconf.rb
Geoffrey Hutchison 07164cb7be * scripts/*: Split openbabel.i into individual copies for each
language.

  * scripts/java/*: Initial attempt at a java interface from SWIG. Untested.
2006-11-03 22:23:31 +00:00

8 lines
124 B
Ruby

require 'mkmf'
dir_config('openbabel')
dir_config('openbabel-2.0')
have_library('openbabel')
create_makefile('openbabel')