2012-01-27 17:51:36 +04:00
NULL =
2007-07-20 23:26:08 +04:00
2010-01-11 19:01:20 +03:00
ACLOCAL_AMFLAGS = -I m4
2007-07-20 23:26:08 +04:00
2012-03-30 04:40:02 +04:00
SUBDIRS = icons src man plugin po data
2007-07-20 23:26:08 +04:00
2012-01-27 17:51:36 +04:00
EXTRA_DIST = \
2012-01-31 19:34:51 +04:00
$( PACKAGE) .spec \
2012-01-27 17:51:36 +04:00
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
2012-02-01 18:46:53 +04:00
GNUmakefile \
maint.mk \
cfg.mk \
build-aux/gitlog-to-changelog \
build-aux/useless-if-before-free \
build-aux/vc-list-files \
2012-01-27 17:51:36 +04:00
$( NULL)
2010-01-11 19:01:20 +03:00
2012-01-27 17:51:36 +04:00
DISTCLEAN_FILES = \
2012-01-31 19:34:51 +04:00
$( PACKAGE) .spec \
2012-01-27 17:51:36 +04:00
intltool-extract \
intltool-merge \
intltool-update \
$( NULL)
2010-01-11 19:01:20 +03:00
2012-01-27 17:51:36 +04:00
MAINTAINERCLEANFILES = \
2012-03-30 04:43:26 +04:00
$( srcdir) /INSTALL \
$( srcdir) /aclocal.m4 \
$( srcdir) /autoscan.log \
$( srcdir) /config.h.in \
$( srcdir) /build-aux/compile \
$( srcdir) /build-aux/config.guess \
$( srcdir) /build-aux/config.sub \
$( srcdir) /build-aux/depcomp \
$( srcdir) /build-aux/install-sh \
$( srcdir) /build-aux/ltmain.sh \
$( srcdir) /build-aux/missing \
$( srcdir) /m4/intltool.m4 \
$( srcdir) /m4/libtool.m4 \
$( srcdir) /m4/ltoptions.m4 \
$( srcdir) /m4/ltsugar.m4 \
$( srcdir) /m4/ltversion.m4 \
$( srcdir) /m4/lt~obsolete.m4 \
2012-01-27 17:51:36 +04:00
$( NULL)
2011-11-07 16:42:15 +04:00
dist-hook : gen -ChangeLog
# Generate the ChangeLog file (with all entries since the switch to git)
# and insert it into the directory we're about to use to create a tarball.
.PHONY : gen -ChangeLog
gen-ChangeLog :
if test -d .git || test -d ../.git; then \
$( top_srcdir) /build-aux/gitlog-to-changelog \
> $( distdir) /cl-t; \
rm -f $( distdir) /ChangeLog; \
mv $( distdir) /cl-t $( distdir) /ChangeLog; \
fi
2012-03-30 04:43:26 +04:00
2012-06-05 23:30:18 +04:00
i f O S _ W I N 3 2
.PHONY : nsis
nsis :
make -C $( builddir) /data virt-viewer-$( VERSION) .exe
e n d i f
2012-03-30 04:43:26 +04:00
- i n c l u d e $( top_srcdir ) / g i t . m k