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

« back to all changes in this revision

Viewing changes to lib/libTrie/test/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.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
35
37
DIST_COMMON = $(srcdir)/Makefile.am $(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
am_trie_OBJECTS = trie.$(OBJEXT)
45
48
trie_OBJECTS = $(am_trie_OBJECTS)
46
49
trie_DEPENDENCIES = $(top_builddir)/src/libTrie.a
47
50
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
48
51
depcomp = $(SHELL) $(top_srcdir)/cfgaux/depcomp
49
52
am__depfiles_maybe = depfiles
 
53
am__mv = mv -f
50
54
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
51
55
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
52
56
CXXLD = $(CXX)
56
60
DIST_SOURCES = $(trie_SOURCES)
57
61
ETAGS = etags
58
62
CTAGS = ctags
 
63
am__tty_colors = \
 
64
red=; grn=; lgn=; blu=; std=
59
65
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
60
66
ACLOCAL = @ACLOCAL@
61
67
AMTAR = @AMTAR@
98
104
PACKAGE_NAME = @PACKAGE_NAME@
99
105
PACKAGE_STRING = @PACKAGE_STRING@
100
106
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
107
PACKAGE_URL = @PACKAGE_URL@
101
108
PACKAGE_VERSION = @PACKAGE_VERSION@
102
109
PATH_SEPARATOR = @PATH_SEPARATOR@
103
110
RANLIB = @RANLIB@
163
170
        @for dep in $?; do \
164
171
          case '$(am__configure_deps)' in \
165
172
            *$$dep*) \
166
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
167
 
                && exit 0; \
 
173
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
174
                && { if test -f $@; then exit 0; else break; fi; }; \
168
175
              exit 1;; \
169
176
          esac; \
170
177
        done; \
171
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  test/Makefile'; \
172
 
        cd $(top_srcdir) && \
173
 
          $(AUTOMAKE) --foreign  test/Makefile
 
178
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
 
179
        $(am__cd) $(top_srcdir) && \
 
180
          $(AUTOMAKE) --foreign test/Makefile
174
181
.PRECIOUS: Makefile
175
182
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
176
183
        @case '$?' in \
188
195
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
189
196
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
190
197
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
198
$(am__aclocal_m4_deps):
191
199
 
192
200
clean-checkPROGRAMS:
193
201
        -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
205
213
 
206
214
.cc.o:
207
215
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
208
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
216
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
209
217
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
210
218
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
211
219
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
212
220
 
213
221
.cc.obj:
214
222
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
215
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
223
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
216
224
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
217
225
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
218
226
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
222
230
        unique=`for i in $$list; do \
223
231
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
224
232
          done | \
225
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
233
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
226
234
              END { if (nonempty) { for (i in files) print i; }; }'`; \
227
235
        mkid -fID $$unique
228
236
tags: TAGS
229
237
 
230
238
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
231
239
                $(TAGS_FILES) $(LISP)
232
 
        tags=; \
 
240
        set x; \
233
241
        here=`pwd`; \
234
242
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
235
243
        unique=`for i in $$list; do \
237
245
          done | \
238
246
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
239
247
              END { if (nonempty) { for (i in files) print i; }; }'`; \
240
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
248
        shift; \
 
249
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
241
250
          test -n "$$unique" || unique=$$empty_fix; \
242
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
243
 
            $$tags $$unique; \
 
251
          if test $$# -gt 0; then \
 
252
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
253
              "$$@" $$unique; \
 
254
          else \
 
255
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
256
              $$unique; \
 
257
          fi; \
244
258
        fi
245
259
ctags: CTAGS
246
260
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
247
261
                $(TAGS_FILES) $(LISP)
248
 
        tags=; \
249
262
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
250
263
        unique=`for i in $$list; do \
251
264
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
252
265
          done | \
253
266
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
254
267
              END { if (nonempty) { for (i in files) print i; }; }'`; \
255
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
268
        test -z "$(CTAGS_ARGS)$$unique" \
256
269
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
257
 
             $$tags $$unique
 
270
             $$unique
258
271
 
259
272
GTAGS:
260
273
        here=`$(am__cd) $(top_builddir) && pwd` \
261
 
          && cd $(top_srcdir) \
262
 
          && gtags -i $(GTAGS_ARGS) $$here
 
274
          && $(am__cd) $(top_srcdir) \
 
275
          && gtags -i $(GTAGS_ARGS) "$$here"
263
276
 
264
277
distclean-tags:
265
278
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
266
279
 
267
280
check-TESTS: $(TESTS)
268
 
        @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
 
281
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
269
282
        srcdir=$(srcdir); export srcdir; \
270
283
        list=' $(TESTS) '; \
 
284
        $(am__tty_colors); \
271
285
        if test -n "$$list"; then \
272
286
          for tst in $$list; do \
273
287
            if test -f ./$$tst; then dir=./; \
276
290
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
277
291
              all=`expr $$all + 1`; \
278
292
              case " $(XFAIL_TESTS) " in \
279
 
              *$$ws$$tst$$ws*) \
 
293
              *[\ \     ]$$tst[\ \      ]*) \
280
294
                xpass=`expr $$xpass + 1`; \
281
295
                failed=`expr $$failed + 1`; \
282
 
                echo "XPASS: $$tst"; \
 
296
                col=$$red; res=XPASS; \
283
297
              ;; \
284
298
              *) \
285
 
                echo "PASS: $$tst"; \
 
299
                col=$$grn; res=PASS; \
286
300
              ;; \
287
301
              esac; \
288
302
            elif test $$? -ne 77; then \
289
303
              all=`expr $$all + 1`; \
290
304
              case " $(XFAIL_TESTS) " in \
291
 
              *$$ws$$tst$$ws*) \
 
305
              *[\ \     ]$$tst[\ \      ]*) \
292
306
                xfail=`expr $$xfail + 1`; \
293
 
                echo "XFAIL: $$tst"; \
 
307
                col=$$lgn; res=XFAIL; \
294
308
              ;; \
295
309
              *) \
296
310
                failed=`expr $$failed + 1`; \
297
 
                echo "FAIL: $$tst"; \
 
311
                col=$$red; res=FAIL; \
298
312
              ;; \
299
313
              esac; \
300
314
            else \
301
315
              skip=`expr $$skip + 1`; \
302
 
              echo "SKIP: $$tst"; \
 
316
              col=$$blu; res=SKIP; \
303
317
            fi; \
 
318
            echo "$${col}$$res$${std}: $$tst"; \
304
319
          done; \
 
320
          if test "$$all" -eq 1; then \
 
321
            tests="test"; \
 
322
            All=""; \
 
323
          else \
 
324
            tests="tests"; \
 
325
            All="All "; \
 
326
          fi; \
305
327
          if test "$$failed" -eq 0; then \
306
328
            if test "$$xfail" -eq 0; then \
307
 
              banner="All $$all tests passed"; \
 
329
              banner="$$All$$all $$tests passed"; \
308
330
            else \
309
 
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
 
331
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
 
332
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
310
333
            fi; \
311
334
          else \
312
335
            if test "$$xpass" -eq 0; then \
313
 
              banner="$$failed of $$all tests failed"; \
 
336
              banner="$$failed of $$all $$tests failed"; \
314
337
            else \
315
 
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
 
338
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
 
339
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
316
340
            fi; \
317
341
          fi; \
318
342
          dashes="$$banner"; \
319
343
          skipped=""; \
320
344
          if test "$$skip" -ne 0; then \
321
 
            skipped="($$skip tests were not run)"; \
 
345
            if test "$$skip" -eq 1; then \
 
346
              skipped="($$skip test was not run)"; \
 
347
            else \
 
348
              skipped="($$skip tests were not run)"; \
 
349
            fi; \
322
350
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
323
351
              dashes="$$skipped"; \
324
352
          fi; \
329
357
              dashes="$$report"; \
330
358
          fi; \
331
359
          dashes=`echo "$$dashes" | sed s/./=/g`; \
332
 
          echo "$$dashes"; \
 
360
          if test "$$failed" -eq 0; then \
 
361
            echo "$$grn$$dashes"; \
 
362
          else \
 
363
            echo "$$red$$dashes"; \
 
364
          fi; \
333
365
          echo "$$banner"; \
334
366
          test -z "$$skipped" || echo "$$skipped"; \
335
367
          test -z "$$report" || echo "$$report"; \
336
 
          echo "$$dashes"; \
 
368
          echo "$$dashes$$std"; \
337
369
          test "$$failed" -eq 0; \
338
370
        else :; fi
339
371
 
353
385
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
354
386
          if test -d $$d/$$file; then \
355
387
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
388
            if test -d "$(distdir)/$$file"; then \
 
389
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
390
            fi; \
356
391
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
357
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
392
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
393
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
358
394
            fi; \
359
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
395
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
360
396
          else \
361
 
            test -f $(distdir)/$$file \
362
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
397
            test -f "$(distdir)/$$file" \
 
398
            || cp -p $$d/$$file "$(distdir)/$$file" \
363
399
            || exit 1; \
364
400
          fi; \
365
401
        done
389
425
 
390
426
distclean-generic:
391
427
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
428
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
392
429
 
393
430
maintainer-clean-generic:
394
431
        @echo "This command is intended for maintainers to use"
409
446
 
410
447
html: html-am
411
448
 
 
449
html-am:
 
450
 
412
451
info: info-am
413
452
 
414
453
info-am:
417
456
 
418
457
install-dvi: install-dvi-am
419
458
 
 
459
install-dvi-am:
 
460
 
420
461
install-exec-am:
421
462
 
422
463
install-html: install-html-am
423
464
 
 
465
install-html-am:
 
466
 
424
467
install-info: install-info-am
425
468
 
 
469
install-info-am:
 
470
 
426
471
install-man:
427
472
 
428
473
install-pdf: install-pdf-am
429
474
 
 
475
install-pdf-am:
 
476
 
430
477
install-ps: install-ps-am
431
478
 
 
479
install-ps-am:
 
480
 
432
481
installcheck-am:
433
482
 
434
483
maintainer-clean: maintainer-clean-am
450
499
 
451
500
uninstall-am:
452
501
 
453
 
.MAKE: install-am install-strip
 
502
.MAKE: check-am install-am install-strip
454
503
 
455
504
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
456
505
        clean-checkPROGRAMS clean-generic ctags distclean \
468
517
 
469
518
#trie_c_SOURCES = trie-c.c
470
519
#trie_c_LDADD = $(top_builddir)/src/libTrie.a -lm
 
520
 
471
521
# Tell versions [3.59,3.63) of GNU make to not export all variables.
472
522
# Otherwise a system limit (for SysV at least) may be exceeded.
473
523
.NOEXPORT: