installcheck:
RUNTESTFLAGS="$(RUNTESTFLAGS) --extension" $(MAKE) check
-distclean: clean distclean-local
+distclean: distclean-local
-distclean-local: clean
+distclean-local: clean-local
rm -Rf autom4te.cache
rm -f GNUmakefile
rm -f config.log config.cache config.status
rm -f postgis_config.h
rm -f java/jdbc/Makefile
+maintainer-clean-local: distclean-local
+
maintainer-clean:
@echo '------------------------------------------------------'
@echo 'This command is intended for maintainers to use; it'
$(MAKE) -C postgis maintainer-clean
$(MAKE) -C liblwgeom maintainer-clean
$(MAKE) -C java/jdbc maintainer-clean
- $(MAKE) distclean
+ $(MAKE) maintainer-clean-local
rm -f configure
garden:
pom.xml: pom.xml.in
sed 's,%VERSION%,$(POSTGIS_LIB_VERSION),g' $< >$@
+# nothing to do on clean
+# (better not invoke ant here, as it downloads the world
clean:
- : nothing to do
build: pom.xml
-
-build clean distclean check:
$(ANT) $@
+distclean: clean
+
maintainer-clean: distclean
rm -f pom.xml