]> www.fi.muni.cz Git - evince.git/commitdiff
[build] Include git.mk in all Makefiles
authorChristian Persch <chpe@gnome.org>
Thu, 22 Oct 2009 09:52:50 +0000 (11:52 +0200)
committerChristian Persch <chpe@gnome.org>
Thu, 22 Oct 2009 09:53:07 +0000 (11:53 +0200)
49 files changed:
Makefile.am
backend/Makefile.am
backend/comics/Makefile.am
backend/djvu/Makefile.am
backend/dvi/Makefile.am
backend/dvi/mdvi-lib/Makefile.am
backend/impress/Makefile.am
backend/pdf/Makefile.am
backend/pixbuf/Makefile.am
backend/ps/Makefile.am
backend/tiff/Makefile.am
cut-n-paste/Makefile.am
cut-n-paste/evinfobar/Makefile.am
cut-n-paste/gimpcellrenderertoggle/Makefile.am
cut-n-paste/smclient/Makefile.am
cut-n-paste/toolbar-editor/Makefile.am
cut-n-paste/totem-screensaver/Makefile.am
cut-n-paste/zoom-control/Makefile.am
data/Makefile.am
data/icons/16x16/Makefile.am
data/icons/16x16/actions/Makefile.am
data/icons/16x16/apps/Makefile.am
data/icons/22x22/Makefile.am
data/icons/22x22/actions/Makefile.am
data/icons/22x22/apps/Makefile.am
data/icons/24x24/Makefile.am
data/icons/24x24/actions/Makefile.am
data/icons/24x24/apps/Makefile.am
data/icons/32x32/Makefile.am
data/icons/32x32/actions/Makefile.am
data/icons/48x48/Makefile.am
data/icons/48x48/actions/Makefile.am
data/icons/48x48/apps/Makefile.am
data/icons/Makefile.am
data/icons/scalable/Makefile.am
data/icons/scalable/apps/Makefile.am
help/Makefile.am
help/reference/Makefile.am
help/reference/libdocument/Makefile.am
help/reference/libview/Makefile.am
help/reference/shell/Makefile.am
libdocument/Makefile.am
libmisc/Makefile.am
libview/Makefile.am
previewer/Makefile.am
properties/Makefile.am
shell/Makefile.am
test/Makefile.am
thumbnailer/Makefile.am

index 011d1fcdbb294dd65e25a5306a2aa49bd6add8d7..7880c3a828fc05554ae6ae615a75d99117dd2ccc 100644 (file)
@@ -1,3 +1,5 @@
+ACLOCAL_AMFLAGS = -I m4
+
 SUBDIRS = \
        cut-n-paste \
        data \
@@ -53,9 +55,35 @@ DISTCLEANFILES =             \
        intltool-merge          \
        intltool-update
 
-ACLOCAL_AMFLAGS = -I m4
-
-DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --disable-scrollkeeper --enable-gtk-doc --disable-nautilus --disable-tests
+MAINTAINERCLEANFILES = \
+       ChangeLog \
+       $(srcdir)/INSTALL \
+       $(srcdir)/aclocal.m4 \
+       $(srcdir)/autoscan.log \
+       $(srcdir)/compile \
+       $(srcdir)/config.guess \
+       $(srcdir)/config.h.in \
+       $(srcdir)/config.sub \
+       $(srcdir)/configure \
+       $(srcdir)/configure.scan \
+       $(srcdir)/depcomp \
+       $(srcdir)/install-sh \
+       $(srcdir)/ltmain.sh \
+       $(srcdir)/missing \
+       $(srcdir)/mkinstalldirs \
+       $(srcdir)/omf.make \
+       $(srcdir)/xmldocs.make \
+       $(srcdir)/gtk-doc.make \
+       $(srcdir)/po/Makefile.in.in \
+       `find "$(srcdir)" -type f -name Makefile.in -print`
+
+DISTCHECK_CONFIGURE_FLAGS = \
+       --disable-schemas-install \
+       --disable-scrollkeeper \
+       --enable-gtk-doc \
+       --disable-nautilus \
+       --disable-tests \
+       --disable-silent-rules
 
 # Ignore scrollkeeper issues for now.  @#*$& scrollkeeper
 distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper | grep -v /share/gnome/help/ | grep -v \.omf
@@ -66,8 +94,7 @@ distclean-local:
        fi
 
 ChangeLog:
-       @echo Creating $@
-       @if test -d "$(srcdir)/.git"; then \
+       $(AM_V_GEN) if test -d "$(srcdir)/.git"; then \
          (GIT_DIR=$(top_srcdir)/.git ./missing --run git log -M -C --name-status --date=short --no-color) | fmt --split-only > $@.tmp \
          && mv -f $@.tmp $@ \
          || ($(RM) $@.tmp; \
@@ -80,3 +107,5 @@ ChangeLog:
        fi
 
 .PHONY: ChangeLog
+
+-include $(top_srcdir)/git.mk
index dcbbc0e162c6c81bbf5f47bbed58bb04b4432a66..a6dc6e582cb3acb17a863e846f6242168c67de16 100644 (file)
@@ -36,3 +36,5 @@ endif
 
 EXTRA_DIST = \
        backend.symbols
+
+-include $(top_srcdir)/git.mk
index eae62f48a4a589aed19c424bf100a4b64fb9972d..3d56cd7f4a0264071f8c57ae0b82d749bf6dda85 100644 (file)
@@ -28,3 +28,5 @@ EXTRA_DIST = $(backend_in_files)
 CLEANFILES = $(backend_DATA)
 
 @EV_INTLTOOL_EVINCE_BACKEND_RULE@
+
+-include $(top_srcdir)/git.mk
index 4c39d2d506caccdfe0f26dd8936903b500f62f39..fbd4bde632b058926c62a2659da068c2abbbfbc0 100644 (file)
@@ -34,3 +34,5 @@ EXTRA_DIST = $(backend_in_files)
 CLEANFILES = $(backend_DATA)
 
 @EV_INTLTOOL_EVINCE_BACKEND_RULE@
+
+-include $(top_srcdir)/git.mk
index 0e27e115eb6bfa279f82079dc4e5832dfe695c89..93aad7314493f6223202cf8f008fada258a62503 100644 (file)
@@ -41,3 +41,5 @@ EXTRA_DIST = $(backend_in_files)
 CLEANFILES = $(backend_DATA)
 
 @EV_INTLTOOL_EVINCE_BACKEND_RULE@
+
+-include $(top_srcdir)/git.mk
index 0a09e20fcfc93939e52201cfbbaf7c6c30dea5c6..e976aa60ef6057db271c1c2bc0906dd9b8275388 100644 (file)
@@ -39,3 +39,5 @@ libmdvi_la_SOURCES = \
        util.c       \
        vf.c         
 
+
+-include $(top_srcdir)/git.mk
index 8057dfcef6e18e1f6de99a42d64eabff6294c3b2..c1da9a197c585c33bf2e3fc6eebb65dff6e952e9 100644 (file)
@@ -53,3 +53,5 @@ EXTRA_DIST = $(backend_in_files)
 CLEANFILES = $(backend_DATA)
 
 @EV_INTLTOOL_EVINCE_BACKEND_RULE@
+
+-include $(top_srcdir)/git.mk
index 1d2115a1673ad7e4e28db52457454c60417e3d4b..85bbcef1e732d0b8b3c2fb08e8dc65aa002546cf 100644 (file)
@@ -30,3 +30,5 @@ EXTRA_DIST = $(backend_in_files)
 CLEANFILES = $(backend_DATA)
 
 @EV_INTLTOOL_EVINCE_BACKEND_RULE@
+
+-include $(top_srcdir)/git.mk
index 73beba32873a909c0b3228dcbd99fada1a3958fc..e31a8bb22eac874974050dc671b30ffa00020a80 100644 (file)
@@ -26,3 +26,5 @@ EXTRA_DIST = $(backend_in_files)
 CLEANFILES = $(backend_DATA)
 
 @EV_INTLTOOL_EVINCE_BACKEND_RULE@
+
+-include $(top_srcdir)/git.mk
index 9fa625228dc20de9750fe34df8455a55de8b0e7f..fdc83bcf4d3586a10c0765800828dabb9c3cca96 100644 (file)
@@ -28,3 +28,5 @@ EXTRA_DIST = $(backend_in_files)
 CLEANFILES = $(backend_DATA)
 
 @EV_INTLTOOL_EVINCE_BACKEND_RULE@
+
+-include $(top_srcdir)/git.mk
index 81fc9bff1c378f3cf432e091b444c7e8b542e0a9..72722674f0ccef14b4ad3ce68b848b9981855c53 100644 (file)
@@ -29,3 +29,5 @@ EXTRA_DIST = $(backend_in_files)
 CLEANFILES = $(backend_DATA)
 
 @EV_INTLTOOL_EVINCE_BACKEND_RULE@
+
+-include $(top_srcdir)/git.mk
index f073fd9c20023df67eec56615d8ab47c627dbd20..c0cf0cc5cc0c75e12231e10cf8850bdd784b9f93 100644 (file)
@@ -1 +1,3 @@
 SUBDIRS = zoom-control toolbar-editor totem-screensaver evinfobar smclient gimpcellrenderertoggle
+
+-include $(top_srcdir)/git.mk
index 61d3ed20889d45ff21d657b9184894a3ddcaedd8..46f4e4397fc1cdd301d252300fef526cafc6a238 100644 (file)
@@ -7,3 +7,5 @@ libevinfobar_la_CFLAGS =        \
        $(SHELL_CORE_CFLAGS)    \
        $(WARNING_CFLAGS)       \
        $(DISABLE_DEPRECATED)
+
+-include $(top_srcdir)/git.mk
index 65580e084b5ce33f5d56b03942477a99fc060c6b..fffeffa72d2229748f8161a42925da0bd42fb654 100644 (file)
@@ -34,3 +34,5 @@ gen_sources = xgen-wmh xgen-wmc $(libgimpcellrenderertoggle_la_built_sources)
 CLEANFILES = $(gen_sources)
 
 EXTRA_DIST = $(libgimpcellrenderertoggle_la_extra_sources)
+
+-include $(top_srcdir)/git.mk
index 71187b6199f5d070c2ab9c1fccd9ab786b43d2f5..498ed75696f46c8f6e577051bc7a329b517d287c 100644 (file)
@@ -38,3 +38,5 @@ libsmclient_la_SOURCES += eggsmclient-osx.c
 endif
 
 endif # WITH_SMCLIENT
+
+-include $(top_srcdir)/git.mk
index a5600f94eea230e7d53b3155cbd953b888a5d9d7..b3e843ec6e7288bc9b6a4ed14ee43b7686ca4abf 100644 (file)
@@ -104,3 +104,5 @@ regenerate-built-sources:
 CLEANFILES = $(stamp_files) $(BUILT_SOURCES)
 DISTCLEANFILES = $(stamp_files) $(BUILT_SOURCES)
 MAINTAINERCLEANFILES = $(stamp_files) $(BUILT_SOURCES)
+
+-include $(top_srcdir)/git.mk
index ab67e2c5f6a3ab5f53ae5eb0624b28102f91f79a..0b69f36d1c7150b2fe6ef08fbe6aa5992cace0d8 100644 (file)
@@ -8,3 +8,5 @@ libtotemscrsaver_la_CFLAGS =    \
        $(DBUS_CFLAGS)          \
        $(WARNING_CFLAGS)       \
        $(DISABLE_DEPRECATED)
+
+-include $(top_srcdir)/git.mk
index 64cdc9d6a0230284bdfb200c49866849b7d92d25..af8bd48e3b2659c244f62614be5b2fcafba5f9c8 100644 (file)
@@ -12,3 +12,5 @@ libephyzoom_la_CFLAGS = \
        $(SHELL_CORE_CFLAGS)    \
        $(WARNING_CFLAGS)       \
        $(DISABLE_DEPRECATED)
+
+-include $(top_srcdir)/git.mk
index 5b129ce0969ead9c08874c52103e40ffeebfbf44..a3c4e2293aa8252166c468ffc66e9dcd63041c8a 100644 (file)
@@ -129,3 +129,5 @@ DISTCLEANFILES = \
        $(DESKTOP_FILES)        \
        $(schema_DATA)          \
        $(service_DATA)
+
+-include $(top_srcdir)/git.mk
index 063f693562a1a63eed9b490c230a219ff41599af..4497479f41271a454dc24d4c5c0be58ea3c44fb0 100644 (file)
@@ -1 +1,3 @@
 SUBDIRS = actions apps
+
+-include $(top_srcdir)/git.mk
index 274f6900d3ebd60bb2072a273194c0d0579c29c9..266a84a2de1aa6ec5940bc36bee5b778f5a8c71d 100644 (file)
@@ -21,3 +21,5 @@ noinst_DATA = \
 EXTRA_DIST = \
        $(icons_DATA)   \
        $(noinst_DATA)
+
+-include $(top_srcdir)/git.mk
index 875cb2ace453372a9f6896b8aab701238c31ea47..f23ab1a560409f261d9b8418f408ad6612354375 100644 (file)
@@ -12,3 +12,5 @@ noinst_DATA =
 EXTRA_DIST =           \
        $(icons_DATA)   \
        $(noinst_DATA)
+
+-include $(top_srcdir)/git.mk
index 063f693562a1a63eed9b490c230a219ff41599af..4497479f41271a454dc24d4c5c0be58ea3c44fb0 100644 (file)
@@ -1 +1,3 @@
 SUBDIRS = actions apps
+
+-include $(top_srcdir)/git.mk
index e50e35be4655ebf0fc223125618ed29aa974fb43..c1b56f672842281030ca96561b308d770ac18cba 100644 (file)
@@ -22,3 +22,5 @@ noinst_DATA = \
 EXTRA_DIST = \
        $(icons_DATA)   \
        $(noinst_DATA)
+
+-include $(top_srcdir)/git.mk
index 816fdd0d769ad7e2dfe2befc9bf2cd9198cf2562..30c03967a10969fbb9f1b4e2d2eb2259100562ad 100644 (file)
@@ -12,3 +12,5 @@ noinst_DATA =
 EXTRA_DIST =           \
        $(icons_DATA)   \
        $(noinst_DATA)
+
+-include $(top_srcdir)/git.mk
index 063f693562a1a63eed9b490c230a219ff41599af..4497479f41271a454dc24d4c5c0be58ea3c44fb0 100644 (file)
@@ -1 +1,3 @@
 SUBDIRS = actions apps
+
+-include $(top_srcdir)/git.mk
index 492936f02bfda54235398759e3894e15b2d97e60..1178aaafba49adf72f46b3f689d85393ad933348 100644 (file)
@@ -16,3 +16,5 @@ noinst_DATA =
 EXTRA_DIST = \
        $(icons_DATA)   \
        $(noinst_DATA)
+
+-include $(top_srcdir)/git.mk
index 00b9a5019defefb8aa4f582e39414349b493183d..ff718d9accbeb65bb0a0679d113d20cea0032a3b 100644 (file)
@@ -12,3 +12,5 @@ noinst_DATA =
 EXTRA_DIST =           \
        $(icons_DATA)   \
        $(noinst_DATA)
+
+-include $(top_srcdir)/git.mk
index 0224d4572de5382c12927beb896dc5f7d53565c1..6b7db23ff3ea485a217b2ec363d796c09942c95c 100644 (file)
@@ -1 +1,3 @@
 SUBDIRS = actions
+
+-include $(top_srcdir)/git.mk
index 6e748768bdc1dbecfc43d76a410167feb60abf79..52a99cfebeaa35f348126d11f6cce48e8eddd8e0 100644 (file)
@@ -13,3 +13,5 @@ noinst_DATA =
 EXTRA_DIST = \
        $(icons_DATA)   \
        $(noinst_DATA)
+
+-include $(top_srcdir)/git.mk
index ddce5ef13f85b0c1aee31ca478ad3f68f5f67f12..ae033087f8c5d2fe97238e919faf5c0e702b79f9 100644 (file)
@@ -1,2 +1,4 @@
 SUBDIRS = actions apps
 
+
+-include $(top_srcdir)/git.mk
index d995e5ec90be18fdd7a9ca87b3cc030cb8eb8cc8..a8047edfd3effc6563cef8c1ccff0f96909a342d 100644 (file)
@@ -16,3 +16,5 @@ noinst_DATA =
 EXTRA_DIST = \
        $(icons_DATA)   \
        $(noinst_DATA)
+
+-include $(top_srcdir)/git.mk
index 32dbf137c57df6cd308ba4713e0562125a37fc33..8fb3b67b2755d18608183ddc0297a0fba02997ba 100644 (file)
@@ -12,3 +12,5 @@ noinst_DATA =
 EXTRA_DIST =           \
        $(icons_DATA)   \
        $(noinst_DATA)
+
+-include $(top_srcdir)/git.mk
index efd067d8d08a8822317c0dc4f8fa7de2b3da8639..6101c5657e5768d4088f8717155011ff8f80ad43 100644 (file)
@@ -1,2 +1,4 @@
 SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable
 
+
+-include $(top_srcdir)/git.mk
index ebbd1452fa98a68fd13cc0348667bca718208eb6..906a50e6b10602580ea0f1d1d99b71746c972821 100644 (file)
@@ -1 +1,3 @@
 SUBDIRS = apps
+
+-include $(top_srcdir)/git.mk
index af419947c6951e672bd39a9d6bc65b62bb068bf7..8898fbb28c66c2d3c1000c09d5adb8d555f3b35e 100644 (file)
@@ -12,3 +12,5 @@ noinst_DATA =
 EXTRA_DIST =           \
        $(icons_DATA)   \
        $(noinst_DATA)
+
+-include $(top_srcdir)/git.mk
index d51479c340600151cb13108b74efd1764ba44b78..7c78e522bc8de6c7fc2fda9264ba52ff9b3275da 100644 (file)
@@ -9,3 +9,5 @@ DOC_INCLUDES =
 DOC_FIGURES = figures/evince_start_window.png
 
 DOC_LINGUAS = bg ca cs de el en_GB es eu fi fr it ja nl oc pt_BR ru sr sv uk vi zh_CN
+
+-include $(top_srcdir)/git.mk
index 6a042c87f13016d155784b55abd10d5821090c40..1cbc4308c172b3804fd9528856456efacd036bce 100644 (file)
@@ -1 +1,2 @@
-SUBDIRS = libdocument libview shell
\ No newline at end of file
+SUBDIRS = libdocument libview shell
+-include $(top_srcdir)/git.mk
index c5d3e6d4afb7f0e60605a4e2294b804e6e3dd323..ad4bc3510468410e526241225e56bb34ffdef936 100644 (file)
@@ -98,3 +98,5 @@ include $(top_srcdir)/gtk-doc.make
 # Other files to distribute
 # e.g. EXTRA_DIST += version.xml.in
 EXTRA_DIST += version.xml.in
+
+-include $(top_srcdir)/git.mk
index 232cde73304b244069a7edc679d213de12091ca2..1f9f94d313c5bd05da75a2f1c7d43b43e082df88 100644 (file)
@@ -104,3 +104,5 @@ include $(top_srcdir)/gtk-doc.make
 # Other files to distribute
 # e.g. EXTRA_DIST += version.xml.in
 EXTRA_DIST += version.xml.in
+
+-include $(top_srcdir)/git.mk
index 00eb73b82b6759eba9ceb8dbee9123c3e6a5f6c7..36be01bfe9d93236540d939c3f474e23d62ab0ee 100644 (file)
@@ -128,3 +128,5 @@ include $(top_srcdir)/gtk-doc.make
 # Other files to distribute
 # e.g. EXTRA_DIST += version.xml.in
 EXTRA_DIST += version.xml.in
+
+-include $(top_srcdir)/git.mk
index e4e28ee65f010c547bbb346a107aff285f2bcbc4..22f9d3be30a1ea25d997dc4809a17dea35b4fdf2 100644 (file)
@@ -174,3 +174,5 @@ CLEANFILES += $(gir_DATA) $(typelibs_DATA)
        $< -o $@
 
 endif # ENABLE_INTROSPECTION
+
+-include $(top_srcdir)/git.mk
index 38a43fa43bcc01b1b2bda36bf33906c1e5321aba..a6ec7745fcc9cdd9aefc404db06df1b7d42cd167 100644 (file)
@@ -18,3 +18,5 @@ libevmisc_la_CFLAGS = \
 libevmisc_la_LIBADD = \
        $(top_builddir)/libdocument/libevdocument.la \
        $(top_builddir)/libview/libevview.la
+
+-include $(top_srcdir)/git.mk
index 1964eeed8b258defb7e2108c4c995456f9be4f51..89cfa3657dc79d186d9f86df699ccba67cdac0aa 100644 (file)
@@ -140,3 +140,5 @@ CLEANFILES += $(gir_DATA) $(typelibs_DATA)
        $< -o $@
 
 endif # ENABLE_INTROSPECTION
+
+-include $(top_srcdir)/git.mk
index 3744c628ebe83bef1ac4cf993db12ab1772fa002..ea5296e5ccfea10f8c9d4eaa05090468b01c7b48 100644 (file)
@@ -34,3 +34,5 @@ evince_previewer_LDADD = \
        $(top_builddir)/libmisc/libevmisc.la            \
        $(PREVIEWER_LIBS)
 
+
+-include $(top_srcdir)/git.mk
index 0d2bf0e229873fef3a87b4b941a854fb07e4c164..67b7e7b519d86ce39ca0f863204f21193b35f6db 100644 (file)
@@ -31,3 +31,5 @@ libevince_properties_page_la_LIBADD =                 \
 libevince_properties_page_la_LDFLAGS = -module -avoid-version -no-undefined
 
 endif # ENABLE_NAUTILUS
+
+-include $(top_srcdir)/git.mk
index 987d215f43353711412abd1af145e975e3539b52..db878e63be3e78339141bbef496f505885c60fc4 100644 (file)
@@ -166,3 +166,5 @@ ev-application-service.h: $(srcdir)/ev-application-service.xml
 
 ev-daemon-service.h: $(srcdir)/ev-daemon-service.xml
        $(AM_V_GEN)dbus-binding-tool --prefix=ev_daemon --mode=glib-server --output=ev-daemon-service.h $(srcdir)/ev-daemon-service.xml
+
+-include $(top_srcdir)/git.mk
index 9cf215bb47721b41e8cb7146cb087a1d963e1ef3..3f0a90c5d48e62756a9c13a4bf07d56e53632835 100644 (file)
@@ -15,3 +15,5 @@ EXTRA_DIST = \
        test-page-labels.pdf \
        test6.py \
        test7.py
+
+-include $(top_srcdir)/git.mk
index 23bb4a35d74e31e916e0b35381f8af5b435f1f8b..45e3d2a86b98c006f4239bb7d0d07f286d363a96 100644 (file)
@@ -79,3 +79,5 @@ EXTRA_DIST =          \
 
 DISTCLEANFILES = \
        $(schema_DATA)
+
+-include $(top_srcdir)/git.mk