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

« back to all changes in this revision

Viewing changes to gst/selector/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
#glib_enum_headers=$(colorbalance_headers)
21
22
#glib_enum_define=GST_COLOR_BALANCE
22
 
#glib_enum_prefix=gst_color_balance
 
23
#glib_gen_prefix=gst_color_balance
 
24
#glib_gen_basename=colorbalance
23
25
 
24
26
 
25
27
VPATH = @srcdir@
26
28
pkgdatadir = $(datadir)/@PACKAGE@
 
29
pkgincludedir = $(includedir)/@PACKAGE@
27
30
pkglibdir = $(libdir)/@PACKAGE@
28
 
pkgincludedir = $(includedir)/@PACKAGE@
 
31
pkglibexecdir = $(libexecdir)/@PACKAGE@
29
32
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
30
33
install_sh_DATA = $(install_sh) -c -m 644
31
34
install_sh_PROGRAM = $(install_sh) -c
41
44
build_triplet = @build@
42
45
host_triplet = @host@
43
46
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
44
 
        $(srcdir)/Makefile.in $(top_srcdir)/common/glib-gen.mak
 
47
        $(srcdir)/Makefile.in $(top_srcdir)/common/gst-glib-gen.mak
45
48
subdir = gst/selector
46
49
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47
50
am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \
55
58
        $(top_srcdir)/common/m4/gst-arch.m4 \
56
59
        $(top_srcdir)/common/m4/gst-args.m4 \
57
60
        $(top_srcdir)/common/m4/gst-check.m4 \
 
61
        $(top_srcdir)/common/m4/gst-default.m4 \
58
62
        $(top_srcdir)/common/m4/gst-dowhile.m4 \
59
63
        $(top_srcdir)/common/m4/gst-error.m4 \
60
64
        $(top_srcdir)/common/m4/gst-feature.m4 \
81
85
mkinstalldirs = $(install_sh) -d
82
86
CONFIG_HEADER = $(top_builddir)/config.h
83
87
CONFIG_CLEAN_FILES =
 
88
CONFIG_CLEAN_VPATH_FILES =
84
89
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
85
90
am__vpath_adj = case $$p in \
86
91
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
87
92
    *) f=$$p;; \
88
93
  esac;
89
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
94
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
95
am__install_max = 40
 
96
am__nobase_strip_setup = \
 
97
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
98
am__nobase_strip = \
 
99
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
100
am__nobase_list = $(am__nobase_strip_setup); \
 
101
  for p in $$list; do echo "$$p $$p"; done | \
 
102
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
103
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
104
    if (++n[$$2] == $(am__install_max)) \
 
105
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
106
    END { for (dir in files) print dir, files[dir] }'
 
107
am__base_list = \
 
108
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
109
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
90
110
am__installdirs = "$(DESTDIR)$(plugindir)"
91
 
pluginLTLIBRARIES_INSTALL = $(INSTALL)
92
111
LTLIBRARIES = $(plugin_LTLIBRARIES)
93
112
libgstselector_la_DEPENDENCIES =
94
113
am_libgstselector_la_OBJECTS = libgstselector_la-gstselector.lo \
105
124
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
106
125
depcomp = $(SHELL) $(top_srcdir)/depcomp
107
126
am__depfiles_maybe = depfiles
 
127
am__mv = mv -f
108
128
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
109
129
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
110
130
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
147
167
CDAUDIO_CFLAGS = @CDAUDIO_CFLAGS@
148
168
CDAUDIO_CONFIG = @CDAUDIO_CONFIG@
149
169
CDAUDIO_LIBS = @CDAUDIO_LIBS@
 
170
CELT_0_5_CFLAGS = @CELT_0_5_CFLAGS@
 
171
CELT_0_5_LIBS = @CELT_0_5_LIBS@
 
172
CELT_0_7_CFLAGS = @CELT_0_7_CFLAGS@
 
173
CELT_0_7_LIBS = @CELT_0_7_LIBS@
150
174
CELT_CFLAGS = @CELT_CFLAGS@
151
175
CELT_LIBS = @CELT_LIBS@
152
176
CFLAGS = @CFLAGS@
 
177
COG_CFLAGS = @COG_CFLAGS@
 
178
COG_LIBS = @COG_LIBS@
153
179
CPP = @CPP@
154
180
CPPFLAGS = @CPPFLAGS@
155
181
CXX = @CXX@
158
184
CXXFLAGS = @CXXFLAGS@
159
185
CYGPATH_W = @CYGPATH_W@
160
186
DCCP_LIBS = @DCCP_LIBS@
 
187
DEFAULT_AUDIOSINK = @DEFAULT_AUDIOSINK@
 
188
DEFAULT_AUDIOSRC = @DEFAULT_AUDIOSRC@
 
189
DEFAULT_VIDEOSINK = @DEFAULT_VIDEOSINK@
 
190
DEFAULT_VIDEOSRC = @DEFAULT_VIDEOSRC@
 
191
DEFAULT_VISUALIZER = @DEFAULT_VISUALIZER@
161
192
DEFS = @DEFS@
162
193
DEPDIR = @DEPDIR@
163
194
DEPRECATED_CFLAGS = @DEPRECATED_CFLAGS@
164
195
DIRAC_CFLAGS = @DIRAC_CFLAGS@
165
196
DIRAC_LIBS = @DIRAC_LIBS@
166
 
DIRECTDRAW_CFLAGS = @DIRECTDRAW_CFLAGS@
167
 
DIRECTDRAW_LDFLAGS = @DIRECTDRAW_LDFLAGS@
168
197
DIRECTDRAW_LIBS = @DIRECTDRAW_LIBS@
169
198
DIRECTFB_CFLAGS = @DIRECTFB_CFLAGS@
170
199
DIRECTFB_LIBS = @DIRECTFB_LIBS@
 
200
DIRECTSOUND_LIBS = @DIRECTSOUND_LIBS@
 
201
DIRECTX_CFLAGS = @DIRECTX_CFLAGS@
 
202
DIRECTX_LDFLAGS = @DIRECTX_LDFLAGS@
171
203
DIVXDEC_LIBS = @DIVXDEC_LIBS@
172
204
DIVXENC_LIBS = @DIVXENC_LIBS@
173
205
DLLTOOL = @DLLTOOL@
206
238
GLIB_LIBS = @GLIB_LIBS@
207
239
GLIB_PREFIX = @GLIB_PREFIX@
208
240
GLIB_REQ = @GLIB_REQ@
 
241
GME_LIBS = @GME_LIBS@
209
242
GMSGFMT = @GMSGFMT@
210
243
GMSGFMT_015 = @GMSGFMT_015@
211
244
GMYTH_CFLAGS = @GMYTH_CFLAGS@
248
281
HAVE_BZ2 = @HAVE_BZ2@
249
282
HAVE_CXX = @HAVE_CXX@
250
283
HAVE_DIRECTDRAW = @HAVE_DIRECTDRAW@
 
284
HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@
251
285
HAVE_DTS = @HAVE_DTS@
252
286
HAVE_FAAC = @HAVE_FAAC@
253
287
HAVE_FAAD = @HAVE_FAAD@
272
306
JACK_CFLAGS = @JACK_CFLAGS@
273
307
JACK_LIBS = @JACK_LIBS@
274
308
JP2K_LIBS = @JP2K_LIBS@
 
309
KATE_CFLAGS = @KATE_CFLAGS@
 
310
KATE_LIBS = @KATE_LIBS@
275
311
LD = @LD@
276
312
LDFLAGS = @LDFLAGS@
277
313
LIBDC1394_CFLAGS = @LIBDC1394_CFLAGS@
330
366
OBJEXT = @OBJEXT@
331
367
OFA_CFLAGS = @OFA_CFLAGS@
332
368
OFA_LIBS = @OFA_LIBS@
 
369
ORCC = @ORCC@
333
370
OTOOL = @OTOOL@
334
371
OTOOL64 = @OTOOL64@
335
372
PACKAGE = @PACKAGE@
337
374
PACKAGE_NAME = @PACKAGE_NAME@
338
375
PACKAGE_STRING = @PACKAGE_STRING@
339
376
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
377
PACKAGE_URL = @PACKAGE_URL@
340
378
PACKAGE_VERSION = @PACKAGE_VERSION@
341
379
PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
342
380
PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
355
393
PYTHON_VERSION = @PYTHON_VERSION@
356
394
Q = @Q@
357
395
RANLIB = @RANLIB@
 
396
RSVG_CFLAGS = @RSVG_CFLAGS@
 
397
RSVG_LIBS = @RSVG_LIBS@
 
398
SCHRO_CFLAGS = @SCHRO_CFLAGS@
 
399
SCHRO_LIBS = @SCHRO_LIBS@
358
400
SDL_CFLAGS = @SDL_CFLAGS@
359
401
SDL_CONFIG = @SDL_CONFIG@
360
402
SDL_LIBS = @SDL_LIBS@
361
403
SED = @SED@
362
404
SET_MAKE = @SET_MAKE@
363
405
SHELL = @SHELL@
 
406
SLV2_CFLAGS = @SLV2_CFLAGS@
 
407
SLV2_LIBS = @SLV2_LIBS@
364
408
SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
365
409
SNDFILE_LIBS = @SNDFILE_LIBS@
366
410
SOUNDTOUCH_CFLAGS = @SOUNDTOUCH_CFLAGS@
371
415
SWFDEC_LIBS = @SWFDEC_LIBS@
372
416
THEORADEC_CFLAGS = @THEORADEC_CFLAGS@
373
417
THEORADEC_LIBS = @THEORADEC_LIBS@
 
418
TIGER_CFLAGS = @TIGER_CFLAGS@
 
419
TIGER_LIBS = @TIGER_LIBS@
374
420
TIMIDITY_CFLAGS = @TIMIDITY_CFLAGS@
375
421
TIMIDITY_LIBS = @TIMIDITY_LIBS@
376
422
USE_NLS = @USE_NLS@
378
424
VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
379
425
VALGRIND_LIBS = @VALGRIND_LIBS@
380
426
VALGRIND_PATH = @VALGRIND_PATH@
 
427
VDPAU_CFLAGS = @VDPAU_CFLAGS@
 
428
VDPAU_LIBS = @VDPAU_LIBS@
381
429
VERSION = @VERSION@
382
430
WILDMIDI_CFLAGS = @WILDMIDI_CFLAGS@
383
431
WILDMIDI_LIBS = @WILDMIDI_LIBS@
398
446
X_EXTRA_LIBS = @X_EXTRA_LIBS@
399
447
X_LIBS = @X_LIBS@
400
448
X_PRE_LIBS = @X_PRE_LIBS@
 
449
ZBAR_CFLAGS = @ZBAR_CFLAGS@
 
450
ZBAR_LIBS = @ZBAR_LIBS@
401
451
abs_builddir = @abs_builddir@
402
452
abs_srcdir = @abs_srcdir@
403
453
abs_top_builddir = @abs_top_builddir@
458
508
top_build_prefix = @top_build_prefix@
459
509
top_builddir = @top_builddir@
460
510
top_srcdir = @top_srcdir@
461
 
glib_enum_prefix = gst_selector
 
511
glib_gen_prefix = gst_selector
 
512
glib_gen_basename = gstselector
462
513
enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
463
514
built_sources = gstselector-marshal.c
464
515
built_headers = gstselector-marshal.h
478
529
 
479
530
.SUFFIXES:
480
531
.SUFFIXES: .c .lo .o .obj
481
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/common/glib-gen.mak $(am__configure_deps)
 
532
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/common/gst-glib-gen.mak $(am__configure_deps)
482
533
        @for dep in $?; do \
483
534
          case '$(am__configure_deps)' in \
484
535
            *$$dep*) \
487
538
              exit 1;; \
488
539
          esac; \
489
540
        done; \
490
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  gst/selector/Makefile'; \
491
 
        cd $(top_srcdir) && \
492
 
          $(AUTOMAKE) --gnu  gst/selector/Makefile
 
541
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu gst/selector/Makefile'; \
 
542
        $(am__cd) $(top_srcdir) && \
 
543
          $(AUTOMAKE) --gnu gst/selector/Makefile
493
544
.PRECIOUS: Makefile
494
545
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
495
546
        @case '$?' in \
507
558
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
508
559
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
509
560
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
561
$(am__aclocal_m4_deps):
510
562
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
511
563
        @$(NORMAL_INSTALL)
512
564
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
513
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
565
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
566
        list2=; for p in $$list; do \
514
567
          if test -f $$p; then \
515
 
            f=$(am__strip_dir) \
516
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
517
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
568
            list2="$$list2 $$p"; \
518
569
          else :; fi; \
519
 
        done
 
570
        done; \
 
571
        test -z "$$list2" || { \
 
572
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
 
573
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
 
574
        }
520
575
 
521
576
uninstall-pluginLTLIBRARIES:
522
577
        @$(NORMAL_UNINSTALL)
523
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
524
 
          p=$(am__strip_dir) \
525
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
526
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
 
578
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
579
        for p in $$list; do \
 
580
          $(am__strip_dir) \
 
581
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
 
582
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
527
583
        done
528
584
 
529
585
clean-pluginLTLIBRARIES:
550
606
 
551
607
.c.o:
552
608
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
553
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
609
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
554
610
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
555
611
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
556
612
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
557
613
 
558
614
.c.obj:
559
615
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
560
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
616
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
561
617
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
562
618
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
563
619
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
564
620
 
565
621
.c.lo:
566
622
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
567
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
623
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
568
624
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
569
625
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
570
626
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
571
627
 
572
628
libgstselector_la-gstselector.lo: gstselector.c
573
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(libgstselector_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstselector_la_CFLAGS) $(CFLAGS) -MT libgstselector_la-gstselector.lo -MD -MP -MF $(DEPDIR)/libgstselector_la-gstselector.Tpo -c -o libgstselector_la-gstselector.lo `test -f 'gstselector.c' || echo '$(srcdir)/'`gstselector.c
574
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libgstselector_la-gstselector.Tpo $(DEPDIR)/libgstselector_la-gstselector.Plo
 
629
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgstselector_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstselector_la_CFLAGS) $(CFLAGS) -MT libgstselector_la-gstselector.lo -MD -MP -MF $(DEPDIR)/libgstselector_la-gstselector.Tpo -c -o libgstselector_la-gstselector.lo `test -f 'gstselector.c' || echo '$(srcdir)/'`gstselector.c
 
630
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstselector_la-gstselector.Tpo $(DEPDIR)/libgstselector_la-gstselector.Plo
575
631
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstselector.c' object='libgstselector_la-gstselector.lo' libtool=yes @AMDEPBACKSLASH@
576
632
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
577
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(libgstselector_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstselector_la_CFLAGS) $(CFLAGS) -c -o libgstselector_la-gstselector.lo `test -f 'gstselector.c' || echo '$(srcdir)/'`gstselector.c
 
633
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgstselector_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstselector_la_CFLAGS) $(CFLAGS) -c -o libgstselector_la-gstselector.lo `test -f 'gstselector.c' || echo '$(srcdir)/'`gstselector.c
578
634
 
579
635
libgstselector_la-gstinputselector.lo: gstinputselector.c
580
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(libgstselector_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstselector_la_CFLAGS) $(CFLAGS) -MT libgstselector_la-gstinputselector.lo -MD -MP -MF $(DEPDIR)/libgstselector_la-gstinputselector.Tpo -c -o libgstselector_la-gstinputselector.lo `test -f 'gstinputselector.c' || echo '$(srcdir)/'`gstinputselector.c
581
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libgstselector_la-gstinputselector.Tpo $(DEPDIR)/libgstselector_la-gstinputselector.Plo
 
636
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgstselector_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstselector_la_CFLAGS) $(CFLAGS) -MT libgstselector_la-gstinputselector.lo -MD -MP -MF $(DEPDIR)/libgstselector_la-gstinputselector.Tpo -c -o libgstselector_la-gstinputselector.lo `test -f 'gstinputselector.c' || echo '$(srcdir)/'`gstinputselector.c
 
637
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstselector_la-gstinputselector.Tpo $(DEPDIR)/libgstselector_la-gstinputselector.Plo
582
638
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstinputselector.c' object='libgstselector_la-gstinputselector.lo' libtool=yes @AMDEPBACKSLASH@
583
639
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
584
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(libgstselector_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstselector_la_CFLAGS) $(CFLAGS) -c -o libgstselector_la-gstinputselector.lo `test -f 'gstinputselector.c' || echo '$(srcdir)/'`gstinputselector.c
 
640
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgstselector_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstselector_la_CFLAGS) $(CFLAGS) -c -o libgstselector_la-gstinputselector.lo `test -f 'gstinputselector.c' || echo '$(srcdir)/'`gstinputselector.c
585
641
 
586
642
libgstselector_la-gstoutputselector.lo: gstoutputselector.c
587
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(libgstselector_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstselector_la_CFLAGS) $(CFLAGS) -MT libgstselector_la-gstoutputselector.lo -MD -MP -MF $(DEPDIR)/libgstselector_la-gstoutputselector.Tpo -c -o libgstselector_la-gstoutputselector.lo `test -f 'gstoutputselector.c' || echo '$(srcdir)/'`gstoutputselector.c
588
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libgstselector_la-gstoutputselector.Tpo $(DEPDIR)/libgstselector_la-gstoutputselector.Plo
 
643
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgstselector_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstselector_la_CFLAGS) $(CFLAGS) -MT libgstselector_la-gstoutputselector.lo -MD -MP -MF $(DEPDIR)/libgstselector_la-gstoutputselector.Tpo -c -o libgstselector_la-gstoutputselector.lo `test -f 'gstoutputselector.c' || echo '$(srcdir)/'`gstoutputselector.c
 
644
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstselector_la-gstoutputselector.Tpo $(DEPDIR)/libgstselector_la-gstoutputselector.Plo
589
645
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstoutputselector.c' object='libgstselector_la-gstoutputselector.lo' libtool=yes @AMDEPBACKSLASH@
590
646
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
591
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(libgstselector_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstselector_la_CFLAGS) $(CFLAGS) -c -o libgstselector_la-gstoutputselector.lo `test -f 'gstoutputselector.c' || echo '$(srcdir)/'`gstoutputselector.c
 
647
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgstselector_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstselector_la_CFLAGS) $(CFLAGS) -c -o libgstselector_la-gstoutputselector.lo `test -f 'gstoutputselector.c' || echo '$(srcdir)/'`gstoutputselector.c
592
648
 
593
649
libgstselector_la-gstselector-marshal.lo: gstselector-marshal.c
594
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(libgstselector_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstselector_la_CFLAGS) $(CFLAGS) -MT libgstselector_la-gstselector-marshal.lo -MD -MP -MF $(DEPDIR)/libgstselector_la-gstselector-marshal.Tpo -c -o libgstselector_la-gstselector-marshal.lo `test -f 'gstselector-marshal.c' || echo '$(srcdir)/'`gstselector-marshal.c
595
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libgstselector_la-gstselector-marshal.Tpo $(DEPDIR)/libgstselector_la-gstselector-marshal.Plo
 
650
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgstselector_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstselector_la_CFLAGS) $(CFLAGS) -MT libgstselector_la-gstselector-marshal.lo -MD -MP -MF $(DEPDIR)/libgstselector_la-gstselector-marshal.Tpo -c -o libgstselector_la-gstselector-marshal.lo `test -f 'gstselector-marshal.c' || echo '$(srcdir)/'`gstselector-marshal.c
 
651
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstselector_la-gstselector-marshal.Tpo $(DEPDIR)/libgstselector_la-gstselector-marshal.Plo
596
652
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstselector-marshal.c' object='libgstselector_la-gstselector-marshal.lo' libtool=yes @AMDEPBACKSLASH@
597
653
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
598
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(libgstselector_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstselector_la_CFLAGS) $(CFLAGS) -c -o libgstselector_la-gstselector-marshal.lo `test -f 'gstselector-marshal.c' || echo '$(srcdir)/'`gstselector-marshal.c
 
654
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgstselector_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstselector_la_CFLAGS) $(CFLAGS) -c -o libgstselector_la-gstselector-marshal.lo `test -f 'gstselector-marshal.c' || echo '$(srcdir)/'`gstselector-marshal.c
599
655
 
600
656
mostlyclean-libtool:
601
657
        -rm -f *.lo
615
671
 
616
672
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
617
673
                $(TAGS_FILES) $(LISP)
618
 
        tags=; \
 
674
        set x; \
619
675
        here=`pwd`; \
620
676
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
621
677
        unique=`for i in $$list; do \
623
679
          done | \
624
680
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
625
681
              END { if (nonempty) { for (i in files) print i; }; }'`; \
626
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
682
        shift; \
 
683
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
627
684
          test -n "$$unique" || unique=$$empty_fix; \
628
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
629
 
            $$tags $$unique; \
 
685
          if test $$# -gt 0; then \
 
686
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
687
              "$$@" $$unique; \
 
688
          else \
 
689
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
690
              $$unique; \
 
691
          fi; \
630
692
        fi
631
693
ctags: CTAGS
632
694
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
633
695
                $(TAGS_FILES) $(LISP)
634
 
        tags=; \
635
696
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
636
697
        unique=`for i in $$list; do \
637
698
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
638
699
          done | \
639
700
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
640
701
              END { if (nonempty) { for (i in files) print i; }; }'`; \
641
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
702
        test -z "$(CTAGS_ARGS)$$unique" \
642
703
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
643
 
             $$tags $$unique
 
704
             $$unique
644
705
 
645
706
GTAGS:
646
707
        here=`$(am__cd) $(top_builddir) && pwd` \
647
 
          && cd $(top_srcdir) \
648
 
          && gtags -i $(GTAGS_ARGS) $$here
 
708
          && $(am__cd) $(top_srcdir) \
 
709
          && gtags -i $(GTAGS_ARGS) "$$here"
649
710
 
650
711
distclean-tags:
651
712
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
666
727
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
667
728
          if test -d $$d/$$file; then \
668
729
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
730
            if test -d "$(distdir)/$$file"; then \
 
731
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
732
            fi; \
669
733
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
670
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
734
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
735
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
671
736
            fi; \
672
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
737
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
673
738
          else \
674
 
            test -f $(distdir)/$$file \
675
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
739
            test -f "$(distdir)/$$file" \
 
740
            || cp -p $$d/$$file "$(distdir)/$$file" \
676
741
            || exit 1; \
677
742
          fi; \
678
743
        done
706
771
 
707
772
distclean-generic:
708
773
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
774
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
709
775
 
710
776
maintainer-clean-generic:
711
777
        @echo "This command is intended for maintainers to use"
728
794
 
729
795
html: html-am
730
796
 
 
797
html-am:
 
798
 
731
799
info: info-am
732
800
 
733
801
info-am:
736
804
 
737
805
install-dvi: install-dvi-am
738
806
 
 
807
install-dvi-am:
 
808
 
739
809
install-exec-am:
740
810
 
741
811
install-html: install-html-am
742
812
 
 
813
install-html-am:
 
814
 
743
815
install-info: install-info-am
744
816
 
 
817
install-info-am:
 
818
 
745
819
install-man:
746
820
 
747
821
install-pdf: install-pdf-am
748
822
 
 
823
install-pdf-am:
 
824
 
749
825
install-ps: install-ps-am
750
826
 
 
827
install-ps-am:
 
828
 
751
829
installcheck-am:
752
830
 
753
831
maintainer-clean: maintainer-clean-am
770
848
 
771
849
uninstall-am: uninstall-pluginLTLIBRARIES
772
850
 
773
 
.MAKE: install-am install-strip
 
851
.MAKE: all check install install-am install-strip
774
852
 
775
853
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
776
854
        clean-libtool clean-pluginLTLIBRARIES ctags distclean \
788
866
 
789
867
 
790
868
# these are all the rules generating the relevant files
791
 
%-marshal.h: %-marshal.list
792
 
        glib-genmarshal --header --prefix=$(glib_enum_prefix)_marshal $^ > $*-marshal.h.tmp
793
 
        mv $*-marshal.h.tmp $*-marshal.h
794
 
 
795
 
%-marshal.c: %-marshal.list
796
 
        echo "#include \"$*-marshal.h\"" >> $*-marshal.c.tmp
797
 
        glib-genmarshal --body --prefix=$(glib_enum_prefix)_marshal $^ >> $*-marshal.c.tmp
798
 
        mv $*-marshal.c.tmp $*-marshal.c
799
 
 
800
 
%-enumtypes.h: $(glib_enum_headers)
 
869
$(glib_gen_basename)-marshal.h: $(glib_gen_basename)-marshal.list
 
870
        glib-genmarshal --header --prefix=$(glib_gen_prefix)_marshal $^ > $(glib_gen_basename)-marshal.h.tmp
 
871
        mv $(glib_gen_basename)-marshal.h.tmp $(glib_gen_basename)-marshal.h
 
872
 
 
873
$(glib_gen_basename)-marshal.c: $(glib_gen_basename)-marshal.list
 
874
        echo "#include \"$(glib_gen_basename)-marshal.h\"" >> $(glib_gen_basename)-marshal.c.tmp
 
875
        glib-genmarshal --body --prefix=$(glib_gen_prefix)_marshal $^ >> $(glib_gen_basename)-marshal.c.tmp
 
876
        mv $(glib_gen_basename)-marshal.c.tmp $(glib_gen_basename)-marshal.c
 
877
 
 
878
$(glib_gen_basename)-enumtypes.h: $(glib_enum_headers)
801
879
        glib-mkenums \
802
880
        --fhead "#ifndef __$(glib_enum_define)_ENUM_TYPES_H__\n#define __$(glib_enum_define)_ENUM_TYPES_H__\n\n#include <glib-object.h>\n\nG_BEGIN_DECLS\n" \
803
881
        --fprod "\n/* enumerations from \"@filename@\" */\n" \
805
883
        --ftail "G_END_DECLS\n\n#endif /* __$(glib_enum_define)_ENUM_TYPES_H__ */" \
806
884
        $^ > $@
807
885
 
808
 
%-enumtypes.c: $(glib_enum_headers)
 
886
$(glib_gen_basename)-enumtypes.c: $(glib_enum_headers)
809
887
        @if test "x$(glib_enum_headers)" == "x"; then echo "ERROR: glib_enum_headers is empty, please fix Makefile"; exit 1; fi
810
888
        glib-mkenums \
811
 
        --fhead "#include \"$*-enumtypes.h\"\n$(enum_headers)" \
 
889
        --fhead "#include \"$(glib_gen_basename)-enumtypes.h\"\n$(enum_headers)" \
812
890
        --fprod "\n/* enumerations from \"@filename@\" */" \
813
 
        --vhead "GType\n@enum_name@_get_type (void)\n{\n  static GType etype = 0;\n  if (etype == 0) {\n    static const G@Type@Value values[] = {"     \
 
891
        --vhead "GType\n@enum_name@_get_type (void)\n{\n  static volatile gsize g_define_type_id__volatile = 0;\n  if (g_once_init_enter (&g_define_type_id__volatile)) {\n    static const G@Type@Value values[] = {"     \
814
892
        --vprod "      { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \
815
 
        --vtail "      { 0, NULL, NULL }\n    };\n    etype = g_@type@_register_static (\"@EnumName@\", values);\n  }\n  return etype;\n}\n" \
 
893
        --vtail "      { 0, NULL, NULL }\n    };\n    GType g_define_type_id = g_@type@_register_static (\"@EnumName@\", values);\n    g_once_init_leave (&g_define_type_id__volatile, g_define_type_id);\n  }\n  return g_define_type_id__volatile;\n}\n" \
816
894
        $^ > $@
817
895
 
818
896
# a hack rule to make sure .Plo files exist because they get include'd
822
900
 
823
901
.deps/%-enumtypes.Plo:
824
902
        touch $@
 
903
 
825
904
# Tell versions [3.59,3.63) of GNU make to not export all variables.
826
905
# Otherwise a system limit (for SysV at least) may be exceeded.
827
906
.NOEXPORT: