Sha256: deb435dfdbad4862acc64a17e267ff0c15e6fe05936d0305bc35354ae913a356
Contents?: true
Size: 425 Bytes
Versions: 4
Compression:
Stored size: 425 Bytes
Contents
#!/opt/local/bin/ruby require 'mkmf' dir_config('v8') have_library('v8') or raise "unable to find libv8" create_makefile('v8') # now add a few extra targets File.open("Makefile", "a") do |makefile| makefile.print <<EOF test: all @echo running spec... spec -O spec/spec.opts spec/therubyracer_spec.rb docs/cpp: mkdir -p docs/cpp docs: all docs/cpp @echo Generate C++ docs to docs/cpp/html doxygen Doxyfile EOF end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
therubyracer-0.4.3 | ext/v8/extconf.rb |
therubyracer-0.4.2 | ext/v8/extconf.rb |
therubyracer-0.4.1 | ext/v8/extconf.rb |
therubyracer-0.4.0 | ext/v8/extconf.rb |