~nobuto/ubuntu/trusty/zenity/expandable-on-list-view

« back to all changes in this revision

Viewing changes to data/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-05-14 19:36:42 UTC
  • mfrom: (1.1.47)
  • Revision ID: package-import@ubuntu.com-20130514193642-sc79t888twgkwm64
Tags: 3.8.0-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.12.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
49
49
PRE_UNINSTALL = :
50
50
POST_UNINSTALL = :
51
51
subdir = data
52
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
53
 
        $(top_srcdir)/mkinstalldirs
 
52
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
54
53
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55
54
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
56
55
        $(top_srcdir)/configure.ac
57
56
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
58
57
        $(ACLOCAL_M4)
59
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
58
mkinstalldirs = $(install_sh) -d
60
59
CONFIG_HEADER = $(top_builddir)/config.h
61
60
CONFIG_CLEAN_FILES =
62
61
CONFIG_CLEAN_VPATH_FILES =
112
111
NROFF = nroff
113
112
MANS = $(man_MANS)
114
113
DATA = $(clothes_DATA) $(images_DATA)
 
114
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
115
115
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
116
116
ACLOCAL = @ACLOCAL@
117
117
ALL_LINGUAS = @ALL_LINGUAS@
390
390
        @list='$(images_DATA)'; test -n "$(imagesdir)" || list=; \
391
391
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
392
392
        dir='$(DESTDIR)$(imagesdir)'; $(am__uninstall_files_from_dir)
393
 
tags: TAGS
394
 
TAGS:
 
393
tags TAGS:
395
394
 
396
 
ctags: CTAGS
397
 
CTAGS:
 
395
ctags CTAGS:
398
396
 
399
397
cscope cscopelist:
400
398
 
401
399
 
402
400
distdir: $(DISTFILES)
403
 
        @list='$(MANS)'; if test -n "$$list"; then \
404
 
          list=`for p in $$list; do \
405
 
            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
406
 
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
407
 
          if test -n "$$list" && \
408
 
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
409
 
            echo "error: found man pages containing the 'missing help2man' replacement text:" >&2; \
410
 
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
411
 
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
412
 
            echo "       typically 'make maintainer-clean' will remove them" >&2; \
413
 
            exit 1; \
414
 
          else :; fi; \
415
 
        else :; fi
416
401
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
417
402
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
418
403
        list='$(DISTFILES)'; \
549
534
 
550
535
.MAKE: install-am install-strip
551
536
 
552
 
.PHONY: all all-am check check-am clean clean-generic distclean \
553
 
        distclean-generic distdir dvi dvi-am html html-am info info-am \
554
 
        install install-am install-clothesDATA install-data \
555
 
        install-data-am install-dvi install-dvi-am install-exec \
556
 
        install-exec-am install-html install-html-am \
 
537
.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
 
538
        ctags-am distclean distclean-generic distdir dvi dvi-am html \
 
539
        html-am info info-am install install-am install-clothesDATA \
 
540
        install-data install-data-am install-dvi install-dvi-am \
 
541
        install-exec install-exec-am install-html install-html-am \
557
542
        install-imagesDATA install-info install-info-am install-man \
558
543
        install-man1 install-pdf install-pdf-am install-ps \
559
544
        install-ps-am install-strip installcheck installcheck-am \
560
545
        installdirs maintainer-clean maintainer-clean-generic \
561
 
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
562
 
        uninstall-am uninstall-clothesDATA uninstall-imagesDATA \
563
 
        uninstall-man uninstall-man1
 
546
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags-am \
 
547
        uninstall uninstall-am uninstall-clothesDATA \
 
548
        uninstall-imagesDATA uninstall-man uninstall-man1
564
549
 
565
550
 
566
551
# Tell versions [3.59,3.63) of GNU make to not export all variables.