~ubuntu-branches/ubuntu/raring/modsecurity-apache/raring

« back to all changes in this revision

Viewing changes to tools/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Alberto Gonzalez Iniesta
  • Date: 2012-03-16 13:26:32 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120316132632-twljy8vnu71b428t
Tags: 2.6.4-1
* New upstream release
* Apply patch by Peter Michael Green to fix FTBFS on non-linux
  kernels. (Closes: #631649, #654719)
* Added doc-base entry
* Set Priority to extra for transitional libapache-mod-security

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.
75
75
am__base_list = \
76
76
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
77
77
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
78
am__uninstall_files_from_dir = { \
 
79
  test -z "$$files" \
 
80
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
81
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
82
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
83
  }
78
84
am__installdirs = "$(DESTDIR)$(bindir)"
79
85
SCRIPTS = $(bin_SCRIPTS)
80
86
SOURCES =
197
203
PCRE_VERSION = @PCRE_VERSION@
198
204
PERL = @PERL@
199
205
PKG_CONFIG = @PKG_CONFIG@
 
206
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
207
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
200
208
RANLIB = @RANLIB@
201
209
SED = @SED@
202
210
SET_MAKE = @SET_MAKE@
323
331
        @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
324
332
        files=`for p in $$list; do echo "$$p"; done | \
325
333
               sed -e 's,.*/,,;$(transform)'`; \
326
 
        test -n "$$list" || exit 0; \
327
 
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
328
 
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
 
334
        dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
329
335
 
330
336
mostlyclean-libtool:
331
337
        -rm -f *.lo
386
392
 
387
393
installcheck: installcheck-am
388
394
install-strip:
389
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
390
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
391
 
          `test -z '$(STRIP)' || \
392
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
395
        if test -z '$(STRIP)'; then \
 
396
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
397
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
398
              install; \
 
399
        else \
 
400
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
401
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
402
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
403
        fi
393
404
mostlyclean-generic:
394
405
 
395
406
clean-generic: