~ubuntu-branches/ubuntu/precise/xtables-addons/precise-updates

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2009-09-10 21:42:05 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090910214205-neqgwq7y5nctaty7
Tags: 1.18-1
* New Upstream Version
  This version has support for 2.6.31 (Closes: #545542)
* Bump standards version (no changes)
* Depend on quilt (Closes: #533653)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10c from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
58
58
CONFIG_CLEAN_VPATH_FILES =
59
59
AM_V_GEN = $(am__v_GEN_$(V))
60
60
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
61
 
am__v_GEN_0 = @echo "  GEN     " $@;
 
61
am__v_GEN_0 = @echo "  GEN   " $@;
62
62
AM_V_at = $(am__v_at_$(V))
63
63
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
64
64
am__v_at_0 = @
312
312
        @rm -f stamp-h1
313
313
        cd $(top_builddir) && $(SHELL) ./config.status config.h
314
314
$(srcdir)/config.h.in:  $(am__configure_deps) 
315
 
        $(am__cd) $(top_srcdir) && $(AUTOHEADER)
 
315
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
316
316
        rm -f stamp-h1
317
317
        touch $@
318
318
 
366
366
          sed -n '/\.8[a-z]*$$/p'; \
367
367
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
368
368
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
369
 
        test -n "$$files" || exit 0; \
370
 
        echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \
371
 
        cd "$(DESTDIR)$(man8dir)" && rm -f $$files
 
369
        test -z "$$files" || { \
 
370
          echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \
 
371
          cd "$(DESTDIR)$(man8dir)" && rm -f $$files; }
372
372
 
373
373
# This directory's subdirectories are mostly independent; you can cd
374
374
# into them and run `make' without going through this Makefile.
566
566
            $(am__relativize); \
567
567
            new_top_distdir=$$reldir; \
568
568
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
569
 
            echo "     am__remove_distdir=: am__skip_length_check=: distdir)"; \
 
569
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
570
570
            ($(am__cd) $$subdir && \
571
571
              $(MAKE) $(AM_MAKEFLAGS) \
572
572
                top_distdir="$$new_top_distdir" \
573
573
                distdir="$$new_distdir" \
574
574
                am__remove_distdir=: \
575
575
                am__skip_length_check=: \
 
576
                am__skip_mode_fix=: \
576
577
                distdir) \
577
578
              || exit 1; \
578
579
          fi; \
579
580
        done
580
 
        -find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
581
        -test -n "$(am__skip_mode_fix)" \
 
582
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
581
583
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
582
584
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
583
585
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
642
644
        test -d $(distdir)/_build || exit 0; \
643
645
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
644
646
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
647
          && am__cwd=`pwd` \
645
648
          && $(am__cd) $(distdir)/_build \
646
649
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
647
650
            $(DISTCHECK_CONFIGURE_FLAGS) \
664
667
          && rm -rf "$$dc_destdir" \
665
668
          && $(MAKE) $(AM_MAKEFLAGS) dist \
666
669
          && rm -rf $(DIST_ARCHIVES) \
667
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
670
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
671
          && cd "$$am__cwd" \
 
672
          || exit 1
668
673
        $(am__remove_distdir)
669
674
        @(echo "$(distdir) archives ready for distribution: "; \
670
675
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \