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

« back to all changes in this revision

Viewing changes to tests/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.
210
210
PCRE_VERSION = @PCRE_VERSION@
211
211
PERL = @PERL@
212
212
PKG_CONFIG = @PKG_CONFIG@
 
213
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
214
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
213
215
RANLIB = @RANLIB@
214
216
SED = @SED@
215
217
SET_MAKE = @SET_MAKE@
357
359
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
358
360
        echo " rm -f" $$list; \
359
361
        rm -f $$list
360
 
msc_test$(EXEEXT): $(msc_test_OBJECTS) $(msc_test_DEPENDENCIES) 
 
362
msc_test$(EXEEXT): $(msc_test_OBJECTS) $(msc_test_DEPENDENCIES) $(EXTRA_msc_test_DEPENDENCIES) 
361
363
        @rm -f msc_test$(EXEEXT)
362
364
        $(msc_test_LINK) $(msc_test_OBJECTS) $(msc_test_LDADD) $(LIBS)
363
365
 
843
845
          fi; \
844
846
          dashes=`echo "$$dashes" | sed s/./=/g`; \
845
847
          if test "$$failed" -eq 0; then \
846
 
            echo "$$grn$$dashes"; \
 
848
            col="$$grn"; \
847
849
          else \
848
 
            echo "$$red$$dashes"; \
 
850
            col="$$red"; \
849
851
          fi; \
850
 
          echo "$$banner"; \
851
 
          test -z "$$skipped" || echo "$$skipped"; \
852
 
          test -z "$$report" || echo "$$report"; \
853
 
          echo "$$dashes$$std"; \
 
852
          echo "$${col}$$dashes$${std}"; \
 
853
          echo "$${col}$$banner$${std}"; \
 
854
          test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
 
855
          test -z "$$report" || echo "$${col}$$report$${std}"; \
 
856
          echo "$${col}$$dashes$${std}"; \
854
857
          test "$$failed" -eq 0; \
855
858
        else :; fi
856
859
 
900
903
 
901
904
installcheck: installcheck-am
902
905
install-strip:
903
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
904
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
905
 
          `test -z '$(STRIP)' || \
906
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
906
        if test -z '$(STRIP)'; then \
 
907
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
908
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
909
              install; \
 
910
        else \
 
911
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
912
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
913
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
914
        fi
907
915
mostlyclean-generic:
908
916
 
909
917
clean-generic: