~clint-fewbar/ubuntu/precise/squid3/ignore-sighup-early

« back to all changes in this revision

Viewing changes to lib/libTrie/include/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Luigi Gangitano
  • Date: 2011-01-21 18:43:56 UTC
  • mfrom: (1.4.5 upstream)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20110121184356-4zn7gwuzws6lpnuc
Tags: 3.1.10-1
* New upstream release (Closes: #609881)
  - Removed patches integrated upstream
    + 16-CVE-2010-3072
    + 17-CVE-2010-2951
  - Fixes TCP DNS lookups failure on IPv6-disabled systems (Closes: #607379)
  - Fixes HTTPS not working if IPv6 is disabled (Closes: #594713)

* debian/rules
  - Enable ZPH feature (Closes: #597687)

* debian/squid3.ufw.profile
  - Added UFW profile, thanks to Alessio Treglia (Closes: #605088)

* debian/control
  - Added versioned dependency on squid-langpack

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.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
35
37
        $(srcdir)/Makefile.in
36
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
37
39
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
38
 
        $(top_srcdir)/configure.in
 
40
        $(top_srcdir)/configure.ac
39
41
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
40
42
        $(ACLOCAL_M4)
41
43
mkinstalldirs = $(install_sh) -d
42
44
CONFIG_HEADER = $(top_builddir)/config.h
43
45
CONFIG_CLEAN_FILES =
 
46
CONFIG_CLEAN_VPATH_FILES =
44
47
SOURCES =
45
48
DIST_SOURCES =
46
49
HEADERS = $(noinst_HEADERS)
88
91
PACKAGE_NAME = @PACKAGE_NAME@
89
92
PACKAGE_STRING = @PACKAGE_STRING@
90
93
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
94
PACKAGE_URL = @PACKAGE_URL@
91
95
PACKAGE_VERSION = @PACKAGE_VERSION@
92
96
PATH_SEPARATOR = @PATH_SEPARATOR@
93
97
RANLIB = @RANLIB@
148
152
        @for dep in $?; do \
149
153
          case '$(am__configure_deps)' in \
150
154
            *$$dep*) \
151
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
152
 
                && exit 0; \
 
155
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
156
                && { if test -f $@; then exit 0; else break; fi; }; \
153
157
              exit 1;; \
154
158
          esac; \
155
159
        done; \
156
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  include/Makefile'; \
157
 
        cd $(top_srcdir) && \
158
 
          $(AUTOMAKE) --foreign  include/Makefile
 
160
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
 
161
        $(am__cd) $(top_srcdir) && \
 
162
          $(AUTOMAKE) --foreign include/Makefile
159
163
.PRECIOUS: Makefile
160
164
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
161
165
        @case '$?' in \
173
177
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
174
178
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
175
179
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
180
$(am__aclocal_m4_deps):
176
181
 
177
182
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
178
183
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
179
184
        unique=`for i in $$list; do \
180
185
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
181
186
          done | \
182
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
187
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
183
188
              END { if (nonempty) { for (i in files) print i; }; }'`; \
184
189
        mkid -fID $$unique
185
190
tags: TAGS
186
191
 
187
192
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
188
193
                $(TAGS_FILES) $(LISP)
189
 
        tags=; \
 
194
        set x; \
190
195
        here=`pwd`; \
191
196
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
192
197
        unique=`for i in $$list; do \
194
199
          done | \
195
200
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
196
201
              END { if (nonempty) { for (i in files) print i; }; }'`; \
197
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
202
        shift; \
 
203
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
198
204
          test -n "$$unique" || unique=$$empty_fix; \
199
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
200
 
            $$tags $$unique; \
 
205
          if test $$# -gt 0; then \
 
206
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
207
              "$$@" $$unique; \
 
208
          else \
 
209
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
210
              $$unique; \
 
211
          fi; \
201
212
        fi
202
213
ctags: CTAGS
203
214
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
204
215
                $(TAGS_FILES) $(LISP)
205
 
        tags=; \
206
216
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
207
217
        unique=`for i in $$list; do \
208
218
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
209
219
          done | \
210
220
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
211
221
              END { if (nonempty) { for (i in files) print i; }; }'`; \
212
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
222
        test -z "$(CTAGS_ARGS)$$unique" \
213
223
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
214
 
             $$tags $$unique
 
224
             $$unique
215
225
 
216
226
GTAGS:
217
227
        here=`$(am__cd) $(top_builddir) && pwd` \
218
 
          && cd $(top_srcdir) \
219
 
          && gtags -i $(GTAGS_ARGS) $$here
 
228
          && $(am__cd) $(top_srcdir) \
 
229
          && gtags -i $(GTAGS_ARGS) "$$here"
220
230
 
221
231
distclean-tags:
222
232
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
237
247
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
238
248
          if test -d $$d/$$file; then \
239
249
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
250
            if test -d "$(distdir)/$$file"; then \
 
251
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
252
            fi; \
240
253
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
241
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
254
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
255
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
242
256
            fi; \
243
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
257
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
244
258
          else \
245
 
            test -f $(distdir)/$$file \
246
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
259
            test -f "$(distdir)/$$file" \
 
260
            || cp -p $$d/$$file "$(distdir)/$$file" \
247
261
            || exit 1; \
248
262
          fi; \
249
263
        done
271
285
 
272
286
distclean-generic:
273
287
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
288
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
274
289
 
275
290
maintainer-clean-generic:
276
291
        @echo "This command is intended for maintainers to use"
289
304
 
290
305
html: html-am
291
306
 
 
307
html-am:
 
308
 
292
309
info: info-am
293
310
 
294
311
info-am:
297
314
 
298
315
install-dvi: install-dvi-am
299
316
 
 
317
install-dvi-am:
 
318
 
300
319
install-exec-am:
301
320
 
302
321
install-html: install-html-am
303
322
 
 
323
install-html-am:
 
324
 
304
325
install-info: install-info-am
305
326
 
 
327
install-info-am:
 
328
 
306
329
install-man:
307
330
 
308
331
install-pdf: install-pdf-am
309
332
 
 
333
install-pdf-am:
 
334
 
310
335
install-ps: install-ps-am
311
336
 
 
337
install-ps-am:
 
338
 
312
339
installcheck-am:
313
340
 
314
341
maintainer-clean: maintainer-clean-am
342
369
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
343
370
        pdf-am ps ps-am tags uninstall uninstall-am
344
371
 
 
372
 
345
373
# Tell versions [3.59,3.63) of GNU make to not export all variables.
346
374
# Otherwise a system limit (for SysV at least) may be exceeded.
347
375
.NOEXPORT: