~ubuntu-branches/ubuntu/quantal/gst0.10-python/quantal

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-01-27 08:00:50 UTC
  • mfrom: (1.1.23 upstream) (7.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100127080050-2iu7igaxot48lrhj
* New upstream pre-release:
  + debian/control:
    - Update dependencies.
  + Fixes importing on kFreeBSD (Closes: #563535).
  + Fixes "'module' object has no attribute 'Element'" import
    error (Closes: #531347).

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.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.
21
22
 
22
23
VPATH = @srcdir@
23
24
pkgdatadir = $(datadir)/@PACKAGE@
 
25
pkgincludedir = $(includedir)/@PACKAGE@
24
26
pkglibdir = $(libdir)/@PACKAGE@
25
 
pkgincludedir = $(includedir)/@PACKAGE@
 
27
pkglibexecdir = $(libexecdir)/@PACKAGE@
26
28
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27
29
install_sh_DATA = $(install_sh) -c -m 644
28
30
install_sh_PROGRAM = $(install_sh) -c
73
75
mkinstalldirs = $(install_sh) -d
74
76
CONFIG_HEADER = config.h
75
77
CONFIG_CLEAN_FILES = win32/common/config.h gst-python.spec
 
78
CONFIG_CLEAN_VPATH_FILES =
76
79
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
77
80
am__vpath_adj = case $$p in \
78
81
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
79
82
    *) f=$$p;; \
80
83
  esac;
81
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
84
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
85
am__install_max = 40
 
86
am__nobase_strip_setup = \
 
87
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
88
am__nobase_strip = \
 
89
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
90
am__nobase_list = $(am__nobase_strip_setup); \
 
91
  for p in $$list; do echo "$$p $$p"; done | \
 
92
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
93
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
94
    if (++n[$$2] == $(am__install_max)) \
 
95
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
96
    END { for (dir in files) print dir, files[dir] }'
 
97
am__base_list = \
 
98
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
99
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
82
100
am__installdirs = "$(DESTDIR)$(pyexecdir)"
83
 
pyexecLTLIBRARIES_INSTALL = $(INSTALL)
84
101
LTLIBRARIES = $(pyexec_LTLIBRARIES)
85
102
am__DEPENDENCIES_1 =
86
103
am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
94
111
DEFAULT_INCLUDES = -I.@am__isrc@
95
112
depcomp = $(SHELL) $(top_srcdir)/depcomp
96
113
am__depfiles_maybe = depfiles
 
114
am__mv = mv -f
97
115
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
98
116
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
99
117
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
114
132
        ps-recursive uninstall-recursive
115
133
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
116
134
  distclean-recursive maintainer-clean-recursive
 
135
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
136
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
137
        distdir dist dist-all distcheck
117
138
ETAGS = etags
118
139
CTAGS = ctags
119
140
DIST_SUBDIRS = $(SUBDIRS)
121
142
distdir = $(PACKAGE)-$(VERSION)
122
143
top_distdir = $(distdir)
123
144
am__remove_distdir = \
124
 
  { test ! -d $(distdir) \
125
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
126
 
         && rm -fr $(distdir); }; }
 
145
  { test ! -d "$(distdir)" \
 
146
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
147
         && rm -fr "$(distdir)"; }; }
 
148
am__relativize = \
 
149
  dir0=`pwd`; \
 
150
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
151
  sed_rest='s,^[^/]*/*,,'; \
 
152
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
153
  sed_butlast='s,/*[^/]*$$,,'; \
 
154
  while test -n "$$dir1"; do \
 
155
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
156
    if test "$$first" != "."; then \
 
157
      if test "$$first" = ".."; then \
 
158
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
159
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
160
      else \
 
161
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
162
        if test "$$first2" = "$$first"; then \
 
163
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
164
        else \
 
165
          dir2="../$$dir2"; \
 
166
        fi; \
 
167
        dir0="$$dir0"/"$$first"; \
 
168
      fi; \
 
169
    fi; \
 
170
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
171
  done; \
 
172
  reldir="$$dir2"
127
173
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
128
174
GZIP_ENV = --best
129
175
distuninstallcheck_listfiles = find . -type f -print
195
241
GST_PLUGINS_BASE_LIBS = @GST_PLUGINS_BASE_LIBS@
196
242
GST_REQ = @GST_REQ@
197
243
GTK_REQ = @GTK_REQ@
198
 
HAVE_PLUGINS_INSTALL = @HAVE_PLUGINS_INSTALL@
199
 
HAVE_VIDEO_ORIENTATION = @HAVE_VIDEO_ORIENTATION@
200
 
IGNORE_GST_0_10_13 = @IGNORE_GST_0_10_13@
201
 
IGNORE_GST_0_10_14 = @IGNORE_GST_0_10_14@
202
 
IGNORE_GST_0_10_15 = @IGNORE_GST_0_10_15@
203
 
IGNORE_GST_0_10_16 = @IGNORE_GST_0_10_16@
204
 
IGNORE_GST_0_10_18 = @IGNORE_GST_0_10_18@
205
244
IGNORE_GST_0_10_20 = @IGNORE_GST_0_10_20@
206
245
IGNORE_GST_0_10_21 = @IGNORE_GST_0_10_21@
207
246
IGNORE_GST_0_10_22 = @IGNORE_GST_0_10_22@
208
247
IGNORE_GST_0_10_23 = @IGNORE_GST_0_10_23@
209
248
IGNORE_GST_0_10_24 = @IGNORE_GST_0_10_24@
210
249
IGNORE_GST_0_10_25 = @IGNORE_GST_0_10_25@
 
250
IGNORE_GST_0_10_26 = @IGNORE_GST_0_10_26@
211
251
IGNORE_GST_LOADSAVE = @IGNORE_GST_LOADSAVE@
212
 
IGNORE_GST_PB_0_10_14 = @IGNORE_GST_PB_0_10_14@
213
 
IGNORE_GST_PB_0_10_16 = @IGNORE_GST_PB_0_10_16@
214
 
IGNORE_GST_PB_0_10_18 = @IGNORE_GST_PB_0_10_18@
215
252
IGNORE_GST_PB_0_10_23 = @IGNORE_GST_PB_0_10_23@
216
253
IGNORE_GST_PB_0_10_25 = @IGNORE_GST_PB_0_10_25@
 
254
IGNORE_GST_PB_0_10_26 = @IGNORE_GST_PB_0_10_26@
217
255
INSTALL = @INSTALL@
218
256
INSTALL_DATA = @INSTALL_DATA@
219
257
INSTALL_PROGRAM = @INSTALL_PROGRAM@
243
281
PACKAGE_NAME = @PACKAGE_NAME@
244
282
PACKAGE_STRING = @PACKAGE_STRING@
245
283
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
284
PACKAGE_URL = @PACKAGE_URL@
246
285
PACKAGE_VERSION = @PACKAGE_VERSION@
247
286
PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
248
287
PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
389
428
        @for dep in $?; do \
390
429
          case '$(am__configure_deps)' in \
391
430
            *$$dep*) \
392
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
393
 
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
431
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
 
432
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
394
433
                && exit 0; \
395
434
              exit 1;; \
396
435
          esac; \
397
436
        done; \
398
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
399
 
        cd $(top_srcdir) && \
400
 
          $(AUTOMAKE) --gnu  Makefile
 
437
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
438
        $(am__cd) $(top_srcdir) && \
 
439
          $(AUTOMAKE) --gnu Makefile
401
440
.PRECIOUS: Makefile
402
441
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
403
442
        @case '$?' in \
413
452
        $(SHELL) ./config.status --recheck
414
453
 
415
454
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
416
 
        cd $(srcdir) && $(AUTOCONF)
 
455
        $(am__cd) $(srcdir) && $(AUTOCONF)
417
456
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
418
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
457
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
458
$(am__aclocal_m4_deps):
419
459
 
420
460
config.h: stamp-h1
421
461
        @if test ! -f $@; then \
427
467
        @rm -f stamp-h1
428
468
        cd $(top_builddir) && $(SHELL) ./config.status config.h
429
469
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
430
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
470
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
431
471
        rm -f stamp-h1
432
472
        touch $@
433
473
 
440
480
install-pyexecLTLIBRARIES: $(pyexec_LTLIBRARIES)
441
481
        @$(NORMAL_INSTALL)
442
482
        test -z "$(pyexecdir)" || $(MKDIR_P) "$(DESTDIR)$(pyexecdir)"
443
 
        @list='$(pyexec_LTLIBRARIES)'; for p in $$list; do \
 
483
        @list='$(pyexec_LTLIBRARIES)'; test -n "$(pyexecdir)" || list=; \
 
484
        list2=; for p in $$list; do \
444
485
          if test -f $$p; then \
445
 
            f=$(am__strip_dir) \
446
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pyexecLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pyexecdir)/$$f'"; \
447
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pyexecLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pyexecdir)/$$f"; \
 
486
            list2="$$list2 $$p"; \
448
487
          else :; fi; \
449
 
        done
 
488
        done; \
 
489
        test -z "$$list2" || { \
 
490
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pyexecdir)'"; \
 
491
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pyexecdir)"; \
 
492
        }
450
493
 
451
494
uninstall-pyexecLTLIBRARIES:
452
495
        @$(NORMAL_UNINSTALL)
453
 
        @list='$(pyexec_LTLIBRARIES)'; for p in $$list; do \
454
 
          p=$(am__strip_dir) \
455
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pyexecdir)/$$p'"; \
456
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pyexecdir)/$$p"; \
 
496
        @list='$(pyexec_LTLIBRARIES)'; test -n "$(pyexecdir)" || list=; \
 
497
        for p in $$list; do \
 
498
          $(am__strip_dir) \
 
499
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pyexecdir)/$$f'"; \
 
500
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pyexecdir)/$$f"; \
457
501
        done
458
502
 
459
503
clean-pyexecLTLIBRARIES:
477
521
 
478
522
.c.o:
479
523
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
480
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
524
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
481
525
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
482
526
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
483
527
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
484
528
 
485
529
.c.obj:
486
530
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
487
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
531
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
488
532
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
489
533
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
490
534
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
491
535
 
492
536
.c.lo:
493
537
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
494
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
538
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
495
539
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
496
540
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
497
541
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
498
542
 
499
543
gstoption_la-gstoptionmodule.lo: gstoptionmodule.c
500
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gstoption_la_CFLAGS) $(CFLAGS) -MT gstoption_la-gstoptionmodule.lo -MD -MP -MF $(DEPDIR)/gstoption_la-gstoptionmodule.Tpo -c -o gstoption_la-gstoptionmodule.lo `test -f 'gstoptionmodule.c' || echo '$(srcdir)/'`gstoptionmodule.c
501
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gstoption_la-gstoptionmodule.Tpo $(DEPDIR)/gstoption_la-gstoptionmodule.Plo
 
544
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gstoption_la_CFLAGS) $(CFLAGS) -MT gstoption_la-gstoptionmodule.lo -MD -MP -MF $(DEPDIR)/gstoption_la-gstoptionmodule.Tpo -c -o gstoption_la-gstoptionmodule.lo `test -f 'gstoptionmodule.c' || echo '$(srcdir)/'`gstoptionmodule.c
 
545
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/gstoption_la-gstoptionmodule.Tpo $(DEPDIR)/gstoption_la-gstoptionmodule.Plo
502
546
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstoptionmodule.c' object='gstoption_la-gstoptionmodule.lo' libtool=yes @AMDEPBACKSLASH@
503
547
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
504
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gstoption_la_CFLAGS) $(CFLAGS) -c -o gstoption_la-gstoptionmodule.lo `test -f 'gstoptionmodule.c' || echo '$(srcdir)/'`gstoptionmodule.c
 
548
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gstoption_la_CFLAGS) $(CFLAGS) -c -o gstoption_la-gstoptionmodule.lo `test -f 'gstoptionmodule.c' || echo '$(srcdir)/'`gstoptionmodule.c
505
549
 
506
550
mostlyclean-libtool:
507
551
        -rm -f *.lo
519
563
#     (which will cause the Makefiles to be regenerated when you run `make');
520
564
# (2) otherwise, pass the desired values on the `make' command line.
521
565
$(RECURSIVE_TARGETS):
522
 
        @failcom='exit 1'; \
 
566
        @fail= failcom='exit 1'; \
523
567
        for f in x $$MAKEFLAGS; do \
524
568
          case $$f in \
525
569
            *=* | --[!k]*);; \
536
580
          else \
537
581
            local_target="$$target"; \
538
582
          fi; \
539
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
583
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
540
584
          || eval $$failcom; \
541
585
        done; \
542
586
        if test "$$dot_seen" = "no"; then \
544
588
        fi; test -z "$$fail"
545
589
 
546
590
$(RECURSIVE_CLEAN_TARGETS):
547
 
        @failcom='exit 1'; \
 
591
        @fail= failcom='exit 1'; \
548
592
        for f in x $$MAKEFLAGS; do \
549
593
          case $$f in \
550
594
            *=* | --[!k]*);; \
570
614
          else \
571
615
            local_target="$$target"; \
572
616
          fi; \
573
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
617
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
574
618
          || eval $$failcom; \
575
619
        done && test -z "$$fail"
576
620
tags-recursive:
577
621
        list='$(SUBDIRS)'; for subdir in $$list; do \
578
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
622
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
579
623
        done
580
624
ctags-recursive:
581
625
        list='$(SUBDIRS)'; for subdir in $$list; do \
582
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
626
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
583
627
        done
584
628
 
585
629
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
594
638
 
595
639
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
596
640
                $(TAGS_FILES) $(LISP)
597
 
        tags=; \
 
641
        set x; \
598
642
        here=`pwd`; \
599
643
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
600
644
          include_option=--etags-include; \
606
650
        list='$(SUBDIRS)'; for subdir in $$list; do \
607
651
          if test "$$subdir" = .; then :; else \
608
652
            test ! -f $$subdir/TAGS || \
609
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
653
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
610
654
          fi; \
611
655
        done; \
612
656
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
615
659
          done | \
616
660
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
617
661
              END { if (nonempty) { for (i in files) print i; }; }'`; \
618
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
662
        shift; \
 
663
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
619
664
          test -n "$$unique" || unique=$$empty_fix; \
620
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
621
 
            $$tags $$unique; \
 
665
          if test $$# -gt 0; then \
 
666
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
667
              "$$@" $$unique; \
 
668
          else \
 
669
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
670
              $$unique; \
 
671
          fi; \
622
672
        fi
623
673
ctags: CTAGS
624
674
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
625
675
                $(TAGS_FILES) $(LISP)
626
 
        tags=; \
627
676
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
628
677
        unique=`for i in $$list; do \
629
678
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
630
679
          done | \
631
680
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
632
681
              END { if (nonempty) { for (i in files) print i; }; }'`; \
633
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
682
        test -z "$(CTAGS_ARGS)$$unique" \
634
683
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
635
 
             $$tags $$unique
 
684
             $$unique
636
685
 
637
686
GTAGS:
638
687
        here=`$(am__cd) $(top_builddir) && pwd` \
639
 
          && cd $(top_srcdir) \
640
 
          && gtags -i $(GTAGS_ARGS) $$here
 
688
          && $(am__cd) $(top_srcdir) \
 
689
          && gtags -i $(GTAGS_ARGS) "$$here"
641
690
 
642
691
distclean-tags:
643
692
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
644
693
 
645
694
distdir: $(DISTFILES)
646
695
        $(am__remove_distdir)
647
 
        test -d $(distdir) || mkdir $(distdir)
 
696
        test -d "$(distdir)" || mkdir "$(distdir)"
648
697
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
649
698
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
650
699
        list='$(DISTFILES)'; \
660
709
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
661
710
          if test -d $$d/$$file; then \
662
711
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
712
            if test -d "$(distdir)/$$file"; then \
 
713
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
714
            fi; \
663
715
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
664
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
716
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
717
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
665
718
            fi; \
666
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
719
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
667
720
          else \
668
 
            test -f $(distdir)/$$file \
669
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
721
            test -f "$(distdir)/$$file" \
 
722
            || cp -p $$d/$$file "$(distdir)/$$file" \
670
723
            || exit 1; \
671
724
          fi; \
672
725
        done
673
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
726
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
674
727
          if test "$$subdir" = .; then :; else \
675
728
            test -d "$(distdir)/$$subdir" \
676
729
            || $(MKDIR_P) "$(distdir)/$$subdir" \
677
730
            || exit 1; \
678
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
679
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
680
 
            (cd $$subdir && \
 
731
          fi; \
 
732
        done
 
733
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
734
          if test "$$subdir" = .; then :; else \
 
735
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
736
            $(am__relativize); \
 
737
            new_distdir=$$reldir; \
 
738
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
739
            $(am__relativize); \
 
740
            new_top_distdir=$$reldir; \
 
741
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
742
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
743
            ($(am__cd) $$subdir && \
681
744
              $(MAKE) $(AM_MAKEFLAGS) \
682
 
                top_distdir="$$top_distdir" \
683
 
                distdir="$$distdir/$$subdir" \
 
745
                top_distdir="$$new_top_distdir" \
 
746
                distdir="$$new_distdir" \
684
747
                am__remove_distdir=: \
685
748
                am__skip_length_check=: \
 
749
                am__skip_mode_fix=: \
686
750
                distdir) \
687
751
              || exit 1; \
688
752
          fi; \
690
754
        $(MAKE) $(AM_MAKEFLAGS) \
691
755
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
692
756
          dist-hook
693
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
757
        -test -n "$(am__skip_mode_fix)" \
 
758
        || find "$(distdir)" -type d ! -perm -755 \
 
759
                -exec chmod u+rwx,go+rx {} \; -o \
694
760
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
695
761
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
696
762
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
697
 
        || chmod -R a+r $(distdir)
 
763
        || chmod -R a+r "$(distdir)"
698
764
dist-gzip: distdir
699
765
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
700
766
        $(am__remove_distdir)
706
772
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
707
773
        $(am__remove_distdir)
708
774
 
 
775
dist-xz: distdir
 
776
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
777
        $(am__remove_distdir)
 
778
 
709
779
dist-tarZ: distdir
710
780
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
711
781
        $(am__remove_distdir)
730
800
distcheck: dist
731
801
        case '$(DIST_ARCHIVES)' in \
732
802
        *.tar.gz*) \
733
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
803
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
734
804
        *.tar.bz2*) \
735
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
805
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
736
806
        *.tar.lzma*) \
737
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
807
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
808
        *.tar.xz*) \
 
809
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
738
810
        *.tar.Z*) \
739
811
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
740
812
        *.shar.gz*) \
741
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
813
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
742
814
        *.zip*) \
743
815
          unzip $(distdir).zip ;;\
744
816
        esac
746
818
        mkdir $(distdir)/_build
747
819
        mkdir $(distdir)/_inst
748
820
        chmod a-w $(distdir)
 
821
        test -d $(distdir)/_build || exit 0; \
749
822
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
750
823
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
751
824
          && $(MAKE) $(AM_MAKEFLAGS) distcheck-hook \
752
 
          && cd $(distdir)/_build \
 
825
          && am__cwd=`pwd` \
 
826
          && $(am__cd) $(distdir)/_build \
753
827
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
754
828
            $(DISTCHECK_CONFIGURE_FLAGS) \
755
829
          && $(MAKE) $(AM_MAKEFLAGS) \
771
845
          && rm -rf "$$dc_destdir" \
772
846
          && $(MAKE) $(AM_MAKEFLAGS) dist \
773
847
          && rm -rf $(DIST_ARCHIVES) \
774
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
848
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
849
          && cd "$$am__cwd" \
 
850
          || exit 1
775
851
        $(am__remove_distdir)
776
852
        @(echo "$(distdir) archives ready for distribution: "; \
777
853
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
778
854
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
779
855
distuninstallcheck:
780
 
        @cd $(distuninstallcheck_dir) \
 
856
        @$(am__cd) '$(distuninstallcheck_dir)' \
781
857
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
782
858
           || { echo "ERROR: files left after uninstall:" ; \
783
859
                if test -n "$(DESTDIR)"; then \
825
901
 
826
902
distclean-generic:
827
903
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
904
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
828
905
 
829
906
maintainer-clean-generic:
830
907
        @echo "This command is intended for maintainers to use"
848
925
 
849
926
html: html-recursive
850
927
 
 
928
html-am:
 
929
 
851
930
info: info-recursive
852
931
 
853
932
info-am:
856
935
 
857
936
install-dvi: install-dvi-recursive
858
937
 
 
938
install-dvi-am:
 
939
 
859
940
install-exec-am: install-exec-local install-pyexecLTLIBRARIES
860
941
 
861
942
install-html: install-html-recursive
862
943
 
 
944
install-html-am:
 
945
 
863
946
install-info: install-info-recursive
864
947
 
 
948
install-info-am:
 
949
 
865
950
install-man:
866
951
 
867
952
install-pdf: install-pdf-recursive
868
953
 
 
954
install-pdf-am:
 
955
 
869
956
install-ps: install-ps-recursive
870
957
 
 
958
install-ps-am:
 
959
 
871
960
installcheck-am:
872
961
 
873
962
maintainer-clean: maintainer-clean-recursive
892
981
 
893
982
uninstall-am: uninstall-local uninstall-pyexecLTLIBRARIES
894
983
 
895
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
896
 
        install-strip
 
984
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
 
985
        ctags-recursive install install-am install-strip \
 
986
        tags-recursive
897
987
 
898
988
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
899
989
        all all-am am--refresh check check-am clean clean-generic \
900
990
        clean-libtool clean-pyexecLTLIBRARIES ctags ctags-recursive \
901
991
        dist dist-all dist-bzip2 dist-gzip dist-hook dist-lzma \
902
 
        dist-shar dist-tarZ dist-zip distcheck distclean \
 
992
        dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
903
993
        distclean-compile distclean-generic distclean-hdr \
904
994
        distclean-libtool distclean-tags distcleancheck distdir \
905
995
        distuninstallcheck dvi dvi-am html html-am info info-am \
1056
1146
 
1057
1147
@GST_GCOV_ENABLED_FALSE@lcov-report:
1058
1148
@GST_GCOV_ENABLED_FALSE@        echo "Need to reconfigure with --enable-gcov"
 
1149
 
1059
1150
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1060
1151
# Otherwise a system limit (for SysV at least) may be exceeded.
1061
1152
.NOEXPORT: