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

« back to all changes in this revision

Viewing changes to src/commands/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,
53
53
host_triplet = @host@
54
54
privexec_PROGRAMS = rpm2cpio$(EXEEXT)
55
55
subdir = src/commands
56
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
56
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
57
        $(top_srcdir)/depcomp
57
58
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58
59
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
59
60
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
87
88
        $(AM_CFLAGS) $(CFLAGS)
88
89
AM_V_CC = $(am__v_CC_@AM_V@)
89
90
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
90
 
am__v_CC_0 = @echo "  CC    " $@;
 
91
am__v_CC_0 = @echo "  CC      " $@;
91
92
AM_V_at = $(am__v_at_@AM_V@)
92
93
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
93
94
am__v_at_0 = @
97
98
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
98
99
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
99
100
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
100
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
101
am__v_CCLD_0 = @echo "  CCLD    " $@;
101
102
AM_V_GEN = $(am__v_GEN_@AM_V@)
102
103
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
103
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
104
am__v_GEN_0 = @echo "  GEN     " $@;
104
105
SOURCES = $(rpm2cpio_SOURCES)
105
106
DIST_SOURCES = $(rpm2cpio_SOURCES)
106
107
am__can_run_installinfo = \
442
443
          && $(am__cd) $(top_srcdir) \
443
444
          && gtags -i $(GTAGS_ARGS) "$$here"
444
445
 
 
446
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
 
447
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
448
        case "$(srcdir)" in \
 
449
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
450
          *) sdir=$(subdir)/$(srcdir) ;; \
 
451
        esac; \
 
452
        for i in $$list; do \
 
453
          if test -f "$$i"; then \
 
454
            echo "$(subdir)/$$i"; \
 
455
          else \
 
456
            echo "$$sdir/$$i"; \
 
457
          fi; \
 
458
        done >> $(top_builddir)/cscope.files
 
459
 
445
460
distclean-tags:
446
461
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
447
462
 
586
601
.MAKE: install-am install-strip
587
602
 
588
603
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
589
 
        clean-libtool clean-privexecPROGRAMS ctags distclean \
590
 
        distclean-compile distclean-generic distclean-libtool \
591
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
592
 
        install install-am install-data install-data-am install-dvi \
593
 
        install-dvi-am install-exec install-exec-am install-html \
594
 
        install-html-am install-info install-info-am install-man \
595
 
        install-pdf install-pdf-am install-privexecPROGRAMS install-ps \
596
 
        install-ps-am install-strip installcheck installcheck-am \
597
 
        installdirs maintainer-clean maintainer-clean-generic \
598
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
599
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
600
 
        uninstall-am uninstall-privexecPROGRAMS
 
604
        clean-libtool clean-privexecPROGRAMS cscopelist ctags \
 
605
        distclean distclean-compile distclean-generic \
 
606
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
607
        html-am info info-am install install-am install-data \
 
608
        install-data-am install-dvi install-dvi-am install-exec \
 
609
        install-exec-am install-html install-html-am install-info \
 
610
        install-info-am install-man install-pdf install-pdf-am \
 
611
        install-privexecPROGRAMS install-ps install-ps-am \
 
612
        install-strip installcheck installcheck-am installdirs \
 
613
        maintainer-clean maintainer-clean-generic mostlyclean \
 
614
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
615
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
616
        uninstall-privexecPROGRAMS
601
617
 
602
618
 
603
619
-include $(top_srcdir)/git.mk