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

« back to all changes in this revision

Viewing changes to third-party/miniupnp/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.
17
18
 
18
19
VPATH = @srcdir@
19
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
20
22
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
25
install_sh_DATA = $(install_sh) -c -m 644
24
26
install_sh_PROGRAM = $(install_sh) -c
39
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
42
am__aclocal_m4_deps = $(top_srcdir)/m4/acx-pthread.m4 \
41
43
        $(top_srcdir)/m4/check-ssl.m4 $(top_srcdir)/m4/glib-gettext.m4 \
42
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
43
 
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
44
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \
45
 
        $(top_srcdir)/m4/zlib.m4 $(top_srcdir)/configure.ac
 
44
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
 
45
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
46
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
47
        $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/zlib.m4 \
 
48
        $(top_srcdir)/configure.ac
46
49
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
50
        $(ACLOCAL_M4)
48
 
mkinstalldirs = $(install_sh) -d
 
51
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
49
52
CONFIG_CLEAN_FILES =
 
53
CONFIG_CLEAN_VPATH_FILES =
50
54
LIBRARIES = $(noinst_LIBRARIES)
51
55
ARFLAGS = cru
52
56
libminiupnp_a_AR = $(AR) $(ARFLAGS)
59
63
DEFAULT_INCLUDES = -I.@am__isrc@
60
64
depcomp = $(SHELL) $(top_srcdir)/depcomp
61
65
am__depfiles_maybe = depfiles
 
66
am__mv = mv -f
62
67
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
63
68
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
64
69
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
102
107
DBUS_GLIB_MINIMUM = @DBUS_GLIB_MINIMUM@
103
108
DEFS = @DEFS@
104
109
DEPDIR = @DEPDIR@
 
110
DHT_CFLAGS = @DHT_CFLAGS@
 
111
DHT_LIBS = @DHT_LIBS@
105
112
DSYMUTIL = @DSYMUTIL@
106
113
DUMPBIN = @DUMPBIN@
107
114
ECHO_C = @ECHO_C@
267
274
    minisoap.h \
268
275
    minissdpc.h \
269
276
    miniupnpc.h \
270
 
    miniupnpcstrings.h \
271
277
    miniwget.h \
272
278
    minixml.h \
273
279
    upnpcommands.h \
274
280
    upnpreplyparse.h
275
281
 
276
 
extra_DIST = \
 
282
EXTRA_DIST = \
277
283
    README \
278
 
    LICENSE
279
 
 
280
 
all: all-am
 
284
    LICENCE \
 
285
    miniupnpcstrings.h.in \
 
286
    updateminiupnpcstrings.sh
 
287
 
 
288
BUILT_SOURCES = \
 
289
    miniupnpcstrings.h
 
290
 
 
291
DISTCLEANFILES = $(builddir)/miniupnpcstrings.h
 
292
all: $(BUILT_SOURCES)
 
293
        $(MAKE) $(AM_MAKEFLAGS) all-am
281
294
 
282
295
.SUFFIXES:
283
296
.SUFFIXES: .c .lo .o .obj
290
303
              exit 1;; \
291
304
          esac; \
292
305
        done; \
293
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  third-party/miniupnp/Makefile'; \
294
 
        cd $(top_srcdir) && \
295
 
          $(AUTOMAKE) --gnu  third-party/miniupnp/Makefile
 
306
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu third-party/miniupnp/Makefile'; \
 
307
        $(am__cd) $(top_srcdir) && \
 
308
          $(AUTOMAKE) --gnu third-party/miniupnp/Makefile
296
309
.PRECIOUS: Makefile
297
310
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
298
311
        @case '$?' in \
310
323
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
311
324
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
312
325
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
326
$(am__aclocal_m4_deps):
313
327
 
314
328
clean-noinstLIBRARIES:
315
329
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
335
349
 
336
350
.c.o:
337
351
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
338
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
352
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
339
353
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
340
354
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
341
355
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
342
356
 
343
357
.c.obj:
344
358
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
345
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
359
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
346
360
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
347
361
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
348
362
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
349
363
 
350
364
.c.lo:
351
365
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
352
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
366
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
353
367
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
354
368
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
355
369
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
372
386
 
373
387
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
374
388
                $(TAGS_FILES) $(LISP)
375
 
        tags=; \
 
389
        set x; \
376
390
        here=`pwd`; \
377
391
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
378
392
        unique=`for i in $$list; do \
380
394
          done | \
381
395
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
382
396
              END { if (nonempty) { for (i in files) print i; }; }'`; \
383
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
397
        shift; \
 
398
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
384
399
          test -n "$$unique" || unique=$$empty_fix; \
385
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
386
 
            $$tags $$unique; \
 
400
          if test $$# -gt 0; then \
 
401
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
402
              "$$@" $$unique; \
 
403
          else \
 
404
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
405
              $$unique; \
 
406
          fi; \
387
407
        fi
388
408
ctags: CTAGS
389
409
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
390
410
                $(TAGS_FILES) $(LISP)
391
 
        tags=; \
392
411
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
393
412
        unique=`for i in $$list; do \
394
413
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
395
414
          done | \
396
415
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
397
416
              END { if (nonempty) { for (i in files) print i; }; }'`; \
398
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
417
        test -z "$(CTAGS_ARGS)$$unique" \
399
418
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
400
 
             $$tags $$unique
 
419
             $$unique
401
420
 
402
421
GTAGS:
403
422
        here=`$(am__cd) $(top_builddir) && pwd` \
404
 
          && cd $(top_srcdir) \
405
 
          && gtags -i $(GTAGS_ARGS) $$here
 
423
          && $(am__cd) $(top_srcdir) \
 
424
          && gtags -i $(GTAGS_ARGS) "$$here"
406
425
 
407
426
distclean-tags:
408
427
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
423
442
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
424
443
          if test -d $$d/$$file; then \
425
444
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
445
            if test -d "$(distdir)/$$file"; then \
 
446
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
447
            fi; \
426
448
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
427
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
449
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
450
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
428
451
            fi; \
429
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
452
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
430
453
          else \
431
 
            test -f $(distdir)/$$file \
432
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
454
            test -f "$(distdir)/$$file" \
 
455
            || cp -p $$d/$$file "$(distdir)/$$file" \
433
456
            || exit 1; \
434
457
          fi; \
435
458
        done
436
459
check-am: all-am
437
 
check: check-am
 
460
check: $(BUILT_SOURCES)
 
461
        $(MAKE) $(AM_MAKEFLAGS) check-am
438
462
all-am: Makefile $(LIBRARIES) $(HEADERS)
439
463
installdirs:
440
 
install: install-am
 
464
install: $(BUILT_SOURCES)
 
465
        $(MAKE) $(AM_MAKEFLAGS) install-am
441
466
install-exec: install-exec-am
442
467
install-data: install-data-am
443
468
uninstall: uninstall-am
457
482
 
458
483
distclean-generic:
459
484
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
485
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
486
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
460
487
 
461
488
maintainer-clean-generic:
462
489
        @echo "This command is intended for maintainers to use"
463
490
        @echo "it deletes files that may require special tools to rebuild."
 
491
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
464
492
clean: clean-am
465
493
 
466
494
clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
478
506
 
479
507
html: html-am
480
508
 
 
509
html-am:
 
510
 
481
511
info: info-am
482
512
 
483
513
info-am:
486
516
 
487
517
install-dvi: install-dvi-am
488
518
 
 
519
install-dvi-am:
 
520
 
489
521
install-exec-am:
490
522
 
491
523
install-html: install-html-am
492
524
 
 
525
install-html-am:
 
526
 
493
527
install-info: install-info-am
494
528
 
 
529
install-info-am:
 
530
 
495
531
install-man:
496
532
 
497
533
install-pdf: install-pdf-am
498
534
 
 
535
install-pdf-am:
 
536
 
499
537
install-ps: install-ps-am
500
538
 
 
539
install-ps-am:
 
540
 
501
541
installcheck-am:
502
542
 
503
543
maintainer-clean: maintainer-clean-am
520
560
 
521
561
uninstall-am:
522
562
 
523
 
.MAKE: install-am install-strip
 
563
.MAKE: all check install install-am install-strip
524
564
 
525
565
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
526
566
        clean-libtool clean-noinstLIBRARIES ctags distclean \
535
575
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
536
576
        pdf pdf-am ps ps-am tags uninstall uninstall-am
537
577
 
 
578
 
 
579
miniupnpcstrings.h: Makefile
 
580
        $(srcdir)/updateminiupnpcstrings.sh $(srcdir)/miniupnpcstrings.h.in $(builddir)/miniupnpcstrings.h
 
581
 
538
582
# Tell versions [3.59,3.63) of GNU make to not export all variables.
539
583
# Otherwise a system limit (for SysV at least) may be exceeded.
540
584
.NOEXPORT: