~ubuntu-branches/ubuntu/quantal/gst-plugins-bad-multiverse0.10/quantal

« back to all changes in this revision

Viewing changes to gst/dccp/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Onkar Shinde
  • Date: 2009-12-07 08:54:28 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20091207085428-ml6aaukf0p2ph34d
Tags: 0.10.17-0ubuntu1
* New upstream release.
* Add myself to maintainer.
* Fix misc lintian warnings.

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.
19
20
 
20
21
VPATH = @srcdir@
21
22
pkgdatadir = $(datadir)/@PACKAGE@
 
23
pkgincludedir = $(includedir)/@PACKAGE@
22
24
pkglibdir = $(libdir)/@PACKAGE@
23
 
pkgincludedir = $(includedir)/@PACKAGE@
 
25
pkglibexecdir = $(libexecdir)/@PACKAGE@
24
26
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
27
install_sh_DATA = $(install_sh) -c -m 644
26
28
install_sh_PROGRAM = $(install_sh) -c
50
52
        $(top_srcdir)/common/m4/gst-arch.m4 \
51
53
        $(top_srcdir)/common/m4/gst-args.m4 \
52
54
        $(top_srcdir)/common/m4/gst-check.m4 \
 
55
        $(top_srcdir)/common/m4/gst-default.m4 \
53
56
        $(top_srcdir)/common/m4/gst-dowhile.m4 \
54
57
        $(top_srcdir)/common/m4/gst-error.m4 \
55
58
        $(top_srcdir)/common/m4/gst-feature.m4 \
76
79
mkinstalldirs = $(install_sh) -d
77
80
CONFIG_HEADER = $(top_builddir)/config.h
78
81
CONFIG_CLEAN_FILES =
 
82
CONFIG_CLEAN_VPATH_FILES =
79
83
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
80
84
am__vpath_adj = case $$p in \
81
85
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
82
86
    *) f=$$p;; \
83
87
  esac;
84
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
88
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
89
am__install_max = 40
 
90
am__nobase_strip_setup = \
 
91
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
92
am__nobase_strip = \
 
93
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
94
am__nobase_list = $(am__nobase_strip_setup); \
 
95
  for p in $$list; do echo "$$p $$p"; done | \
 
96
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
97
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
98
    if (++n[$$2] == $(am__install_max)) \
 
99
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
100
    END { for (dir in files) print dir, files[dir] }'
 
101
am__base_list = \
 
102
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
103
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
85
104
am__installdirs = "$(DESTDIR)$(plugindir)"
86
 
pluginLTLIBRARIES_INSTALL = $(INSTALL)
87
105
LTLIBRARIES = $(plugin_LTLIBRARIES)
88
106
am__DEPENDENCIES_1 =
89
107
libgstdccp_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
100
118
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
101
119
depcomp = $(SHELL) $(top_srcdir)/depcomp
102
120
am__depfiles_maybe = depfiles
 
121
am__mv = mv -f
103
122
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
104
123
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
105
124
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
141
160
CDAUDIO_CFLAGS = @CDAUDIO_CFLAGS@
142
161
CDAUDIO_CONFIG = @CDAUDIO_CONFIG@
143
162
CDAUDIO_LIBS = @CDAUDIO_LIBS@
 
163
CELT_0_5_CFLAGS = @CELT_0_5_CFLAGS@
 
164
CELT_0_5_LIBS = @CELT_0_5_LIBS@
 
165
CELT_0_7_CFLAGS = @CELT_0_7_CFLAGS@
 
166
CELT_0_7_LIBS = @CELT_0_7_LIBS@
144
167
CELT_CFLAGS = @CELT_CFLAGS@
145
168
CELT_LIBS = @CELT_LIBS@
146
169
CFLAGS = @CFLAGS@
 
170
COG_CFLAGS = @COG_CFLAGS@
 
171
COG_LIBS = @COG_LIBS@
147
172
CPP = @CPP@
148
173
CPPFLAGS = @CPPFLAGS@
149
174
CXX = @CXX@
152
177
CXXFLAGS = @CXXFLAGS@
153
178
CYGPATH_W = @CYGPATH_W@
154
179
DCCP_LIBS = @DCCP_LIBS@
 
180
DEFAULT_AUDIOSINK = @DEFAULT_AUDIOSINK@
 
181
DEFAULT_AUDIOSRC = @DEFAULT_AUDIOSRC@
 
182
DEFAULT_VIDEOSINK = @DEFAULT_VIDEOSINK@
 
183
DEFAULT_VIDEOSRC = @DEFAULT_VIDEOSRC@
 
184
DEFAULT_VISUALIZER = @DEFAULT_VISUALIZER@
155
185
DEFS = @DEFS@
156
186
DEPDIR = @DEPDIR@
157
187
DEPRECATED_CFLAGS = @DEPRECATED_CFLAGS@
158
188
DIRAC_CFLAGS = @DIRAC_CFLAGS@
159
189
DIRAC_LIBS = @DIRAC_LIBS@
160
 
DIRECTDRAW_CFLAGS = @DIRECTDRAW_CFLAGS@
161
 
DIRECTDRAW_LDFLAGS = @DIRECTDRAW_LDFLAGS@
162
190
DIRECTDRAW_LIBS = @DIRECTDRAW_LIBS@
163
191
DIRECTFB_CFLAGS = @DIRECTFB_CFLAGS@
164
192
DIRECTFB_LIBS = @DIRECTFB_LIBS@
 
193
DIRECTSOUND_LIBS = @DIRECTSOUND_LIBS@
 
194
DIRECTX_CFLAGS = @DIRECTX_CFLAGS@
 
195
DIRECTX_LDFLAGS = @DIRECTX_LDFLAGS@
165
196
DIVXDEC_LIBS = @DIVXDEC_LIBS@
166
197
DIVXENC_LIBS = @DIVXENC_LIBS@
167
198
DLLTOOL = @DLLTOOL@
200
231
GLIB_LIBS = @GLIB_LIBS@
201
232
GLIB_PREFIX = @GLIB_PREFIX@
202
233
GLIB_REQ = @GLIB_REQ@
 
234
GME_LIBS = @GME_LIBS@
203
235
GMSGFMT = @GMSGFMT@
204
236
GMSGFMT_015 = @GMSGFMT_015@
205
237
GMYTH_CFLAGS = @GMYTH_CFLAGS@
242
274
HAVE_BZ2 = @HAVE_BZ2@
243
275
HAVE_CXX = @HAVE_CXX@
244
276
HAVE_DIRECTDRAW = @HAVE_DIRECTDRAW@
 
277
HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@
245
278
HAVE_DTS = @HAVE_DTS@
246
279
HAVE_FAAC = @HAVE_FAAC@
247
280
HAVE_FAAD = @HAVE_FAAD@
266
299
JACK_CFLAGS = @JACK_CFLAGS@
267
300
JACK_LIBS = @JACK_LIBS@
268
301
JP2K_LIBS = @JP2K_LIBS@
 
302
KATE_CFLAGS = @KATE_CFLAGS@
 
303
KATE_LIBS = @KATE_LIBS@
269
304
LD = @LD@
270
305
LDFLAGS = @LDFLAGS@
271
306
LIBDC1394_CFLAGS = @LIBDC1394_CFLAGS@
324
359
OBJEXT = @OBJEXT@
325
360
OFA_CFLAGS = @OFA_CFLAGS@
326
361
OFA_LIBS = @OFA_LIBS@
 
362
ORCC = @ORCC@
327
363
OTOOL = @OTOOL@
328
364
OTOOL64 = @OTOOL64@
329
365
PACKAGE = @PACKAGE@
331
367
PACKAGE_NAME = @PACKAGE_NAME@
332
368
PACKAGE_STRING = @PACKAGE_STRING@
333
369
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
370
PACKAGE_URL = @PACKAGE_URL@
334
371
PACKAGE_VERSION = @PACKAGE_VERSION@
335
372
PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
336
373
PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
349
386
PYTHON_VERSION = @PYTHON_VERSION@
350
387
Q = @Q@
351
388
RANLIB = @RANLIB@
 
389
RSVG_CFLAGS = @RSVG_CFLAGS@
 
390
RSVG_LIBS = @RSVG_LIBS@
 
391
SCHRO_CFLAGS = @SCHRO_CFLAGS@
 
392
SCHRO_LIBS = @SCHRO_LIBS@
352
393
SDL_CFLAGS = @SDL_CFLAGS@
353
394
SDL_CONFIG = @SDL_CONFIG@
354
395
SDL_LIBS = @SDL_LIBS@
355
396
SED = @SED@
356
397
SET_MAKE = @SET_MAKE@
357
398
SHELL = @SHELL@
 
399
SLV2_CFLAGS = @SLV2_CFLAGS@
 
400
SLV2_LIBS = @SLV2_LIBS@
358
401
SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
359
402
SNDFILE_LIBS = @SNDFILE_LIBS@
360
403
SOUNDTOUCH_CFLAGS = @SOUNDTOUCH_CFLAGS@
365
408
SWFDEC_LIBS = @SWFDEC_LIBS@
366
409
THEORADEC_CFLAGS = @THEORADEC_CFLAGS@
367
410
THEORADEC_LIBS = @THEORADEC_LIBS@
 
411
TIGER_CFLAGS = @TIGER_CFLAGS@
 
412
TIGER_LIBS = @TIGER_LIBS@
368
413
TIMIDITY_CFLAGS = @TIMIDITY_CFLAGS@
369
414
TIMIDITY_LIBS = @TIMIDITY_LIBS@
370
415
USE_NLS = @USE_NLS@
372
417
VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
373
418
VALGRIND_LIBS = @VALGRIND_LIBS@
374
419
VALGRIND_PATH = @VALGRIND_PATH@
 
420
VDPAU_CFLAGS = @VDPAU_CFLAGS@
 
421
VDPAU_LIBS = @VDPAU_LIBS@
375
422
VERSION = @VERSION@
376
423
WILDMIDI_CFLAGS = @WILDMIDI_CFLAGS@
377
424
WILDMIDI_LIBS = @WILDMIDI_LIBS@
392
439
X_EXTRA_LIBS = @X_EXTRA_LIBS@
393
440
X_LIBS = @X_LIBS@
394
441
X_PRE_LIBS = @X_PRE_LIBS@
 
442
ZBAR_CFLAGS = @ZBAR_CFLAGS@
 
443
ZBAR_LIBS = @ZBAR_LIBS@
395
444
abs_builddir = @abs_builddir@
396
445
abs_srcdir = @abs_srcdir@
397
446
abs_top_builddir = @abs_top_builddir@
490
539
              exit 1;; \
491
540
          esac; \
492
541
        done; \
493
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  gst/dccp/Makefile'; \
494
 
        cd $(top_srcdir) && \
495
 
          $(AUTOMAKE) --gnu  gst/dccp/Makefile
 
542
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu gst/dccp/Makefile'; \
 
543
        $(am__cd) $(top_srcdir) && \
 
544
          $(AUTOMAKE) --gnu gst/dccp/Makefile
496
545
.PRECIOUS: Makefile
497
546
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
498
547
        @case '$?' in \
510
559
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
511
560
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
512
561
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
562
$(am__aclocal_m4_deps):
513
563
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
514
564
        @$(NORMAL_INSTALL)
515
565
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
516
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
566
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
567
        list2=; for p in $$list; do \
517
568
          if test -f $$p; then \
518
 
            f=$(am__strip_dir) \
519
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
520
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
569
            list2="$$list2 $$p"; \
521
570
          else :; fi; \
522
 
        done
 
571
        done; \
 
572
        test -z "$$list2" || { \
 
573
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
 
574
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
 
575
        }
523
576
 
524
577
uninstall-pluginLTLIBRARIES:
525
578
        @$(NORMAL_UNINSTALL)
526
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
527
 
          p=$(am__strip_dir) \
528
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
529
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
 
579
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
580
        for p in $$list; do \
 
581
          $(am__strip_dir) \
 
582
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
 
583
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
530
584
        done
531
585
 
532
586
clean-pluginLTLIBRARIES:
555
609
 
556
610
.c.o:
557
611
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
558
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
612
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
559
613
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
560
614
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
561
615
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
562
616
 
563
617
.c.obj:
564
618
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
565
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
619
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
566
620
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
567
621
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
568
622
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
569
623
 
570
624
.c.lo:
571
625
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
572
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
626
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
573
627
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
574
628
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
575
629
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
576
630
 
577
631
libgstdccp_la-gstdccpplugin.lo: gstdccpplugin.c
578
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(libgstdccp_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstdccp_la_CFLAGS) $(CFLAGS) -MT libgstdccp_la-gstdccpplugin.lo -MD -MP -MF $(DEPDIR)/libgstdccp_la-gstdccpplugin.Tpo -c -o libgstdccp_la-gstdccpplugin.lo `test -f 'gstdccpplugin.c' || echo '$(srcdir)/'`gstdccpplugin.c
579
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libgstdccp_la-gstdccpplugin.Tpo $(DEPDIR)/libgstdccp_la-gstdccpplugin.Plo
 
632
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgstdccp_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstdccp_la_CFLAGS) $(CFLAGS) -MT libgstdccp_la-gstdccpplugin.lo -MD -MP -MF $(DEPDIR)/libgstdccp_la-gstdccpplugin.Tpo -c -o libgstdccp_la-gstdccpplugin.lo `test -f 'gstdccpplugin.c' || echo '$(srcdir)/'`gstdccpplugin.c
 
633
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstdccp_la-gstdccpplugin.Tpo $(DEPDIR)/libgstdccp_la-gstdccpplugin.Plo
580
634
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstdccpplugin.c' object='libgstdccp_la-gstdccpplugin.lo' libtool=yes @AMDEPBACKSLASH@
581
635
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
582
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(libgstdccp_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstdccp_la_CFLAGS) $(CFLAGS) -c -o libgstdccp_la-gstdccpplugin.lo `test -f 'gstdccpplugin.c' || echo '$(srcdir)/'`gstdccpplugin.c
 
636
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgstdccp_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstdccp_la_CFLAGS) $(CFLAGS) -c -o libgstdccp_la-gstdccpplugin.lo `test -f 'gstdccpplugin.c' || echo '$(srcdir)/'`gstdccpplugin.c
583
637
 
584
638
libgstdccp_la-gstdccp.lo: gstdccp.c
585
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(libgstdccp_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstdccp_la_CFLAGS) $(CFLAGS) -MT libgstdccp_la-gstdccp.lo -MD -MP -MF $(DEPDIR)/libgstdccp_la-gstdccp.Tpo -c -o libgstdccp_la-gstdccp.lo `test -f 'gstdccp.c' || echo '$(srcdir)/'`gstdccp.c
586
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libgstdccp_la-gstdccp.Tpo $(DEPDIR)/libgstdccp_la-gstdccp.Plo
 
639
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgstdccp_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstdccp_la_CFLAGS) $(CFLAGS) -MT libgstdccp_la-gstdccp.lo -MD -MP -MF $(DEPDIR)/libgstdccp_la-gstdccp.Tpo -c -o libgstdccp_la-gstdccp.lo `test -f 'gstdccp.c' || echo '$(srcdir)/'`gstdccp.c
 
640
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstdccp_la-gstdccp.Tpo $(DEPDIR)/libgstdccp_la-gstdccp.Plo
587
641
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstdccp.c' object='libgstdccp_la-gstdccp.lo' libtool=yes @AMDEPBACKSLASH@
588
642
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
589
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(libgstdccp_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstdccp_la_CFLAGS) $(CFLAGS) -c -o libgstdccp_la-gstdccp.lo `test -f 'gstdccp.c' || echo '$(srcdir)/'`gstdccp.c
 
643
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgstdccp_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstdccp_la_CFLAGS) $(CFLAGS) -c -o libgstdccp_la-gstdccp.lo `test -f 'gstdccp.c' || echo '$(srcdir)/'`gstdccp.c
590
644
 
591
645
libgstdccp_la-gstdccpserversink.lo: gstdccpserversink.c
592
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(libgstdccp_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstdccp_la_CFLAGS) $(CFLAGS) -MT libgstdccp_la-gstdccpserversink.lo -MD -MP -MF $(DEPDIR)/libgstdccp_la-gstdccpserversink.Tpo -c -o libgstdccp_la-gstdccpserversink.lo `test -f 'gstdccpserversink.c' || echo '$(srcdir)/'`gstdccpserversink.c
593
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libgstdccp_la-gstdccpserversink.Tpo $(DEPDIR)/libgstdccp_la-gstdccpserversink.Plo
 
646
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgstdccp_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstdccp_la_CFLAGS) $(CFLAGS) -MT libgstdccp_la-gstdccpserversink.lo -MD -MP -MF $(DEPDIR)/libgstdccp_la-gstdccpserversink.Tpo -c -o libgstdccp_la-gstdccpserversink.lo `test -f 'gstdccpserversink.c' || echo '$(srcdir)/'`gstdccpserversink.c
 
647
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstdccp_la-gstdccpserversink.Tpo $(DEPDIR)/libgstdccp_la-gstdccpserversink.Plo
594
648
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstdccpserversink.c' object='libgstdccp_la-gstdccpserversink.lo' libtool=yes @AMDEPBACKSLASH@
595
649
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
596
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(libgstdccp_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstdccp_la_CFLAGS) $(CFLAGS) -c -o libgstdccp_la-gstdccpserversink.lo `test -f 'gstdccpserversink.c' || echo '$(srcdir)/'`gstdccpserversink.c
 
650
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgstdccp_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstdccp_la_CFLAGS) $(CFLAGS) -c -o libgstdccp_la-gstdccpserversink.lo `test -f 'gstdccpserversink.c' || echo '$(srcdir)/'`gstdccpserversink.c
597
651
 
598
652
libgstdccp_la-gstdccpserversrc.lo: gstdccpserversrc.c
599
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(libgstdccp_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstdccp_la_CFLAGS) $(CFLAGS) -MT libgstdccp_la-gstdccpserversrc.lo -MD -MP -MF $(DEPDIR)/libgstdccp_la-gstdccpserversrc.Tpo -c -o libgstdccp_la-gstdccpserversrc.lo `test -f 'gstdccpserversrc.c' || echo '$(srcdir)/'`gstdccpserversrc.c
600
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libgstdccp_la-gstdccpserversrc.Tpo $(DEPDIR)/libgstdccp_la-gstdccpserversrc.Plo
 
653
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgstdccp_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstdccp_la_CFLAGS) $(CFLAGS) -MT libgstdccp_la-gstdccpserversrc.lo -MD -MP -MF $(DEPDIR)/libgstdccp_la-gstdccpserversrc.Tpo -c -o libgstdccp_la-gstdccpserversrc.lo `test -f 'gstdccpserversrc.c' || echo '$(srcdir)/'`gstdccpserversrc.c
 
654
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstdccp_la-gstdccpserversrc.Tpo $(DEPDIR)/libgstdccp_la-gstdccpserversrc.Plo
601
655
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstdccpserversrc.c' object='libgstdccp_la-gstdccpserversrc.lo' libtool=yes @AMDEPBACKSLASH@
602
656
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
603
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(libgstdccp_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstdccp_la_CFLAGS) $(CFLAGS) -c -o libgstdccp_la-gstdccpserversrc.lo `test -f 'gstdccpserversrc.c' || echo '$(srcdir)/'`gstdccpserversrc.c
 
657
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgstdccp_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstdccp_la_CFLAGS) $(CFLAGS) -c -o libgstdccp_la-gstdccpserversrc.lo `test -f 'gstdccpserversrc.c' || echo '$(srcdir)/'`gstdccpserversrc.c
604
658
 
605
659
libgstdccp_la-gstdccpclientsink.lo: gstdccpclientsink.c
606
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(libgstdccp_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstdccp_la_CFLAGS) $(CFLAGS) -MT libgstdccp_la-gstdccpclientsink.lo -MD -MP -MF $(DEPDIR)/libgstdccp_la-gstdccpclientsink.Tpo -c -o libgstdccp_la-gstdccpclientsink.lo `test -f 'gstdccpclientsink.c' || echo '$(srcdir)/'`gstdccpclientsink.c
607
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libgstdccp_la-gstdccpclientsink.Tpo $(DEPDIR)/libgstdccp_la-gstdccpclientsink.Plo
 
660
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgstdccp_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstdccp_la_CFLAGS) $(CFLAGS) -MT libgstdccp_la-gstdccpclientsink.lo -MD -MP -MF $(DEPDIR)/libgstdccp_la-gstdccpclientsink.Tpo -c -o libgstdccp_la-gstdccpclientsink.lo `test -f 'gstdccpclientsink.c' || echo '$(srcdir)/'`gstdccpclientsink.c
 
661
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstdccp_la-gstdccpclientsink.Tpo $(DEPDIR)/libgstdccp_la-gstdccpclientsink.Plo
608
662
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstdccpclientsink.c' object='libgstdccp_la-gstdccpclientsink.lo' libtool=yes @AMDEPBACKSLASH@
609
663
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
610
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(libgstdccp_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstdccp_la_CFLAGS) $(CFLAGS) -c -o libgstdccp_la-gstdccpclientsink.lo `test -f 'gstdccpclientsink.c' || echo '$(srcdir)/'`gstdccpclientsink.c
 
664
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgstdccp_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstdccp_la_CFLAGS) $(CFLAGS) -c -o libgstdccp_la-gstdccpclientsink.lo `test -f 'gstdccpclientsink.c' || echo '$(srcdir)/'`gstdccpclientsink.c
611
665
 
612
666
libgstdccp_la-gstdccpclientsrc.lo: gstdccpclientsrc.c
613
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(libgstdccp_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstdccp_la_CFLAGS) $(CFLAGS) -MT libgstdccp_la-gstdccpclientsrc.lo -MD -MP -MF $(DEPDIR)/libgstdccp_la-gstdccpclientsrc.Tpo -c -o libgstdccp_la-gstdccpclientsrc.lo `test -f 'gstdccpclientsrc.c' || echo '$(srcdir)/'`gstdccpclientsrc.c
614
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libgstdccp_la-gstdccpclientsrc.Tpo $(DEPDIR)/libgstdccp_la-gstdccpclientsrc.Plo
 
667
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgstdccp_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstdccp_la_CFLAGS) $(CFLAGS) -MT libgstdccp_la-gstdccpclientsrc.lo -MD -MP -MF $(DEPDIR)/libgstdccp_la-gstdccpclientsrc.Tpo -c -o libgstdccp_la-gstdccpclientsrc.lo `test -f 'gstdccpclientsrc.c' || echo '$(srcdir)/'`gstdccpclientsrc.c
 
668
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstdccp_la-gstdccpclientsrc.Tpo $(DEPDIR)/libgstdccp_la-gstdccpclientsrc.Plo
615
669
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstdccpclientsrc.c' object='libgstdccp_la-gstdccpclientsrc.lo' libtool=yes @AMDEPBACKSLASH@
616
670
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
617
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(libgstdccp_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstdccp_la_CFLAGS) $(CFLAGS) -c -o libgstdccp_la-gstdccpclientsrc.lo `test -f 'gstdccpclientsrc.c' || echo '$(srcdir)/'`gstdccpclientsrc.c
 
671
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgstdccp_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstdccp_la_CFLAGS) $(CFLAGS) -c -o libgstdccp_la-gstdccpclientsrc.lo `test -f 'gstdccpclientsrc.c' || echo '$(srcdir)/'`gstdccpclientsrc.c
618
672
 
619
673
mostlyclean-libtool:
620
674
        -rm -f *.lo
634
688
 
635
689
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
636
690
                $(TAGS_FILES) $(LISP)
637
 
        tags=; \
 
691
        set x; \
638
692
        here=`pwd`; \
639
693
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
640
694
        unique=`for i in $$list; do \
642
696
          done | \
643
697
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
644
698
              END { if (nonempty) { for (i in files) print i; }; }'`; \
645
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
699
        shift; \
 
700
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
646
701
          test -n "$$unique" || unique=$$empty_fix; \
647
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
648
 
            $$tags $$unique; \
 
702
          if test $$# -gt 0; then \
 
703
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
704
              "$$@" $$unique; \
 
705
          else \
 
706
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
707
              $$unique; \
 
708
          fi; \
649
709
        fi
650
710
ctags: CTAGS
651
711
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
652
712
                $(TAGS_FILES) $(LISP)
653
 
        tags=; \
654
713
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
655
714
        unique=`for i in $$list; do \
656
715
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
657
716
          done | \
658
717
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
659
718
              END { if (nonempty) { for (i in files) print i; }; }'`; \
660
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
719
        test -z "$(CTAGS_ARGS)$$unique" \
661
720
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
662
 
             $$tags $$unique
 
721
             $$unique
663
722
 
664
723
GTAGS:
665
724
        here=`$(am__cd) $(top_builddir) && pwd` \
666
 
          && cd $(top_srcdir) \
667
 
          && gtags -i $(GTAGS_ARGS) $$here
 
725
          && $(am__cd) $(top_srcdir) \
 
726
          && gtags -i $(GTAGS_ARGS) "$$here"
668
727
 
669
728
distclean-tags:
670
729
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
685
744
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
686
745
          if test -d $$d/$$file; then \
687
746
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
747
            if test -d "$(distdir)/$$file"; then \
 
748
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
749
            fi; \
688
750
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
689
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
751
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
752
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
690
753
            fi; \
691
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
754
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
692
755
          else \
693
 
            test -f $(distdir)/$$file \
694
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
756
            test -f "$(distdir)/$$file" \
 
757
            || cp -p $$d/$$file "$(distdir)/$$file" \
695
758
            || exit 1; \
696
759
          fi; \
697
760
        done
722
785
 
723
786
distclean-generic:
724
787
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
788
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
725
789
 
726
790
maintainer-clean-generic:
727
791
        @echo "This command is intended for maintainers to use"
743
807
 
744
808
html: html-am
745
809
 
 
810
html-am:
 
811
 
746
812
info: info-am
747
813
 
748
814
info-am:
751
817
 
752
818
install-dvi: install-dvi-am
753
819
 
 
820
install-dvi-am:
 
821
 
754
822
install-exec-am:
755
823
 
756
824
install-html: install-html-am
757
825
 
 
826
install-html-am:
 
827
 
758
828
install-info: install-info-am
759
829
 
 
830
install-info-am:
 
831
 
760
832
install-man:
761
833
 
762
834
install-pdf: install-pdf-am
763
835
 
 
836
install-pdf-am:
 
837
 
764
838
install-ps: install-ps-am
765
839
 
 
840
install-ps-am:
 
841
 
766
842
installcheck-am:
767
843
 
768
844
maintainer-clean: maintainer-clean-am
801
877
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
802
878
        tags uninstall uninstall-am uninstall-pluginLTLIBRARIES
803
879
 
 
880
 
804
881
# Tell versions [3.59,3.63) of GNU make to not export all variables.
805
882
# Otherwise a system limit (for SysV at least) may be exceeded.
806
883
.NOEXPORT: