blob: 5c6f07863ba118d8333c5c1669ec183c0772bf7a [file] [log] [blame]
David Reiss48141bf2009-03-18 23:59:56 +00001EXTRA_DIST = \
2 CHANGELOG \
3 LICENSE \
4 Rakefile \
5 Manifest \
6 setup.rb \
7 lib \
8 ext \
9 benchmark \
10 spec
Kevin Clark4bd89162008-07-08 00:47:49 +000011
12all-local:
13 $(RUBY) setup.rb config
14 $(RUBY) setup.rb setup
15
16install-exec-hook:
17 $(RUBY) setup.rb install
18
David Reiss8c28df22008-11-20 21:24:18 +000019# Make sure this doesn't fail if Ruby is not configured.
Kevin Clark4bd89162008-07-08 00:47:49 +000020clean-local:
David Reiss8c28df22008-11-20 21:24:18 +000021 RUBY=$(RUBY) ; if test -z "$$RUBY" ; then RUBY=: ; fi ; \
22 $$RUBY setup.rb clean
Kevin Clark4bd89162008-07-08 00:47:49 +000023
24check-local: all