~ubuntu-branches/ubuntu/saucy/gucharmap/saucy-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2013-05-28 22:27:42 UTC
  • mfrom: (1.1.52) (2.4.11 sid)
  • Revision ID: package-import@ubuntu.com-20130528222742-54p7tpi7qdt4rdbt
* debian/patches/10_perl_5_18.patch:
  + Fix FTBFS with perl 5.18. Thanks to Roderich Schupp. Closes: #710038.

Show diffs side-by-side

added added

removed removed

Lines of Context:
195
195
DATADIRNAME = @DATADIRNAME@
196
196
DEFS = @DEFS@
197
197
DEPDIR = @DEPDIR@
 
198
DESKTOP_FILE_VALIDATE = @DESKTOP_FILE_VALIDATE@
198
199
DLLTOOL = @DLLTOOL@
199
200
DSYMUTIL = @DSYMUTIL@
200
201
DUMPBIN = @DUMPBIN@
849
850
               $(distcleancheck_listfiles) ; \
850
851
               exit 1; } >&2
851
852
check-am: all-am
 
853
        $(MAKE) $(AM_MAKEFLAGS) check-local
852
854
check: check-recursive
853
855
all-am: Makefile $(DATA) config.h
854
856
installdirs: installdirs-recursive
958
960
 
959
961
uninstall-am: uninstall-desktopDATA uninstall-pkgconfigDATA
960
962
 
961
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
963
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check-am \
962
964
        ctags-recursive install-am install-strip tags-recursive
963
965
 
964
966
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
965
 
        all all-am am--refresh check check-am clean clean-generic \
966
 
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
967
 
        dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
968
 
        dist-zip distcheck distclean distclean-generic distclean-hdr \
969
 
        distclean-libtool distclean-tags distcleancheck distdir \
970
 
        distuninstallcheck dvi dvi-am html html-am info info-am \
971
 
        install install-am install-data install-data-am \
972
 
        install-desktopDATA install-dvi install-dvi-am install-exec \
973
 
        install-exec-am install-html install-html-am install-info \
974
 
        install-info-am install-man install-pdf install-pdf-am \
975
 
        install-pkgconfigDATA install-ps install-ps-am install-strip \
976
 
        installcheck installcheck-am installdirs installdirs-am \
977
 
        maintainer-clean maintainer-clean-generic mostlyclean \
978
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
979
 
        tags tags-recursive uninstall uninstall-am \
980
 
        uninstall-desktopDATA uninstall-pkgconfigDATA
981
 
 
 
967
        all all-am am--refresh check check-am check-local clean \
 
968
        clean-generic clean-libtool ctags ctags-recursive dist \
 
969
        dist-all dist-bzip2 dist-gzip dist-lzip dist-lzma dist-shar \
 
970
        dist-tarZ dist-xz dist-zip distcheck distclean \
 
971
        distclean-generic distclean-hdr distclean-libtool \
 
972
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
973
        dvi-am html html-am info info-am install install-am \
 
974
        install-data install-data-am install-desktopDATA install-dvi \
 
975
        install-dvi-am install-exec install-exec-am install-html \
 
976
        install-html-am install-info install-info-am install-man \
 
977
        install-pdf install-pdf-am install-pkgconfigDATA install-ps \
 
978
        install-ps-am install-strip installcheck installcheck-am \
 
979
        installdirs installdirs-am maintainer-clean \
 
980
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
981
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
982
        uninstall uninstall-am uninstall-desktopDATA \
 
983
        uninstall-pkgconfigDATA
 
984
 
 
985
 
 
986
desktop-file-validate: $(desktop_DATA)
 
987
        for f in $^; do \
 
988
                $(DESKTOP_FILE_VALIDATE) $$f; \
 
989
        done
 
990
 
 
991
check-local: desktop-file-validate
982
992
 
983
993
ChangeLog:
984
994
        $(AM_V_GEN) if test -f $(top_srcdir)/.git/HEAD; then \