blob: e878ae99ad7ef78d15f77b87f00edf2ed8578839 [file] [log] [blame]
David Reissc8abb072008-04-21 18:08:01 +00001EXTRA_DIST = build.xml src LICENSE
2
David Reiss3de1c4e2008-02-24 17:45:03 +00003all-local:
David Reissf8dcf032008-02-23 22:07:39 +00004 $(ANT)
5
6install-exec-hook:
7 $(ANT) install
8
David Reissf9b5b122008-05-09 07:17:35 +00009# Make sure this doesn't fail if ant is not configured.
David Reiss2ca456a2008-02-24 16:42:18 +000010clean-local:
David Reissf9b5b122008-05-09 07:17:35 +000011 ANT=$(ANT) ; if test -z "$$ANT" ; then ANT=: ; fi ; \
12 $$ANT clean
David Reissf8dcf032008-02-23 22:07:39 +000013
David Reiss223d6bd2008-02-24 02:03:17 +000014check-local: all