~ubuntu-branches/debian/wheezy/byobu/wheezy

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Alexander Chernyakhovsky
  • Date: 2012-03-12 00:57:42 UTC
  • mfrom: (0.6.1) (0.1.176 precise)
  • Revision ID: package-import@ubuntu.com-20120312005742-barjtu40fv60w64m
Tags: 5.16-1
Syncing from Ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
65
65
distdir = $(PACKAGE)-$(VERSION)
66
66
top_distdir = $(distdir)
67
67
am__remove_distdir = \
68
 
  { test ! -d "$(distdir)" \
69
 
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
70
 
         && rm -fr "$(distdir)"; }; }
 
68
  if test -d "$(distdir)"; then \
 
69
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
70
      && rm -rf "$(distdir)" \
 
71
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
72
  else :; fi
71
73
am__relativize = \
72
74
  dir0=`pwd`; \
73
75
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
96
98
DIST_ARCHIVES = $(distdir).tar.gz
97
99
GZIP_ENV = --best
98
100
distuninstallcheck_listfiles = find . -type f -print
 
101
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
102
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
99
103
distcleancheck_listfiles = find . -type f -print
100
104
ACLOCAL = @ACLOCAL@
101
105
AMTAR = @AMTAR@
189
193
all: all-recursive
190
194
 
191
195
.SUFFIXES:
192
 
am--refresh:
 
196
am--refresh: Makefile
193
197
        @:
194
198
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
195
199
        @for dep in $?; do \
431
435
        $(am__remove_distdir)
432
436
 
433
437
dist-bzip2: distdir
434
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
438
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
439
        $(am__remove_distdir)
 
440
 
 
441
dist-lzip: distdir
 
442
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
435
443
        $(am__remove_distdir)
436
444
 
437
445
dist-lzma: distdir
439
447
        $(am__remove_distdir)
440
448
 
441
449
dist-xz: distdir
442
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
450
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
443
451
        $(am__remove_distdir)
444
452
 
445
453
dist-tarZ: distdir
470
478
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
471
479
        *.tar.lzma*) \
472
480
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
481
        *.tar.lz*) \
 
482
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
473
483
        *.tar.xz*) \
474
484
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
475
485
        *.tar.Z*) \
489
499
          && am__cwd=`pwd` \
490
500
          && $(am__cd) $(distdir)/_build \
491
501
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
502
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
492
503
            $(DISTCHECK_CONFIGURE_FLAGS) \
493
504
          && $(MAKE) $(AM_MAKEFLAGS) \
494
505
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
517
528
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
518
529
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
519
530
distuninstallcheck:
520
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
521
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
531
        @test -n '$(distuninstallcheck_dir)' || { \
 
532
          echo 'ERROR: trying to run $@ with an empty' \
 
533
               '$$(distuninstallcheck_dir)' >&2; \
 
534
          exit 1; \
 
535
        }; \
 
536
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
537
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
538
          exit 1; \
 
539
        }; \
 
540
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
522
541
           || { echo "ERROR: files left after uninstall:" ; \
523
542
                if test -n "$(DESTDIR)"; then \
524
543
                  echo "  (check DESTDIR support)"; \
549
568
 
550
569
installcheck: installcheck-recursive
551
570
install-strip:
552
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
553
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
554
 
          `test -z '$(STRIP)' || \
555
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
571
        if test -z '$(STRIP)'; then \
 
572
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
573
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
574
              install; \
 
575
        else \
 
576
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
577
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
578
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
579
        fi
556
580
mostlyclean-generic:
557
581
 
558
582
clean-generic:
639
663
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
640
664
        all all-am am--refresh check check-am clean clean-generic \
641
665
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
642
 
        dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
643
 
        distclean distclean-generic distclean-tags distcleancheck \
644
 
        distdir distuninstallcheck dvi dvi-am html html-am info \
645
 
        info-am install install-am install-data install-data-am \
646
 
        install-dvi install-dvi-am install-exec install-exec-am \
647
 
        install-html install-html-am install-info install-info-am \
648
 
        install-man install-pdf install-pdf-am install-ps \
649
 
        install-ps-am install-strip installcheck installcheck-am \
650
 
        installdirs installdirs-am maintainer-clean \
 
666
        dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
 
667
        distcheck distclean distclean-generic distclean-tags \
 
668
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
 
669
        html-am info info-am install install-am install-data \
 
670
        install-data-am install-dvi install-dvi-am install-exec \
 
671
        install-exec-am install-html install-html-am install-info \
 
672
        install-info-am install-man install-pdf install-pdf-am \
 
673
        install-ps install-ps-am install-strip installcheck \
 
674
        installcheck-am installdirs installdirs-am maintainer-clean \
651
675
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
652
676
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
653
677