~ubuntu-branches/debian/experimental/smokeping/experimental

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Antoine Beaupré
  • Date: 2013-03-16 11:34:03 UTC
  • mfrom: (1.3.1) (7.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20130316113403-ht1ik5dtc457l6jj
Tags: 2.6.9-1~exp0
* New upstream release to properly fix CVE-2012-0790 (Closes: #659899)
* Acknowledge the NMU, thanks gregor!

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.
64
64
mkinstalldirs = $(install_sh) -d
65
65
CONFIG_CLEAN_FILES =
66
66
CONFIG_CLEAN_VPATH_FILES =
67
 
AM_V_GEN = $(am__v_GEN_$(V))
68
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
67
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
68
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
69
69
am__v_GEN_0 = @echo "  GEN   " $@;
70
 
AM_V_at = $(am__v_at_$(V))
71
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
70
AM_V_at = $(am__v_at_@AM_V@)
 
71
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
72
72
am__v_at_0 = @
73
73
SOURCES =
74
74
DIST_SOURCES =
91
91
distdir = $(PACKAGE)-$(VERSION)
92
92
top_distdir = $(distdir)
93
93
am__remove_distdir = \
94
 
  { test ! -d "$(distdir)" \
95
 
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
96
 
         && rm -fr "$(distdir)"; }; }
 
94
  if test -d "$(distdir)"; then \
 
95
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
96
      && rm -rf "$(distdir)" \
 
97
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
98
  else :; fi
97
99
am__relativize = \
98
100
  dir0=`pwd`; \
99
101
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
122
124
DIST_ARCHIVES = $(distdir).tar.gz
123
125
GZIP_ENV = --best
124
126
distuninstallcheck_listfiles = find . -type f -print
 
127
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
128
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
125
129
distcleancheck_listfiles = find . -type f -print
126
130
ACLOCAL = @ACLOCAL@
127
131
AMTAR = @AMTAR@
244
248
all: all-recursive
245
249
 
246
250
.SUFFIXES:
247
 
am--refresh:
 
251
am--refresh: Makefile
248
252
        @:
249
253
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
250
254
        @for dep in $?; do \
489
493
        $(am__remove_distdir)
490
494
 
491
495
dist-bzip2: distdir
492
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
496
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
497
        $(am__remove_distdir)
 
498
 
 
499
dist-lzip: distdir
 
500
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
493
501
        $(am__remove_distdir)
494
502
 
495
503
dist-lzma: distdir
497
505
        $(am__remove_distdir)
498
506
 
499
507
dist-xz: distdir
500
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
508
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
501
509
        $(am__remove_distdir)
502
510
 
503
511
dist-tarZ: distdir
528
536
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
529
537
        *.tar.lzma*) \
530
538
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
539
        *.tar.lz*) \
 
540
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
531
541
        *.tar.xz*) \
532
542
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
533
543
        *.tar.Z*) \
547
557
          && am__cwd=`pwd` \
548
558
          && $(am__cd) $(distdir)/_build \
549
559
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
560
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
550
561
            $(DISTCHECK_CONFIGURE_FLAGS) \
551
562
          && $(MAKE) $(AM_MAKEFLAGS) \
552
563
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
575
586
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
576
587
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
577
588
distuninstallcheck:
578
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
579
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
589
        @test -n '$(distuninstallcheck_dir)' || { \
 
590
          echo 'ERROR: trying to run $@ with an empty' \
 
591
               '$$(distuninstallcheck_dir)' >&2; \
 
592
          exit 1; \
 
593
        }; \
 
594
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
595
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
596
          exit 1; \
 
597
        }; \
 
598
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
580
599
           || { echo "ERROR: files left after uninstall:" ; \
581
600
                if test -n "$(DESTDIR)"; then \
582
601
                  echo "  (check DESTDIR support)"; \
607
626
 
608
627
installcheck: installcheck-recursive
609
628
install-strip:
610
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
611
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
612
 
          `test -z '$(STRIP)' || \
613
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
629
        if test -z '$(STRIP)'; then \
 
630
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
631
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
632
              install; \
 
633
        else \
 
634
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
635
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
636
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
637
        fi
614
638
mostlyclean-generic:
615
639
 
616
640
clean-generic:
697
721
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
698
722
        all all-am am--refresh check check-am clean clean-generic \
699
723
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
700
 
        dist-hook dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
701
 
        distcheck distclean distclean-generic distclean-tags \
 
724
        dist-hook dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
 
725
        dist-zip distcheck distclean distclean-generic distclean-tags \
702
726
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
703
727
        html-am info info-am install install-am install-data \
704
728
        install-data-am install-dvi install-dvi-am install-exec \
711
735
 
712
736
 
713
737
dist-hook:
714
 
        $(PERL) -i -p -e '"$(PACKAGE_VERSION)" =~ /(\d+)\.(\d+)\.(\d+)/ and $$v = sprintf("%d.%03d%03d",$$1,$$2,$$3) and s/^\$$VERSION\s*=\s*".+?"/\$$VERSION = "$$d"/'  $(distdir)/lib/Smokeping.pm
 
738
        $(PERL) -i -p -e '"$(PACKAGE_VERSION)" =~ /(\d+)\.(\d+)\.(\d+)/ and $$v = sprintf("%d.%03d%03d",$$1,$$2,$$3) and s/^\$$VERSION\s*=\s*".*?"/\$$VERSION = "$$v"/'  $(distdir)/lib/Smokeping.pm
715
739
 
716
740
#       echo Version $(PACKAGE_VERSION) >DIST_REVISION
717
741
#       svn info >>DIST_REVISION