~ubuntu-branches/ubuntu/oneiric/squid3/oneiric-security

« back to all changes in this revision

Viewing changes to contrib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mahyuddin Susanto
  • Date: 2011-02-15 18:46:13 UTC
  • mfrom: (21.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110215184613-1u3dh5sz4i055flk
Tags: 3.1.10-1ubuntu1
* Merge from debian unstable. (LP: #719283)  Remaining changes:
  - debian/patches/18-fix-ftbfs-binutils-gold.dpatch: Add library linker into
    LIBS instead to LDFLAGS to fixing FTBFS binutils-gold.
* Drop Ubuntu configuration for ufw which landed in Debian and sync it: 
  - debian/squid3.ufw.profile.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
20
21
#
21
22
VPATH = @srcdir@
22
23
pkgdatadir = $(datadir)/@PACKAGE@
 
24
pkgincludedir = $(includedir)/@PACKAGE@
23
25
pkglibdir = $(libdir)/@PACKAGE@
24
 
pkgincludedir = $(includedir)/@PACKAGE@
 
26
pkglibexecdir = $(libexecdir)/@PACKAGE@
25
27
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
28
install_sh_DATA = $(install_sh) -c -m 644
27
29
install_sh_PROGRAM = $(install_sh) -c
40
42
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41
43
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
44
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
43
 
        $(top_srcdir)/configure.in
 
45
        $(top_srcdir)/configure.ac
44
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
47
        $(ACLOCAL_M4)
46
48
mkinstalldirs = $(install_sh) -d
47
49
CONFIG_HEADER = $(top_builddir)/include/autoconf.h
48
50
CONFIG_CLEAN_FILES =
 
51
CONFIG_CLEAN_VPATH_FILES =
49
52
SOURCES =
50
53
DIST_SOURCES =
51
54
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
156
159
PACKAGE_NAME = @PACKAGE_NAME@
157
160
PACKAGE_STRING = @PACKAGE_STRING@
158
161
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
162
PACKAGE_URL = @PACKAGE_URL@
159
163
PACKAGE_VERSION = @PACKAGE_VERSION@
160
164
PATH_SEPARATOR = @PATH_SEPARATOR@
161
165
PERL = @PERL@
224
228
libexecdir = @libexecdir@
225
229
localedir = @localedir@
226
230
localstatedir = @localstatedir@
227
 
lt_ECHO = @lt_ECHO@
228
231
ltdl_LIBOBJS = @ltdl_LIBOBJS@
229
232
ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
230
233
makesnmplib = @makesnmplib@
271
274
        @for dep in $?; do \
272
275
          case '$(am__configure_deps)' in \
273
276
            *$$dep*) \
274
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
275
 
                && exit 0; \
 
277
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
278
                && { if test -f $@; then exit 0; else break; fi; }; \
276
279
              exit 1;; \
277
280
          esac; \
278
281
        done; \
279
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  contrib/Makefile'; \
280
 
        cd $(top_srcdir) && \
281
 
          $(AUTOMAKE) --foreign  contrib/Makefile
 
282
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign contrib/Makefile'; \
 
283
        $(am__cd) $(top_srcdir) && \
 
284
          $(AUTOMAKE) --foreign contrib/Makefile
282
285
.PRECIOUS: Makefile
283
286
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
284
287
        @case '$?' in \
296
299
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
297
300
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
298
301
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
302
$(am__aclocal_m4_deps):
299
303
 
300
304
mostlyclean-libtool:
301
305
        -rm -f *.lo
325
329
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
326
330
          if test -d $$d/$$file; then \
327
331
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
332
            if test -d "$(distdir)/$$file"; then \
 
333
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
334
            fi; \
328
335
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
329
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
336
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
337
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
330
338
            fi; \
331
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
339
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
332
340
          else \
333
 
            test -f $(distdir)/$$file \
334
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
341
            test -f "$(distdir)/$$file" \
 
342
            || cp -p $$d/$$file "$(distdir)/$$file" \
335
343
            || exit 1; \
336
344
          fi; \
337
345
        done
358
366
 
359
367
distclean-generic:
360
368
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
369
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
361
370
 
362
371
maintainer-clean-generic:
363
372
        @echo "This command is intended for maintainers to use"
376
385
 
377
386
html: html-am
378
387
 
 
388
html-am:
 
389
 
379
390
info: info-am
380
391
 
381
392
info-am:
384
395
 
385
396
install-dvi: install-dvi-am
386
397
 
 
398
install-dvi-am:
 
399
 
387
400
install-exec-am:
388
401
 
389
402
install-html: install-html-am
390
403
 
 
404
install-html-am:
 
405
 
391
406
install-info: install-info-am
392
407
 
 
408
install-info-am:
 
409
 
393
410
install-man:
394
411
 
395
412
install-pdf: install-pdf-am
396
413
 
 
414
install-pdf-am:
 
415
 
397
416
install-ps: install-ps-am
398
417
 
 
418
install-ps-am:
 
419
 
399
420
installcheck-am:
400
421
 
401
422
maintainer-clean: maintainer-clean-am
476
497
        grep '^SQUID=' /etc/rc.config || echo SQUID=1 >>/etc/rc.config
477
498
        @echo "set SQUID=0 in /etc/rc.config to disable squid at startup"
478
499
        @echo "edit /sbin/init.d/squid to change options"
 
500
 
479
501
# Tell versions [3.59,3.63) of GNU make to not export all variables.
480
502
# Otherwise a system limit (for SysV at least) may be exceeded.
481
503
.NOEXPORT: