David Reiss | c8abb07 | 2008-04-21 18:08:01 +0000 | [diff] [blame] | 1 | EXTRA_DIST = build.xml src LICENSE |
2 | |||||
David Reiss | 3de1c4e | 2008-02-24 17:45:03 +0000 | [diff] [blame] | 3 | all-local: |
David Reiss | f8dcf03 | 2008-02-23 22:07:39 +0000 | [diff] [blame] | 4 | $(ANT) |
5 | |||||
6 | install-exec-hook: | ||||
David Reiss | f0c21a7 | 2008-07-11 01:26:16 +0000 | [diff] [blame] | 7 | $(ANT) install -Dinstall.path=$(DESTDIR)$(JAVA_PREFIX) |
David Reiss | f8dcf03 | 2008-02-23 22:07:39 +0000 | [diff] [blame] | 8 | |
David Reiss | f9b5b12 | 2008-05-09 07:17:35 +0000 | [diff] [blame] | 9 | # Make sure this doesn't fail if ant is not configured. |
David Reiss | 2ca456a | 2008-02-24 16:42:18 +0000 | [diff] [blame] | 10 | clean-local: |
David Reiss | f9b5b12 | 2008-05-09 07:17:35 +0000 | [diff] [blame] | 11 | ANT=$(ANT) ; if test -z "$$ANT" ; then ANT=: ; fi ; \ |
12 | $$ANT clean | ||||
David Reiss | f8dcf03 | 2008-02-23 22:07:39 +0000 | [diff] [blame] | 13 | |
David Reiss | 223d6bd | 2008-02-24 02:03:17 +0000 | [diff] [blame] | 14 | check-local: all |