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

« back to all changes in this revision

Viewing changes to 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,
72
72
CONFIG_CLEAN_VPATH_FILES =
73
73
AM_V_GEN = $(am__v_GEN_@AM_V@)
74
74
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
75
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
75
am__v_GEN_0 = @echo "  GEN     " $@;
76
76
AM_V_at = $(am__v_at_@AM_V@)
77
77
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
78
78
am__v_at_0 = @
94
94
  distclean-recursive maintainer-clean-recursive
95
95
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
96
96
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
97
 
        distdir dist dist-all distcheck
 
97
        cscope distdir dist dist-all distcheck
98
98
ETAGS = etags
99
99
CTAGS = ctags
 
100
CSCOPE = cscope
100
101
DIST_SUBDIRS = copy-n-paste data src help nautilus po
101
102
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
102
103
distdir = $(PACKAGE)-$(VERSION)
107
108
      && rm -rf "$(distdir)" \
108
109
      || { sleep 5 && rm -rf "$(distdir)"; }; \
109
110
  else :; fi
 
111
am__post_remove_distdir = $(am__remove_distdir)
110
112
am__relativize = \
111
113
  dir0=`pwd`; \
112
114
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
134
136
  reldir="$$dir2"
135
137
GZIP_ENV = --best
136
138
DIST_ARCHIVES = $(distdir).tar.xz
 
139
DIST_TARGETS = dist-xz
137
140
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
138
141
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
139
142
ACLOCAL = @ACLOCAL@
426
429
        -rm -f libtool config.lt
427
430
 
428
431
# This directory's subdirectories are mostly independent; you can cd
429
 
# into them and run `make' without going through this Makefile.
430
 
# To change the values of `make' variables: instead of editing Makefiles,
431
 
# (1) if the variable is set in `config.status', edit `config.status'
432
 
#     (which will cause the Makefiles to be regenerated when you run `make');
433
 
# (2) otherwise, pass the desired values on the `make' command line.
 
432
# into them and run 'make' without going through this Makefile.
 
433
# To change the values of 'make' variables: instead of editing Makefiles,
 
434
# (1) if the variable is set in 'config.status', edit 'config.status'
 
435
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
436
# (2) otherwise, pass the desired values on the 'make' command line.
434
437
$(RECURSIVE_TARGETS):
435
438
        @fail= failcom='exit 1'; \
436
439
        for f in x $$MAKEFLAGS; do \
494
497
        list='$(SUBDIRS)'; for subdir in $$list; do \
495
498
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
496
499
        done
 
500
cscopelist-recursive:
 
501
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
502
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
 
503
        done
497
504
 
498
505
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
499
506
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
557
564
          && $(am__cd) $(top_srcdir) \
558
565
          && gtags -i $(GTAGS_ARGS) "$$here"
559
566
 
 
567
cscope: cscope.files
 
568
        test ! -s cscope.files \
 
569
          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
 
570
 
 
571
clean-cscope:
 
572
        -rm -f cscope.files
 
573
 
 
574
cscope.files: clean-cscope cscopelist-recursive cscopelist
 
575
 
 
576
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
 
577
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
578
        case "$(srcdir)" in \
 
579
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
580
          *) sdir=$(subdir)/$(srcdir) ;; \
 
581
        esac; \
 
582
        for i in $$list; do \
 
583
          if test -f "$$i"; then \
 
584
            echo "$(subdir)/$$i"; \
 
585
          else \
 
586
            echo "$$sdir/$$i"; \
 
587
          fi; \
 
588
        done >> $(top_builddir)/cscope.files
 
589
 
560
590
distclean-tags:
561
591
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
592
        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
562
593
 
563
594
distdir: $(DISTFILES)
564
595
        $(am__remove_distdir)
626
657
        || chmod -R a+r "$(distdir)"
627
658
dist-gzip: distdir
628
659
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
629
 
        $(am__remove_distdir)
 
660
        $(am__post_remove_distdir)
630
661
 
631
662
dist-bzip2: distdir
632
663
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
633
 
        $(am__remove_distdir)
 
664
        $(am__post_remove_distdir)
634
665
 
635
666
dist-lzip: distdir
636
667
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
637
 
        $(am__remove_distdir)
638
 
 
639
 
dist-lzma: distdir
640
 
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
641
 
        $(am__remove_distdir)
 
668
        $(am__post_remove_distdir)
642
669
dist-xz: distdir
643
670
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
644
 
        $(am__remove_distdir)
 
671
        $(am__post_remove_distdir)
645
672
 
646
673
dist-tarZ: distdir
647
674
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
648
 
        $(am__remove_distdir)
 
675
        $(am__post_remove_distdir)
649
676
 
650
677
dist-shar: distdir
651
678
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
652
 
        $(am__remove_distdir)
 
679
        $(am__post_remove_distdir)
653
680
 
654
681
dist-zip: distdir
655
682
        -rm -f $(distdir).zip
656
683
        zip -rq $(distdir).zip $(distdir)
657
 
        $(am__remove_distdir)
 
684
        $(am__post_remove_distdir)
658
685
 
659
 
dist dist-all: distdir
660
 
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
661
 
        $(am__remove_distdir)
 
686
dist dist-all:
 
687
        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
 
688
        $(am__post_remove_distdir)
662
689
 
663
690
# This target untars the dist file and tries a VPATH configuration.  Then
664
691
# it guarantees that the distribution is self-contained by making another
669
696
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
670
697
        *.tar.bz2*) \
671
698
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
672
 
        *.tar.lzma*) \
673
 
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
674
699
        *.tar.lz*) \
675
700
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
676
701
        *.tar.xz*) \
716
741
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
717
742
          && cd "$$am__cwd" \
718
743
          || exit 1
719
 
        $(am__remove_distdir)
 
744
        $(am__post_remove_distdir)
720
745
        @(echo "$(distdir) archives ready for distribution: "; \
721
746
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
722
747
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
855
880
uninstall-am:
856
881
 
857
882
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
858
 
        ctags-recursive install-am install-strip tags-recursive
 
883
        cscopelist-recursive ctags-recursive install-am install-strip \
 
884
        tags-recursive
859
885
 
860
886
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
861
 
        all all-am am--refresh check check-am clean clean-generic \
862
 
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
863
 
        dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
 
887
        all all-am am--refresh check check-am clean clean-cscope \
 
888
        clean-generic clean-libtool cscope cscopelist \
 
889
        cscopelist-recursive ctags ctags-recursive dist dist-all \
 
890
        dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz \
864
891
        dist-zip distcheck distclean distclean-generic distclean-hdr \
865
892
        distclean-libtool distclean-tags distcleancheck distdir \
866
893
        distuninstallcheck dvi dvi-am html html-am info info-am \