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

« back to all changes in this revision

Viewing changes to gst/videosignal/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
libgstvideosignal_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
99
117
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
100
118
depcomp = $(SHELL) $(top_srcdir)/depcomp
101
119
am__depfiles_maybe = depfiles
 
120
am__mv = mv -f
102
121
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
103
122
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
104
123
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
140
159
CDAUDIO_CFLAGS = @CDAUDIO_CFLAGS@
141
160
CDAUDIO_CONFIG = @CDAUDIO_CONFIG@
142
161
CDAUDIO_LIBS = @CDAUDIO_LIBS@
 
162
CELT_0_5_CFLAGS = @CELT_0_5_CFLAGS@
 
163
CELT_0_5_LIBS = @CELT_0_5_LIBS@
 
164
CELT_0_7_CFLAGS = @CELT_0_7_CFLAGS@
 
165
CELT_0_7_LIBS = @CELT_0_7_LIBS@
143
166
CELT_CFLAGS = @CELT_CFLAGS@
144
167
CELT_LIBS = @CELT_LIBS@
145
168
CFLAGS = @CFLAGS@
 
169
COG_CFLAGS = @COG_CFLAGS@
 
170
COG_LIBS = @COG_LIBS@
146
171
CPP = @CPP@
147
172
CPPFLAGS = @CPPFLAGS@
148
173
CXX = @CXX@
151
176
CXXFLAGS = @CXXFLAGS@
152
177
CYGPATH_W = @CYGPATH_W@
153
178
DCCP_LIBS = @DCCP_LIBS@
 
179
DEFAULT_AUDIOSINK = @DEFAULT_AUDIOSINK@
 
180
DEFAULT_AUDIOSRC = @DEFAULT_AUDIOSRC@
 
181
DEFAULT_VIDEOSINK = @DEFAULT_VIDEOSINK@
 
182
DEFAULT_VIDEOSRC = @DEFAULT_VIDEOSRC@
 
183
DEFAULT_VISUALIZER = @DEFAULT_VISUALIZER@
154
184
DEFS = @DEFS@
155
185
DEPDIR = @DEPDIR@
156
186
DEPRECATED_CFLAGS = @DEPRECATED_CFLAGS@
157
187
DIRAC_CFLAGS = @DIRAC_CFLAGS@
158
188
DIRAC_LIBS = @DIRAC_LIBS@
159
 
DIRECTDRAW_CFLAGS = @DIRECTDRAW_CFLAGS@
160
 
DIRECTDRAW_LDFLAGS = @DIRECTDRAW_LDFLAGS@
161
189
DIRECTDRAW_LIBS = @DIRECTDRAW_LIBS@
162
190
DIRECTFB_CFLAGS = @DIRECTFB_CFLAGS@
163
191
DIRECTFB_LIBS = @DIRECTFB_LIBS@
 
192
DIRECTSOUND_LIBS = @DIRECTSOUND_LIBS@
 
193
DIRECTX_CFLAGS = @DIRECTX_CFLAGS@
 
194
DIRECTX_LDFLAGS = @DIRECTX_LDFLAGS@
164
195
DIVXDEC_LIBS = @DIVXDEC_LIBS@
165
196
DIVXENC_LIBS = @DIVXENC_LIBS@
166
197
DLLTOOL = @DLLTOOL@
199
230
GLIB_LIBS = @GLIB_LIBS@
200
231
GLIB_PREFIX = @GLIB_PREFIX@
201
232
GLIB_REQ = @GLIB_REQ@
 
233
GME_LIBS = @GME_LIBS@
202
234
GMSGFMT = @GMSGFMT@
203
235
GMSGFMT_015 = @GMSGFMT_015@
204
236
GMYTH_CFLAGS = @GMYTH_CFLAGS@
241
273
HAVE_BZ2 = @HAVE_BZ2@
242
274
HAVE_CXX = @HAVE_CXX@
243
275
HAVE_DIRECTDRAW = @HAVE_DIRECTDRAW@
 
276
HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@
244
277
HAVE_DTS = @HAVE_DTS@
245
278
HAVE_FAAC = @HAVE_FAAC@
246
279
HAVE_FAAD = @HAVE_FAAD@
265
298
JACK_CFLAGS = @JACK_CFLAGS@
266
299
JACK_LIBS = @JACK_LIBS@
267
300
JP2K_LIBS = @JP2K_LIBS@
 
301
KATE_CFLAGS = @KATE_CFLAGS@
 
302
KATE_LIBS = @KATE_LIBS@
268
303
LD = @LD@
269
304
LDFLAGS = @LDFLAGS@
270
305
LIBDC1394_CFLAGS = @LIBDC1394_CFLAGS@
323
358
OBJEXT = @OBJEXT@
324
359
OFA_CFLAGS = @OFA_CFLAGS@
325
360
OFA_LIBS = @OFA_LIBS@
 
361
ORCC = @ORCC@
326
362
OTOOL = @OTOOL@
327
363
OTOOL64 = @OTOOL64@
328
364
PACKAGE = @PACKAGE@
330
366
PACKAGE_NAME = @PACKAGE_NAME@
331
367
PACKAGE_STRING = @PACKAGE_STRING@
332
368
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
369
PACKAGE_URL = @PACKAGE_URL@
333
370
PACKAGE_VERSION = @PACKAGE_VERSION@
334
371
PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
335
372
PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
348
385
PYTHON_VERSION = @PYTHON_VERSION@
349
386
Q = @Q@
350
387
RANLIB = @RANLIB@
 
388
RSVG_CFLAGS = @RSVG_CFLAGS@
 
389
RSVG_LIBS = @RSVG_LIBS@
 
390
SCHRO_CFLAGS = @SCHRO_CFLAGS@
 
391
SCHRO_LIBS = @SCHRO_LIBS@
351
392
SDL_CFLAGS = @SDL_CFLAGS@
352
393
SDL_CONFIG = @SDL_CONFIG@
353
394
SDL_LIBS = @SDL_LIBS@
354
395
SED = @SED@
355
396
SET_MAKE = @SET_MAKE@
356
397
SHELL = @SHELL@
 
398
SLV2_CFLAGS = @SLV2_CFLAGS@
 
399
SLV2_LIBS = @SLV2_LIBS@
357
400
SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
358
401
SNDFILE_LIBS = @SNDFILE_LIBS@
359
402
SOUNDTOUCH_CFLAGS = @SOUNDTOUCH_CFLAGS@
364
407
SWFDEC_LIBS = @SWFDEC_LIBS@
365
408
THEORADEC_CFLAGS = @THEORADEC_CFLAGS@
366
409
THEORADEC_LIBS = @THEORADEC_LIBS@
 
410
TIGER_CFLAGS = @TIGER_CFLAGS@
 
411
TIGER_LIBS = @TIGER_LIBS@
367
412
TIMIDITY_CFLAGS = @TIMIDITY_CFLAGS@
368
413
TIMIDITY_LIBS = @TIMIDITY_LIBS@
369
414
USE_NLS = @USE_NLS@
371
416
VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
372
417
VALGRIND_LIBS = @VALGRIND_LIBS@
373
418
VALGRIND_PATH = @VALGRIND_PATH@
 
419
VDPAU_CFLAGS = @VDPAU_CFLAGS@
 
420
VDPAU_LIBS = @VDPAU_LIBS@
374
421
VERSION = @VERSION@
375
422
WILDMIDI_CFLAGS = @WILDMIDI_CFLAGS@
376
423
WILDMIDI_LIBS = @WILDMIDI_LIBS@
391
438
X_EXTRA_LIBS = @X_EXTRA_LIBS@
392
439
X_LIBS = @X_LIBS@
393
440
X_PRE_LIBS = @X_PRE_LIBS@
 
441
ZBAR_CFLAGS = @ZBAR_CFLAGS@
 
442
ZBAR_LIBS = @ZBAR_LIBS@
394
443
abs_builddir = @abs_builddir@
395
444
abs_srcdir = @abs_srcdir@
396
445
abs_top_builddir = @abs_top_builddir@
477
526
              exit 1;; \
478
527
          esac; \
479
528
        done; \
480
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  gst/videosignal/Makefile'; \
481
 
        cd $(top_srcdir) && \
482
 
          $(AUTOMAKE) --gnu  gst/videosignal/Makefile
 
529
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu gst/videosignal/Makefile'; \
 
530
        $(am__cd) $(top_srcdir) && \
 
531
          $(AUTOMAKE) --gnu gst/videosignal/Makefile
483
532
.PRECIOUS: Makefile
484
533
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
485
534
        @case '$?' in \
497
546
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
498
547
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
499
548
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
549
$(am__aclocal_m4_deps):
500
550
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
501
551
        @$(NORMAL_INSTALL)
502
552
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
503
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
553
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
554
        list2=; for p in $$list; do \
504
555
          if test -f $$p; then \
505
 
            f=$(am__strip_dir) \
506
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
507
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
556
            list2="$$list2 $$p"; \
508
557
          else :; fi; \
509
 
        done
 
558
        done; \
 
559
        test -z "$$list2" || { \
 
560
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
 
561
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
 
562
        }
510
563
 
511
564
uninstall-pluginLTLIBRARIES:
512
565
        @$(NORMAL_UNINSTALL)
513
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
514
 
          p=$(am__strip_dir) \
515
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
516
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
 
566
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
567
        for p in $$list; do \
 
568
          $(am__strip_dir) \
 
569
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
 
570
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
517
571
        done
518
572
 
519
573
clean-pluginLTLIBRARIES:
540
594
 
541
595
.c.o:
542
596
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
543
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
597
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
544
598
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
545
599
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
546
600
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
547
601
 
548
602
.c.obj:
549
603
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
550
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
604
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
551
605
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
552
606
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
553
607
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
554
608
 
555
609
.c.lo:
556
610
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
557
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
611
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
558
612
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
559
613
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
560
614
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
561
615
 
562
616
libgstvideosignal_la-gstvideosignal.lo: gstvideosignal.c
563
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(libgstvideosignal_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstvideosignal_la_CFLAGS) $(CFLAGS) -MT libgstvideosignal_la-gstvideosignal.lo -MD -MP -MF $(DEPDIR)/libgstvideosignal_la-gstvideosignal.Tpo -c -o libgstvideosignal_la-gstvideosignal.lo `test -f 'gstvideosignal.c' || echo '$(srcdir)/'`gstvideosignal.c
564
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libgstvideosignal_la-gstvideosignal.Tpo $(DEPDIR)/libgstvideosignal_la-gstvideosignal.Plo
 
617
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgstvideosignal_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstvideosignal_la_CFLAGS) $(CFLAGS) -MT libgstvideosignal_la-gstvideosignal.lo -MD -MP -MF $(DEPDIR)/libgstvideosignal_la-gstvideosignal.Tpo -c -o libgstvideosignal_la-gstvideosignal.lo `test -f 'gstvideosignal.c' || echo '$(srcdir)/'`gstvideosignal.c
 
618
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstvideosignal_la-gstvideosignal.Tpo $(DEPDIR)/libgstvideosignal_la-gstvideosignal.Plo
565
619
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstvideosignal.c' object='libgstvideosignal_la-gstvideosignal.lo' libtool=yes @AMDEPBACKSLASH@
566
620
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
567
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(libgstvideosignal_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstvideosignal_la_CFLAGS) $(CFLAGS) -c -o libgstvideosignal_la-gstvideosignal.lo `test -f 'gstvideosignal.c' || echo '$(srcdir)/'`gstvideosignal.c
 
621
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgstvideosignal_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstvideosignal_la_CFLAGS) $(CFLAGS) -c -o libgstvideosignal_la-gstvideosignal.lo `test -f 'gstvideosignal.c' || echo '$(srcdir)/'`gstvideosignal.c
568
622
 
569
623
libgstvideosignal_la-gstvideoanalyse.lo: gstvideoanalyse.c
570
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(libgstvideosignal_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstvideosignal_la_CFLAGS) $(CFLAGS) -MT libgstvideosignal_la-gstvideoanalyse.lo -MD -MP -MF $(DEPDIR)/libgstvideosignal_la-gstvideoanalyse.Tpo -c -o libgstvideosignal_la-gstvideoanalyse.lo `test -f 'gstvideoanalyse.c' || echo '$(srcdir)/'`gstvideoanalyse.c
571
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libgstvideosignal_la-gstvideoanalyse.Tpo $(DEPDIR)/libgstvideosignal_la-gstvideoanalyse.Plo
 
624
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgstvideosignal_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstvideosignal_la_CFLAGS) $(CFLAGS) -MT libgstvideosignal_la-gstvideoanalyse.lo -MD -MP -MF $(DEPDIR)/libgstvideosignal_la-gstvideoanalyse.Tpo -c -o libgstvideosignal_la-gstvideoanalyse.lo `test -f 'gstvideoanalyse.c' || echo '$(srcdir)/'`gstvideoanalyse.c
 
625
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstvideosignal_la-gstvideoanalyse.Tpo $(DEPDIR)/libgstvideosignal_la-gstvideoanalyse.Plo
572
626
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstvideoanalyse.c' object='libgstvideosignal_la-gstvideoanalyse.lo' libtool=yes @AMDEPBACKSLASH@
573
627
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
574
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(libgstvideosignal_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstvideosignal_la_CFLAGS) $(CFLAGS) -c -o libgstvideosignal_la-gstvideoanalyse.lo `test -f 'gstvideoanalyse.c' || echo '$(srcdir)/'`gstvideoanalyse.c
 
628
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgstvideosignal_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstvideosignal_la_CFLAGS) $(CFLAGS) -c -o libgstvideosignal_la-gstvideoanalyse.lo `test -f 'gstvideoanalyse.c' || echo '$(srcdir)/'`gstvideoanalyse.c
575
629
 
576
630
libgstvideosignal_la-gstvideodetect.lo: gstvideodetect.c
577
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(libgstvideosignal_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstvideosignal_la_CFLAGS) $(CFLAGS) -MT libgstvideosignal_la-gstvideodetect.lo -MD -MP -MF $(DEPDIR)/libgstvideosignal_la-gstvideodetect.Tpo -c -o libgstvideosignal_la-gstvideodetect.lo `test -f 'gstvideodetect.c' || echo '$(srcdir)/'`gstvideodetect.c
578
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libgstvideosignal_la-gstvideodetect.Tpo $(DEPDIR)/libgstvideosignal_la-gstvideodetect.Plo
 
631
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgstvideosignal_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstvideosignal_la_CFLAGS) $(CFLAGS) -MT libgstvideosignal_la-gstvideodetect.lo -MD -MP -MF $(DEPDIR)/libgstvideosignal_la-gstvideodetect.Tpo -c -o libgstvideosignal_la-gstvideodetect.lo `test -f 'gstvideodetect.c' || echo '$(srcdir)/'`gstvideodetect.c
 
632
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstvideosignal_la-gstvideodetect.Tpo $(DEPDIR)/libgstvideosignal_la-gstvideodetect.Plo
579
633
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstvideodetect.c' object='libgstvideosignal_la-gstvideodetect.lo' libtool=yes @AMDEPBACKSLASH@
580
634
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
581
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(libgstvideosignal_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstvideosignal_la_CFLAGS) $(CFLAGS) -c -o libgstvideosignal_la-gstvideodetect.lo `test -f 'gstvideodetect.c' || echo '$(srcdir)/'`gstvideodetect.c
 
635
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgstvideosignal_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstvideosignal_la_CFLAGS) $(CFLAGS) -c -o libgstvideosignal_la-gstvideodetect.lo `test -f 'gstvideodetect.c' || echo '$(srcdir)/'`gstvideodetect.c
582
636
 
583
637
libgstvideosignal_la-gstvideomark.lo: gstvideomark.c
584
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(libgstvideosignal_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstvideosignal_la_CFLAGS) $(CFLAGS) -MT libgstvideosignal_la-gstvideomark.lo -MD -MP -MF $(DEPDIR)/libgstvideosignal_la-gstvideomark.Tpo -c -o libgstvideosignal_la-gstvideomark.lo `test -f 'gstvideomark.c' || echo '$(srcdir)/'`gstvideomark.c
585
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libgstvideosignal_la-gstvideomark.Tpo $(DEPDIR)/libgstvideosignal_la-gstvideomark.Plo
 
638
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgstvideosignal_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstvideosignal_la_CFLAGS) $(CFLAGS) -MT libgstvideosignal_la-gstvideomark.lo -MD -MP -MF $(DEPDIR)/libgstvideosignal_la-gstvideomark.Tpo -c -o libgstvideosignal_la-gstvideomark.lo `test -f 'gstvideomark.c' || echo '$(srcdir)/'`gstvideomark.c
 
639
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstvideosignal_la-gstvideomark.Tpo $(DEPDIR)/libgstvideosignal_la-gstvideomark.Plo
586
640
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstvideomark.c' object='libgstvideosignal_la-gstvideomark.lo' libtool=yes @AMDEPBACKSLASH@
587
641
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
588
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(libgstvideosignal_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstvideosignal_la_CFLAGS) $(CFLAGS) -c -o libgstvideosignal_la-gstvideomark.lo `test -f 'gstvideomark.c' || echo '$(srcdir)/'`gstvideomark.c
 
642
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgstvideosignal_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstvideosignal_la_CFLAGS) $(CFLAGS) -c -o libgstvideosignal_la-gstvideomark.lo `test -f 'gstvideomark.c' || echo '$(srcdir)/'`gstvideomark.c
589
643
 
590
644
mostlyclean-libtool:
591
645
        -rm -f *.lo
605
659
 
606
660
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
607
661
                $(TAGS_FILES) $(LISP)
608
 
        tags=; \
 
662
        set x; \
609
663
        here=`pwd`; \
610
664
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
611
665
        unique=`for i in $$list; do \
613
667
          done | \
614
668
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
615
669
              END { if (nonempty) { for (i in files) print i; }; }'`; \
616
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
670
        shift; \
 
671
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
617
672
          test -n "$$unique" || unique=$$empty_fix; \
618
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
619
 
            $$tags $$unique; \
 
673
          if test $$# -gt 0; then \
 
674
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
675
              "$$@" $$unique; \
 
676
          else \
 
677
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
678
              $$unique; \
 
679
          fi; \
620
680
        fi
621
681
ctags: CTAGS
622
682
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
623
683
                $(TAGS_FILES) $(LISP)
624
 
        tags=; \
625
684
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
626
685
        unique=`for i in $$list; do \
627
686
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
628
687
          done | \
629
688
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
630
689
              END { if (nonempty) { for (i in files) print i; }; }'`; \
631
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
690
        test -z "$(CTAGS_ARGS)$$unique" \
632
691
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
633
 
             $$tags $$unique
 
692
             $$unique
634
693
 
635
694
GTAGS:
636
695
        here=`$(am__cd) $(top_builddir) && pwd` \
637
 
          && cd $(top_srcdir) \
638
 
          && gtags -i $(GTAGS_ARGS) $$here
 
696
          && $(am__cd) $(top_srcdir) \
 
697
          && gtags -i $(GTAGS_ARGS) "$$here"
639
698
 
640
699
distclean-tags:
641
700
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
656
715
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
657
716
          if test -d $$d/$$file; then \
658
717
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
718
            if test -d "$(distdir)/$$file"; then \
 
719
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
720
            fi; \
659
721
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
660
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
722
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
723
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
661
724
            fi; \
662
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
725
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
663
726
          else \
664
 
            test -f $(distdir)/$$file \
665
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
727
            test -f "$(distdir)/$$file" \
 
728
            || cp -p $$d/$$file "$(distdir)/$$file" \
666
729
            || exit 1; \
667
730
          fi; \
668
731
        done
693
756
 
694
757
distclean-generic:
695
758
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
759
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
696
760
 
697
761
maintainer-clean-generic:
698
762
        @echo "This command is intended for maintainers to use"
714
778
 
715
779
html: html-am
716
780
 
 
781
html-am:
 
782
 
717
783
info: info-am
718
784
 
719
785
info-am:
722
788
 
723
789
install-dvi: install-dvi-am
724
790
 
 
791
install-dvi-am:
 
792
 
725
793
install-exec-am:
726
794
 
727
795
install-html: install-html-am
728
796
 
 
797
install-html-am:
 
798
 
729
799
install-info: install-info-am
730
800
 
 
801
install-info-am:
 
802
 
731
803
install-man:
732
804
 
733
805
install-pdf: install-pdf-am
734
806
 
 
807
install-pdf-am:
 
808
 
735
809
install-ps: install-ps-am
736
810
 
 
811
install-ps-am:
 
812
 
737
813
installcheck-am:
738
814
 
739
815
maintainer-clean: maintainer-clean-am
772
848
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
773
849
        tags uninstall uninstall-am uninstall-pluginLTLIBRARIES
774
850
 
 
851
 
775
852
# Tell versions [3.59,3.63) of GNU make to not export all variables.
776
853
# Otherwise a system limit (for SysV at least) may be exceeded.
777
854
.NOEXPORT: