~ubuntu-branches/ubuntu/trusty/lighttpd/trusty

« back to all changes in this revision

Viewing changes to doc/scripts/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Lorenzo De Liso
  • Date: 2012-12-06 17:54:59 UTC
  • mfrom: (6.1.20 sid)
  • Revision ID: package-import@ubuntu.com-20121206175459-aq6vz5xa9fa202jw
Tags: 1.4.31-3ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/control: libgamin-dev rather than libfam-dev to fix startup warning.
  - debian/index.html: s/Debian/Ubuntu/g branding on the default page.
  - Added a UFW profile set:
    + debian/lighttpd.dirs: added etc/ufw/applications.d
    + debian/rules: install the ufw profile.
    + debian/control: Suggests on ufw.
  - Add lighttpd-dev package:
    + debian/control: Added lighttpd-dev package; Build-depends on
      automake, libtool
    + debian/lighttpd-dev.install: Added.
  - debian/rules: Add override_dh_installinit to set "defaults 91 09" to not
    start before apache2 but in the same runlevel with the same priority.
  - debian/patches/build-dev-package.patch: Updated
  - debian/lighttpd.conf: Comment 'use-ipv6.pl' by default, which causes
    failure to bind port in ipv4
* debian/index.html: corrected BTS Ubuntu link for lighttpd

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.
47
47
CONFIG_HEADER = $(top_builddir)/config.h
48
48
CONFIG_CLEAN_FILES =
49
49
CONFIG_CLEAN_VPATH_FILES =
50
 
AM_V_GEN = $(am__v_GEN_$(V))
51
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
50
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
51
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
52
52
am__v_GEN_0 = @echo "  GEN   " $@;
53
 
AM_V_at = $(am__v_at_$(V))
54
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
53
AM_V_at = $(am__v_at_@AM_V@)
 
54
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
55
55
am__v_at_0 = @
56
56
SOURCES =
57
57
DIST_SOURCES =
75
75
CYGPATH_W = @CYGPATH_W@
76
76
DEFS = @DEFS@
77
77
DEPDIR = @DEPDIR@
 
78
DLLTOOL = @DLLTOOL@
78
79
DL_LIB = @DL_LIB@
79
80
DSYMUTIL = @DSYMUTIL@
80
81
DUMPBIN = @DUMPBIN@
108
109
LUA_CFLAGS = @LUA_CFLAGS@
109
110
LUA_LIBS = @LUA_LIBS@
110
111
MAKEINFO = @MAKEINFO@
 
112
MANIFEST_TOOL = @MANIFEST_TOOL@
111
113
MEMCACHE_LIB = @MEMCACHE_LIB@
112
114
MKDIR_P = @MKDIR_P@
113
115
MYSQL_CONFIG = @MYSQL_CONFIG@
151
153
abs_srcdir = @abs_srcdir@
152
154
abs_top_builddir = @abs_top_builddir@
153
155
abs_top_srcdir = @abs_top_srcdir@
 
156
ac_ct_AR = @ac_ct_AR@
154
157
ac_ct_CC = @ac_ct_CC@
155
158
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
156
159
am__include = @am__include@
183
186
libexecdir = @libexecdir@
184
187
localedir = @localedir@
185
188
localstatedir = @localstatedir@
186
 
lt_ECHO = @lt_ECHO@
187
189
mandir = @mandir@
188
190
mkdir_p = @mkdir_p@
189
191
oldincludedir = @oldincludedir@
297
299
 
298
300
installcheck: installcheck-am
299
301
install-strip:
300
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
301
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
302
 
          `test -z '$(STRIP)' || \
303
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
302
        if test -z '$(STRIP)'; then \
 
303
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
304
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
305
              install; \
 
306
        else \
 
307
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
308
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
309
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
310
        fi
304
311
mostlyclean-generic:
305
312
 
306
313
clean-generic: