~ubuntu-branches/ubuntu/saucy/avahi/saucy-proposed

« back to all changes in this revision

Viewing changes to initscript/gentoo/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2012-05-22 22:21:27 UTC
  • mfrom: (4.2.11 sid)
  • Revision ID: package-import@ubuntu.com-20120522222127-uwxpp45exjk0lx13
Tags: 0.6.31-1ubuntu1
* Merge with Debian unstable.  Remaining changes:
  - debian/control: Add versioned dependency on the dbus that satisfies our
    upstart job dependency.
  - Add udebs corresponding to libavahi-common3 and libavahi-core7, so
    that we can use them for Eucalyptus integration in the installer.
  - Add debian/avahi-daemon.upstart, debian/avahi-dnsconfd.upstart
  - debian/avahi-{daemon,dnsconfd}.links: Remove systemd configuration
    symlinks.
* Dropped changes
  - debian/avahi-autoipd.{pre,post}inst: Adjust package versions for conffile
    migration for the version when Ubuntu did the DHCP4 migration. We're now
    one LTS cycle since this, so there's no need to keep code paths for this
    upgrade.
  - Build with CFLAGS=-UGTK_DISABLE_DEPRECATED due to deprecation of
    gtk_vbox_new. No longer necessary.
  - Pass CFLAGS from the environment through to configure. Seems to be no
    longer necessary with the move to compat 9.

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.
94
94
am__base_list = \
95
95
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
96
96
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
97
am__uninstall_files_from_dir = { \
 
98
  test -z "$$files" \
 
99
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
100
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
101
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
102
  }
97
103
am__installdirs = "$(DESTDIR)$(initddir)"
98
104
SCRIPTS = $(initd_SCRIPTS)
99
 
AM_V_GEN = $(am__v_GEN_$(V))
100
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
105
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
106
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
101
107
am__v_GEN_0 = @echo "  GEN   " $@;
102
 
AM_V_at = $(am__v_at_$(V))
103
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
108
AM_V_at = $(am__v_at_@AM_V@)
 
109
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
104
110
am__v_at_0 = @
105
111
SOURCES =
106
112
DIST_SOURCES =
427
433
        @list='$(initd_SCRIPTS)'; test -n "$(initddir)" || exit 0; \
428
434
        files=`for p in $$list; do echo "$$p"; done | \
429
435
               sed -e 's,.*/,,;$(transform)'`; \
430
 
        test -n "$$list" || exit 0; \
431
 
        echo " ( cd '$(DESTDIR)$(initddir)' && rm -f" $$files ")"; \
432
 
        cd "$(DESTDIR)$(initddir)" && rm -f $$files
 
436
        dir='$(DESTDIR)$(initddir)'; $(am__uninstall_files_from_dir)
433
437
 
434
438
mostlyclean-libtool:
435
439
        -rm -f *.lo
490
494
 
491
495
installcheck: installcheck-am
492
496
install-strip:
493
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
494
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
495
 
          `test -z '$(STRIP)' || \
496
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
497
        if test -z '$(STRIP)'; then \
 
498
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
499
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
500
              install; \
 
501
        else \
 
502
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
503
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
504
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
505
        fi
497
506
mostlyclean-generic:
498
507
 
499
508
clean-generic: