## Process this file with automake to produce Makefile.in ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} SUBDIRS = pixmaps po src help man_MANS = mate-system-monitor.1 @INTLTOOL_XML_RULE@ appdatadir = $(datadir)/appdata appdata_in_files = mate-system-monitor.appdata.xml.in appdata_DATA = $(appdata_in_files:.xml.in=.xml) EXTRA_DIST = \ autogen.sh \ $(man_MANS) \ $(appdata_in_files) \ mate-system-monitor.desktop.in \ intltool-extract.in \ intltool-merge.in \ intltool-update.in \ omf.make \ xmldocs.make Applicationsdir = $(datadir)/applications Applications_in_files = mate-system-monitor.desktop.in Applications_DATA = $(Applications_in_files:.desktop.in=.desktop) @INTLTOOL_DESKTOP_RULE@ distuninstallcheck_listfiles = find . -type f -print CLEANFILES = mate-system-monitor.appdata.xml DISTCLEANFILES = \ intltool-extract \ intltool-merge \ intltool-update \ mate-system-monitor.desktop # Build ChangeLog from GIT history ChangeLog: $(AM_V_GEN) if test -d $(top_srcdir)/.git; then \ GIT_DIR="$(top_srcdir)/.git" git log --stat > $@; \ fi dist: ChangeLog .PHONY: ChangeLog