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

« back to all changes in this revision

Viewing changes to ext/directfb/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.
18
19
 
19
20
VPATH = @srcdir@
20
21
pkgdatadir = $(datadir)/@PACKAGE@
 
22
pkgincludedir = $(includedir)/@PACKAGE@
21
23
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkgincludedir = $(includedir)/@PACKAGE@
 
24
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
26
install_sh_DATA = $(install_sh) -c -m 644
25
27
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
libgstdfbvideosink_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
105
123
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
106
124
depcomp = $(SHELL) $(top_srcdir)/depcomp
107
125
am__depfiles_maybe = depfiles
 
126
am__mv = mv -f
108
127
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
109
128
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
110
129
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
146
165
CDAUDIO_CFLAGS = @CDAUDIO_CFLAGS@
147
166
CDAUDIO_CONFIG = @CDAUDIO_CONFIG@
148
167
CDAUDIO_LIBS = @CDAUDIO_LIBS@
 
168
CELT_0_5_CFLAGS = @CELT_0_5_CFLAGS@
 
169
CELT_0_5_LIBS = @CELT_0_5_LIBS@
 
170
CELT_0_7_CFLAGS = @CELT_0_7_CFLAGS@
 
171
CELT_0_7_LIBS = @CELT_0_7_LIBS@
149
172
CELT_CFLAGS = @CELT_CFLAGS@
150
173
CELT_LIBS = @CELT_LIBS@
151
174
CFLAGS = @CFLAGS@
 
175
COG_CFLAGS = @COG_CFLAGS@
 
176
COG_LIBS = @COG_LIBS@
152
177
CPP = @CPP@
153
178
CPPFLAGS = @CPPFLAGS@
154
179
CXX = @CXX@
157
182
CXXFLAGS = @CXXFLAGS@
158
183
CYGPATH_W = @CYGPATH_W@
159
184
DCCP_LIBS = @DCCP_LIBS@
 
185
DEFAULT_AUDIOSINK = @DEFAULT_AUDIOSINK@
 
186
DEFAULT_AUDIOSRC = @DEFAULT_AUDIOSRC@
 
187
DEFAULT_VIDEOSINK = @DEFAULT_VIDEOSINK@
 
188
DEFAULT_VIDEOSRC = @DEFAULT_VIDEOSRC@
 
189
DEFAULT_VISUALIZER = @DEFAULT_VISUALIZER@
160
190
DEFS = @DEFS@
161
191
DEPDIR = @DEPDIR@
162
192
DEPRECATED_CFLAGS = @DEPRECATED_CFLAGS@
163
193
DIRAC_CFLAGS = @DIRAC_CFLAGS@
164
194
DIRAC_LIBS = @DIRAC_LIBS@
165
 
DIRECTDRAW_CFLAGS = @DIRECTDRAW_CFLAGS@
166
 
DIRECTDRAW_LDFLAGS = @DIRECTDRAW_LDFLAGS@
167
195
DIRECTDRAW_LIBS = @DIRECTDRAW_LIBS@
168
196
DIRECTFB_CFLAGS = @DIRECTFB_CFLAGS@
169
197
DIRECTFB_LIBS = @DIRECTFB_LIBS@
 
198
DIRECTSOUND_LIBS = @DIRECTSOUND_LIBS@
 
199
DIRECTX_CFLAGS = @DIRECTX_CFLAGS@
 
200
DIRECTX_LDFLAGS = @DIRECTX_LDFLAGS@
170
201
DIVXDEC_LIBS = @DIVXDEC_LIBS@
171
202
DIVXENC_LIBS = @DIVXENC_LIBS@
172
203
DLLTOOL = @DLLTOOL@
205
236
GLIB_LIBS = @GLIB_LIBS@
206
237
GLIB_PREFIX = @GLIB_PREFIX@
207
238
GLIB_REQ = @GLIB_REQ@
 
239
GME_LIBS = @GME_LIBS@
208
240
GMSGFMT = @GMSGFMT@
209
241
GMSGFMT_015 = @GMSGFMT_015@
210
242
GMYTH_CFLAGS = @GMYTH_CFLAGS@
247
279
HAVE_BZ2 = @HAVE_BZ2@
248
280
HAVE_CXX = @HAVE_CXX@
249
281
HAVE_DIRECTDRAW = @HAVE_DIRECTDRAW@
 
282
HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@
250
283
HAVE_DTS = @HAVE_DTS@
251
284
HAVE_FAAC = @HAVE_FAAC@
252
285
HAVE_FAAD = @HAVE_FAAD@
271
304
JACK_CFLAGS = @JACK_CFLAGS@
272
305
JACK_LIBS = @JACK_LIBS@
273
306
JP2K_LIBS = @JP2K_LIBS@
 
307
KATE_CFLAGS = @KATE_CFLAGS@
 
308
KATE_LIBS = @KATE_LIBS@
274
309
LD = @LD@
275
310
LDFLAGS = @LDFLAGS@
276
311
LIBDC1394_CFLAGS = @LIBDC1394_CFLAGS@
329
364
OBJEXT = @OBJEXT@
330
365
OFA_CFLAGS = @OFA_CFLAGS@
331
366
OFA_LIBS = @OFA_LIBS@
 
367
ORCC = @ORCC@
332
368
OTOOL = @OTOOL@
333
369
OTOOL64 = @OTOOL64@
334
370
PACKAGE = @PACKAGE@
336
372
PACKAGE_NAME = @PACKAGE_NAME@
337
373
PACKAGE_STRING = @PACKAGE_STRING@
338
374
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
375
PACKAGE_URL = @PACKAGE_URL@
339
376
PACKAGE_VERSION = @PACKAGE_VERSION@
340
377
PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
341
378
PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
354
391
PYTHON_VERSION = @PYTHON_VERSION@
355
392
Q = @Q@
356
393
RANLIB = @RANLIB@
 
394
RSVG_CFLAGS = @RSVG_CFLAGS@
 
395
RSVG_LIBS = @RSVG_LIBS@
 
396
SCHRO_CFLAGS = @SCHRO_CFLAGS@
 
397
SCHRO_LIBS = @SCHRO_LIBS@
357
398
SDL_CFLAGS = @SDL_CFLAGS@
358
399
SDL_CONFIG = @SDL_CONFIG@
359
400
SDL_LIBS = @SDL_LIBS@
360
401
SED = @SED@
361
402
SET_MAKE = @SET_MAKE@
362
403
SHELL = @SHELL@
 
404
SLV2_CFLAGS = @SLV2_CFLAGS@
 
405
SLV2_LIBS = @SLV2_LIBS@
363
406
SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
364
407
SNDFILE_LIBS = @SNDFILE_LIBS@
365
408
SOUNDTOUCH_CFLAGS = @SOUNDTOUCH_CFLAGS@
370
413
SWFDEC_LIBS = @SWFDEC_LIBS@
371
414
THEORADEC_CFLAGS = @THEORADEC_CFLAGS@
372
415
THEORADEC_LIBS = @THEORADEC_LIBS@
 
416
TIGER_CFLAGS = @TIGER_CFLAGS@
 
417
TIGER_LIBS = @TIGER_LIBS@
373
418
TIMIDITY_CFLAGS = @TIMIDITY_CFLAGS@
374
419
TIMIDITY_LIBS = @TIMIDITY_LIBS@
375
420
USE_NLS = @USE_NLS@
377
422
VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
378
423
VALGRIND_LIBS = @VALGRIND_LIBS@
379
424
VALGRIND_PATH = @VALGRIND_PATH@
 
425
VDPAU_CFLAGS = @VDPAU_CFLAGS@
 
426
VDPAU_LIBS = @VDPAU_LIBS@
380
427
VERSION = @VERSION@
381
428
WILDMIDI_CFLAGS = @WILDMIDI_CFLAGS@
382
429
WILDMIDI_LIBS = @WILDMIDI_LIBS@
397
444
X_EXTRA_LIBS = @X_EXTRA_LIBS@
398
445
X_LIBS = @X_LIBS@
399
446
X_PRE_LIBS = @X_PRE_LIBS@
 
447
ZBAR_CFLAGS = @ZBAR_CFLAGS@
 
448
ZBAR_LIBS = @ZBAR_LIBS@
400
449
abs_builddir = @abs_builddir@
401
450
abs_srcdir = @abs_srcdir@
402
451
abs_top_builddir = @abs_top_builddir@
485
534
              exit 1;; \
486
535
          esac; \
487
536
        done; \
488
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  ext/directfb/Makefile'; \
489
 
        cd $(top_srcdir) && \
490
 
          $(AUTOMAKE) --gnu  ext/directfb/Makefile
 
537
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu ext/directfb/Makefile'; \
 
538
        $(am__cd) $(top_srcdir) && \
 
539
          $(AUTOMAKE) --gnu ext/directfb/Makefile
491
540
.PRECIOUS: Makefile
492
541
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
493
542
        @case '$?' in \
505
554
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
506
555
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
507
556
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
557
$(am__aclocal_m4_deps):
508
558
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
509
559
        @$(NORMAL_INSTALL)
510
560
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
511
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
561
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
562
        list2=; for p in $$list; do \
512
563
          if test -f $$p; then \
513
 
            f=$(am__strip_dir) \
514
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
515
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
564
            list2="$$list2 $$p"; \
516
565
          else :; fi; \
517
 
        done
 
566
        done; \
 
567
        test -z "$$list2" || { \
 
568
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
 
569
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
 
570
        }
518
571
 
519
572
uninstall-pluginLTLIBRARIES:
520
573
        @$(NORMAL_UNINSTALL)
521
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
522
 
          p=$(am__strip_dir) \
523
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
524
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
 
574
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
575
        for p in $$list; do \
 
576
          $(am__strip_dir) \
 
577
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
 
578
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
525
579
        done
526
580
 
527
581
clean-pluginLTLIBRARIES:
536
590
        $(libgstdfbvideosink_la_LINK) -rpath $(plugindir) $(libgstdfbvideosink_la_OBJECTS) $(libgstdfbvideosink_la_LIBADD) $(LIBS)
537
591
 
538
592
clean-noinstPROGRAMS:
539
 
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
540
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
541
 
          echo " rm -f $$p $$f"; \
542
 
          rm -f $$p $$f ; \
543
 
        done
 
593
        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
 
594
        echo " rm -f" $$list; \
 
595
        rm -f $$list || exit $$?; \
 
596
        test -n "$(EXEEXT)" || exit 0; \
 
597
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
598
        echo " rm -f" $$list; \
 
599
        rm -f $$list
544
600
dfb-example$(EXEEXT): $(dfb_example_OBJECTS) $(dfb_example_DEPENDENCIES) 
545
601
        @rm -f dfb-example$(EXEEXT)
546
602
        $(dfb_example_LINK) $(dfb_example_OBJECTS) $(dfb_example_LDADD) $(LIBS)
556
612
 
557
613
.c.o:
558
614
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
559
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
615
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
560
616
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
561
617
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
562
618
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
563
619
 
564
620
.c.obj:
565
621
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
566
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
622
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
567
623
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
568
624
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
569
625
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
570
626
 
571
627
.c.lo:
572
628
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
573
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
629
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
574
630
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
575
631
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
576
632
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
577
633
 
578
634
libgstdfbvideosink_la-dfbvideosink.lo: dfbvideosink.c
579
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(libgstdfbvideosink_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstdfbvideosink_la_CFLAGS) $(CFLAGS) -MT libgstdfbvideosink_la-dfbvideosink.lo -MD -MP -MF $(DEPDIR)/libgstdfbvideosink_la-dfbvideosink.Tpo -c -o libgstdfbvideosink_la-dfbvideosink.lo `test -f 'dfbvideosink.c' || echo '$(srcdir)/'`dfbvideosink.c
580
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libgstdfbvideosink_la-dfbvideosink.Tpo $(DEPDIR)/libgstdfbvideosink_la-dfbvideosink.Plo
 
635
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgstdfbvideosink_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstdfbvideosink_la_CFLAGS) $(CFLAGS) -MT libgstdfbvideosink_la-dfbvideosink.lo -MD -MP -MF $(DEPDIR)/libgstdfbvideosink_la-dfbvideosink.Tpo -c -o libgstdfbvideosink_la-dfbvideosink.lo `test -f 'dfbvideosink.c' || echo '$(srcdir)/'`dfbvideosink.c
 
636
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstdfbvideosink_la-dfbvideosink.Tpo $(DEPDIR)/libgstdfbvideosink_la-dfbvideosink.Plo
581
637
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='dfbvideosink.c' object='libgstdfbvideosink_la-dfbvideosink.lo' libtool=yes @AMDEPBACKSLASH@
582
638
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
583
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(libgstdfbvideosink_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstdfbvideosink_la_CFLAGS) $(CFLAGS) -c -o libgstdfbvideosink_la-dfbvideosink.lo `test -f 'dfbvideosink.c' || echo '$(srcdir)/'`dfbvideosink.c
 
639
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgstdfbvideosink_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstdfbvideosink_la_CFLAGS) $(CFLAGS) -c -o libgstdfbvideosink_la-dfbvideosink.lo `test -f 'dfbvideosink.c' || echo '$(srcdir)/'`dfbvideosink.c
584
640
 
585
641
dfb_example-dfb-example.o: dfb-example.c
586
642
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dfb_example_CFLAGS) $(CFLAGS) -MT dfb_example-dfb-example.o -MD -MP -MF $(DEPDIR)/dfb_example-dfb-example.Tpo -c -o dfb_example-dfb-example.o `test -f 'dfb-example.c' || echo '$(srcdir)/'`dfb-example.c
587
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/dfb_example-dfb-example.Tpo $(DEPDIR)/dfb_example-dfb-example.Po
 
643
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/dfb_example-dfb-example.Tpo $(DEPDIR)/dfb_example-dfb-example.Po
588
644
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='dfb-example.c' object='dfb_example-dfb-example.o' libtool=no @AMDEPBACKSLASH@
589
645
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
590
646
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dfb_example_CFLAGS) $(CFLAGS) -c -o dfb_example-dfb-example.o `test -f 'dfb-example.c' || echo '$(srcdir)/'`dfb-example.c
591
647
 
592
648
dfb_example-dfb-example.obj: dfb-example.c
593
649
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dfb_example_CFLAGS) $(CFLAGS) -MT dfb_example-dfb-example.obj -MD -MP -MF $(DEPDIR)/dfb_example-dfb-example.Tpo -c -o dfb_example-dfb-example.obj `if test -f 'dfb-example.c'; then $(CYGPATH_W) 'dfb-example.c'; else $(CYGPATH_W) '$(srcdir)/dfb-example.c'; fi`
594
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/dfb_example-dfb-example.Tpo $(DEPDIR)/dfb_example-dfb-example.Po
 
650
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/dfb_example-dfb-example.Tpo $(DEPDIR)/dfb_example-dfb-example.Po
595
651
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='dfb-example.c' object='dfb_example-dfb-example.obj' libtool=no @AMDEPBACKSLASH@
596
652
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
597
653
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(dfb_example_CFLAGS) $(CFLAGS) -c -o dfb_example-dfb-example.obj `if test -f 'dfb-example.c'; then $(CYGPATH_W) 'dfb-example.c'; else $(CYGPATH_W) '$(srcdir)/dfb-example.c'; fi`
614
670
 
615
671
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
616
672
                $(TAGS_FILES) $(LISP)
617
 
        tags=; \
 
673
        set x; \
618
674
        here=`pwd`; \
619
675
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
620
676
        unique=`for i in $$list; do \
622
678
          done | \
623
679
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
624
680
              END { if (nonempty) { for (i in files) print i; }; }'`; \
625
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
681
        shift; \
 
682
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
626
683
          test -n "$$unique" || unique=$$empty_fix; \
627
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
628
 
            $$tags $$unique; \
 
684
          if test $$# -gt 0; then \
 
685
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
686
              "$$@" $$unique; \
 
687
          else \
 
688
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
689
              $$unique; \
 
690
          fi; \
629
691
        fi
630
692
ctags: CTAGS
631
693
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
632
694
                $(TAGS_FILES) $(LISP)
633
 
        tags=; \
634
695
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
635
696
        unique=`for i in $$list; do \
636
697
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
637
698
          done | \
638
699
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
639
700
              END { if (nonempty) { for (i in files) print i; }; }'`; \
640
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
701
        test -z "$(CTAGS_ARGS)$$unique" \
641
702
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
642
 
             $$tags $$unique
 
703
             $$unique
643
704
 
644
705
GTAGS:
645
706
        here=`$(am__cd) $(top_builddir) && pwd` \
646
 
          && cd $(top_srcdir) \
647
 
          && gtags -i $(GTAGS_ARGS) $$here
 
707
          && $(am__cd) $(top_srcdir) \
 
708
          && gtags -i $(GTAGS_ARGS) "$$here"
648
709
 
649
710
distclean-tags:
650
711
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
665
726
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
666
727
          if test -d $$d/$$file; then \
667
728
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
729
            if test -d "$(distdir)/$$file"; then \
 
730
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
731
            fi; \
668
732
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
669
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
733
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
734
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
670
735
            fi; \
671
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
736
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
672
737
          else \
673
 
            test -f $(distdir)/$$file \
674
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
738
            test -f "$(distdir)/$$file" \
 
739
            || cp -p $$d/$$file "$(distdir)/$$file" \
675
740
            || exit 1; \
676
741
          fi; \
677
742
        done
702
767
 
703
768
distclean-generic:
704
769
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
770
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
705
771
 
706
772
maintainer-clean-generic:
707
773
        @echo "This command is intended for maintainers to use"
723
789
 
724
790
html: html-am
725
791
 
 
792
html-am:
 
793
 
726
794
info: info-am
727
795
 
728
796
info-am:
731
799
 
732
800
install-dvi: install-dvi-am
733
801
 
 
802
install-dvi-am:
 
803
 
734
804
install-exec-am:
735
805
 
736
806
install-html: install-html-am
737
807
 
 
808
install-html-am:
 
809
 
738
810
install-info: install-info-am
739
811
 
 
812
install-info-am:
 
813
 
740
814
install-man:
741
815
 
742
816
install-pdf: install-pdf-am
743
817
 
 
818
install-pdf-am:
 
819
 
744
820
install-ps: install-ps-am
745
821
 
 
822
install-ps-am:
 
823
 
746
824
installcheck-am:
747
825
 
748
826
maintainer-clean: maintainer-clean-am
782
860
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
783
861
        uninstall-pluginLTLIBRARIES
784
862
 
 
863
 
785
864
# Tell versions [3.59,3.63) of GNU make to not export all variables.
786
865
# Otherwise a system limit (for SysV at least) may be exceeded.
787
866
.NOEXPORT: