SUBDIRS = src examples doc sounds swig python plugins
EXTRA_DIST = bootstrap VERSION
+DISTCLEANFILES = autom4te.cache
docs:
cd doc && make update-docs && cd ..
install-data-hook: install-pkgconfig
uninstall-hook: uninstall-pkgconfig
-distclean:
- rm -rf autom4te.cache
target_alias = @target_alias@
SUBDIRS = src examples doc sounds swig python plugins
EXTRA_DIST = bootstrap VERSION
+DISTCLEANFILES = autom4te.cache
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
distclean-generic:
-rm -f $(CONFIG_CLEAN_FILES)
+ -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
install-data-hook: install-pkgconfig
uninstall-hook: uninstall-pkgconfig
-
-distclean:
- rm -rf autom4te.cache
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
clean:
rm -rf devel user examples *.1
-distclean: clean
+distclean-hook: clean
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: