| EXTRA_DIST = \ | |
| CHANGELOG \ | |
| LICENSE \ | |
| Rakefile \ | |
| Manifest \ | |
| setup.rb \ | |
| lib \ | |
| ext \ | |
| benchmark \ | |
| spec | |
| all-local: | |
| $(RUBY) setup.rb config | |
| $(RUBY) setup.rb setup | |
| install-exec-hook: | |
| $(RUBY) setup.rb install | |
| # Make sure this doesn't fail if Ruby is not configured. | |
| clean-local: | |
| RUBY=$(RUBY) ; if test -z "$$RUBY" ; then RUBY=: ; fi ; \ | |
| $$RUBY setup.rb clean | |
| check-local: all |