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

« back to all changes in this revision

Viewing changes to data/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,
68
68
CONFIG_CLEAN_VPATH_FILES =
69
69
AM_V_GEN = $(am__v_GEN_@AM_V@)
70
70
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
71
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
71
am__v_GEN_0 = @echo "  GEN     " $@;
72
72
AM_V_at = $(am__v_at_@AM_V@)
73
73
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
74
74
am__v_at_0 = @
390
390
        @list='$(convert_DATA)'; test -n "$(convertdir)" || list=; \
391
391
        if test -n "$$list"; then \
392
392
          echo " $(MKDIR_P) '$(DESTDIR)$(convertdir)'"; \
393
 
          $(MKDIR_P) '$(DESTDIR)$(convertdir)' || exit 1; \
 
393
          $(MKDIR_P) "$(DESTDIR)$(convertdir)" || exit 1; \
394
394
        fi; \
395
395
        for p in $$list; do \
396
396
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
411
411
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
412
412
        if test -n "$$list"; then \
413
413
          echo " $(MKDIR_P) '$(DESTDIR)$(desktopdir)'"; \
414
 
          $(MKDIR_P) '$(DESTDIR)$(desktopdir)' || exit 1; \
 
414
          $(MKDIR_P) "$(DESTDIR)$(desktopdir)" || exit 1; \
415
415
        fi; \
416
416
        for p in $$list; do \
417
417
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
432
432
        @list='$(match_DATA)'; test -n "$(matchdir)" || list=; \
433
433
        if test -n "$$list"; then \
434
434
          echo " $(MKDIR_P) '$(DESTDIR)$(matchdir)'"; \
435
 
          $(MKDIR_P) '$(DESTDIR)$(matchdir)' || exit 1; \
 
435
          $(MKDIR_P) "$(DESTDIR)$(matchdir)" || exit 1; \
436
436
        fi; \
437
437
        for p in $$list; do \
438
438
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
453
453
        @list='$(service_DATA)'; test -n "$(servicedir)" || list=; \
454
454
        if test -n "$$list"; then \
455
455
          echo " $(MKDIR_P) '$(DESTDIR)$(servicedir)'"; \
456
 
          $(MKDIR_P) '$(DESTDIR)$(servicedir)' || exit 1; \
 
456
          $(MKDIR_P) "$(DESTDIR)$(servicedir)" || exit 1; \
457
457
        fi; \
458
458
        for p in $$list; do \
459
459
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
471
471
        dir='$(DESTDIR)$(servicedir)'; $(am__uninstall_files_from_dir)
472
472
 
473
473
# This directory's subdirectories are mostly independent; you can cd
474
 
# into them and run `make' without going through this Makefile.
475
 
# To change the values of `make' variables: instead of editing Makefiles,
476
 
# (1) if the variable is set in `config.status', edit `config.status'
477
 
#     (which will cause the Makefiles to be regenerated when you run `make');
478
 
# (2) otherwise, pass the desired values on the `make' command line.
 
474
# into them and run 'make' without going through this Makefile.
 
475
# To change the values of 'make' variables: instead of editing Makefiles,
 
476
# (1) if the variable is set in 'config.status', edit 'config.status'
 
477
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
478
# (2) otherwise, pass the desired values on the 'make' command line.
479
479
$(RECURSIVE_TARGETS):
480
480
        @fail= failcom='exit 1'; \
481
481
        for f in x $$MAKEFLAGS; do \
539
539
        list='$(SUBDIRS)'; for subdir in $$list; do \
540
540
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
541
541
        done
 
542
cscopelist-recursive:
 
543
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
544
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
 
545
        done
542
546
 
543
547
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
544
548
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
602
606
          && $(am__cd) $(top_srcdir) \
603
607
          && gtags -i $(GTAGS_ARGS) "$$here"
604
608
 
 
609
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
 
610
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
611
        case "$(srcdir)" in \
 
612
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
613
          *) sdir=$(subdir)/$(srcdir) ;; \
 
614
        esac; \
 
615
        for i in $$list; do \
 
616
          if test -f "$$i"; then \
 
617
            echo "$(subdir)/$$i"; \
 
618
          else \
 
619
            echo "$$sdir/$$i"; \
 
620
          fi; \
 
621
        done >> $(top_builddir)/cscope.files
 
622
 
605
623
distclean-tags:
606
624
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
607
625
 
773
791
        uninstall-matchDATA uninstall-serviceDATA
774
792
        @$(NORMAL_INSTALL)
775
793
        $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
776
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
777
 
        install-am install-data-am install-strip tags-recursive \
778
 
        uninstall-am
 
794
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
 
795
        cscopelist-recursive ctags-recursive install-am \
 
796
        install-data-am install-strip tags-recursive uninstall-am
779
797
 
780
798
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
781
799
        all all-am check check-am clean clean-generic clean-libtool \
782
 
        ctags ctags-recursive dist-hook distclean distclean-generic \
783
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
784
 
        html-am info info-am install install-am install-convertDATA \
785
 
        install-data install-data-am install-data-hook \
786
 
        install-desktopDATA install-dvi install-dvi-am install-exec \
787
 
        install-exec-am install-html install-html-am install-info \
788
 
        install-info-am install-man install-matchDATA install-pdf \
789
 
        install-pdf-am install-ps install-ps-am install-serviceDATA \
790
 
        install-strip installcheck installcheck-am installdirs \
791
 
        installdirs-am maintainer-clean maintainer-clean-generic \
792
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
793
 
        ps ps-am tags tags-recursive uninstall uninstall-am \
 
800
        cscopelist cscopelist-recursive ctags ctags-recursive \
 
801
        dist-hook distclean distclean-generic distclean-libtool \
 
802
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
803
        install install-am install-convertDATA install-data \
 
804
        install-data-am install-data-hook install-desktopDATA \
 
805
        install-dvi install-dvi-am install-exec install-exec-am \
 
806
        install-html install-html-am install-info install-info-am \
 
807
        install-man install-matchDATA install-pdf install-pdf-am \
 
808
        install-ps install-ps-am install-serviceDATA install-strip \
 
809
        installcheck installcheck-am installdirs installdirs-am \
 
810
        maintainer-clean maintainer-clean-generic mostlyclean \
 
811
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
812
        tags tags-recursive uninstall uninstall-am \
794
813
        uninstall-convertDATA uninstall-desktopDATA uninstall-hook \
795
814
        uninstall-matchDATA uninstall-serviceDATA
796
815