~ubuntu-branches/debian/experimental/file-roller/experimental

« back to all changes in this revision

Viewing changes to data/icons/24x24/actions/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2013-03-25 14:07:41 UTC
  • mfrom: (1.6.95)
  • Revision ID: package-import@ubuntu.com-20130325140741-fn92im56sms30zkg
Tags: 3.7.92-1
* New upstream release.
* Drop debian/patches/git_handle_cab.patch, from upstream now in release.
* Bump libgtk-3-dev build-dependency to (>= 3.6.0)
  - source uses GtkMenuButton which is new in 3.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.12.5 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.
51
51
build_triplet = @build@
52
52
host_triplet = @host@
53
53
subdir = data/icons/24x24/actions
54
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
54
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
55
55
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56
56
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
57
57
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
111
111
  }
112
112
am__installdirs = "$(DESTDIR)$(iconsdir)"
113
113
DATA = $(icons_DATA) $(noinst_DATA)
 
114
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
114
115
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
115
116
ACLOCAL = @ACLOCAL@
116
117
ALL_LINGUAS = @ALL_LINGUAS@
348
349
        @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
349
350
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
350
351
        dir='$(DESTDIR)$(iconsdir)'; $(am__uninstall_files_from_dir)
351
 
tags: TAGS
352
 
TAGS:
 
352
tags TAGS:
353
353
 
354
 
ctags: CTAGS
355
 
CTAGS:
 
354
ctags CTAGS:
356
355
 
357
356
cscope cscopelist:
358
357
 
493
492
.MAKE: install-am install-strip
494
493
 
495
494
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
496
 
        distclean distclean-generic distclean-libtool distdir dvi \
497
 
        dvi-am html html-am info info-am install install-am \
498
 
        install-data install-data-am install-dvi install-dvi-am \
499
 
        install-exec install-exec-am install-html install-html-am \
500
 
        install-iconsDATA install-info install-info-am install-man \
501
 
        install-pdf install-pdf-am install-ps install-ps-am \
502
 
        install-strip installcheck installcheck-am installdirs \
503
 
        maintainer-clean maintainer-clean-generic mostlyclean \
504
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
505
 
        uninstall uninstall-am uninstall-iconsDATA
 
495
        cscopelist-am ctags-am distclean distclean-generic \
 
496
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
497
        install install-am install-data install-data-am install-dvi \
 
498
        install-dvi-am install-exec install-exec-am install-html \
 
499
        install-html-am install-iconsDATA install-info install-info-am \
 
500
        install-man install-pdf install-pdf-am install-ps \
 
501
        install-ps-am install-strip installcheck installcheck-am \
 
502
        installdirs maintainer-clean maintainer-clean-generic \
 
503
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
504
        ps ps-am tags-am uninstall uninstall-am uninstall-iconsDATA
506
505
 
507
506
-include $(top_srcdir)/git.mk
508
507