Makefile.am 603 B

12345678910111213141516171819202122232425262728293031
  1. SUBDIRS = libnimf modules bin po data docs
  2. ACLOCAL_AMFLAGS = -I m4
  3. DISTCLEANFILES = \
  4. Makefile.in \
  5. po/Makefile.in.in \
  6. INSTALL \
  7. aclocal.m4 \
  8. config.h.in \
  9. config.h.in~ \
  10. configure \
  11. gtk-doc.make
  12. clean-local:
  13. @debian/rules clean || true
  14. rm -rf $(STAMP_DIR) $(SOURCE_DIR) debian/tmp config.log config.status
  15. distclean-local:
  16. rm -rf autom4te.cache build-aux m4 .anjuta .anjuta_sym_db.db
  17. update-gtk-im-cache:
  18. $(GTK_QUERY_IMMODULES2) --update-cache
  19. $(GTK_QUERY_IMMODULES3) --update-cache
  20. update-gtk-icon-cache:
  21. (cd data/icons; make update-gtk-icon-cache)
  22. ChangeLog:
  23. .PHONY: ChangeLog