blob: 07fc5c6c708d14ee663eac09011c04f5c77b088c [file] [log] [blame]
Kevin Clark4bd89162008-07-08 00:47:49 +00001EXTRA_DIST = setup.rb lib ext
2
3all-local:
4 $(RUBY) setup.rb config
5 $(RUBY) setup.rb setup
6
7install-exec-hook:
8 $(RUBY) setup.rb install
9
David Reiss8c28df22008-11-20 21:24:18 +000010# Make sure this doesn't fail if Ruby is not configured.
Kevin Clark4bd89162008-07-08 00:47:49 +000011clean-local:
David Reiss8c28df22008-11-20 21:24:18 +000012 RUBY=$(RUBY) ; if test -z "$$RUBY" ; then RUBY=: ; fi ; \
13 $$RUBY setup.rb clean
Kevin Clark4bd89162008-07-08 00:47:49 +000014
15check-local: all