xfce4-speed-plugin/Makefile.am

30 lines
602 B
Makefile
Raw Normal View History

2017-06-08 17:21:52 +08:00
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
@SET_MAKE@
SUBDIRS = panel-plugin po icons
distclean-local:
rm -rf *.cache *~
2011-01-24 08:31:10 +08:00
.PHONY: ChangeLog
ChangeLog: Makefile
(GIT_DIR=$(top_srcdir)/.git git log > .changelog.tmp \
&& mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) \
|| (touch ChangeLog; echo 'Git directory not found: installing possibly empty changelog.' >&2)
dist-hook: ChangeLog
EXTRA_DIST = \
README \
intltool-extract.in \
intltool-merge.in \
intltool-update.in
DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update