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

« back to all changes in this revision

Viewing changes to ext/xvid/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.
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
48
50
        $(top_srcdir)/common/m4/gst-arch.m4 \
49
51
        $(top_srcdir)/common/m4/gst-args.m4 \
50
52
        $(top_srcdir)/common/m4/gst-check.m4 \
 
53
        $(top_srcdir)/common/m4/gst-default.m4 \
51
54
        $(top_srcdir)/common/m4/gst-dowhile.m4 \
52
55
        $(top_srcdir)/common/m4/gst-error.m4 \
53
56
        $(top_srcdir)/common/m4/gst-feature.m4 \
74
77
mkinstalldirs = $(install_sh) -d
75
78
CONFIG_HEADER = $(top_builddir)/config.h
76
79
CONFIG_CLEAN_FILES =
 
80
CONFIG_CLEAN_VPATH_FILES =
77
81
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
78
82
am__vpath_adj = case $$p in \
79
83
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
80
84
    *) f=$$p;; \
81
85
  esac;
82
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
86
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
87
am__install_max = 40
 
88
am__nobase_strip_setup = \
 
89
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
90
am__nobase_strip = \
 
91
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
92
am__nobase_list = $(am__nobase_strip_setup); \
 
93
  for p in $$list; do echo "$$p $$p"; done | \
 
94
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
95
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
96
    if (++n[$$2] == $(am__install_max)) \
 
97
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
98
    END { for (dir in files) print dir, files[dir] }'
 
99
am__base_list = \
 
100
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
101
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
83
102
am__installdirs = "$(DESTDIR)$(plugindir)"
84
 
pluginLTLIBRARIES_INSTALL = $(INSTALL)
85
103
LTLIBRARIES = $(plugin_LTLIBRARIES)
86
104
am__DEPENDENCIES_1 =
87
105
libgstxvid_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
95
113
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
96
114
depcomp = $(SHELL) $(top_srcdir)/depcomp
97
115
am__depfiles_maybe = depfiles
 
116
am__mv = mv -f
98
117
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
99
118
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
100
119
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
136
155
CDAUDIO_CFLAGS = @CDAUDIO_CFLAGS@
137
156
CDAUDIO_CONFIG = @CDAUDIO_CONFIG@
138
157
CDAUDIO_LIBS = @CDAUDIO_LIBS@
 
158
CELT_0_5_CFLAGS = @CELT_0_5_CFLAGS@
 
159
CELT_0_5_LIBS = @CELT_0_5_LIBS@
 
160
CELT_0_7_CFLAGS = @CELT_0_7_CFLAGS@
 
161
CELT_0_7_LIBS = @CELT_0_7_LIBS@
139
162
CELT_CFLAGS = @CELT_CFLAGS@
140
163
CELT_LIBS = @CELT_LIBS@
141
164
CFLAGS = @CFLAGS@
 
165
COG_CFLAGS = @COG_CFLAGS@
 
166
COG_LIBS = @COG_LIBS@
142
167
CPP = @CPP@
143
168
CPPFLAGS = @CPPFLAGS@
144
169
CXX = @CXX@
147
172
CXXFLAGS = @CXXFLAGS@
148
173
CYGPATH_W = @CYGPATH_W@
149
174
DCCP_LIBS = @DCCP_LIBS@
 
175
DEFAULT_AUDIOSINK = @DEFAULT_AUDIOSINK@
 
176
DEFAULT_AUDIOSRC = @DEFAULT_AUDIOSRC@
 
177
DEFAULT_VIDEOSINK = @DEFAULT_VIDEOSINK@
 
178
DEFAULT_VIDEOSRC = @DEFAULT_VIDEOSRC@
 
179
DEFAULT_VISUALIZER = @DEFAULT_VISUALIZER@
150
180
DEFS = @DEFS@
151
181
DEPDIR = @DEPDIR@
152
182
DEPRECATED_CFLAGS = @DEPRECATED_CFLAGS@
153
183
DIRAC_CFLAGS = @DIRAC_CFLAGS@
154
184
DIRAC_LIBS = @DIRAC_LIBS@
155
 
DIRECTDRAW_CFLAGS = @DIRECTDRAW_CFLAGS@
156
 
DIRECTDRAW_LDFLAGS = @DIRECTDRAW_LDFLAGS@
157
185
DIRECTDRAW_LIBS = @DIRECTDRAW_LIBS@
158
186
DIRECTFB_CFLAGS = @DIRECTFB_CFLAGS@
159
187
DIRECTFB_LIBS = @DIRECTFB_LIBS@
 
188
DIRECTSOUND_LIBS = @DIRECTSOUND_LIBS@
 
189
DIRECTX_CFLAGS = @DIRECTX_CFLAGS@
 
190
DIRECTX_LDFLAGS = @DIRECTX_LDFLAGS@
160
191
DIVXDEC_LIBS = @DIVXDEC_LIBS@
161
192
DIVXENC_LIBS = @DIVXENC_LIBS@
162
193
DLLTOOL = @DLLTOOL@
195
226
GLIB_LIBS = @GLIB_LIBS@
196
227
GLIB_PREFIX = @GLIB_PREFIX@
197
228
GLIB_REQ = @GLIB_REQ@
 
229
GME_LIBS = @GME_LIBS@
198
230
GMSGFMT = @GMSGFMT@
199
231
GMSGFMT_015 = @GMSGFMT_015@
200
232
GMYTH_CFLAGS = @GMYTH_CFLAGS@
237
269
HAVE_BZ2 = @HAVE_BZ2@
238
270
HAVE_CXX = @HAVE_CXX@
239
271
HAVE_DIRECTDRAW = @HAVE_DIRECTDRAW@
 
272
HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@
240
273
HAVE_DTS = @HAVE_DTS@
241
274
HAVE_FAAC = @HAVE_FAAC@
242
275
HAVE_FAAD = @HAVE_FAAD@
261
294
JACK_CFLAGS = @JACK_CFLAGS@
262
295
JACK_LIBS = @JACK_LIBS@
263
296
JP2K_LIBS = @JP2K_LIBS@
 
297
KATE_CFLAGS = @KATE_CFLAGS@
 
298
KATE_LIBS = @KATE_LIBS@
264
299
LD = @LD@
265
300
LDFLAGS = @LDFLAGS@
266
301
LIBDC1394_CFLAGS = @LIBDC1394_CFLAGS@
319
354
OBJEXT = @OBJEXT@
320
355
OFA_CFLAGS = @OFA_CFLAGS@
321
356
OFA_LIBS = @OFA_LIBS@
 
357
ORCC = @ORCC@
322
358
OTOOL = @OTOOL@
323
359
OTOOL64 = @OTOOL64@
324
360
PACKAGE = @PACKAGE@
326
362
PACKAGE_NAME = @PACKAGE_NAME@
327
363
PACKAGE_STRING = @PACKAGE_STRING@
328
364
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
365
PACKAGE_URL = @PACKAGE_URL@
329
366
PACKAGE_VERSION = @PACKAGE_VERSION@
330
367
PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
331
368
PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
344
381
PYTHON_VERSION = @PYTHON_VERSION@
345
382
Q = @Q@
346
383
RANLIB = @RANLIB@
 
384
RSVG_CFLAGS = @RSVG_CFLAGS@
 
385
RSVG_LIBS = @RSVG_LIBS@
 
386
SCHRO_CFLAGS = @SCHRO_CFLAGS@
 
387
SCHRO_LIBS = @SCHRO_LIBS@
347
388
SDL_CFLAGS = @SDL_CFLAGS@
348
389
SDL_CONFIG = @SDL_CONFIG@
349
390
SDL_LIBS = @SDL_LIBS@
350
391
SED = @SED@
351
392
SET_MAKE = @SET_MAKE@
352
393
SHELL = @SHELL@
 
394
SLV2_CFLAGS = @SLV2_CFLAGS@
 
395
SLV2_LIBS = @SLV2_LIBS@
353
396
SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
354
397
SNDFILE_LIBS = @SNDFILE_LIBS@
355
398
SOUNDTOUCH_CFLAGS = @SOUNDTOUCH_CFLAGS@
360
403
SWFDEC_LIBS = @SWFDEC_LIBS@
361
404
THEORADEC_CFLAGS = @THEORADEC_CFLAGS@
362
405
THEORADEC_LIBS = @THEORADEC_LIBS@
 
406
TIGER_CFLAGS = @TIGER_CFLAGS@
 
407
TIGER_LIBS = @TIGER_LIBS@
363
408
TIMIDITY_CFLAGS = @TIMIDITY_CFLAGS@
364
409
TIMIDITY_LIBS = @TIMIDITY_LIBS@
365
410
USE_NLS = @USE_NLS@
367
412
VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
368
413
VALGRIND_LIBS = @VALGRIND_LIBS@
369
414
VALGRIND_PATH = @VALGRIND_PATH@
 
415
VDPAU_CFLAGS = @VDPAU_CFLAGS@
 
416
VDPAU_LIBS = @VDPAU_LIBS@
370
417
VERSION = @VERSION@
371
418
WILDMIDI_CFLAGS = @WILDMIDI_CFLAGS@
372
419
WILDMIDI_LIBS = @WILDMIDI_LIBS@
387
434
X_EXTRA_LIBS = @X_EXTRA_LIBS@
388
435
X_LIBS = @X_LIBS@
389
436
X_PRE_LIBS = @X_PRE_LIBS@
 
437
ZBAR_CFLAGS = @ZBAR_CFLAGS@
 
438
ZBAR_LIBS = @ZBAR_LIBS@
390
439
abs_builddir = @abs_builddir@
391
440
abs_srcdir = @abs_srcdir@
392
441
abs_top_builddir = @abs_top_builddir@
467
516
              exit 1;; \
468
517
          esac; \
469
518
        done; \
470
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  ext/xvid/Makefile'; \
471
 
        cd $(top_srcdir) && \
472
 
          $(AUTOMAKE) --gnu  ext/xvid/Makefile
 
519
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu ext/xvid/Makefile'; \
 
520
        $(am__cd) $(top_srcdir) && \
 
521
          $(AUTOMAKE) --gnu ext/xvid/Makefile
473
522
.PRECIOUS: Makefile
474
523
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
475
524
        @case '$?' in \
487
536
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
488
537
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
489
538
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
539
$(am__aclocal_m4_deps):
490
540
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
491
541
        @$(NORMAL_INSTALL)
492
542
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
493
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
543
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
544
        list2=; for p in $$list; do \
494
545
          if test -f $$p; then \
495
 
            f=$(am__strip_dir) \
496
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
497
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
546
            list2="$$list2 $$p"; \
498
547
          else :; fi; \
499
 
        done
 
548
        done; \
 
549
        test -z "$$list2" || { \
 
550
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
 
551
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
 
552
        }
500
553
 
501
554
uninstall-pluginLTLIBRARIES:
502
555
        @$(NORMAL_UNINSTALL)
503
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
504
 
          p=$(am__strip_dir) \
505
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
506
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
 
556
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
557
        for p in $$list; do \
 
558
          $(am__strip_dir) \
 
559
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
 
560
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
507
561
        done
508
562
 
509
563
clean-pluginLTLIBRARIES:
529
583
 
530
584
.c.o:
531
585
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
532
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
586
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
533
587
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
534
588
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
535
589
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
536
590
 
537
591
.c.obj:
538
592
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
539
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
593
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
540
594
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
541
595
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
542
596
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
543
597
 
544
598
.c.lo:
545
599
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
546
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
600
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
547
601
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
548
602
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
549
603
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
550
604
 
551
605
libgstxvid_la-gstxvidenc.lo: gstxvidenc.c
552
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(libgstxvid_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstxvid_la_CFLAGS) $(CFLAGS) -MT libgstxvid_la-gstxvidenc.lo -MD -MP -MF $(DEPDIR)/libgstxvid_la-gstxvidenc.Tpo -c -o libgstxvid_la-gstxvidenc.lo `test -f 'gstxvidenc.c' || echo '$(srcdir)/'`gstxvidenc.c
553
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libgstxvid_la-gstxvidenc.Tpo $(DEPDIR)/libgstxvid_la-gstxvidenc.Plo
 
606
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgstxvid_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstxvid_la_CFLAGS) $(CFLAGS) -MT libgstxvid_la-gstxvidenc.lo -MD -MP -MF $(DEPDIR)/libgstxvid_la-gstxvidenc.Tpo -c -o libgstxvid_la-gstxvidenc.lo `test -f 'gstxvidenc.c' || echo '$(srcdir)/'`gstxvidenc.c
 
607
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstxvid_la-gstxvidenc.Tpo $(DEPDIR)/libgstxvid_la-gstxvidenc.Plo
554
608
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstxvidenc.c' object='libgstxvid_la-gstxvidenc.lo' libtool=yes @AMDEPBACKSLASH@
555
609
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
556
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(libgstxvid_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstxvid_la_CFLAGS) $(CFLAGS) -c -o libgstxvid_la-gstxvidenc.lo `test -f 'gstxvidenc.c' || echo '$(srcdir)/'`gstxvidenc.c
 
610
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgstxvid_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstxvid_la_CFLAGS) $(CFLAGS) -c -o libgstxvid_la-gstxvidenc.lo `test -f 'gstxvidenc.c' || echo '$(srcdir)/'`gstxvidenc.c
557
611
 
558
612
libgstxvid_la-gstxviddec.lo: gstxviddec.c
559
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(libgstxvid_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstxvid_la_CFLAGS) $(CFLAGS) -MT libgstxvid_la-gstxviddec.lo -MD -MP -MF $(DEPDIR)/libgstxvid_la-gstxviddec.Tpo -c -o libgstxvid_la-gstxviddec.lo `test -f 'gstxviddec.c' || echo '$(srcdir)/'`gstxviddec.c
560
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libgstxvid_la-gstxviddec.Tpo $(DEPDIR)/libgstxvid_la-gstxviddec.Plo
 
613
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgstxvid_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstxvid_la_CFLAGS) $(CFLAGS) -MT libgstxvid_la-gstxviddec.lo -MD -MP -MF $(DEPDIR)/libgstxvid_la-gstxviddec.Tpo -c -o libgstxvid_la-gstxviddec.lo `test -f 'gstxviddec.c' || echo '$(srcdir)/'`gstxviddec.c
 
614
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstxvid_la-gstxviddec.Tpo $(DEPDIR)/libgstxvid_la-gstxviddec.Plo
561
615
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstxviddec.c' object='libgstxvid_la-gstxviddec.lo' libtool=yes @AMDEPBACKSLASH@
562
616
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
563
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(libgstxvid_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstxvid_la_CFLAGS) $(CFLAGS) -c -o libgstxvid_la-gstxviddec.lo `test -f 'gstxviddec.c' || echo '$(srcdir)/'`gstxviddec.c
 
617
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgstxvid_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstxvid_la_CFLAGS) $(CFLAGS) -c -o libgstxvid_la-gstxviddec.lo `test -f 'gstxviddec.c' || echo '$(srcdir)/'`gstxviddec.c
564
618
 
565
619
libgstxvid_la-gstxvid.lo: gstxvid.c
566
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(libgstxvid_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstxvid_la_CFLAGS) $(CFLAGS) -MT libgstxvid_la-gstxvid.lo -MD -MP -MF $(DEPDIR)/libgstxvid_la-gstxvid.Tpo -c -o libgstxvid_la-gstxvid.lo `test -f 'gstxvid.c' || echo '$(srcdir)/'`gstxvid.c
567
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libgstxvid_la-gstxvid.Tpo $(DEPDIR)/libgstxvid_la-gstxvid.Plo
 
620
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgstxvid_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstxvid_la_CFLAGS) $(CFLAGS) -MT libgstxvid_la-gstxvid.lo -MD -MP -MF $(DEPDIR)/libgstxvid_la-gstxvid.Tpo -c -o libgstxvid_la-gstxvid.lo `test -f 'gstxvid.c' || echo '$(srcdir)/'`gstxvid.c
 
621
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstxvid_la-gstxvid.Tpo $(DEPDIR)/libgstxvid_la-gstxvid.Plo
568
622
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstxvid.c' object='libgstxvid_la-gstxvid.lo' libtool=yes @AMDEPBACKSLASH@
569
623
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
570
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(libgstxvid_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstxvid_la_CFLAGS) $(CFLAGS) -c -o libgstxvid_la-gstxvid.lo `test -f 'gstxvid.c' || echo '$(srcdir)/'`gstxvid.c
 
624
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgstxvid_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstxvid_la_CFLAGS) $(CFLAGS) -c -o libgstxvid_la-gstxvid.lo `test -f 'gstxvid.c' || echo '$(srcdir)/'`gstxvid.c
571
625
 
572
626
mostlyclean-libtool:
573
627
        -rm -f *.lo
587
641
 
588
642
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
589
643
                $(TAGS_FILES) $(LISP)
590
 
        tags=; \
 
644
        set x; \
591
645
        here=`pwd`; \
592
646
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
593
647
        unique=`for i in $$list; do \
595
649
          done | \
596
650
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
597
651
              END { if (nonempty) { for (i in files) print i; }; }'`; \
598
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
652
        shift; \
 
653
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
599
654
          test -n "$$unique" || unique=$$empty_fix; \
600
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
601
 
            $$tags $$unique; \
 
655
          if test $$# -gt 0; then \
 
656
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
657
              "$$@" $$unique; \
 
658
          else \
 
659
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
660
              $$unique; \
 
661
          fi; \
602
662
        fi
603
663
ctags: CTAGS
604
664
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
605
665
                $(TAGS_FILES) $(LISP)
606
 
        tags=; \
607
666
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
608
667
        unique=`for i in $$list; do \
609
668
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
610
669
          done | \
611
670
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
612
671
              END { if (nonempty) { for (i in files) print i; }; }'`; \
613
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
672
        test -z "$(CTAGS_ARGS)$$unique" \
614
673
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
615
 
             $$tags $$unique
 
674
             $$unique
616
675
 
617
676
GTAGS:
618
677
        here=`$(am__cd) $(top_builddir) && pwd` \
619
 
          && cd $(top_srcdir) \
620
 
          && gtags -i $(GTAGS_ARGS) $$here
 
678
          && $(am__cd) $(top_srcdir) \
 
679
          && gtags -i $(GTAGS_ARGS) "$$here"
621
680
 
622
681
distclean-tags:
623
682
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
638
697
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
639
698
          if test -d $$d/$$file; then \
640
699
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
700
            if test -d "$(distdir)/$$file"; then \
 
701
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
702
            fi; \
641
703
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
642
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
704
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
705
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
643
706
            fi; \
644
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
707
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
645
708
          else \
646
 
            test -f $(distdir)/$$file \
647
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
709
            test -f "$(distdir)/$$file" \
 
710
            || cp -p $$d/$$file "$(distdir)/$$file" \
648
711
            || exit 1; \
649
712
          fi; \
650
713
        done
675
738
 
676
739
distclean-generic:
677
740
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
741
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
678
742
 
679
743
maintainer-clean-generic:
680
744
        @echo "This command is intended for maintainers to use"
696
760
 
697
761
html: html-am
698
762
 
 
763
html-am:
 
764
 
699
765
info: info-am
700
766
 
701
767
info-am:
704
770
 
705
771
install-dvi: install-dvi-am
706
772
 
 
773
install-dvi-am:
 
774
 
707
775
install-exec-am:
708
776
 
709
777
install-html: install-html-am
710
778
 
 
779
install-html-am:
 
780
 
711
781
install-info: install-info-am
712
782
 
 
783
install-info-am:
 
784
 
713
785
install-man:
714
786
 
715
787
install-pdf: install-pdf-am
716
788
 
 
789
install-pdf-am:
 
790
 
717
791
install-ps: install-ps-am
718
792
 
 
793
install-ps-am:
 
794
 
719
795
installcheck-am:
720
796
 
721
797
maintainer-clean: maintainer-clean-am
754
830
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
755
831
        tags uninstall uninstall-am uninstall-pluginLTLIBRARIES
756
832
 
 
833
 
757
834
# Tell versions [3.59,3.63) of GNU make to not export all variables.
758
835
# Otherwise a system limit (for SysV at least) may be exceeded.
759
836
.NOEXPORT: