~ubuntu-branches/ubuntu/trusty/uruk/trusty-proposed

« back to all changes in this revision

Viewing changes to script/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Joost van Baal-Ilić
  • Date: 2012-10-05 15:05:02 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20121005150502-aocer6bczbtnejx0
Tags: 20120914-1
* New upstream release: The Sankt Goar Release.
  - No longer incorrectly block final FIN-ACK packets.  Closes: #687621
  - Again some fiddling with init script (this Debian package suffers
    from a bug reported by lintian as: "E: uruk:
    init.d-script-missing-dependency-on-local_fs etc/init.d/uruk:
    required-stop".  That bug has been fixed upstream by now.)
* debian/watch: make sure it no longer matches the uruk-latest.tar.gz
  symlink.
* debian/dirs: removed, no longer need to create /usr/sbin.
* debian/rules: no longer use dirs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
16
16
@SET_MAKE@
17
17
 
18
18
VPATH = @srcdir@
 
19
am__make_dryrun = \
 
20
  { \
 
21
    am__dry=no; \
 
22
    case $$MAKEFLAGS in \
 
23
      *\\[\ \   ]*) \
 
24
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
25
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
26
      *) \
 
27
        for am__flg in $$MAKEFLAGS; do \
 
28
          case $$am__flg in \
 
29
            *=*|--*) ;; \
 
30
            *n*) am__dry=yes; break;; \
 
31
          esac; \
 
32
        done;; \
 
33
    esac; \
 
34
    test $$am__dry = yes; \
 
35
  }
19
36
pkgdatadir = $(datadir)/@PACKAGE@
20
37
pkgincludedir = $(includedir)/@PACKAGE@
21
38
pkglibdir = $(libdir)/@PACKAGE@
73
90
SCRIPTS = $(sbin_SCRIPTS)
74
91
SOURCES =
75
92
DIST_SOURCES =
 
93
am__can_run_installinfo = \
 
94
  case $$AM_UPDATE_INFO_DIR in \
 
95
    n|no|NO) false;; \
 
96
    *) (install-info --version) >/dev/null 2>&1;; \
 
97
  esac
76
98
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
77
99
ACLOCAL = @ACLOCAL@
78
100
AMTAR = @AMTAR@
183
205
$(am__aclocal_m4_deps):
184
206
install-sbinSCRIPTS: $(sbin_SCRIPTS)
185
207
        @$(NORMAL_INSTALL)
186
 
        test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
187
208
        @list='$(sbin_SCRIPTS)'; test -n "$(sbindir)" || list=; \
 
209
        if test -n "$$list"; then \
 
210
          echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
 
211
          $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
 
212
        fi; \
188
213
        for p in $$list; do \
189
214
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
190
215
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \