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

« back to all changes in this revision

Viewing changes to gst/tta/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
libgsttta_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@
472
521
              exit 1;; \
473
522
          esac; \
474
523
        done; \
475
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  gst/tta/Makefile'; \
476
 
        cd $(top_srcdir) && \
477
 
          $(AUTOMAKE) --gnu  gst/tta/Makefile
 
524
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu gst/tta/Makefile'; \
 
525
        $(am__cd) $(top_srcdir) && \
 
526
          $(AUTOMAKE) --gnu gst/tta/Makefile
478
527
.PRECIOUS: Makefile
479
528
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
480
529
        @case '$?' in \
492
541
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
493
542
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
494
543
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
544
$(am__aclocal_m4_deps):
495
545
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
496
546
        @$(NORMAL_INSTALL)
497
547
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
498
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
548
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
549
        list2=; for p in $$list; do \
499
550
          if test -f $$p; then \
500
 
            f=$(am__strip_dir) \
501
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
502
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
551
            list2="$$list2 $$p"; \
503
552
          else :; fi; \
504
 
        done
 
553
        done; \
 
554
        test -z "$$list2" || { \
 
555
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
 
556
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
 
557
        }
505
558
 
506
559
uninstall-pluginLTLIBRARIES:
507
560
        @$(NORMAL_UNINSTALL)
508
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
509
 
          p=$(am__strip_dir) \
510
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
511
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
 
561
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
562
        for p in $$list; do \
 
563
          $(am__strip_dir) \
 
564
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
 
565
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
512
566
        done
513
567
 
514
568
clean-pluginLTLIBRARIES:
534
588
 
535
589
.c.o:
536
590
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
537
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
591
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
538
592
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
539
593
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
540
594
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
541
595
 
542
596
.c.obj:
543
597
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
544
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
598
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
545
599
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
546
600
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
547
601
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
548
602
 
549
603
.c.lo:
550
604
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
551
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
605
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
552
606
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
553
607
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
554
608
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
555
609
 
556
610
libgsttta_la-gsttta.lo: gsttta.c
557
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(libgsttta_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsttta_la_CFLAGS) $(CFLAGS) -MT libgsttta_la-gsttta.lo -MD -MP -MF $(DEPDIR)/libgsttta_la-gsttta.Tpo -c -o libgsttta_la-gsttta.lo `test -f 'gsttta.c' || echo '$(srcdir)/'`gsttta.c
558
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libgsttta_la-gsttta.Tpo $(DEPDIR)/libgsttta_la-gsttta.Plo
 
611
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgsttta_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsttta_la_CFLAGS) $(CFLAGS) -MT libgsttta_la-gsttta.lo -MD -MP -MF $(DEPDIR)/libgsttta_la-gsttta.Tpo -c -o libgsttta_la-gsttta.lo `test -f 'gsttta.c' || echo '$(srcdir)/'`gsttta.c
 
612
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgsttta_la-gsttta.Tpo $(DEPDIR)/libgsttta_la-gsttta.Plo
559
613
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gsttta.c' object='libgsttta_la-gsttta.lo' libtool=yes @AMDEPBACKSLASH@
560
614
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
561
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(libgsttta_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsttta_la_CFLAGS) $(CFLAGS) -c -o libgsttta_la-gsttta.lo `test -f 'gsttta.c' || echo '$(srcdir)/'`gsttta.c
 
615
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgsttta_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsttta_la_CFLAGS) $(CFLAGS) -c -o libgsttta_la-gsttta.lo `test -f 'gsttta.c' || echo '$(srcdir)/'`gsttta.c
562
616
 
563
617
libgsttta_la-gstttaparse.lo: gstttaparse.c
564
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(libgsttta_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsttta_la_CFLAGS) $(CFLAGS) -MT libgsttta_la-gstttaparse.lo -MD -MP -MF $(DEPDIR)/libgsttta_la-gstttaparse.Tpo -c -o libgsttta_la-gstttaparse.lo `test -f 'gstttaparse.c' || echo '$(srcdir)/'`gstttaparse.c
565
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libgsttta_la-gstttaparse.Tpo $(DEPDIR)/libgsttta_la-gstttaparse.Plo
 
618
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgsttta_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsttta_la_CFLAGS) $(CFLAGS) -MT libgsttta_la-gstttaparse.lo -MD -MP -MF $(DEPDIR)/libgsttta_la-gstttaparse.Tpo -c -o libgsttta_la-gstttaparse.lo `test -f 'gstttaparse.c' || echo '$(srcdir)/'`gstttaparse.c
 
619
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgsttta_la-gstttaparse.Tpo $(DEPDIR)/libgsttta_la-gstttaparse.Plo
566
620
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstttaparse.c' object='libgsttta_la-gstttaparse.lo' libtool=yes @AMDEPBACKSLASH@
567
621
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
568
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(libgsttta_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsttta_la_CFLAGS) $(CFLAGS) -c -o libgsttta_la-gstttaparse.lo `test -f 'gstttaparse.c' || echo '$(srcdir)/'`gstttaparse.c
 
622
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgsttta_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsttta_la_CFLAGS) $(CFLAGS) -c -o libgsttta_la-gstttaparse.lo `test -f 'gstttaparse.c' || echo '$(srcdir)/'`gstttaparse.c
569
623
 
570
624
libgsttta_la-gstttadec.lo: gstttadec.c
571
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(libgsttta_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsttta_la_CFLAGS) $(CFLAGS) -MT libgsttta_la-gstttadec.lo -MD -MP -MF $(DEPDIR)/libgsttta_la-gstttadec.Tpo -c -o libgsttta_la-gstttadec.lo `test -f 'gstttadec.c' || echo '$(srcdir)/'`gstttadec.c
572
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libgsttta_la-gstttadec.Tpo $(DEPDIR)/libgsttta_la-gstttadec.Plo
 
625
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgsttta_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsttta_la_CFLAGS) $(CFLAGS) -MT libgsttta_la-gstttadec.lo -MD -MP -MF $(DEPDIR)/libgsttta_la-gstttadec.Tpo -c -o libgsttta_la-gstttadec.lo `test -f 'gstttadec.c' || echo '$(srcdir)/'`gstttadec.c
 
626
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgsttta_la-gstttadec.Tpo $(DEPDIR)/libgsttta_la-gstttadec.Plo
573
627
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstttadec.c' object='libgsttta_la-gstttadec.lo' libtool=yes @AMDEPBACKSLASH@
574
628
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
575
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(libgsttta_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsttta_la_CFLAGS) $(CFLAGS) -c -o libgsttta_la-gstttadec.lo `test -f 'gstttadec.c' || echo '$(srcdir)/'`gstttadec.c
 
629
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgsttta_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsttta_la_CFLAGS) $(CFLAGS) -c -o libgsttta_la-gstttadec.lo `test -f 'gstttadec.c' || echo '$(srcdir)/'`gstttadec.c
576
630
 
577
631
mostlyclean-libtool:
578
632
        -rm -f *.lo
592
646
 
593
647
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
594
648
                $(TAGS_FILES) $(LISP)
595
 
        tags=; \
 
649
        set x; \
596
650
        here=`pwd`; \
597
651
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
598
652
        unique=`for i in $$list; do \
600
654
          done | \
601
655
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
602
656
              END { if (nonempty) { for (i in files) print i; }; }'`; \
603
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
657
        shift; \
 
658
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
604
659
          test -n "$$unique" || unique=$$empty_fix; \
605
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
606
 
            $$tags $$unique; \
 
660
          if test $$# -gt 0; then \
 
661
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
662
              "$$@" $$unique; \
 
663
          else \
 
664
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
665
              $$unique; \
 
666
          fi; \
607
667
        fi
608
668
ctags: CTAGS
609
669
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
610
670
                $(TAGS_FILES) $(LISP)
611
 
        tags=; \
612
671
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
613
672
        unique=`for i in $$list; do \
614
673
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
615
674
          done | \
616
675
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
617
676
              END { if (nonempty) { for (i in files) print i; }; }'`; \
618
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
677
        test -z "$(CTAGS_ARGS)$$unique" \
619
678
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
620
 
             $$tags $$unique
 
679
             $$unique
621
680
 
622
681
GTAGS:
623
682
        here=`$(am__cd) $(top_builddir) && pwd` \
624
 
          && cd $(top_srcdir) \
625
 
          && gtags -i $(GTAGS_ARGS) $$here
 
683
          && $(am__cd) $(top_srcdir) \
 
684
          && gtags -i $(GTAGS_ARGS) "$$here"
626
685
 
627
686
distclean-tags:
628
687
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
643
702
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
644
703
          if test -d $$d/$$file; then \
645
704
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
705
            if test -d "$(distdir)/$$file"; then \
 
706
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
707
            fi; \
646
708
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
647
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
709
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
710
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
648
711
            fi; \
649
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
712
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
650
713
          else \
651
 
            test -f $(distdir)/$$file \
652
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
714
            test -f "$(distdir)/$$file" \
 
715
            || cp -p $$d/$$file "$(distdir)/$$file" \
653
716
            || exit 1; \
654
717
          fi; \
655
718
        done
680
743
 
681
744
distclean-generic:
682
745
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
746
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
683
747
 
684
748
maintainer-clean-generic:
685
749
        @echo "This command is intended for maintainers to use"
701
765
 
702
766
html: html-am
703
767
 
 
768
html-am:
 
769
 
704
770
info: info-am
705
771
 
706
772
info-am:
709
775
 
710
776
install-dvi: install-dvi-am
711
777
 
 
778
install-dvi-am:
 
779
 
712
780
install-exec-am:
713
781
 
714
782
install-html: install-html-am
715
783
 
 
784
install-html-am:
 
785
 
716
786
install-info: install-info-am
717
787
 
 
788
install-info-am:
 
789
 
718
790
install-man:
719
791
 
720
792
install-pdf: install-pdf-am
721
793
 
 
794
install-pdf-am:
 
795
 
722
796
install-ps: install-ps-am
723
797
 
 
798
install-ps-am:
 
799
 
724
800
installcheck-am:
725
801
 
726
802
maintainer-clean: maintainer-clean-am
759
835
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
760
836
        tags uninstall uninstall-am uninstall-pluginLTLIBRARIES
761
837
 
 
838
 
762
839
# Tell versions [3.59,3.63) of GNU make to not export all variables.
763
840
# Otherwise a system limit (for SysV at least) may be exceeded.
764
841
.NOEXPORT: