~ubuntu-branches/ubuntu/raring/file-roller/raring-security

« back to all changes in this revision

Viewing changes to data/icons/256x256/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-05-14 18:57:27 UTC
  • mfrom: (2.1.19 sid)
  • Revision ID: package-import@ubuntu.com-20120514185727-26izf1ipd2al4y52
Tags: 3.4.2-1ubuntu1
* Merge with Debian. Remaining changes:
* debian/control.in:
  - Drop the scrollkeeper build-depends
  - Use the ubuntu epoch number for the nautilus depends
  - Depend on zip and unzip instead of p7zip which is in universe
  - Depend on genisoimage
  - Recommend sessioninstaller

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.4 from Makefile.am.
 
1
# Makefile.in generated by automake 1.12 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
66
66
CONFIG_CLEAN_VPATH_FILES =
67
67
AM_V_GEN = $(am__v_GEN_@AM_V@)
68
68
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
69
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
69
am__v_GEN_0 = @echo "  GEN     " $@;
70
70
AM_V_at = $(am__v_at_@AM_V@)
71
71
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
72
72
am__v_at_0 = @
319
319
        -rm -rf .libs _libs
320
320
 
321
321
# This directory's subdirectories are mostly independent; you can cd
322
 
# into them and run `make' without going through this Makefile.
323
 
# To change the values of `make' variables: instead of editing Makefiles,
324
 
# (1) if the variable is set in `config.status', edit `config.status'
325
 
#     (which will cause the Makefiles to be regenerated when you run `make');
326
 
# (2) otherwise, pass the desired values on the `make' command line.
 
322
# into them and run 'make' without going through this Makefile.
 
323
# To change the values of 'make' variables: instead of editing Makefiles,
 
324
# (1) if the variable is set in 'config.status', edit 'config.status'
 
325
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
326
# (2) otherwise, pass the desired values on the 'make' command line.
327
327
$(RECURSIVE_TARGETS):
328
328
        @fail= failcom='exit 1'; \
329
329
        for f in x $$MAKEFLAGS; do \
387
387
        list='$(SUBDIRS)'; for subdir in $$list; do \
388
388
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
389
389
        done
 
390
cscopelist-recursive:
 
391
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
392
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
 
393
        done
390
394
 
391
395
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
392
396
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
450
454
          && $(am__cd) $(top_srcdir) \
451
455
          && gtags -i $(GTAGS_ARGS) "$$here"
452
456
 
 
457
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
 
458
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
459
        case "$(srcdir)" in \
 
460
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
461
          *) sdir=$(subdir)/$(srcdir) ;; \
 
462
        esac; \
 
463
        for i in $$list; do \
 
464
          if test -f "$$i"; then \
 
465
            echo "$(subdir)/$$i"; \
 
466
          else \
 
467
            echo "$$sdir/$$i"; \
 
468
          fi; \
 
469
        done >> $(top_builddir)/cscope.files
 
470
 
453
471
distclean-tags:
454
472
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
455
473
 
609
627
 
610
628
uninstall-am:
611
629
 
612
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
613
 
        install-am install-strip tags-recursive
 
630
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
 
631
        cscopelist-recursive ctags-recursive install-am install-strip \
 
632
        tags-recursive
614
633
 
615
634
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
616
635
        all all-am check check-am clean clean-generic clean-libtool \
617
 
        ctags ctags-recursive distclean distclean-generic \
618
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
619
 
        html-am info info-am install install-am install-data \
620
 
        install-data-am install-dvi install-dvi-am install-exec \
621
 
        install-exec-am install-html install-html-am install-info \
622
 
        install-info-am install-man install-pdf install-pdf-am \
623
 
        install-ps install-ps-am install-strip installcheck \
624
 
        installcheck-am installdirs installdirs-am maintainer-clean \
625
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
626
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
627
 
        uninstall uninstall-am
 
636
        cscopelist cscopelist-recursive ctags ctags-recursive \
 
637
        distclean distclean-generic distclean-libtool distclean-tags \
 
638
        distdir dvi dvi-am html html-am info info-am install \
 
639
        install-am install-data install-data-am install-dvi \
 
640
        install-dvi-am install-exec install-exec-am install-html \
 
641
        install-html-am install-info install-info-am install-man \
 
642
        install-pdf install-pdf-am install-ps install-ps-am \
 
643
        install-strip installcheck installcheck-am installdirs \
 
644
        installdirs-am maintainer-clean maintainer-clean-generic \
 
645
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
646
        ps ps-am tags tags-recursive uninstall uninstall-am
628
647
 
629
648
 
630
649
-include $(top_srcdir)/git.mk