~ubuntu-branches/ubuntu/vivid/clutter-1.0/vivid-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2010-07-18 17:21:49 UTC
  • mfrom: (1.2.1 upstream) (4.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20100718172149-j6s9u4chocaoykme
Tags: 1.2.12-1
* New upstream release.
* debian/libclutter-1.0-0.symbols,
  debian/rules:
  - Add a symbols file.
* debian/rules,
  debian/source/format:
  - Switch to source format 3.0 (quilt).
* debian/control.in:
  - Standards-Version is 3.9.0, no changes needed.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
17
17
 
18
18
# custom rules for quiet builds
19
19
 
 
20
# Taken from Cairo - build/Makefile.am.changelog
 
21
# Modified to fit the Clutter build environment
 
22
 
20
23
VPATH = @srcdir@
21
24
pkgdatadir = $(datadir)/@PACKAGE@
22
25
pkgincludedir = $(includedir)/@PACKAGE@
39
42
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
40
43
        $(srcdir)/Makefile.in $(srcdir)/clutter.pc.in \
41
44
        $(srcdir)/config.h.in \
 
45
        $(top_srcdir)/build/autotools/Makefile.am.changelog \
42
46
        $(top_srcdir)/build/autotools/Makefile.am.silent \
43
 
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
44
 
        TODO compile config.guess config.sub depcomp install-sh \
45
 
        ltmain.sh missing mkinstalldirs
46
 
@BUILD_GTK_DOC_TRUE@am__append_1 = doc
 
47
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog NEWS TODO
47
48
subdir = .
48
49
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
49
50
am__aclocal_m4_deps =  \
50
51
        $(top_srcdir)/build/autotools/as-compiler-flag.m4 \
51
 
        $(top_srcdir)/build/autotools/dolt.m4 \
52
52
        $(top_srcdir)/build/autotools/gtk-doc.m4 \
53
53
        $(top_srcdir)/build/autotools/introspection.m4 \
54
54
        $(top_srcdir)/build/autotools/libtool.m4 \
61
61
        $(ACLOCAL_M4)
62
62
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
63
63
 configure.lineno config.status.lineno
64
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
64
mkinstalldirs = $(SHELL) $(top_srcdir)/build/mkinstalldirs
65
65
CONFIG_HEADER = config.h
66
66
CONFIG_CLEAN_FILES = clutter.pc
67
67
CONFIG_CLEAN_VPATH_FILES =
110
110
        distdir dist dist-all distcheck
111
111
ETAGS = etags
112
112
CTAGS = ctags
 
113
DIST_SUBDIRS = $(SUBDIRS)
113
114
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
114
115
distdir = $(PACKAGE)-$(VERSION)
115
116
top_distdir = $(distdir)
142
143
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
143
144
  done; \
144
145
  reldir="$$dir2"
145
 
DIST_ARCHIVES = $(distdir).tar.gz
 
146
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
146
147
GZIP_ENV = --best
147
148
distuninstallcheck_listfiles = find . -type f -print
148
149
distcleancheck_listfiles = find . -type f -print
175
176
CLUTTER_MAJOR_VERSION = @CLUTTER_MAJOR_VERSION@
176
177
CLUTTER_MICRO_VERSION = @CLUTTER_MICRO_VERSION@
177
178
CLUTTER_MINOR_VERSION = @CLUTTER_MINOR_VERSION@
 
179
CLUTTER_PROFILE_CFLAGS = @CLUTTER_PROFILE_CFLAGS@
 
180
CLUTTER_PROFILE_LDFLAGS = @CLUTTER_PROFILE_LDFLAGS@
 
181
CLUTTER_RELEASE_STATUS = @CLUTTER_RELEASE_STATUS@
178
182
CLUTTER_REQUIRES = @CLUTTER_REQUIRES@
179
183
CLUTTER_STAGE_TYPE = @CLUTTER_STAGE_TYPE@
180
184
CLUTTER_VERSION = @CLUTTER_VERSION@
 
185
CLUTTER_WINSYS = @CLUTTER_WINSYS@
 
186
CLUTTER_WINSYS_BASE = @CLUTTER_WINSYS_BASE@
 
187
CLUTTER_WINSYS_BASE_LIB = @CLUTTER_WINSYS_BASE_LIB@
 
188
CLUTTER_WINSYS_LIB = @CLUTTER_WINSYS_LIB@
181
189
COGL_DEBUG_CFLAGS = @COGL_DEBUG_CFLAGS@
 
190
COGL_DRIVER = @COGL_DRIVER@
182
191
COGL_GLES_VERSION = @COGL_GLES_VERSION@
 
192
COGL_IMAGE_BACKEND = @COGL_IMAGE_BACKEND@
 
193
COGL_WINSYS = @COGL_WINSYS@
183
194
CPP = @CPP@
184
195
CPPFLAGS = @CPPFLAGS@
185
196
CYGPATH_W = @CYGPATH_W@
186
197
DATADIRNAME = @DATADIRNAME@
187
198
DEFS = @DEFS@
188
199
DEPDIR = @DEPDIR@
189
 
DOLT_BASH = @DOLT_BASH@
190
200
DSYMUTIL = @DSYMUTIL@
191
201
DUMPBIN = @DUMPBIN@
192
202
ECHO_C = @ECHO_C@
195
205
EGREP = @EGREP@
196
206
EXEEXT = @EXEEXT@
197
207
FGREP = @FGREP@
 
208
GCOV = @GCOV@
 
209
GCOV_CFLAGS = @GCOV_CFLAGS@
 
210
GCOV_LDFLAGS = @GCOV_LDFLAGS@
198
211
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
199
212
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
200
213
GLIB_MKENUMS = @GLIB_MKENUMS@
203
216
GMSGFMT = @GMSGFMT@
204
217
GREP = @GREP@
205
218
GTKDOC_CHECK = @GTKDOC_CHECK@
 
219
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
220
GTKDOC_REBASE = @GTKDOC_REBASE@
206
221
HTML_DIR = @HTML_DIR@
207
222
INSTALL = @INSTALL@
208
223
INSTALL_DATA = @INSTALL_DATA@
225
240
LIBTOOL = @LIBTOOL@
226
241
LIPO = @LIPO@
227
242
LN_S = @LN_S@
228
 
LTCOMPILE = @LTCOMPILE@
229
 
LTCXXCOMPILE = @LTCXXCOMPILE@
230
243
LTLIBOBJS = @LTLIBOBJS@
231
244
MAINTAINER_CFLAGS = @MAINTAINER_CFLAGS@
232
245
MAKEINFO = @MAKEINFO@
245
258
PACKAGE_NAME = @PACKAGE_NAME@
246
259
PACKAGE_STRING = @PACKAGE_STRING@
247
260
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
261
PACKAGE_URL = @PACKAGE_URL@
248
262
PACKAGE_VERSION = @PACKAGE_VERSION@
249
263
PANGO_PREFIX = @PANGO_PREFIX@
250
264
PATH_SEPARATOR = @PATH_SEPARATOR@
253
267
POSUB = @POSUB@
254
268
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
255
269
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
270
PROFILE_DEP_CFLAGS = @PROFILE_DEP_CFLAGS@
 
271
PROFILE_DEP_LIBS = @PROFILE_DEP_LIBS@
256
272
RANLIB = @RANLIB@
257
 
SDL_CONFIG = @SDL_CONFIG@
258
273
SED = @SED@
259
274
SET_MAKE = @SET_MAKE@
260
275
SHELL = @SHELL@
263
278
TSLIB_LIBS = @TSLIB_LIBS@
264
279
USE_NLS = @USE_NLS@
265
280
VERSION = @VERSION@
 
281
WINDRES = @WINDRES@
266
282
XGETTEXT = @XGETTEXT@
267
283
XINPUT_CFLAGS = @XINPUT_CFLAGS@
268
284
XINPUT_LIBS = @XINPUT_LIBS@
269
285
XMKMF = @XMKMF@
270
 
XMLTO = @XMLTO@
 
286
XSLTPROC = @XSLTPROC@
271
287
abs_builddir = @abs_builddir@
272
288
abs_srcdir = @abs_srcdir@
273
289
abs_top_builddir = @abs_top_builddir@
279
295
am__quote = @am__quote@
280
296
am__tar = @am__tar@
281
297
am__untar = @am__untar@
282
 
backendextra = @backendextra@
283
 
backendextralib = @backendextralib@
284
298
bindir = @bindir@
285
299
build = @build@
286
300
build_alias = @build_alias@
288
302
build_os = @build_os@
289
303
build_vendor = @build_vendor@
290
304
builddir = @builddir@
291
 
clutterbackend = @clutterbackend@
292
 
clutterbackendlib = @clutterbackendlib@
293
305
datadir = @datadir@
294
306
datarootdir = @datarootdir@
295
307
docdir = @docdir@
301
313
host_os = @host_os@
302
314
host_vendor = @host_vendor@
303
315
htmldir = @htmldir@
304
 
imagebackend = @imagebackend@
305
316
includedir = @includedir@
306
317
infodir = @infodir@
307
318
install_sh = @install_sh@
336
347
@USE_SHAVE_FALSE@QUIET_RM_ = $(QUIET_RM_$(AM_DEFAULT_VERBOSITY))
337
348
@USE_SHAVE_FALSE@QUIET_RM_0 = @echo '  RM     '$@;
338
349
NULL = 
339
 
SUBDIRS = build clutter tests po $(am__append_1)
340
 
DIST_SUBDIRS = build clutter tests doc po
 
350
SUBDIRS = build clutter tests doc po
341
351
ACLOCAL_AMFLAGS = -I build/autotools
342
352
pcfiles = \
343
353
        clutter-$(CLUTTER_API_VERSION).pc \
344
 
        clutter-$(CLUTTER_FLAVOUR)-$(CLUTTER_API_VERSION).pc \
 
354
        clutter-$(CLUTTER_WINSYS)-$(CLUTTER_API_VERSION).pc \
345
355
        $(NULL)
346
356
 
347
357
pkgconfig_DATA = $(pcfiles)
348
358
pkgconfigdir = $(libdir)/pkgconfig
349
 
DEFAULT_FLAVOUR = @CLUTTER_FLAVOUR@
350
359
EXTRA_DIST = \
351
 
        ChangeLog.SVN           \
352
 
        clutter.pc.in           \
353
 
        HACKING                 \
354
 
        HACKING.backends        \
355
 
        CODING_STYLE
 
360
        ChangeLog.pre-git-import        \
 
361
        clutter.pc.in                   \
 
362
        $(NULL)
356
363
 
357
 
CLEANFILES = $(pcfiles)
358
 
DISTCLEANFILES = doltcompile doltlibtool
 
364
CLEANFILES = $(pcfiles) $(srcdir)/ChangeLog.cache-*
 
365
DISTCLEANFILES = doltcompile doltlibtool ChangeLog.cache-*
359
366
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-maintainer-flags
360
367
 
361
368
# Extra clean files so that maintainer-clean removes *everything*
362
 
MAINTAINERCLEANFILES = \
363
 
        aclocal.m4      \
364
 
        compile         \
365
 
        config.guess    \
366
 
        config.h.in     \
367
 
        config.sub      \
368
 
        configure       \
369
 
        depcomp         \
370
 
        gtk-doc.make    \
371
 
        install-sh      \
372
 
        ltmain.sh       \
373
 
        Makefile.in     \
374
 
        missing         \
375
 
        $(NULL)
376
 
 
377
 
 
378
 
#PREV_RELEASE=$(CLUTTER_MAJOR_VERSION).$$(echo "$(CLUTTER_MINOR_VERSION)-1" | bc)
379
 
PREV_RELEASE = git-import
 
369
MAINTAINERCLEANFILES = aclocal.m4 config.guess config.h.in configure \
 
370
        gtk-doc.make Makefile.in $(NULL) $(srcdir)/ChangeLog \
 
371
        $(srcdir)/ChangeLog.pre-*
 
372
CURR_CHANGELOG_VERSION = $(CLUTTER_MAJOR_VERSION).$$(echo "($(CLUTTER_MINOR_VERSION)+1)/2*2" | bc)
 
373
# examines $version
 
374
PREV_CHANGELOG_VERSION = $$(if test "x$$(echo "($$version-0.1)*2/2"|bc)" = "x$$(echo "$$version*2/2"|bc)"; \
 
375
                          then echo "$$version-$$(echo "$$version" | sed 's/[0-9]/0/g;s/[0-9]$$/2/')"; \
 
376
                          else echo "$$version-1.0"; \
 
377
                          fi | bc | sed 's/[.]0*/./;s/^0[.]\?$$/git-import/;s/[.]$$/.0/')
 
378
 
 
379
CHANGELOGS = ChangeLog \
 
380
        `version=$(CURR_CHANGELOG_VERSION); \
 
381
        version=$(PREV_CHANGELOG_VERSION); \
 
382
        while test "x$$version" != xgit-import; do \
 
383
                echo ChangeLog.pre-$$version; \
 
384
                version=$(PREV_CHANGELOG_VERSION); \
 
385
        done`
 
386
 
380
387
all: config.h
381
388
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
382
389
 
383
390
.SUFFIXES:
384
391
am--refresh:
385
392
        @:
386
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/build/autotools/Makefile.am.silent $(am__configure_deps)
 
393
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/build/autotools/Makefile.am.silent $(top_srcdir)/build/autotools/Makefile.am.changelog $(am__configure_deps)
387
394
        @for dep in $?; do \
388
395
          case '$(am__configure_deps)' in \
389
396
            *$$dep*) \
390
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
391
 
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
 
397
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
 
398
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
392
399
                && exit 0; \
393
400
              exit 1;; \
394
401
          esac; \
395
402
        done; \
396
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
403
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
397
404
        $(am__cd) $(top_srcdir) && \
398
 
          $(AUTOMAKE) --gnu Makefile
 
405
          $(AUTOMAKE) --foreign Makefile
399
406
.PRECIOUS: Makefile
400
407
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
401
408
        @case '$?' in \
471
478
#     (which will cause the Makefiles to be regenerated when you run `make');
472
479
# (2) otherwise, pass the desired values on the `make' command line.
473
480
$(RECURSIVE_TARGETS):
474
 
        @failcom='exit 1'; \
 
481
        @fail= failcom='exit 1'; \
475
482
        for f in x $$MAKEFLAGS; do \
476
483
          case $$f in \
477
484
            *=* | --[!k]*);; \
496
503
        fi; test -z "$$fail"
497
504
 
498
505
$(RECURSIVE_CLEAN_TARGETS):
499
 
        @failcom='exit 1'; \
 
506
        @fail= failcom='exit 1'; \
500
507
        for f in x $$MAKEFLAGS; do \
501
508
          case $$f in \
502
509
            *=* | --[!k]*);; \
600
607
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
601
608
 
602
609
distdir: $(DISTFILES)
 
610
        @case `sed 15q $(srcdir)/NEWS` in \
 
611
        *"$(VERSION)"*) : ;; \
 
612
        *) \
 
613
          echo "NEWS not updated; not releasing" 1>&2; \
 
614
          exit 1;; \
 
615
        esac
603
616
        $(am__remove_distdir)
604
617
        test -d "$(distdir)" || mkdir "$(distdir)"
605
618
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
663
676
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
664
677
          dist-hook
665
678
        -test -n "$(am__skip_mode_fix)" \
666
 
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
679
        || find "$(distdir)" -type d ! -perm -755 \
 
680
                -exec chmod u+rwx,go+rx {} \; -o \
667
681
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
668
682
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
669
683
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
671
685
dist-gzip: distdir
672
686
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
673
687
        $(am__remove_distdir)
674
 
 
675
688
dist-bzip2: distdir
676
689
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
677
690
        $(am__remove_distdir)
699
712
 
700
713
dist dist-all: distdir
701
714
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
715
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
702
716
        $(am__remove_distdir)
703
717
 
704
718
# This target untars the dist file and tries a VPATH configuration.  Then
707
721
distcheck: dist
708
722
        case '$(DIST_ARCHIVES)' in \
709
723
        *.tar.gz*) \
710
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
724
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
711
725
        *.tar.bz2*) \
712
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
726
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
713
727
        *.tar.lzma*) \
714
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
728
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
715
729
        *.tar.xz*) \
716
730
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
717
731
        *.tar.Z*) \
718
732
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
719
733
        *.shar.gz*) \
720
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
734
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
721
735
        *.zip*) \
722
736
          unzip $(distdir).zip ;;\
723
737
        esac
907
921
clutter-$(CLUTTER_API_VERSION).pc: clutter.pc
908
922
        $(QUIET_GEN)cp $< $@
909
923
 
910
 
# clutter-<flavour>-<major>.<minor>.pc - for backend-specific dependencies
911
 
clutter-$(CLUTTER_FLAVOUR)-$(CLUTTER_API_VERSION).pc: clutter.pc
 
924
# clutter-<winsys>-<major>.<minor>.pc - for backend-specific dependencies
 
925
clutter-$(CLUTTER_WINSYS)-$(CLUTTER_API_VERSION).pc: clutter.pc
912
926
        $(QUIET_GEN)cp $< $@
913
927
 
914
928
.PHONY: test-report full-report
915
929
test-report full-report:
916
930
        $(MAKE) -C tests/conform $(@)
917
931
 
918
 
dist-hook:
919
 
        @if test -d "$(srcdir)/.git"; \
920
 
        then \
921
 
                to=""; \
922
 
                from="$(PREV_RELEASE)"; \
923
 
                echo Creating ChangeLog && \
924
 
                ( cd "$(top_srcdir)" && \
925
 
                  echo '# Generated by configure.  Do no edit.'; echo; \
926
 
                  $(top_srcdir)/missing --run perl $(top_srcdir)/build/gen-changelog.pl $$from..$$to ) > ChangeLog.tmp \
927
 
                && mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \
928
 
                || ( rm -f ChangeLog.tmp ; \
929
 
                     echo Failed to generate ChangeLog >&2 ); \
930
 
        else \
931
 
                echo A git checkout is required to generate a ChangeLog >&2; \
932
 
        fi
 
932
changelogs:
 
933
        @$(MAKE) $(AM_MAKEFLAGS) $(CHANGELOGS)
 
934
 
 
935
dist-hook: changelogs
 
936
        changelogs="$(CHANGELOGS)"; \
 
937
        for changelog in $$changelogs; do \
 
938
                cp $(srcdir)/$$changelog $(distdir)/ 2>/dev/null || \
 
939
                cp $$changelog $(distdir)/; \
 
940
        done
 
941
 
 
942
$(srcdir)/ChangeLog:
 
943
        @if test -d "$(srcdir)/.git"; then \
 
944
                version=$(CURR_CHANGELOG_VERSION); \
 
945
                prev=$(PREV_CHANGELOG_VERSION).0; \
 
946
                nearest_tag=`git describe | sed 's/-.*//'`; \
 
947
                before=$(srcdir)/ChangeLog.cache-$$prev..$$nearest_tag; \
 
948
                after=$(srcdir)/ChangeLog.cache-$$nearest_tag..; \
 
949
                $(MAKE) $(AM_MAKEFLAGS) $$before $$after && \
 
950
                echo Creating $@ && \
 
951
                { echo '# Generated by configure.  Do not edit.'; echo; \
 
952
                  cat $$after; echo; cat $$before; } > $@; \
 
953
        else \
 
954
                test -f $@ || \
 
955
                (echo A git checkout is required to generate $@ >&2 && \
 
956
                 echo A git checkout is required to generate this file >> $@); \
 
957
        fi
 
958
 
 
959
ChangeLog.cache-*..: .git
 
960
 
 
961
ChangeLog%: $(srcdir)/ChangeLog%
 
962
 
 
963
$(srcdir)/ChangeLog.cache-% $(srcdir)/ChangeLog.pre-%:
 
964
        @echo Creating $@
 
965
        @if test -d "$(srcdir)/.git"; then \
 
966
          (cd "$(srcdir)" && \
 
967
          version=$$(echo "$@" | sed 's/.*ChangeLog\([.].*-\)\?//'); \
 
968
          if echo "$@" | grep -q '^ChangeLog[.]cache'; then \
 
969
                spec=$$version; \
 
970
          else \
 
971
                to=$$version; \
 
972
                test "x$$version" = x && version=$(CURR_CHANGELOG_VERSION); \
 
973
                from=$(PREV_CHANGELOG_VERSION); \
 
974
                test "x$$to" = x || to=$$to.0; \
 
975
                test "x$$from" = xgit-import || from=$$from.0; \
 
976
                spec=$$from..$$to; \
 
977
          fi; \
 
978
          $(top_srcdir)/build/missing --run git log --stat "$$spec") > $@.tmp \
 
979
          && mv -f $@.tmp $@ \
 
980
          || ($(RM) $@.tmp; \
 
981
              echo Failed to generate $@, your $@ may be outdated >&2); \
 
982
        else \
 
983
          echo A git checkout is required to generate $@ >&2; \
 
984
        fi
 
985
 
 
986
.PHONY: changelogs ChangeLog $(srcdir)/ChangeLog
 
987
 
 
988
gcov:
 
989
        @( cd clutter && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $$?
933
990
 
934
991
# Tell versions [3.59,3.63) of GNU make to not export all variables.
935
992
# Otherwise a system limit (for SysV at least) may be exceeded.