Sha256: 596c965030c453c106b092ba320292f9c3ee0e5e4d66a5fc4a27d2b75f509239

Contents?: true

Size: 347 Bytes

Versions: 5

Compression:

Stored size: 347 Bytes

Contents

require "../../../../../../../lib/mkrf"

[ 'emitter.c', 'gram.c', 'gram.h', 'handler.c', 'node.c', 'syck.c', 'syck.h', 'token.c', 'bytecode.c', 'implicit.c', 'yaml2byte.c', 'yamlbyte.h' ].each do |codefile|
    `cp #{File::dirname $0}/../../../../lib/#{codefile} #{codefile}`
end

Mkrf::Generator.new('syck') do |g|
  g.include_header("st.h")
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mkrf-0.2.1 test/sample_files/syck-0.55/ext/ruby/ext/syck/extconf.rb
mkrf-0.1.2 test/sample_files/syck-0.55/ext/ruby/ext/syck/extconf.rb
mkrf-0.2.0 test/sample_files/syck-0.55/ext/ruby/ext/syck/extconf.rb
mkrf-0.2.2 test/sample_files/syck-0.55/ext/ruby/ext/syck/extconf.rb
mkrf-0.2.3 test/sample_files/syck-0.55/ext/ruby/ext/syck/extconf.rb