~ubuntu-branches/ubuntu/precise/transmission/precise

« back to all changes in this revision

Viewing changes to third-party/libevent/test/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Leo Costela
  • Date: 2009-07-25 20:20:23 UTC
  • mfrom: (1.3.1 upstream)
  • mto: (2.1.19 sid)
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: james.westby@ubuntu.com-20090725202023-9xmfycsfotr430nv
* debian/rules: patch before configure
* debian/patches: add patch to not build libevent, regardless of
  linking (really, really closes: #537868)
* debian/changelog: fix dates

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 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
44
46
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
45
47
CONFIG_HEADER = $(top_builddir)/config.h
46
48
CONFIG_CLEAN_FILES =
 
49
CONFIG_CLEAN_VPATH_FILES =
47
50
PROGRAMS = $(noinst_PROGRAMS)
48
51
am_bench_OBJECTS = bench.$(OBJEXT)
49
52
bench_OBJECTS = $(am_bench_OBJECTS)
229
232
              exit 1;; \
230
233
          esac; \
231
234
        done; \
232
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  test/Makefile'; \
233
 
        cd $(top_srcdir) && \
234
 
          $(AUTOMAKE) --foreign  test/Makefile
 
235
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
 
236
        $(am__cd) $(top_srcdir) && \
 
237
          $(AUTOMAKE) --foreign test/Makefile
235
238
.PRECIOUS: Makefile
236
239
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
237
240
        @case '$?' in \
249
252
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
250
253
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
251
254
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
255
$(am__aclocal_m4_deps):
252
256
 
253
257
clean-noinstPROGRAMS:
254
 
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
255
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
256
 
          echo " rm -f $$p $$f"; \
257
 
          rm -f $$p $$f ; \
258
 
        done
 
258
        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
 
259
        echo " rm -f" $$list; \
 
260
        rm -f $$list || exit $$?; \
 
261
        test -n "$(EXEEXT)" || exit 0; \
 
262
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
263
        echo " rm -f" $$list; \
 
264
        rm -f $$list
259
265
bench$(EXEEXT): $(bench_OBJECTS) $(bench_DEPENDENCIES) 
260
266
        @rm -f bench$(EXEEXT)
261
267
        $(LINK) $(bench_OBJECTS) $(bench_LDADD) $(LIBS)
308
314
 
309
315
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
310
316
                $(TAGS_FILES) $(LISP)
311
 
        tags=; \
 
317
        set x; \
312
318
        here=`pwd`; \
313
319
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
314
320
        unique=`for i in $$list; do \
316
322
          done | \
317
323
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
318
324
              END { if (nonempty) { for (i in files) print i; }; }'`; \
319
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
325
        shift; \
 
326
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
320
327
          test -n "$$unique" || unique=$$empty_fix; \
321
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
322
 
            $$tags $$unique; \
 
328
          if test $$# -gt 0; then \
 
329
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
330
              "$$@" $$unique; \
 
331
          else \
 
332
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
333
              $$unique; \
 
334
          fi; \
323
335
        fi
324
336
ctags: CTAGS
325
337
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
326
338
                $(TAGS_FILES) $(LISP)
327
 
        tags=; \
328
339
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
329
340
        unique=`for i in $$list; do \
330
341
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
331
342
          done | \
332
343
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
333
344
              END { if (nonempty) { for (i in files) print i; }; }'`; \
334
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
345
        test -z "$(CTAGS_ARGS)$$unique" \
335
346
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
336
 
             $$tags $$unique
 
347
             $$unique
337
348
 
338
349
GTAGS:
339
350
        here=`$(am__cd) $(top_builddir) && pwd` \
340
 
          && cd $(top_srcdir) \
341
 
          && gtags -i $(GTAGS_ARGS) $$here
 
351
          && $(am__cd) $(top_srcdir) \
 
352
          && gtags -i $(GTAGS_ARGS) "$$here"
342
353
 
343
354
distclean-tags:
344
355
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
359
370
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
360
371
          if test -d $$d/$$file; then \
361
372
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
373
            if test -d "$(distdir)/$$file"; then \
 
374
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
375
            fi; \
362
376
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
363
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
377
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
378
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
364
379
            fi; \
365
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
380
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
366
381
          else \
367
 
            test -f $(distdir)/$$file \
368
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
382
            test -f "$(distdir)/$$file" \
 
383
            || cp -p $$d/$$file "$(distdir)/$$file" \
369
384
            || exit 1; \
370
385
          fi; \
371
386
        done
395
410
 
396
411
distclean-generic:
397
412
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
413
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
398
414
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
399
415
 
400
416
maintainer-clean-generic:
417
433
 
418
434
html: html-am
419
435
 
 
436
html-am:
 
437
 
420
438
info: info-am
421
439
 
422
440
info-am:
425
443
 
426
444
install-dvi: install-dvi-am
427
445
 
 
446
install-dvi-am:
 
447
 
428
448
install-exec-am:
429
449
 
430
450
install-html: install-html-am
431
451
 
 
452
install-html-am:
 
453
 
432
454
install-info: install-info-am
433
455
 
 
456
install-info-am:
 
457
 
434
458
install-man:
435
459
 
436
460
install-pdf: install-pdf-am
437
461
 
 
462
install-pdf-am:
 
463
 
438
464
install-ps: install-ps-am
439
465
 
 
466
install-ps-am:
 
467
 
440
468
installcheck-am:
441
469
 
442
470
maintainer-clean: maintainer-clean-am
458
486
 
459
487
uninstall-am:
460
488
 
461
 
.MAKE: install-am install-strip
 
489
.MAKE: all check install install-am install-strip
462
490
 
463
491
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
464
492
        clean-libtool clean-noinstPROGRAMS ctags distclean \
483
511
        @$(srcdir)/test.sh
484
512
 
485
513
bench test-init test-eof test-weof test-time: ../libevent.la
 
514
 
486
515
# Tell versions [3.59,3.63) of GNU make to not export all variables.
487
516
# Otherwise a system limit (for SysV at least) may be exceeded.
488
517
.NOEXPORT: