~verterok/ubuntu/lucid/protobuf/2.4.0a-backport

« back to all changes in this revision

Viewing changes to .pc/autogen.diff/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2011-05-31 14:41:47 UTC
  • mfrom: (2.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20110531144147-s41g5fozgvyo462l
Tags: 2.4.0a-2ubuntu1
* Merge with Debian; remaining changes:
  - Fix linking with -lpthread.

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
53
55
mkinstalldirs = $(install_sh) -d
54
56
CONFIG_HEADER = config.h
55
57
CONFIG_CLEAN_FILES = protobuf.pc protobuf-lite.pc
 
58
CONFIG_CLEAN_VPATH_FILES =
56
59
SOURCES =
57
60
DIST_SOURCES =
58
61
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
67
70
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
68
71
    *) f=$$p;; \
69
72
  esac;
70
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
73
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
74
am__install_max = 40
 
75
am__nobase_strip_setup = \
 
76
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
77
am__nobase_strip = \
 
78
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
79
am__nobase_list = $(am__nobase_strip_setup); \
 
80
  for p in $$list; do echo "$$p $$p"; done | \
 
81
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
82
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
83
    if (++n[$$2] == $(am__install_max)) \
 
84
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
85
    END { for (dir in files) print dir, files[dir] }'
 
86
am__base_list = \
 
87
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
88
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
71
89
am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
72
 
pkgconfigDATA_INSTALL = $(INSTALL_DATA)
73
90
DATA = $(pkgconfig_DATA)
74
91
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
75
92
  distclean-recursive maintainer-clean-recursive
 
93
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
94
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
95
        distdir dist dist-all distcheck
76
96
ETAGS = etags
77
97
CTAGS = ctags
78
98
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
79
99
distdir = $(PACKAGE)-$(VERSION)
80
100
top_distdir = $(distdir)
81
101
am__remove_distdir = \
82
 
  { test ! -d $(distdir) \
83
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
84
 
         && rm -fr $(distdir); }; }
 
102
  { test ! -d "$(distdir)" \
 
103
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
104
         && rm -fr "$(distdir)"; }; }
 
105
am__relativize = \
 
106
  dir0=`pwd`; \
 
107
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
108
  sed_rest='s,^[^/]*/*,,'; \
 
109
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
110
  sed_butlast='s,/*[^/]*$$,,'; \
 
111
  while test -n "$$dir1"; do \
 
112
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
113
    if test "$$first" != "."; then \
 
114
      if test "$$first" = ".."; then \
 
115
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
116
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
117
      else \
 
118
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
119
        if test "$$first2" = "$$first"; then \
 
120
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
121
        else \
 
122
          dir2="../$$dir2"; \
 
123
        fi; \
 
124
        dir0="$$dir0"/"$$first"; \
 
125
      fi; \
 
126
    fi; \
 
127
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
128
  done; \
 
129
  reldir="$$dir2"
85
130
DIST_ARCHIVES = $(distdir).tar.gz
86
131
GZIP_ENV = --best
87
132
distuninstallcheck_listfiles = find . -type f -print
131
176
MKDIR_P = @MKDIR_P@
132
177
NM = @NM@
133
178
NMEDIT = @NMEDIT@
 
179
OBJDUMP = @OBJDUMP@
134
180
OBJEXT = @OBJEXT@
135
181
OTOOL = @OTOOL@
136
182
OTOOL64 = @OTOOL64@
139
185
PACKAGE_NAME = @PACKAGE_NAME@
140
186
PACKAGE_STRING = @PACKAGE_STRING@
141
187
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
188
PACKAGE_URL = @PACKAGE_URL@
142
189
PACKAGE_VERSION = @PACKAGE_VERSION@
143
190
PATH_SEPARATOR = @PATH_SEPARATOR@
144
191
POW_LIB = @POW_LIB@
209
256
target_cpu = @target_cpu@
210
257
target_os = @target_os@
211
258
target_vendor = @target_vendor@
 
259
top_build_prefix = @top_build_prefix@
212
260
top_builddir = @top_builddir@
213
261
top_srcdir = @top_srcdir@
214
262
ACLOCAL_AMFLAGS = -I m4
270
318
  java/src/main/java/com/google/protobuf/GeneratedMessageLite.java           \
271
319
  java/src/main/java/com/google/protobuf/Internal.java                       \
272
320
  java/src/main/java/com/google/protobuf/InvalidProtocolBufferException.java \
 
321
  java/src/main/java/com/google/protobuf/LazyStringArrayList.java            \
 
322
  java/src/main/java/com/google/protobuf/LazyStringList.java                 \
273
323
  java/src/main/java/com/google/protobuf/Message.java                        \
274
324
  java/src/main/java/com/google/protobuf/MessageLite.java                    \
 
325
  java/src/main/java/com/google/protobuf/MessageLiteOrBuilder.java           \
 
326
  java/src/main/java/com/google/protobuf/MessageOrBuilder.java               \
275
327
  java/src/main/java/com/google/protobuf/ProtocolMessageEnum.java            \
 
328
  java/src/main/java/com/google/protobuf/RepeatedFieldBuilder.java           \
276
329
  java/src/main/java/com/google/protobuf/RpcCallback.java                    \
277
330
  java/src/main/java/com/google/protobuf/RpcChannel.java                     \
278
331
  java/src/main/java/com/google/protobuf/RpcController.java                  \
279
332
  java/src/main/java/com/google/protobuf/RpcUtil.java                        \
280
333
  java/src/main/java/com/google/protobuf/Service.java                        \
281
334
  java/src/main/java/com/google/protobuf/ServiceException.java               \
 
335
  java/src/main/java/com/google/protobuf/SingleFieldBuilder.java             \
 
336
  java/src/main/java/com/google/protobuf/SmallSortedMap.java                 \
282
337
  java/src/main/java/com/google/protobuf/TextFormat.java                     \
283
338
  java/src/main/java/com/google/protobuf/UninitializedMessageException.java  \
284
339
  java/src/main/java/com/google/protobuf/UnknownFieldSet.java                \
 
340
  java/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java     \
285
341
  java/src/main/java/com/google/protobuf/WireFormat.java                     \
286
342
  java/src/test/java/com/google/protobuf/AbstractMessageTest.java            \
287
343
  java/src/test/java/com/google/protobuf/CodedInputStreamTest.java           \
288
344
  java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java          \
 
345
  java/src/test/java/com/google/protobuf/DeprecatedFieldTest.java            \
289
346
  java/src/test/java/com/google/protobuf/DescriptorsTest.java                \
290
347
  java/src/test/java/com/google/protobuf/DynamicMessageTest.java             \
 
348
  java/src/test/java/com/google/protobuf/ForceFieldBuildersPreRun.java       \
291
349
  java/src/test/java/com/google/protobuf/GeneratedMessageTest.java           \
 
350
  java/src/test/java/com/google/protobuf/LazyStringArrayListTest.java        \
 
351
  java/src/test/java/com/google/protobuf/LazyStringEndToEndTest.java         \
292
352
  java/src/test/java/com/google/protobuf/LiteTest.java                       \
293
353
  java/src/test/java/com/google/protobuf/MessageTest.java                    \
 
354
  java/src/test/java/com/google/protobuf/NestedBuildersTest.java             \
 
355
  java/src/test/java/com/google/protobuf/RepeatedFieldBuilderTest.java       \
294
356
  java/src/test/java/com/google/protobuf/ServiceTest.java                    \
 
357
  java/src/test/java/com/google/protobuf/SingleFieldBuilderTest.java         \
 
358
  java/src/test/java/com/google/protobuf/SmallSortedMapTest.java             \
 
359
  java/src/test/java/com/google/protobuf/TestBadIdentifiers.java             \
295
360
  java/src/test/java/com/google/protobuf/TestUtil.java                       \
296
361
  java/src/test/java/com/google/protobuf/TextFormatTest.java                 \
297
362
  java/src/test/java/com/google/protobuf/UnknownFieldSetTest.java            \
 
363
  java/src/test/java/com/google/protobuf/UnmodifiableLazyStringListTest.java \
298
364
  java/src/test/java/com/google/protobuf/WireFormatTest.java                 \
299
365
  java/src/test/java/com/google/protobuf/multiple_files_test.proto           \
 
366
  java/src/test/java/com/google/protobuf/nested_builders_test.proto          \
 
367
  java/src/test/java/com/google/protobuf/nested_extension.proto              \
 
368
  java/src/test/java/com/google/protobuf/nested_extension_lite.proto         \
 
369
  java/src/test/java/com/google/protobuf/non_nested_extension.proto          \
 
370
  java/src/test/java/com/google/protobuf/non_nested_extension_lite.proto     \
 
371
  java/src/test/java/com/google/protobuf/test_bad_identifiers.proto          \
300
372
  java/pom.xml                                                               \
301
373
  java/README.txt                                                            \
302
374
  python/google/protobuf/internal/generator_test.py                          \
308
380
  python/google/protobuf/internal/message_test.py                            \
309
381
  python/google/protobuf/internal/more_extensions.proto                      \
310
382
  python/google/protobuf/internal/more_messages.proto                        \
 
383
  python/google/protobuf/internal/python_message.py                          \
 
384
  python/google/protobuf/internal/cpp_message.py                             \
 
385
  python/google/protobuf/internal/api_implementation.py                      \
311
386
  python/google/protobuf/internal/reflection_test.py                         \
312
387
  python/google/protobuf/internal/service_reflection_test.py                 \
313
388
  python/google/protobuf/internal/test_util.py                               \
316
391
  python/google/protobuf/internal/wire_format.py                             \
317
392
  python/google/protobuf/internal/wire_format_test.py                        \
318
393
  python/google/protobuf/internal/__init__.py                                \
 
394
  python/google/protobuf/pyext/python-proto2.cc                              \
 
395
  python/google/protobuf/pyext/python_descriptor.cc                          \
 
396
  python/google/protobuf/pyext/python_descriptor.h                           \
 
397
  python/google/protobuf/pyext/python_protobuf.cc                            \
 
398
  python/google/protobuf/pyext/python_protobuf.h                             \
319
399
  python/google/protobuf/descriptor.py                                       \
320
400
  python/google/protobuf/message.py                                          \
321
401
  python/google/protobuf/reflection.py                                       \
361
441
        @for dep in $?; do \
362
442
          case '$(am__configure_deps)' in \
363
443
            *$$dep*) \
364
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
365
 
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
 
444
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
 
445
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
366
446
                && exit 0; \
367
447
              exit 1;; \
368
448
          esac; \
369
449
        done; \
370
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
371
 
        cd $(top_srcdir) && \
372
 
          $(AUTOMAKE) --foreign  Makefile
 
450
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
 
451
        $(am__cd) $(top_srcdir) && \
 
452
          $(AUTOMAKE) --foreign Makefile
373
453
.PRECIOUS: Makefile
374
454
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
375
455
        @case '$?' in \
385
465
        $(SHELL) ./config.status --recheck
386
466
 
387
467
$(top_srcdir)/configure:  $(am__configure_deps)
388
 
        cd $(srcdir) && $(AUTOCONF)
 
468
        $(am__cd) $(srcdir) && $(AUTOCONF)
389
469
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
390
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
470
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
471
$(am__aclocal_m4_deps):
391
472
 
392
473
config.h: stamp-h1
393
474
        @if test ! -f $@; then \
399
480
        @rm -f stamp-h1
400
481
        cd $(top_builddir) && $(SHELL) ./config.status config.h
401
482
$(srcdir)/config.h.in:  $(am__configure_deps) 
402
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
483
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
403
484
        rm -f stamp-h1
404
485
        touch $@
405
486
 
417
498
        -rm -rf .libs _libs
418
499
 
419
500
distclean-libtool:
420
 
        -rm -f libtool
 
501
        -rm -f libtool config.lt
421
502
install-pkgconfigDATA: $(pkgconfig_DATA)
422
503
        @$(NORMAL_INSTALL)
423
504
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
424
 
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
 
505
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
506
        for p in $$list; do \
425
507
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
426
 
          f=$(am__strip_dir) \
427
 
          echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
428
 
          $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
 
508
          echo "$$d$$p"; \
 
509
        done | $(am__base_list) | \
 
510
        while read files; do \
 
511
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
 
512
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
429
513
        done
430
514
 
431
515
uninstall-pkgconfigDATA:
432
516
        @$(NORMAL_UNINSTALL)
433
 
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
434
 
          f=$(am__strip_dir) \
435
 
          echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
436
 
          rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
437
 
        done
 
517
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
518
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
519
        test -n "$$files" || exit 0; \
 
520
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
 
521
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
438
522
 
439
523
# This directory's subdirectories are mostly independent; you can cd
440
524
# into them and run `make' without going through this Makefile.
443
527
#     (which will cause the Makefiles to be regenerated when you run `make');
444
528
# (2) otherwise, pass the desired values on the `make' command line.
445
529
$(RECURSIVE_TARGETS):
446
 
        @failcom='exit 1'; \
 
530
        @fail= failcom='exit 1'; \
447
531
        for f in x $$MAKEFLAGS; do \
448
532
          case $$f in \
449
533
            *=* | --[!k]*);; \
460
544
          else \
461
545
            local_target="$$target"; \
462
546
          fi; \
463
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
547
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
464
548
          || eval $$failcom; \
465
549
        done; \
466
550
        if test "$$dot_seen" = "no"; then \
468
552
        fi; test -z "$$fail"
469
553
 
470
554
$(RECURSIVE_CLEAN_TARGETS):
471
 
        @failcom='exit 1'; \
 
555
        @fail= failcom='exit 1'; \
472
556
        for f in x $$MAKEFLAGS; do \
473
557
          case $$f in \
474
558
            *=* | --[!k]*);; \
494
578
          else \
495
579
            local_target="$$target"; \
496
580
          fi; \
497
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
581
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
498
582
          || eval $$failcom; \
499
583
        done && test -z "$$fail"
500
584
tags-recursive:
501
585
        list='$(SUBDIRS)'; for subdir in $$list; do \
502
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
586
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
503
587
        done
504
588
ctags-recursive:
505
589
        list='$(SUBDIRS)'; for subdir in $$list; do \
506
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
590
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
507
591
        done
508
592
 
509
593
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
511
595
        unique=`for i in $$list; do \
512
596
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
513
597
          done | \
514
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
598
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
515
599
              END { if (nonempty) { for (i in files) print i; }; }'`; \
516
600
        mkid -fID $$unique
517
601
tags: TAGS
518
602
 
519
603
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
520
604
                $(TAGS_FILES) $(LISP)
521
 
        tags=; \
 
605
        set x; \
522
606
        here=`pwd`; \
523
607
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
524
608
          include_option=--etags-include; \
530
614
        list='$(SUBDIRS)'; for subdir in $$list; do \
531
615
          if test "$$subdir" = .; then :; else \
532
616
            test ! -f $$subdir/TAGS || \
533
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
617
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
534
618
          fi; \
535
619
        done; \
536
620
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
539
623
          done | \
540
624
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
541
625
              END { if (nonempty) { for (i in files) print i; }; }'`; \
542
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
626
        shift; \
 
627
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
543
628
          test -n "$$unique" || unique=$$empty_fix; \
544
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
545
 
            $$tags $$unique; \
 
629
          if test $$# -gt 0; then \
 
630
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
631
              "$$@" $$unique; \
 
632
          else \
 
633
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
634
              $$unique; \
 
635
          fi; \
546
636
        fi
547
637
ctags: CTAGS
548
638
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
549
639
                $(TAGS_FILES) $(LISP)
550
 
        tags=; \
551
640
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
552
641
        unique=`for i in $$list; do \
553
642
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
554
643
          done | \
555
644
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
556
645
              END { if (nonempty) { for (i in files) print i; }; }'`; \
557
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
646
        test -z "$(CTAGS_ARGS)$$unique" \
558
647
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
559
 
             $$tags $$unique
 
648
             $$unique
560
649
 
561
650
GTAGS:
562
651
        here=`$(am__cd) $(top_builddir) && pwd` \
563
 
          && cd $(top_srcdir) \
564
 
          && gtags -i $(GTAGS_ARGS) $$here
 
652
          && $(am__cd) $(top_srcdir) \
 
653
          && gtags -i $(GTAGS_ARGS) "$$here"
565
654
 
566
655
distclean-tags:
567
656
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
568
657
 
569
658
distdir: $(DISTFILES)
570
659
        $(am__remove_distdir)
571
 
        test -d $(distdir) || mkdir $(distdir)
 
660
        test -d "$(distdir)" || mkdir "$(distdir)"
572
661
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
573
662
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
574
663
        list='$(DISTFILES)'; \
584
673
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
585
674
          if test -d $$d/$$file; then \
586
675
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
676
            if test -d "$(distdir)/$$file"; then \
 
677
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
678
            fi; \
587
679
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
588
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
680
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
681
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
589
682
            fi; \
590
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
683
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
591
684
          else \
592
 
            test -f $(distdir)/$$file \
593
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
685
            test -f "$(distdir)/$$file" \
 
686
            || cp -p $$d/$$file "$(distdir)/$$file" \
594
687
            || exit 1; \
595
688
          fi; \
596
689
        done
597
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
690
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
598
691
          if test "$$subdir" = .; then :; else \
599
692
            test -d "$(distdir)/$$subdir" \
600
693
            || $(MKDIR_P) "$(distdir)/$$subdir" \
601
694
            || exit 1; \
602
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
603
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
604
 
            (cd $$subdir && \
 
695
          fi; \
 
696
        done
 
697
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
698
          if test "$$subdir" = .; then :; else \
 
699
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
700
            $(am__relativize); \
 
701
            new_distdir=$$reldir; \
 
702
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
703
            $(am__relativize); \
 
704
            new_top_distdir=$$reldir; \
 
705
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
706
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
707
            ($(am__cd) $$subdir && \
605
708
              $(MAKE) $(AM_MAKEFLAGS) \
606
 
                top_distdir="$$top_distdir" \
607
 
                distdir="$$distdir/$$subdir" \
 
709
                top_distdir="$$new_top_distdir" \
 
710
                distdir="$$new_distdir" \
608
711
                am__remove_distdir=: \
609
712
                am__skip_length_check=: \
 
713
                am__skip_mode_fix=: \
610
714
                distdir) \
611
715
              || exit 1; \
612
716
          fi; \
613
717
        done
614
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
718
        -test -n "$(am__skip_mode_fix)" \
 
719
        || find "$(distdir)" -type d ! -perm -755 \
 
720
                -exec chmod u+rwx,go+rx {} \; -o \
615
721
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
616
722
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
617
723
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
618
 
        || chmod -R a+r $(distdir)
 
724
        || chmod -R a+r "$(distdir)"
619
725
dist-gzip: distdir
620
726
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
621
727
        $(am__remove_distdir)
628
734
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
629
735
        $(am__remove_distdir)
630
736
 
 
737
dist-xz: distdir
 
738
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
739
        $(am__remove_distdir)
 
740
 
631
741
dist-tarZ: distdir
632
742
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
633
743
        $(am__remove_distdir)
651
761
distcheck: dist
652
762
        case '$(DIST_ARCHIVES)' in \
653
763
        *.tar.gz*) \
654
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
764
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
655
765
        *.tar.bz2*) \
656
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
766
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
657
767
        *.tar.lzma*) \
658
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
768
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
769
        *.tar.xz*) \
 
770
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
659
771
        *.tar.Z*) \
660
772
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
661
773
        *.shar.gz*) \
662
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
774
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
663
775
        *.zip*) \
664
776
          unzip $(distdir).zip ;;\
665
777
        esac
667
779
        mkdir $(distdir)/_build
668
780
        mkdir $(distdir)/_inst
669
781
        chmod a-w $(distdir)
 
782
        test -d $(distdir)/_build || exit 0; \
670
783
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
671
784
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
672
 
          && cd $(distdir)/_build \
 
785
          && am__cwd=`pwd` \
 
786
          && $(am__cd) $(distdir)/_build \
673
787
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
674
788
            $(DISTCHECK_CONFIGURE_FLAGS) \
675
789
          && $(MAKE) $(AM_MAKEFLAGS) \
691
805
          && rm -rf "$$dc_destdir" \
692
806
          && $(MAKE) $(AM_MAKEFLAGS) dist \
693
807
          && rm -rf $(DIST_ARCHIVES) \
694
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
808
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
809
          && cd "$$am__cwd" \
 
810
          || exit 1
695
811
        $(am__remove_distdir)
696
812
        @(echo "$(distdir) archives ready for distribution: "; \
697
813
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
698
814
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
699
815
distuninstallcheck:
700
 
        @cd $(distuninstallcheck_dir) \
 
816
        @$(am__cd) '$(distuninstallcheck_dir)' \
701
817
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
702
818
           || { echo "ERROR: files left after uninstall:" ; \
703
819
                if test -n "$(DESTDIR)"; then \
743
859
 
744
860
distclean-generic:
745
861
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
862
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
746
863
 
747
864
maintainer-clean-generic:
748
865
        @echo "This command is intended for maintainers to use"
764
881
 
765
882
html: html-recursive
766
883
 
 
884
html-am:
 
885
 
767
886
info: info-recursive
768
887
 
769
888
info-am:
772
891
 
773
892
install-dvi: install-dvi-recursive
774
893
 
 
894
install-dvi-am:
 
895
 
775
896
install-exec-am:
776
897
 
777
898
install-html: install-html-recursive
778
899
 
 
900
install-html-am:
 
901
 
779
902
install-info: install-info-recursive
780
903
 
 
904
install-info-am:
 
905
 
781
906
install-man:
782
907
 
783
908
install-pdf: install-pdf-recursive
784
909
 
 
910
install-pdf-am:
 
911
 
785
912
install-ps: install-ps-recursive
786
913
 
 
914
install-ps-am:
 
915
 
787
916
installcheck-am:
788
917
 
789
918
maintainer-clean: maintainer-clean-recursive
806
935
 
807
936
uninstall-am: uninstall-pkgconfigDATA
808
937
 
809
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
810
 
        install-strip
 
938
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check-am \
 
939
        ctags-recursive install-am install-strip tags-recursive
811
940
 
812
941
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
813
942
        all all-am am--refresh check check-am check-local clean \
814
943
        clean-generic clean-libtool clean-local ctags ctags-recursive \
815
944
        dist dist-all dist-bzip2 dist-gzip dist-lzma dist-shar \
816
 
        dist-tarZ dist-zip distcheck distclean distclean-generic \
817
 
        distclean-hdr distclean-libtool distclean-tags distcleancheck \
818
 
        distdir distuninstallcheck dvi dvi-am html html-am info \
819
 
        info-am install install-am install-data install-data-am \
820
 
        install-dvi install-dvi-am install-exec install-exec-am \
821
 
        install-html install-html-am install-info install-info-am \
822
 
        install-man install-pdf install-pdf-am install-pkgconfigDATA \
823
 
        install-ps install-ps-am install-strip installcheck \
824
 
        installcheck-am installdirs installdirs-am maintainer-clean \
825
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
826
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
827
 
        uninstall uninstall-am uninstall-pkgconfigDATA
 
945
        dist-tarZ dist-xz dist-zip distcheck distclean \
 
946
        distclean-generic distclean-hdr distclean-libtool \
 
947
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
948
        dvi-am html html-am info info-am install install-am \
 
949
        install-data install-data-am install-dvi install-dvi-am \
 
950
        install-exec install-exec-am install-html install-html-am \
 
951
        install-info install-info-am install-man install-pdf \
 
952
        install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
 
953
        install-strip installcheck installcheck-am installdirs \
 
954
        installdirs-am maintainer-clean maintainer-clean-generic \
 
955
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
956
        ps ps-am tags tags-recursive uninstall uninstall-am \
 
957
        uninstall-pkgconfigDATA
828
958
 
829
959
 
830
960
# Build gtest before we build protobuf tests.  We don't add gtest to SUBDIRS
847
977
          echo "Making clean in gtest"; \
848
978
          cd gtest && $(MAKE) $(AM_MAKEFLAGS) clean; \
849
979
        fi
 
980
 
850
981
# Tell versions [3.59,3.63) of GNU make to not export all variables.
851
982
# Otherwise a system limit (for SysV at least) may be exceeded.
852
983
.NOEXPORT: