]> git.street.me.uk Git - andy/viking.git/blame - Makefile.am
[WINDOWS] Build with libgexiv2
[andy/viking.git] / Makefile.am
CommitLineData
306ab474 1SUBDIRS = src test data po win32 help tools doc
a5daec1c
GB
2
3INTLTOOL = \
4 intltool-extract.in \
5 intltool-merge.in \
6 intltool-update.in
734652bf 7
34278722
GB
8full:
9 ./autogen.sh
34278722
GB
10 make
11
af2740eb 12EXTRA_DIST = \
25325f8d 13 HACKING \
26b1b55e
GS
14 gnome-doc-utils.make \
15 ChangeLog.0 \
16 viking.spec \
0edf62b8 17 mingw-viking.spec \
26b1b55e 18 $(INTLTOOL)
af2740eb 19
a65476dc
GB
20.PHONY: generate-changelog
21generate-changelog:
22 if test -d $(top_srcdir)/.git; then \
23 cd $(top_srcdir) ; sh $(top_srcdir)/maintainer/git2changelog.sh > $(distdir)/c-l; \
24 mv $(distdir)/c-l $(distdir)/ChangeLog; \
25 fi
26
27dist-hook: viking.spec generate-changelog
af2740eb 28 cp $(top_builddir)/viking.spec $(distdir)
d700ee38 29
39aca0dd
GS
30MAINTAINERCLEANFILES = \
31 gnome-doc-utils.make
32
a5daec1c
GB
33DISTCLEANFILES = \
34 intltool-extract \
35 intltool-merge \
36 intltool-update
f8dfe1b9
GB
37
38ACLOCAL_AMFLAGS = -I m4
f8b8a0b5
GB
39
40DISTCHECK_CONFIGURE_FLAGS = \
41 --disable-scrollkeeper
69dce334
RN
42
43# Ignore gtk theme cache files on distcheck
44distuninstallcheck_listfiles = find . -type f -print | grep -v 'icon-theme.cache'