~ubuntu-branches/debian/squeeze/vlc/squeeze

« back to all changes in this revision

Viewing changes to modules/demux/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Mutricy
  • Date: 2009-09-20 01:08:41 UTC
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20090920010841-vc6vme91a70r5w0t
Tags: upstream-1.0.2
ImportĀ upstreamĀ versionĀ 1.0.2

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.
26
27
 
27
28
VPATH = @srcdir@
28
29
pkgdatadir = $(datadir)/@PACKAGE@
 
30
pkgincludedir = $(includedir)/@PACKAGE@
29
31
pkglibdir = $(libdir)/@PACKAGE@
30
 
pkgincludedir = $(includedir)/@PACKAGE@
 
32
pkglibexecdir = $(libexecdir)/@PACKAGE@
31
33
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
32
34
install_sh_DATA = $(install_sh) -c -m 644
33
35
install_sh_PROGRAM = $(install_sh) -c
60
62
mkinstalldirs = $(install_sh) -d
61
63
CONFIG_HEADER = $(top_builddir)/config.h
62
64
CONFIG_CLEAN_FILES =
 
65
CONFIG_CLEAN_VPATH_FILES =
63
66
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
64
67
am__vpath_adj = case $$p in \
65
68
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
66
69
    *) f=$$p;; \
67
70
  esac;
68
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
71
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
72
am__install_max = 40
 
73
am__nobase_strip_setup = \
 
74
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
75
am__nobase_strip = \
 
76
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
77
am__nobase_list = $(am__nobase_strip_setup); \
 
78
  for p in $$list; do echo "$$p $$p"; done | \
 
79
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
80
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
81
    if (++n[$$2] == $(am__install_max)) \
 
82
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
83
    END { for (dir in files) print dir, files[dir] }'
 
84
am__base_list = \
 
85
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
86
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
69
87
am__installdirs = "$(DESTDIR)$(libvlcdir)"
70
 
libvlcLTLIBRARIES_INSTALL = $(INSTALL)
71
88
LTLIBRARIES = $(libvlc_LTLIBRARIES)
72
89
am__DEPENDENCIES_1 = `$(VLC_CONFIG) plugin $@` $(LTLIBVLCCORE) \
73
90
        $(top_builddir)/compat/libcompat.la
348
365
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
349
366
depcomp = $(SHELL) $(top_srcdir)/autotools/depcomp
350
367
am__depfiles_maybe = depfiles
 
368
am__mv = mv -f
351
369
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
352
370
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
353
371
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
439
457
        ps-recursive uninstall-recursive
440
458
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
441
459
  distclean-recursive maintainer-clean-recursive
 
460
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
461
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
462
        distdir
442
463
ETAGS = etags
443
464
CTAGS = ctags
444
465
DIST_SUBDIRS = $(SUBDIRS)
445
466
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
467
am__relativize = \
 
468
  dir0=`pwd`; \
 
469
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
470
  sed_rest='s,^[^/]*/*,,'; \
 
471
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
472
  sed_butlast='s,/*[^/]*$$,,'; \
 
473
  while test -n "$$dir1"; do \
 
474
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
475
    if test "$$first" != "."; then \
 
476
      if test "$$first" = ".."; then \
 
477
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
478
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
479
      else \
 
480
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
481
        if test "$$first2" = "$$first"; then \
 
482
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
483
        else \
 
484
          dir2="../$$dir2"; \
 
485
        fi; \
 
486
        dir0="$$dir0"/"$$first"; \
 
487
      fi; \
 
488
    fi; \
 
489
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
490
  done; \
 
491
  reldir="$$dir2"
446
492
ACLOCAL = @ACLOCAL@
447
493
ALIASES = @ALIASES@
448
494
ALLOCA = @ALLOCA@
863
909
PACKAGE_NAME = @PACKAGE_NAME@
864
910
PACKAGE_STRING = @PACKAGE_STRING@
865
911
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
912
PACKAGE_URL = @PACKAGE_URL@
866
913
PACKAGE_VERSION = @PACKAGE_VERSION@
867
914
PATH_SEPARATOR = @PATH_SEPARATOR@
868
915
PCRE_CFLAGS = @PCRE_CFLAGS@
890
937
SHELL = @SHELL@
891
938
SHOUT_CFLAGS = @SHOUT_CFLAGS@
892
939
SHOUT_LIBS = @SHOUT_LIBS@
 
940
SOCKET_LIBS = @SOCKET_LIBS@
893
941
STRIP = @STRIP@
894
942
SVG_CFLAGS = @SVG_CFLAGS@
895
943
SVG_LIBS = @SVG_LIBS@
1431
1479
              exit 1;; \
1432
1480
          esac; \
1433
1481
        done; \
1434
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/demux/Makefile'; \
1435
 
        cd $(top_srcdir) && \
1436
 
          $(AUTOMAKE) --gnu  modules/demux/Makefile
 
1482
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu modules/demux/Makefile'; \
 
1483
        $(am__cd) $(top_srcdir) && \
 
1484
          $(AUTOMAKE) --gnu modules/demux/Makefile
1437
1485
.PRECIOUS: Makefile
1438
1486
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1439
1487
        @case '$?' in \
1451
1499
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1452
1500
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1453
1501
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
1502
$(am__aclocal_m4_deps):
1454
1503
install-libvlcLTLIBRARIES: $(libvlc_LTLIBRARIES)
1455
1504
        @$(NORMAL_INSTALL)
1456
1505
        test -z "$(libvlcdir)" || $(MKDIR_P) "$(DESTDIR)$(libvlcdir)"
1457
 
        @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \
 
1506
        @list='$(libvlc_LTLIBRARIES)'; test -n "$(libvlcdir)" || list=; \
 
1507
        list2=; for p in $$list; do \
1458
1508
          if test -f $$p; then \
1459
 
            f=$(am__strip_dir) \
1460
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libvlcdir)/$$f'"; \
1461
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libvlcdir)/$$f"; \
 
1509
            list2="$$list2 $$p"; \
1462
1510
          else :; fi; \
1463
 
        done
 
1511
        done; \
 
1512
        test -z "$$list2" || { \
 
1513
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libvlcdir)'"; \
 
1514
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libvlcdir)"; \
 
1515
        }
1464
1516
 
1465
1517
uninstall-libvlcLTLIBRARIES:
1466
1518
        @$(NORMAL_UNINSTALL)
1467
 
        @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \
1468
 
          p=$(am__strip_dir) \
1469
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libvlcdir)/$$p'"; \
1470
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libvlcdir)/$$p"; \
 
1519
        @list='$(libvlc_LTLIBRARIES)'; test -n "$(libvlcdir)" || list=; \
 
1520
        for p in $$list; do \
 
1521
          $(am__strip_dir) \
 
1522
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libvlcdir)/$$f'"; \
 
1523
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libvlcdir)/$$f"; \
1471
1524
        done
1472
1525
 
1473
1526
clean-libvlcLTLIBRARIES:
1589
1642
 
1590
1643
.c.o:
1591
1644
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1592
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
1645
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1593
1646
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1594
1647
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1595
1648
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
1596
1649
 
1597
1650
.c.obj:
1598
1651
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1599
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
1652
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1600
1653
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1601
1654
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1602
1655
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
1603
1656
 
1604
1657
.c.lo:
1605
1658
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1606
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
1659
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1607
1660
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1608
1661
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1609
1662
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
1610
1663
 
1611
1664
libaiff_plugin_la-aiff.lo: aiff.c
1612
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaiff_plugin_la_CFLAGS) $(CFLAGS) -MT libaiff_plugin_la-aiff.lo -MD -MP -MF $(DEPDIR)/libaiff_plugin_la-aiff.Tpo -c -o libaiff_plugin_la-aiff.lo `test -f 'aiff.c' || echo '$(srcdir)/'`aiff.c
1613
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libaiff_plugin_la-aiff.Tpo $(DEPDIR)/libaiff_plugin_la-aiff.Plo
 
1665
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaiff_plugin_la_CFLAGS) $(CFLAGS) -MT libaiff_plugin_la-aiff.lo -MD -MP -MF $(DEPDIR)/libaiff_plugin_la-aiff.Tpo -c -o libaiff_plugin_la-aiff.lo `test -f 'aiff.c' || echo '$(srcdir)/'`aiff.c
 
1666
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libaiff_plugin_la-aiff.Tpo $(DEPDIR)/libaiff_plugin_la-aiff.Plo
1614
1667
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='aiff.c' object='libaiff_plugin_la-aiff.lo' libtool=yes @AMDEPBACKSLASH@
1615
1668
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1616
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaiff_plugin_la_CFLAGS) $(CFLAGS) -c -o libaiff_plugin_la-aiff.lo `test -f 'aiff.c' || echo '$(srcdir)/'`aiff.c
 
1669
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaiff_plugin_la_CFLAGS) $(CFLAGS) -c -o libaiff_plugin_la-aiff.lo `test -f 'aiff.c' || echo '$(srcdir)/'`aiff.c
1617
1670
 
1618
1671
libasademux_plugin_la-subtitle_asa.lo: subtitle_asa.c
1619
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libasademux_plugin_la_CFLAGS) $(CFLAGS) -MT libasademux_plugin_la-subtitle_asa.lo -MD -MP -MF $(DEPDIR)/libasademux_plugin_la-subtitle_asa.Tpo -c -o libasademux_plugin_la-subtitle_asa.lo `test -f 'subtitle_asa.c' || echo '$(srcdir)/'`subtitle_asa.c
1620
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libasademux_plugin_la-subtitle_asa.Tpo $(DEPDIR)/libasademux_plugin_la-subtitle_asa.Plo
 
1672
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libasademux_plugin_la_CFLAGS) $(CFLAGS) -MT libasademux_plugin_la-subtitle_asa.lo -MD -MP -MF $(DEPDIR)/libasademux_plugin_la-subtitle_asa.Tpo -c -o libasademux_plugin_la-subtitle_asa.lo `test -f 'subtitle_asa.c' || echo '$(srcdir)/'`subtitle_asa.c
 
1673
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libasademux_plugin_la-subtitle_asa.Tpo $(DEPDIR)/libasademux_plugin_la-subtitle_asa.Plo
1621
1674
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='subtitle_asa.c' object='libasademux_plugin_la-subtitle_asa.lo' libtool=yes @AMDEPBACKSLASH@
1622
1675
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1623
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libasademux_plugin_la_CFLAGS) $(CFLAGS) -c -o libasademux_plugin_la-subtitle_asa.lo `test -f 'subtitle_asa.c' || echo '$(srcdir)/'`subtitle_asa.c
 
1676
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libasademux_plugin_la_CFLAGS) $(CFLAGS) -c -o libasademux_plugin_la-subtitle_asa.lo `test -f 'subtitle_asa.c' || echo '$(srcdir)/'`subtitle_asa.c
1624
1677
 
1625
1678
libasademux_plugin_la-asademux.lo: asademux.c
1626
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libasademux_plugin_la_CFLAGS) $(CFLAGS) -MT libasademux_plugin_la-asademux.lo -MD -MP -MF $(DEPDIR)/libasademux_plugin_la-asademux.Tpo -c -o libasademux_plugin_la-asademux.lo `test -f 'asademux.c' || echo '$(srcdir)/'`asademux.c
1627
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libasademux_plugin_la-asademux.Tpo $(DEPDIR)/libasademux_plugin_la-asademux.Plo
 
1679
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libasademux_plugin_la_CFLAGS) $(CFLAGS) -MT libasademux_plugin_la-asademux.lo -MD -MP -MF $(DEPDIR)/libasademux_plugin_la-asademux.Tpo -c -o libasademux_plugin_la-asademux.lo `test -f 'asademux.c' || echo '$(srcdir)/'`asademux.c
 
1680
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libasademux_plugin_la-asademux.Tpo $(DEPDIR)/libasademux_plugin_la-asademux.Plo
1628
1681
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='asademux.c' object='libasademux_plugin_la-asademux.lo' libtool=yes @AMDEPBACKSLASH@
1629
1682
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1630
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libasademux_plugin_la_CFLAGS) $(CFLAGS) -c -o libasademux_plugin_la-asademux.lo `test -f 'asademux.c' || echo '$(srcdir)/'`asademux.c
 
1683
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libasademux_plugin_la_CFLAGS) $(CFLAGS) -c -o libasademux_plugin_la-asademux.lo `test -f 'asademux.c' || echo '$(srcdir)/'`asademux.c
1631
1684
 
1632
1685
libau_plugin_la-au.lo: au.c
1633
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libau_plugin_la_CFLAGS) $(CFLAGS) -MT libau_plugin_la-au.lo -MD -MP -MF $(DEPDIR)/libau_plugin_la-au.Tpo -c -o libau_plugin_la-au.lo `test -f 'au.c' || echo '$(srcdir)/'`au.c
1634
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libau_plugin_la-au.Tpo $(DEPDIR)/libau_plugin_la-au.Plo
 
1686
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libau_plugin_la_CFLAGS) $(CFLAGS) -MT libau_plugin_la-au.lo -MD -MP -MF $(DEPDIR)/libau_plugin_la-au.Tpo -c -o libau_plugin_la-au.lo `test -f 'au.c' || echo '$(srcdir)/'`au.c
 
1687
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libau_plugin_la-au.Tpo $(DEPDIR)/libau_plugin_la-au.Plo
1635
1688
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='au.c' object='libau_plugin_la-au.lo' libtool=yes @AMDEPBACKSLASH@
1636
1689
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1637
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libau_plugin_la_CFLAGS) $(CFLAGS) -c -o libau_plugin_la-au.lo `test -f 'au.c' || echo '$(srcdir)/'`au.c
 
1690
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libau_plugin_la_CFLAGS) $(CFLAGS) -c -o libau_plugin_la-au.lo `test -f 'au.c' || echo '$(srcdir)/'`au.c
1638
1691
 
1639
1692
libdemux_cdg_plugin_la-cdg.lo: cdg.c
1640
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdemux_cdg_plugin_la_CFLAGS) $(CFLAGS) -MT libdemux_cdg_plugin_la-cdg.lo -MD -MP -MF $(DEPDIR)/libdemux_cdg_plugin_la-cdg.Tpo -c -o libdemux_cdg_plugin_la-cdg.lo `test -f 'cdg.c' || echo '$(srcdir)/'`cdg.c
1641
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libdemux_cdg_plugin_la-cdg.Tpo $(DEPDIR)/libdemux_cdg_plugin_la-cdg.Plo
 
1693
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdemux_cdg_plugin_la_CFLAGS) $(CFLAGS) -MT libdemux_cdg_plugin_la-cdg.lo -MD -MP -MF $(DEPDIR)/libdemux_cdg_plugin_la-cdg.Tpo -c -o libdemux_cdg_plugin_la-cdg.lo `test -f 'cdg.c' || echo '$(srcdir)/'`cdg.c
 
1694
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libdemux_cdg_plugin_la-cdg.Tpo $(DEPDIR)/libdemux_cdg_plugin_la-cdg.Plo
1642
1695
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='cdg.c' object='libdemux_cdg_plugin_la-cdg.lo' libtool=yes @AMDEPBACKSLASH@
1643
1696
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1644
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdemux_cdg_plugin_la_CFLAGS) $(CFLAGS) -c -o libdemux_cdg_plugin_la-cdg.lo `test -f 'cdg.c' || echo '$(srcdir)/'`cdg.c
 
1697
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdemux_cdg_plugin_la_CFLAGS) $(CFLAGS) -c -o libdemux_cdg_plugin_la-cdg.lo `test -f 'cdg.c' || echo '$(srcdir)/'`cdg.c
1645
1698
 
1646
1699
libdemuxdump_plugin_la-demuxdump.lo: demuxdump.c
1647
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdemuxdump_plugin_la_CFLAGS) $(CFLAGS) -MT libdemuxdump_plugin_la-demuxdump.lo -MD -MP -MF $(DEPDIR)/libdemuxdump_plugin_la-demuxdump.Tpo -c -o libdemuxdump_plugin_la-demuxdump.lo `test -f 'demuxdump.c' || echo '$(srcdir)/'`demuxdump.c
1648
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libdemuxdump_plugin_la-demuxdump.Tpo $(DEPDIR)/libdemuxdump_plugin_la-demuxdump.Plo
 
1700
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdemuxdump_plugin_la_CFLAGS) $(CFLAGS) -MT libdemuxdump_plugin_la-demuxdump.lo -MD -MP -MF $(DEPDIR)/libdemuxdump_plugin_la-demuxdump.Tpo -c -o libdemuxdump_plugin_la-demuxdump.lo `test -f 'demuxdump.c' || echo '$(srcdir)/'`demuxdump.c
 
1701
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libdemuxdump_plugin_la-demuxdump.Tpo $(DEPDIR)/libdemuxdump_plugin_la-demuxdump.Plo
1649
1702
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='demuxdump.c' object='libdemuxdump_plugin_la-demuxdump.lo' libtool=yes @AMDEPBACKSLASH@
1650
1703
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1651
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdemuxdump_plugin_la_CFLAGS) $(CFLAGS) -c -o libdemuxdump_plugin_la-demuxdump.lo `test -f 'demuxdump.c' || echo '$(srcdir)/'`demuxdump.c
 
1704
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdemuxdump_plugin_la_CFLAGS) $(CFLAGS) -c -o libdemuxdump_plugin_la-demuxdump.lo `test -f 'demuxdump.c' || echo '$(srcdir)/'`demuxdump.c
1652
1705
 
1653
1706
libdirac_plugin_la-dirac.lo: dirac.c
1654
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdirac_plugin_la_CFLAGS) $(CFLAGS) -MT libdirac_plugin_la-dirac.lo -MD -MP -MF $(DEPDIR)/libdirac_plugin_la-dirac.Tpo -c -o libdirac_plugin_la-dirac.lo `test -f 'dirac.c' || echo '$(srcdir)/'`dirac.c
1655
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libdirac_plugin_la-dirac.Tpo $(DEPDIR)/libdirac_plugin_la-dirac.Plo
 
1707
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdirac_plugin_la_CFLAGS) $(CFLAGS) -MT libdirac_plugin_la-dirac.lo -MD -MP -MF $(DEPDIR)/libdirac_plugin_la-dirac.Tpo -c -o libdirac_plugin_la-dirac.lo `test -f 'dirac.c' || echo '$(srcdir)/'`dirac.c
 
1708
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libdirac_plugin_la-dirac.Tpo $(DEPDIR)/libdirac_plugin_la-dirac.Plo
1656
1709
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='dirac.c' object='libdirac_plugin_la-dirac.lo' libtool=yes @AMDEPBACKSLASH@
1657
1710
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1658
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdirac_plugin_la_CFLAGS) $(CFLAGS) -c -o libdirac_plugin_la-dirac.lo `test -f 'dirac.c' || echo '$(srcdir)/'`dirac.c
 
1711
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdirac_plugin_la_CFLAGS) $(CFLAGS) -c -o libdirac_plugin_la-dirac.lo `test -f 'dirac.c' || echo '$(srcdir)/'`dirac.c
1659
1712
 
1660
1713
libflacsys_plugin_la-flac.lo: flac.c
1661
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libflacsys_plugin_la_CFLAGS) $(CFLAGS) -MT libflacsys_plugin_la-flac.lo -MD -MP -MF $(DEPDIR)/libflacsys_plugin_la-flac.Tpo -c -o libflacsys_plugin_la-flac.lo `test -f 'flac.c' || echo '$(srcdir)/'`flac.c
1662
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libflacsys_plugin_la-flac.Tpo $(DEPDIR)/libflacsys_plugin_la-flac.Plo
 
1714
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libflacsys_plugin_la_CFLAGS) $(CFLAGS) -MT libflacsys_plugin_la-flac.lo -MD -MP -MF $(DEPDIR)/libflacsys_plugin_la-flac.Tpo -c -o libflacsys_plugin_la-flac.lo `test -f 'flac.c' || echo '$(srcdir)/'`flac.c
 
1715
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libflacsys_plugin_la-flac.Tpo $(DEPDIR)/libflacsys_plugin_la-flac.Plo
1663
1716
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='flac.c' object='libflacsys_plugin_la-flac.lo' libtool=yes @AMDEPBACKSLASH@
1664
1717
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1665
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libflacsys_plugin_la_CFLAGS) $(CFLAGS) -c -o libflacsys_plugin_la-flac.lo `test -f 'flac.c' || echo '$(srcdir)/'`flac.c
 
1718
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libflacsys_plugin_la_CFLAGS) $(CFLAGS) -c -o libflacsys_plugin_la-flac.lo `test -f 'flac.c' || echo '$(srcdir)/'`flac.c
1666
1719
 
1667
1720
liblive555_plugin_la-asf.lo: ../access/mms/asf.c
1668
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblive555_plugin_la_CFLAGS) $(CFLAGS) -MT liblive555_plugin_la-asf.lo -MD -MP -MF $(DEPDIR)/liblive555_plugin_la-asf.Tpo -c -o liblive555_plugin_la-asf.lo `test -f '../access/mms/asf.c' || echo '$(srcdir)/'`../access/mms/asf.c
1669
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/liblive555_plugin_la-asf.Tpo $(DEPDIR)/liblive555_plugin_la-asf.Plo
 
1721
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblive555_plugin_la_CFLAGS) $(CFLAGS) -MT liblive555_plugin_la-asf.lo -MD -MP -MF $(DEPDIR)/liblive555_plugin_la-asf.Tpo -c -o liblive555_plugin_la-asf.lo `test -f '../access/mms/asf.c' || echo '$(srcdir)/'`../access/mms/asf.c
 
1722
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/liblive555_plugin_la-asf.Tpo $(DEPDIR)/liblive555_plugin_la-asf.Plo
1670
1723
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../access/mms/asf.c' object='liblive555_plugin_la-asf.lo' libtool=yes @AMDEPBACKSLASH@
1671
1724
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1672
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblive555_plugin_la_CFLAGS) $(CFLAGS) -c -o liblive555_plugin_la-asf.lo `test -f '../access/mms/asf.c' || echo '$(srcdir)/'`../access/mms/asf.c
 
1725
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblive555_plugin_la_CFLAGS) $(CFLAGS) -c -o liblive555_plugin_la-asf.lo `test -f '../access/mms/asf.c' || echo '$(srcdir)/'`../access/mms/asf.c
1673
1726
 
1674
1727
liblive555_plugin_la-buffer.lo: ../access/mms/buffer.c
1675
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblive555_plugin_la_CFLAGS) $(CFLAGS) -MT liblive555_plugin_la-buffer.lo -MD -MP -MF $(DEPDIR)/liblive555_plugin_la-buffer.Tpo -c -o liblive555_plugin_la-buffer.lo `test -f '../access/mms/buffer.c' || echo '$(srcdir)/'`../access/mms/buffer.c
1676
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/liblive555_plugin_la-buffer.Tpo $(DEPDIR)/liblive555_plugin_la-buffer.Plo
 
1728
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblive555_plugin_la_CFLAGS) $(CFLAGS) -MT liblive555_plugin_la-buffer.lo -MD -MP -MF $(DEPDIR)/liblive555_plugin_la-buffer.Tpo -c -o liblive555_plugin_la-buffer.lo `test -f '../access/mms/buffer.c' || echo '$(srcdir)/'`../access/mms/buffer.c
 
1729
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/liblive555_plugin_la-buffer.Tpo $(DEPDIR)/liblive555_plugin_la-buffer.Plo
1677
1730
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../access/mms/buffer.c' object='liblive555_plugin_la-buffer.lo' libtool=yes @AMDEPBACKSLASH@
1678
1731
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1679
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblive555_plugin_la_CFLAGS) $(CFLAGS) -c -o liblive555_plugin_la-buffer.lo `test -f '../access/mms/buffer.c' || echo '$(srcdir)/'`../access/mms/buffer.c
 
1732
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblive555_plugin_la_CFLAGS) $(CFLAGS) -c -o liblive555_plugin_la-buffer.lo `test -f '../access/mms/buffer.c' || echo '$(srcdir)/'`../access/mms/buffer.c
1680
1733
 
1681
1734
libmjpeg_plugin_la-mjpeg.lo: mjpeg.c
1682
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmjpeg_plugin_la_CFLAGS) $(CFLAGS) -MT libmjpeg_plugin_la-mjpeg.lo -MD -MP -MF $(DEPDIR)/libmjpeg_plugin_la-mjpeg.Tpo -c -o libmjpeg_plugin_la-mjpeg.lo `test -f 'mjpeg.c' || echo '$(srcdir)/'`mjpeg.c
1683
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libmjpeg_plugin_la-mjpeg.Tpo $(DEPDIR)/libmjpeg_plugin_la-mjpeg.Plo
 
1735
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmjpeg_plugin_la_CFLAGS) $(CFLAGS) -MT libmjpeg_plugin_la-mjpeg.lo -MD -MP -MF $(DEPDIR)/libmjpeg_plugin_la-mjpeg.Tpo -c -o libmjpeg_plugin_la-mjpeg.lo `test -f 'mjpeg.c' || echo '$(srcdir)/'`mjpeg.c
 
1736
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libmjpeg_plugin_la-mjpeg.Tpo $(DEPDIR)/libmjpeg_plugin_la-mjpeg.Plo
1684
1737
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='mjpeg.c' object='libmjpeg_plugin_la-mjpeg.lo' libtool=yes @AMDEPBACKSLASH@
1685
1738
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1686
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmjpeg_plugin_la_CFLAGS) $(CFLAGS) -c -o libmjpeg_plugin_la-mjpeg.lo `test -f 'mjpeg.c' || echo '$(srcdir)/'`mjpeg.c
 
1739
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmjpeg_plugin_la_CFLAGS) $(CFLAGS) -c -o libmjpeg_plugin_la-mjpeg.lo `test -f 'mjpeg.c' || echo '$(srcdir)/'`mjpeg.c
1687
1740
 
1688
1741
libmod_plugin_la-mod.lo: mod.c
1689
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmod_plugin_la_CFLAGS) $(CFLAGS) -MT libmod_plugin_la-mod.lo -MD -MP -MF $(DEPDIR)/libmod_plugin_la-mod.Tpo -c -o libmod_plugin_la-mod.lo `test -f 'mod.c' || echo '$(srcdir)/'`mod.c
1690
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libmod_plugin_la-mod.Tpo $(DEPDIR)/libmod_plugin_la-mod.Plo
 
1742
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmod_plugin_la_CFLAGS) $(CFLAGS) -MT libmod_plugin_la-mod.lo -MD -MP -MF $(DEPDIR)/libmod_plugin_la-mod.Tpo -c -o libmod_plugin_la-mod.lo `test -f 'mod.c' || echo '$(srcdir)/'`mod.c
 
1743
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libmod_plugin_la-mod.Tpo $(DEPDIR)/libmod_plugin_la-mod.Plo
1691
1744
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='mod.c' object='libmod_plugin_la-mod.lo' libtool=yes @AMDEPBACKSLASH@
1692
1745
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1693
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmod_plugin_la_CFLAGS) $(CFLAGS) -c -o libmod_plugin_la-mod.lo `test -f 'mod.c' || echo '$(srcdir)/'`mod.c
 
1746
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmod_plugin_la_CFLAGS) $(CFLAGS) -c -o libmod_plugin_la-mod.lo `test -f 'mod.c' || echo '$(srcdir)/'`mod.c
1694
1747
 
1695
1748
libmpc_plugin_la-mpc.lo: mpc.c
1696
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpc_plugin_la_CFLAGS) $(CFLAGS) -MT libmpc_plugin_la-mpc.lo -MD -MP -MF $(DEPDIR)/libmpc_plugin_la-mpc.Tpo -c -o libmpc_plugin_la-mpc.lo `test -f 'mpc.c' || echo '$(srcdir)/'`mpc.c
1697
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libmpc_plugin_la-mpc.Tpo $(DEPDIR)/libmpc_plugin_la-mpc.Plo
 
1749
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpc_plugin_la_CFLAGS) $(CFLAGS) -MT libmpc_plugin_la-mpc.lo -MD -MP -MF $(DEPDIR)/libmpc_plugin_la-mpc.Tpo -c -o libmpc_plugin_la-mpc.lo `test -f 'mpc.c' || echo '$(srcdir)/'`mpc.c
 
1750
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libmpc_plugin_la-mpc.Tpo $(DEPDIR)/libmpc_plugin_la-mpc.Plo
1698
1751
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='mpc.c' object='libmpc_plugin_la-mpc.lo' libtool=yes @AMDEPBACKSLASH@
1699
1752
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1700
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpc_plugin_la_CFLAGS) $(CFLAGS) -c -o libmpc_plugin_la-mpc.lo `test -f 'mpc.c' || echo '$(srcdir)/'`mpc.c
 
1753
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpc_plugin_la_CFLAGS) $(CFLAGS) -c -o libmpc_plugin_la-mpc.lo `test -f 'mpc.c' || echo '$(srcdir)/'`mpc.c
1701
1754
 
1702
1755
libnsc_plugin_la-nsc.lo: nsc.c
1703
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnsc_plugin_la_CFLAGS) $(CFLAGS) -MT libnsc_plugin_la-nsc.lo -MD -MP -MF $(DEPDIR)/libnsc_plugin_la-nsc.Tpo -c -o libnsc_plugin_la-nsc.lo `test -f 'nsc.c' || echo '$(srcdir)/'`nsc.c
1704
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libnsc_plugin_la-nsc.Tpo $(DEPDIR)/libnsc_plugin_la-nsc.Plo
 
1756
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnsc_plugin_la_CFLAGS) $(CFLAGS) -MT libnsc_plugin_la-nsc.lo -MD -MP -MF $(DEPDIR)/libnsc_plugin_la-nsc.Tpo -c -o libnsc_plugin_la-nsc.lo `test -f 'nsc.c' || echo '$(srcdir)/'`nsc.c
 
1757
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libnsc_plugin_la-nsc.Tpo $(DEPDIR)/libnsc_plugin_la-nsc.Plo
1705
1758
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='nsc.c' object='libnsc_plugin_la-nsc.lo' libtool=yes @AMDEPBACKSLASH@
1706
1759
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1707
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnsc_plugin_la_CFLAGS) $(CFLAGS) -c -o libnsc_plugin_la-nsc.lo `test -f 'nsc.c' || echo '$(srcdir)/'`nsc.c
 
1760
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnsc_plugin_la_CFLAGS) $(CFLAGS) -c -o libnsc_plugin_la-nsc.lo `test -f 'nsc.c' || echo '$(srcdir)/'`nsc.c
1708
1761
 
1709
1762
libnsv_plugin_la-nsv.lo: nsv.c
1710
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnsv_plugin_la_CFLAGS) $(CFLAGS) -MT libnsv_plugin_la-nsv.lo -MD -MP -MF $(DEPDIR)/libnsv_plugin_la-nsv.Tpo -c -o libnsv_plugin_la-nsv.lo `test -f 'nsv.c' || echo '$(srcdir)/'`nsv.c
1711
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libnsv_plugin_la-nsv.Tpo $(DEPDIR)/libnsv_plugin_la-nsv.Plo
 
1763
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnsv_plugin_la_CFLAGS) $(CFLAGS) -MT libnsv_plugin_la-nsv.lo -MD -MP -MF $(DEPDIR)/libnsv_plugin_la-nsv.Tpo -c -o libnsv_plugin_la-nsv.lo `test -f 'nsv.c' || echo '$(srcdir)/'`nsv.c
 
1764
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libnsv_plugin_la-nsv.Tpo $(DEPDIR)/libnsv_plugin_la-nsv.Plo
1712
1765
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='nsv.c' object='libnsv_plugin_la-nsv.lo' libtool=yes @AMDEPBACKSLASH@
1713
1766
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1714
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnsv_plugin_la_CFLAGS) $(CFLAGS) -c -o libnsv_plugin_la-nsv.lo `test -f 'nsv.c' || echo '$(srcdir)/'`nsv.c
 
1767
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnsv_plugin_la_CFLAGS) $(CFLAGS) -c -o libnsv_plugin_la-nsv.lo `test -f 'nsv.c' || echo '$(srcdir)/'`nsv.c
1715
1768
 
1716
1769
libnuv_plugin_la-nuv.lo: nuv.c
1717
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnuv_plugin_la_CFLAGS) $(CFLAGS) -MT libnuv_plugin_la-nuv.lo -MD -MP -MF $(DEPDIR)/libnuv_plugin_la-nuv.Tpo -c -o libnuv_plugin_la-nuv.lo `test -f 'nuv.c' || echo '$(srcdir)/'`nuv.c
1718
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libnuv_plugin_la-nuv.Tpo $(DEPDIR)/libnuv_plugin_la-nuv.Plo
 
1770
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnuv_plugin_la_CFLAGS) $(CFLAGS) -MT libnuv_plugin_la-nuv.lo -MD -MP -MF $(DEPDIR)/libnuv_plugin_la-nuv.Tpo -c -o libnuv_plugin_la-nuv.lo `test -f 'nuv.c' || echo '$(srcdir)/'`nuv.c
 
1771
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libnuv_plugin_la-nuv.Tpo $(DEPDIR)/libnuv_plugin_la-nuv.Plo
1719
1772
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='nuv.c' object='libnuv_plugin_la-nuv.lo' libtool=yes @AMDEPBACKSLASH@
1720
1773
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1721
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnuv_plugin_la_CFLAGS) $(CFLAGS) -c -o libnuv_plugin_la-nuv.lo `test -f 'nuv.c' || echo '$(srcdir)/'`nuv.c
 
1774
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnuv_plugin_la_CFLAGS) $(CFLAGS) -c -o libnuv_plugin_la-nuv.lo `test -f 'nuv.c' || echo '$(srcdir)/'`nuv.c
1722
1775
 
1723
1776
libogg_plugin_la-ogg.lo: ogg.c
1724
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libogg_plugin_la_CFLAGS) $(CFLAGS) -MT libogg_plugin_la-ogg.lo -MD -MP -MF $(DEPDIR)/libogg_plugin_la-ogg.Tpo -c -o libogg_plugin_la-ogg.lo `test -f 'ogg.c' || echo '$(srcdir)/'`ogg.c
1725
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libogg_plugin_la-ogg.Tpo $(DEPDIR)/libogg_plugin_la-ogg.Plo
 
1777
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libogg_plugin_la_CFLAGS) $(CFLAGS) -MT libogg_plugin_la-ogg.lo -MD -MP -MF $(DEPDIR)/libogg_plugin_la-ogg.Tpo -c -o libogg_plugin_la-ogg.lo `test -f 'ogg.c' || echo '$(srcdir)/'`ogg.c
 
1778
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libogg_plugin_la-ogg.Tpo $(DEPDIR)/libogg_plugin_la-ogg.Plo
1726
1779
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ogg.c' object='libogg_plugin_la-ogg.lo' libtool=yes @AMDEPBACKSLASH@
1727
1780
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1728
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libogg_plugin_la_CFLAGS) $(CFLAGS) -c -o libogg_plugin_la-ogg.lo `test -f 'ogg.c' || echo '$(srcdir)/'`ogg.c
 
1781
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libogg_plugin_la_CFLAGS) $(CFLAGS) -c -o libogg_plugin_la-ogg.lo `test -f 'ogg.c' || echo '$(srcdir)/'`ogg.c
1729
1782
 
1730
1783
libogg_plugin_la-kate_categories.lo: kate_categories.c
1731
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libogg_plugin_la_CFLAGS) $(CFLAGS) -MT libogg_plugin_la-kate_categories.lo -MD -MP -MF $(DEPDIR)/libogg_plugin_la-kate_categories.Tpo -c -o libogg_plugin_la-kate_categories.lo `test -f 'kate_categories.c' || echo '$(srcdir)/'`kate_categories.c
1732
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libogg_plugin_la-kate_categories.Tpo $(DEPDIR)/libogg_plugin_la-kate_categories.Plo
 
1784
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libogg_plugin_la_CFLAGS) $(CFLAGS) -MT libogg_plugin_la-kate_categories.lo -MD -MP -MF $(DEPDIR)/libogg_plugin_la-kate_categories.Tpo -c -o libogg_plugin_la-kate_categories.lo `test -f 'kate_categories.c' || echo '$(srcdir)/'`kate_categories.c
 
1785
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libogg_plugin_la-kate_categories.Tpo $(DEPDIR)/libogg_plugin_la-kate_categories.Plo
1733
1786
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='kate_categories.c' object='libogg_plugin_la-kate_categories.lo' libtool=yes @AMDEPBACKSLASH@
1734
1787
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1735
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libogg_plugin_la_CFLAGS) $(CFLAGS) -c -o libogg_plugin_la-kate_categories.lo `test -f 'kate_categories.c' || echo '$(srcdir)/'`kate_categories.c
 
1788
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libogg_plugin_la_CFLAGS) $(CFLAGS) -c -o libogg_plugin_la-kate_categories.lo `test -f 'kate_categories.c' || echo '$(srcdir)/'`kate_categories.c
1736
1789
 
1737
1790
libps_plugin_la-ps.lo: ps.c
1738
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libps_plugin_la_CFLAGS) $(CFLAGS) -MT libps_plugin_la-ps.lo -MD -MP -MF $(DEPDIR)/libps_plugin_la-ps.Tpo -c -o libps_plugin_la-ps.lo `test -f 'ps.c' || echo '$(srcdir)/'`ps.c
1739
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libps_plugin_la-ps.Tpo $(DEPDIR)/libps_plugin_la-ps.Plo
 
1791
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libps_plugin_la_CFLAGS) $(CFLAGS) -MT libps_plugin_la-ps.lo -MD -MP -MF $(DEPDIR)/libps_plugin_la-ps.Tpo -c -o libps_plugin_la-ps.lo `test -f 'ps.c' || echo '$(srcdir)/'`ps.c
 
1792
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libps_plugin_la-ps.Tpo $(DEPDIR)/libps_plugin_la-ps.Plo
1740
1793
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ps.c' object='libps_plugin_la-ps.lo' libtool=yes @AMDEPBACKSLASH@
1741
1794
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1742
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libps_plugin_la_CFLAGS) $(CFLAGS) -c -o libps_plugin_la-ps.lo `test -f 'ps.c' || echo '$(srcdir)/'`ps.c
 
1795
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libps_plugin_la_CFLAGS) $(CFLAGS) -c -o libps_plugin_la-ps.lo `test -f 'ps.c' || echo '$(srcdir)/'`ps.c
1743
1796
 
1744
1797
libpva_plugin_la-pva.lo: pva.c
1745
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpva_plugin_la_CFLAGS) $(CFLAGS) -MT libpva_plugin_la-pva.lo -MD -MP -MF $(DEPDIR)/libpva_plugin_la-pva.Tpo -c -o libpva_plugin_la-pva.lo `test -f 'pva.c' || echo '$(srcdir)/'`pva.c
1746
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libpva_plugin_la-pva.Tpo $(DEPDIR)/libpva_plugin_la-pva.Plo
 
1798
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpva_plugin_la_CFLAGS) $(CFLAGS) -MT libpva_plugin_la-pva.lo -MD -MP -MF $(DEPDIR)/libpva_plugin_la-pva.Tpo -c -o libpva_plugin_la-pva.lo `test -f 'pva.c' || echo '$(srcdir)/'`pva.c
 
1799
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpva_plugin_la-pva.Tpo $(DEPDIR)/libpva_plugin_la-pva.Plo
1747
1800
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pva.c' object='libpva_plugin_la-pva.lo' libtool=yes @AMDEPBACKSLASH@
1748
1801
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1749
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpva_plugin_la_CFLAGS) $(CFLAGS) -c -o libpva_plugin_la-pva.lo `test -f 'pva.c' || echo '$(srcdir)/'`pva.c
 
1802
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpva_plugin_la_CFLAGS) $(CFLAGS) -c -o libpva_plugin_la-pva.lo `test -f 'pva.c' || echo '$(srcdir)/'`pva.c
1750
1803
 
1751
1804
librawaud_plugin_la-rawaud.lo: rawaud.c
1752
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(librawaud_plugin_la_CFLAGS) $(CFLAGS) -MT librawaud_plugin_la-rawaud.lo -MD -MP -MF $(DEPDIR)/librawaud_plugin_la-rawaud.Tpo -c -o librawaud_plugin_la-rawaud.lo `test -f 'rawaud.c' || echo '$(srcdir)/'`rawaud.c
1753
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/librawaud_plugin_la-rawaud.Tpo $(DEPDIR)/librawaud_plugin_la-rawaud.Plo
 
1805
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(librawaud_plugin_la_CFLAGS) $(CFLAGS) -MT librawaud_plugin_la-rawaud.lo -MD -MP -MF $(DEPDIR)/librawaud_plugin_la-rawaud.Tpo -c -o librawaud_plugin_la-rawaud.lo `test -f 'rawaud.c' || echo '$(srcdir)/'`rawaud.c
 
1806
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/librawaud_plugin_la-rawaud.Tpo $(DEPDIR)/librawaud_plugin_la-rawaud.Plo
1754
1807
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rawaud.c' object='librawaud_plugin_la-rawaud.lo' libtool=yes @AMDEPBACKSLASH@
1755
1808
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1756
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(librawaud_plugin_la_CFLAGS) $(CFLAGS) -c -o librawaud_plugin_la-rawaud.lo `test -f 'rawaud.c' || echo '$(srcdir)/'`rawaud.c
 
1809
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(librawaud_plugin_la_CFLAGS) $(CFLAGS) -c -o librawaud_plugin_la-rawaud.lo `test -f 'rawaud.c' || echo '$(srcdir)/'`rawaud.c
1757
1810
 
1758
1811
librawdv_plugin_la-rawdv.lo: rawdv.c
1759
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(librawdv_plugin_la_CFLAGS) $(CFLAGS) -MT librawdv_plugin_la-rawdv.lo -MD -MP -MF $(DEPDIR)/librawdv_plugin_la-rawdv.Tpo -c -o librawdv_plugin_la-rawdv.lo `test -f 'rawdv.c' || echo '$(srcdir)/'`rawdv.c
1760
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/librawdv_plugin_la-rawdv.Tpo $(DEPDIR)/librawdv_plugin_la-rawdv.Plo
 
1812
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(librawdv_plugin_la_CFLAGS) $(CFLAGS) -MT librawdv_plugin_la-rawdv.lo -MD -MP -MF $(DEPDIR)/librawdv_plugin_la-rawdv.Tpo -c -o librawdv_plugin_la-rawdv.lo `test -f 'rawdv.c' || echo '$(srcdir)/'`rawdv.c
 
1813
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/librawdv_plugin_la-rawdv.Tpo $(DEPDIR)/librawdv_plugin_la-rawdv.Plo
1761
1814
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rawdv.c' object='librawdv_plugin_la-rawdv.lo' libtool=yes @AMDEPBACKSLASH@
1762
1815
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1763
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(librawdv_plugin_la_CFLAGS) $(CFLAGS) -c -o librawdv_plugin_la-rawdv.lo `test -f 'rawdv.c' || echo '$(srcdir)/'`rawdv.c
 
1816
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(librawdv_plugin_la_CFLAGS) $(CFLAGS) -c -o librawdv_plugin_la-rawdv.lo `test -f 'rawdv.c' || echo '$(srcdir)/'`rawdv.c
1764
1817
 
1765
1818
librawvid_plugin_la-rawvid.lo: rawvid.c
1766
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(librawvid_plugin_la_CFLAGS) $(CFLAGS) -MT librawvid_plugin_la-rawvid.lo -MD -MP -MF $(DEPDIR)/librawvid_plugin_la-rawvid.Tpo -c -o librawvid_plugin_la-rawvid.lo `test -f 'rawvid.c' || echo '$(srcdir)/'`rawvid.c
1767
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/librawvid_plugin_la-rawvid.Tpo $(DEPDIR)/librawvid_plugin_la-rawvid.Plo
 
1819
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(librawvid_plugin_la_CFLAGS) $(CFLAGS) -MT librawvid_plugin_la-rawvid.lo -MD -MP -MF $(DEPDIR)/librawvid_plugin_la-rawvid.Tpo -c -o librawvid_plugin_la-rawvid.lo `test -f 'rawvid.c' || echo '$(srcdir)/'`rawvid.c
 
1820
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/librawvid_plugin_la-rawvid.Tpo $(DEPDIR)/librawvid_plugin_la-rawvid.Plo
1768
1821
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rawvid.c' object='librawvid_plugin_la-rawvid.lo' libtool=yes @AMDEPBACKSLASH@
1769
1822
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1770
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(librawvid_plugin_la_CFLAGS) $(CFLAGS) -c -o librawvid_plugin_la-rawvid.lo `test -f 'rawvid.c' || echo '$(srcdir)/'`rawvid.c
 
1823
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(librawvid_plugin_la_CFLAGS) $(CFLAGS) -c -o librawvid_plugin_la-rawvid.lo `test -f 'rawvid.c' || echo '$(srcdir)/'`rawvid.c
1771
1824
 
1772
1825
libreal_plugin_la-real.lo: real.c
1773
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libreal_plugin_la_CFLAGS) $(CFLAGS) -MT libreal_plugin_la-real.lo -MD -MP -MF $(DEPDIR)/libreal_plugin_la-real.Tpo -c -o libreal_plugin_la-real.lo `test -f 'real.c' || echo '$(srcdir)/'`real.c
1774
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libreal_plugin_la-real.Tpo $(DEPDIR)/libreal_plugin_la-real.Plo
 
1826
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libreal_plugin_la_CFLAGS) $(CFLAGS) -MT libreal_plugin_la-real.lo -MD -MP -MF $(DEPDIR)/libreal_plugin_la-real.Tpo -c -o libreal_plugin_la-real.lo `test -f 'real.c' || echo '$(srcdir)/'`real.c
 
1827
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libreal_plugin_la-real.Tpo $(DEPDIR)/libreal_plugin_la-real.Plo
1775
1828
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='real.c' object='libreal_plugin_la-real.lo' libtool=yes @AMDEPBACKSLASH@
1776
1829
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1777
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libreal_plugin_la_CFLAGS) $(CFLAGS) -c -o libreal_plugin_la-real.lo `test -f 'real.c' || echo '$(srcdir)/'`real.c
 
1830
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libreal_plugin_la_CFLAGS) $(CFLAGS) -c -o libreal_plugin_la-real.lo `test -f 'real.c' || echo '$(srcdir)/'`real.c
1778
1831
 
1779
1832
libsmf_plugin_la-smf.lo: smf.c
1780
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsmf_plugin_la_CFLAGS) $(CFLAGS) -MT libsmf_plugin_la-smf.lo -MD -MP -MF $(DEPDIR)/libsmf_plugin_la-smf.Tpo -c -o libsmf_plugin_la-smf.lo `test -f 'smf.c' || echo '$(srcdir)/'`smf.c
1781
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libsmf_plugin_la-smf.Tpo $(DEPDIR)/libsmf_plugin_la-smf.Plo
 
1833
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsmf_plugin_la_CFLAGS) $(CFLAGS) -MT libsmf_plugin_la-smf.lo -MD -MP -MF $(DEPDIR)/libsmf_plugin_la-smf.Tpo -c -o libsmf_plugin_la-smf.lo `test -f 'smf.c' || echo '$(srcdir)/'`smf.c
 
1834
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libsmf_plugin_la-smf.Tpo $(DEPDIR)/libsmf_plugin_la-smf.Plo
1782
1835
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='smf.c' object='libsmf_plugin_la-smf.lo' libtool=yes @AMDEPBACKSLASH@
1783
1836
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1784
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsmf_plugin_la_CFLAGS) $(CFLAGS) -c -o libsmf_plugin_la-smf.lo `test -f 'smf.c' || echo '$(srcdir)/'`smf.c
 
1837
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsmf_plugin_la_CFLAGS) $(CFLAGS) -c -o libsmf_plugin_la-smf.lo `test -f 'smf.c' || echo '$(srcdir)/'`smf.c
1785
1838
 
1786
1839
libsubtitle_plugin_la-subtitle.lo: subtitle.c
1787
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsubtitle_plugin_la_CFLAGS) $(CFLAGS) -MT libsubtitle_plugin_la-subtitle.lo -MD -MP -MF $(DEPDIR)/libsubtitle_plugin_la-subtitle.Tpo -c -o libsubtitle_plugin_la-subtitle.lo `test -f 'subtitle.c' || echo '$(srcdir)/'`subtitle.c
1788
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libsubtitle_plugin_la-subtitle.Tpo $(DEPDIR)/libsubtitle_plugin_la-subtitle.Plo
 
1840
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsubtitle_plugin_la_CFLAGS) $(CFLAGS) -MT libsubtitle_plugin_la-subtitle.lo -MD -MP -MF $(DEPDIR)/libsubtitle_plugin_la-subtitle.Tpo -c -o libsubtitle_plugin_la-subtitle.lo `test -f 'subtitle.c' || echo '$(srcdir)/'`subtitle.c
 
1841
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libsubtitle_plugin_la-subtitle.Tpo $(DEPDIR)/libsubtitle_plugin_la-subtitle.Plo
1789
1842
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='subtitle.c' object='libsubtitle_plugin_la-subtitle.lo' libtool=yes @AMDEPBACKSLASH@
1790
1843
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1791
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsubtitle_plugin_la_CFLAGS) $(CFLAGS) -c -o libsubtitle_plugin_la-subtitle.lo `test -f 'subtitle.c' || echo '$(srcdir)/'`subtitle.c
 
1844
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsubtitle_plugin_la_CFLAGS) $(CFLAGS) -c -o libsubtitle_plugin_la-subtitle.lo `test -f 'subtitle.c' || echo '$(srcdir)/'`subtitle.c
1792
1845
 
1793
1846
libts_plugin_la-ts.lo: ts.c
1794
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libts_plugin_la_CFLAGS) $(CFLAGS) -MT libts_plugin_la-ts.lo -MD -MP -MF $(DEPDIR)/libts_plugin_la-ts.Tpo -c -o libts_plugin_la-ts.lo `test -f 'ts.c' || echo '$(srcdir)/'`ts.c
1795
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libts_plugin_la-ts.Tpo $(DEPDIR)/libts_plugin_la-ts.Plo
 
1847
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libts_plugin_la_CFLAGS) $(CFLAGS) -MT libts_plugin_la-ts.lo -MD -MP -MF $(DEPDIR)/libts_plugin_la-ts.Tpo -c -o libts_plugin_la-ts.lo `test -f 'ts.c' || echo '$(srcdir)/'`ts.c
 
1848
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libts_plugin_la-ts.Tpo $(DEPDIR)/libts_plugin_la-ts.Plo
1796
1849
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ts.c' object='libts_plugin_la-ts.lo' libtool=yes @AMDEPBACKSLASH@
1797
1850
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1798
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libts_plugin_la_CFLAGS) $(CFLAGS) -c -o libts_plugin_la-ts.lo `test -f 'ts.c' || echo '$(srcdir)/'`ts.c
 
1851
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libts_plugin_la_CFLAGS) $(CFLAGS) -c -o libts_plugin_la-ts.lo `test -f 'ts.c' || echo '$(srcdir)/'`ts.c
1799
1852
 
1800
1853
libts_plugin_la-csa.lo: ../mux/mpeg/csa.c
1801
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libts_plugin_la_CFLAGS) $(CFLAGS) -MT libts_plugin_la-csa.lo -MD -MP -MF $(DEPDIR)/libts_plugin_la-csa.Tpo -c -o libts_plugin_la-csa.lo `test -f '../mux/mpeg/csa.c' || echo '$(srcdir)/'`../mux/mpeg/csa.c
1802
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libts_plugin_la-csa.Tpo $(DEPDIR)/libts_plugin_la-csa.Plo
 
1854
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libts_plugin_la_CFLAGS) $(CFLAGS) -MT libts_plugin_la-csa.lo -MD -MP -MF $(DEPDIR)/libts_plugin_la-csa.Tpo -c -o libts_plugin_la-csa.lo `test -f '../mux/mpeg/csa.c' || echo '$(srcdir)/'`../mux/mpeg/csa.c
 
1855
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libts_plugin_la-csa.Tpo $(DEPDIR)/libts_plugin_la-csa.Plo
1803
1856
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='../mux/mpeg/csa.c' object='libts_plugin_la-csa.lo' libtool=yes @AMDEPBACKSLASH@
1804
1857
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1805
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libts_plugin_la_CFLAGS) $(CFLAGS) -c -o libts_plugin_la-csa.lo `test -f '../mux/mpeg/csa.c' || echo '$(srcdir)/'`../mux/mpeg/csa.c
 
1858
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libts_plugin_la_CFLAGS) $(CFLAGS) -c -o libts_plugin_la-csa.lo `test -f '../mux/mpeg/csa.c' || echo '$(srcdir)/'`../mux/mpeg/csa.c
1806
1859
 
1807
1860
libtta_plugin_la-tta.lo: tta.c
1808
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtta_plugin_la_CFLAGS) $(CFLAGS) -MT libtta_plugin_la-tta.lo -MD -MP -MF $(DEPDIR)/libtta_plugin_la-tta.Tpo -c -o libtta_plugin_la-tta.lo `test -f 'tta.c' || echo '$(srcdir)/'`tta.c
1809
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libtta_plugin_la-tta.Tpo $(DEPDIR)/libtta_plugin_la-tta.Plo
 
1861
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtta_plugin_la_CFLAGS) $(CFLAGS) -MT libtta_plugin_la-tta.lo -MD -MP -MF $(DEPDIR)/libtta_plugin_la-tta.Tpo -c -o libtta_plugin_la-tta.lo `test -f 'tta.c' || echo '$(srcdir)/'`tta.c
 
1862
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libtta_plugin_la-tta.Tpo $(DEPDIR)/libtta_plugin_la-tta.Plo
1810
1863
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tta.c' object='libtta_plugin_la-tta.lo' libtool=yes @AMDEPBACKSLASH@
1811
1864
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1812
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtta_plugin_la_CFLAGS) $(CFLAGS) -c -o libtta_plugin_la-tta.lo `test -f 'tta.c' || echo '$(srcdir)/'`tta.c
 
1865
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtta_plugin_la_CFLAGS) $(CFLAGS) -c -o libtta_plugin_la-tta.lo `test -f 'tta.c' || echo '$(srcdir)/'`tta.c
1813
1866
 
1814
1867
libty_plugin_la-ty.lo: ty.c
1815
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libty_plugin_la_CFLAGS) $(CFLAGS) -MT libty_plugin_la-ty.lo -MD -MP -MF $(DEPDIR)/libty_plugin_la-ty.Tpo -c -o libty_plugin_la-ty.lo `test -f 'ty.c' || echo '$(srcdir)/'`ty.c
1816
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libty_plugin_la-ty.Tpo $(DEPDIR)/libty_plugin_la-ty.Plo
 
1868
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libty_plugin_la_CFLAGS) $(CFLAGS) -MT libty_plugin_la-ty.lo -MD -MP -MF $(DEPDIR)/libty_plugin_la-ty.Tpo -c -o libty_plugin_la-ty.lo `test -f 'ty.c' || echo '$(srcdir)/'`ty.c
 
1869
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libty_plugin_la-ty.Tpo $(DEPDIR)/libty_plugin_la-ty.Plo
1817
1870
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ty.c' object='libty_plugin_la-ty.lo' libtool=yes @AMDEPBACKSLASH@
1818
1871
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1819
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libty_plugin_la_CFLAGS) $(CFLAGS) -c -o libty_plugin_la-ty.lo `test -f 'ty.c' || echo '$(srcdir)/'`ty.c
 
1872
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libty_plugin_la_CFLAGS) $(CFLAGS) -c -o libty_plugin_la-ty.lo `test -f 'ty.c' || echo '$(srcdir)/'`ty.c
1820
1873
 
1821
1874
libvc1_plugin_la-vc1.lo: vc1.c
1822
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvc1_plugin_la_CFLAGS) $(CFLAGS) -MT libvc1_plugin_la-vc1.lo -MD -MP -MF $(DEPDIR)/libvc1_plugin_la-vc1.Tpo -c -o libvc1_plugin_la-vc1.lo `test -f 'vc1.c' || echo '$(srcdir)/'`vc1.c
1823
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libvc1_plugin_la-vc1.Tpo $(DEPDIR)/libvc1_plugin_la-vc1.Plo
 
1875
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvc1_plugin_la_CFLAGS) $(CFLAGS) -MT libvc1_plugin_la-vc1.lo -MD -MP -MF $(DEPDIR)/libvc1_plugin_la-vc1.Tpo -c -o libvc1_plugin_la-vc1.lo `test -f 'vc1.c' || echo '$(srcdir)/'`vc1.c
 
1876
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libvc1_plugin_la-vc1.Tpo $(DEPDIR)/libvc1_plugin_la-vc1.Plo
1824
1877
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='vc1.c' object='libvc1_plugin_la-vc1.lo' libtool=yes @AMDEPBACKSLASH@
1825
1878
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1826
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvc1_plugin_la_CFLAGS) $(CFLAGS) -c -o libvc1_plugin_la-vc1.lo `test -f 'vc1.c' || echo '$(srcdir)/'`vc1.c
 
1879
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvc1_plugin_la_CFLAGS) $(CFLAGS) -c -o libvc1_plugin_la-vc1.lo `test -f 'vc1.c' || echo '$(srcdir)/'`vc1.c
1827
1880
 
1828
1881
libvobsub_plugin_la-vobsub.lo: vobsub.c
1829
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvobsub_plugin_la_CFLAGS) $(CFLAGS) -MT libvobsub_plugin_la-vobsub.lo -MD -MP -MF $(DEPDIR)/libvobsub_plugin_la-vobsub.Tpo -c -o libvobsub_plugin_la-vobsub.lo `test -f 'vobsub.c' || echo '$(srcdir)/'`vobsub.c
1830
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libvobsub_plugin_la-vobsub.Tpo $(DEPDIR)/libvobsub_plugin_la-vobsub.Plo
 
1882
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvobsub_plugin_la_CFLAGS) $(CFLAGS) -MT libvobsub_plugin_la-vobsub.lo -MD -MP -MF $(DEPDIR)/libvobsub_plugin_la-vobsub.Tpo -c -o libvobsub_plugin_la-vobsub.lo `test -f 'vobsub.c' || echo '$(srcdir)/'`vobsub.c
 
1883
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libvobsub_plugin_la-vobsub.Tpo $(DEPDIR)/libvobsub_plugin_la-vobsub.Plo
1831
1884
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='vobsub.c' object='libvobsub_plugin_la-vobsub.lo' libtool=yes @AMDEPBACKSLASH@
1832
1885
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1833
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvobsub_plugin_la_CFLAGS) $(CFLAGS) -c -o libvobsub_plugin_la-vobsub.lo `test -f 'vobsub.c' || echo '$(srcdir)/'`vobsub.c
 
1886
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvobsub_plugin_la_CFLAGS) $(CFLAGS) -c -o libvobsub_plugin_la-vobsub.lo `test -f 'vobsub.c' || echo '$(srcdir)/'`vobsub.c
1834
1887
 
1835
1888
libvoc_plugin_la-voc.lo: voc.c
1836
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvoc_plugin_la_CFLAGS) $(CFLAGS) -MT libvoc_plugin_la-voc.lo -MD -MP -MF $(DEPDIR)/libvoc_plugin_la-voc.Tpo -c -o libvoc_plugin_la-voc.lo `test -f 'voc.c' || echo '$(srcdir)/'`voc.c
1837
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libvoc_plugin_la-voc.Tpo $(DEPDIR)/libvoc_plugin_la-voc.Plo
 
1889
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvoc_plugin_la_CFLAGS) $(CFLAGS) -MT libvoc_plugin_la-voc.lo -MD -MP -MF $(DEPDIR)/libvoc_plugin_la-voc.Tpo -c -o libvoc_plugin_la-voc.lo `test -f 'voc.c' || echo '$(srcdir)/'`voc.c
 
1890
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libvoc_plugin_la-voc.Tpo $(DEPDIR)/libvoc_plugin_la-voc.Plo
1838
1891
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='voc.c' object='libvoc_plugin_la-voc.lo' libtool=yes @AMDEPBACKSLASH@
1839
1892
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1840
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvoc_plugin_la_CFLAGS) $(CFLAGS) -c -o libvoc_plugin_la-voc.lo `test -f 'voc.c' || echo '$(srcdir)/'`voc.c
 
1893
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvoc_plugin_la_CFLAGS) $(CFLAGS) -c -o libvoc_plugin_la-voc.lo `test -f 'voc.c' || echo '$(srcdir)/'`voc.c
1841
1894
 
1842
1895
libwav_plugin_la-wav.lo: wav.c
1843
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libwav_plugin_la_CFLAGS) $(CFLAGS) -MT libwav_plugin_la-wav.lo -MD -MP -MF $(DEPDIR)/libwav_plugin_la-wav.Tpo -c -o libwav_plugin_la-wav.lo `test -f 'wav.c' || echo '$(srcdir)/'`wav.c
1844
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libwav_plugin_la-wav.Tpo $(DEPDIR)/libwav_plugin_la-wav.Plo
 
1896
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libwav_plugin_la_CFLAGS) $(CFLAGS) -MT libwav_plugin_la-wav.lo -MD -MP -MF $(DEPDIR)/libwav_plugin_la-wav.Tpo -c -o libwav_plugin_la-wav.lo `test -f 'wav.c' || echo '$(srcdir)/'`wav.c
 
1897
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libwav_plugin_la-wav.Tpo $(DEPDIR)/libwav_plugin_la-wav.Plo
1845
1898
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='wav.c' object='libwav_plugin_la-wav.lo' libtool=yes @AMDEPBACKSLASH@
1846
1899
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1847
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libwav_plugin_la_CFLAGS) $(CFLAGS) -c -o libwav_plugin_la-wav.lo `test -f 'wav.c' || echo '$(srcdir)/'`wav.c
 
1900
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libwav_plugin_la_CFLAGS) $(CFLAGS) -c -o libwav_plugin_la-wav.lo `test -f 'wav.c' || echo '$(srcdir)/'`wav.c
1848
1901
 
1849
1902
libxa_plugin_la-xa.lo: xa.c
1850
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxa_plugin_la_CFLAGS) $(CFLAGS) -MT libxa_plugin_la-xa.lo -MD -MP -MF $(DEPDIR)/libxa_plugin_la-xa.Tpo -c -o libxa_plugin_la-xa.lo `test -f 'xa.c' || echo '$(srcdir)/'`xa.c
1851
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libxa_plugin_la-xa.Tpo $(DEPDIR)/libxa_plugin_la-xa.Plo
 
1903
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxa_plugin_la_CFLAGS) $(CFLAGS) -MT libxa_plugin_la-xa.lo -MD -MP -MF $(DEPDIR)/libxa_plugin_la-xa.Tpo -c -o libxa_plugin_la-xa.lo `test -f 'xa.c' || echo '$(srcdir)/'`xa.c
 
1904
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libxa_plugin_la-xa.Tpo $(DEPDIR)/libxa_plugin_la-xa.Plo
1852
1905
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xa.c' object='libxa_plugin_la-xa.lo' libtool=yes @AMDEPBACKSLASH@
1853
1906
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1854
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxa_plugin_la_CFLAGS) $(CFLAGS) -c -o libxa_plugin_la-xa.lo `test -f 'xa.c' || echo '$(srcdir)/'`xa.c
 
1907
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxa_plugin_la_CFLAGS) $(CFLAGS) -c -o libxa_plugin_la-xa.lo `test -f 'xa.c' || echo '$(srcdir)/'`xa.c
1855
1908
 
1856
1909
.cpp.o:
1857
1910
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1858
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
1911
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1859
1912
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1860
1913
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1861
1914
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
1862
1915
 
1863
1916
.cpp.obj:
1864
1917
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1865
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
1918
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1866
1919
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1867
1920
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1868
1921
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1869
1922
 
1870
1923
.cpp.lo:
1871
1924
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1872
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
1925
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1873
1926
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1874
1927
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1875
1928
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
1876
1929
 
1877
1930
libgme_plugin_la-gme.lo: gme.cpp
1878
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgme_plugin_la_CXXFLAGS) $(CXXFLAGS) -MT libgme_plugin_la-gme.lo -MD -MP -MF $(DEPDIR)/libgme_plugin_la-gme.Tpo -c -o libgme_plugin_la-gme.lo `test -f 'gme.cpp' || echo '$(srcdir)/'`gme.cpp
1879
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/libgme_plugin_la-gme.Tpo $(DEPDIR)/libgme_plugin_la-gme.Plo
 
1931
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgme_plugin_la_CXXFLAGS) $(CXXFLAGS) -MT libgme_plugin_la-gme.lo -MD -MP -MF $(DEPDIR)/libgme_plugin_la-gme.Tpo -c -o libgme_plugin_la-gme.lo `test -f 'gme.cpp' || echo '$(srcdir)/'`gme.cpp
 
1932
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/libgme_plugin_la-gme.Tpo $(DEPDIR)/libgme_plugin_la-gme.Plo
1880
1933
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='gme.cpp' object='libgme_plugin_la-gme.lo' libtool=yes @AMDEPBACKSLASH@
1881
1934
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1882
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgme_plugin_la_CXXFLAGS) $(CXXFLAGS) -c -o libgme_plugin_la-gme.lo `test -f 'gme.cpp' || echo '$(srcdir)/'`gme.cpp
 
1935
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgme_plugin_la_CXXFLAGS) $(CXXFLAGS) -c -o libgme_plugin_la-gme.lo `test -f 'gme.cpp' || echo '$(srcdir)/'`gme.cpp
1883
1936
 
1884
1937
liblive555_plugin_la-live555.lo: live555.cpp
1885
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblive555_plugin_la_CXXFLAGS) $(CXXFLAGS) -MT liblive555_plugin_la-live555.lo -MD -MP -MF $(DEPDIR)/liblive555_plugin_la-live555.Tpo -c -o liblive555_plugin_la-live555.lo `test -f 'live555.cpp' || echo '$(srcdir)/'`live555.cpp
1886
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/liblive555_plugin_la-live555.Tpo $(DEPDIR)/liblive555_plugin_la-live555.Plo
 
1938
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblive555_plugin_la_CXXFLAGS) $(CXXFLAGS) -MT liblive555_plugin_la-live555.lo -MD -MP -MF $(DEPDIR)/liblive555_plugin_la-live555.Tpo -c -o liblive555_plugin_la-live555.lo `test -f 'live555.cpp' || echo '$(srcdir)/'`live555.cpp
 
1939
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/liblive555_plugin_la-live555.Tpo $(DEPDIR)/liblive555_plugin_la-live555.Plo
1887
1940
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='live555.cpp' object='liblive555_plugin_la-live555.lo' libtool=yes @AMDEPBACKSLASH@
1888
1941
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1889
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblive555_plugin_la_CXXFLAGS) $(CXXFLAGS) -c -o liblive555_plugin_la-live555.lo `test -f 'live555.cpp' || echo '$(srcdir)/'`live555.cpp
 
1942
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblive555_plugin_la_CXXFLAGS) $(CXXFLAGS) -c -o liblive555_plugin_la-live555.lo `test -f 'live555.cpp' || echo '$(srcdir)/'`live555.cpp
1890
1943
 
1891
1944
mostlyclean-libtool:
1892
1945
        -rm -f *.lo
1918
1971
          else \
1919
1972
            local_target="$$target"; \
1920
1973
          fi; \
1921
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
1974
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1922
1975
          || eval $$failcom; \
1923
1976
        done; \
1924
1977
        if test "$$dot_seen" = "no"; then \
1952
2005
          else \
1953
2006
            local_target="$$target"; \
1954
2007
          fi; \
1955
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
2008
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1956
2009
          || eval $$failcom; \
1957
2010
        done && test -z "$$fail"
1958
2011
tags-recursive:
1959
2012
        list='$(SUBDIRS)'; for subdir in $$list; do \
1960
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
2013
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1961
2014
        done
1962
2015
ctags-recursive:
1963
2016
        list='$(SUBDIRS)'; for subdir in $$list; do \
1964
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
2017
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1965
2018
        done
1966
2019
 
1967
2020
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1976
2029
 
1977
2030
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1978
2031
                $(TAGS_FILES) $(LISP)
1979
 
        tags=; \
 
2032
        set x; \
1980
2033
        here=`pwd`; \
1981
2034
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1982
2035
          include_option=--etags-include; \
1988
2041
        list='$(SUBDIRS)'; for subdir in $$list; do \
1989
2042
          if test "$$subdir" = .; then :; else \
1990
2043
            test ! -f $$subdir/TAGS || \
1991
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
2044
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1992
2045
          fi; \
1993
2046
        done; \
1994
2047
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1997
2050
          done | \
1998
2051
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1999
2052
              END { if (nonempty) { for (i in files) print i; }; }'`; \
2000
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
2053
        shift; \
 
2054
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
2001
2055
          test -n "$$unique" || unique=$$empty_fix; \
2002
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2003
 
            $$tags $$unique; \
 
2056
          if test $$# -gt 0; then \
 
2057
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
2058
              "$$@" $$unique; \
 
2059
          else \
 
2060
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
2061
              $$unique; \
 
2062
          fi; \
2004
2063
        fi
2005
2064
ctags: CTAGS
2006
2065
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
2007
2066
                $(TAGS_FILES) $(LISP)
2008
 
        tags=; \
2009
2067
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
2010
2068
        unique=`for i in $$list; do \
2011
2069
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2012
2070
          done | \
2013
2071
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
2014
2072
              END { if (nonempty) { for (i in files) print i; }; }'`; \
2015
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
2073
        test -z "$(CTAGS_ARGS)$$unique" \
2016
2074
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
2017
 
             $$tags $$unique
 
2075
             $$unique
2018
2076
 
2019
2077
GTAGS:
2020
2078
        here=`$(am__cd) $(top_builddir) && pwd` \
2021
 
          && cd $(top_srcdir) \
2022
 
          && gtags -i $(GTAGS_ARGS) $$here
 
2079
          && $(am__cd) $(top_srcdir) \
 
2080
          && gtags -i $(GTAGS_ARGS) "$$here"
2023
2081
 
2024
2082
distclean-tags:
2025
2083
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
2040
2098
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
2041
2099
          if test -d $$d/$$file; then \
2042
2100
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
2101
            if test -d "$(distdir)/$$file"; then \
 
2102
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
2103
            fi; \
2043
2104
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
2044
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
2105
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
2106
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2045
2107
            fi; \
2046
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
2108
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
2047
2109
          else \
2048
 
            test -f $(distdir)/$$file \
2049
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
2110
            test -f "$(distdir)/$$file" \
 
2111
            || cp -p $$d/$$file "$(distdir)/$$file" \
2050
2112
            || exit 1; \
2051
2113
          fi; \
2052
2114
        done
2053
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
2115
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
2054
2116
          if test "$$subdir" = .; then :; else \
2055
2117
            test -d "$(distdir)/$$subdir" \
2056
2118
            || $(MKDIR_P) "$(distdir)/$$subdir" \
2057
2119
            || exit 1; \
2058
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
2059
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
2060
 
            (cd $$subdir && \
 
2120
          fi; \
 
2121
        done
 
2122
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
2123
          if test "$$subdir" = .; then :; else \
 
2124
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
2125
            $(am__relativize); \
 
2126
            new_distdir=$$reldir; \
 
2127
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
2128
            $(am__relativize); \
 
2129
            new_top_distdir=$$reldir; \
 
2130
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
2131
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
2132
            ($(am__cd) $$subdir && \
2061
2133
              $(MAKE) $(AM_MAKEFLAGS) \
2062
 
                top_distdir="$$top_distdir" \
2063
 
                distdir="$$distdir/$$subdir" \
 
2134
                top_distdir="$$new_top_distdir" \
 
2135
                distdir="$$new_distdir" \
2064
2136
                am__remove_distdir=: \
2065
2137
                am__skip_length_check=: \
 
2138
                am__skip_mode_fix=: \
2066
2139
                distdir) \
2067
2140
              || exit 1; \
2068
2141
          fi; \
2098
2171
 
2099
2172
distclean-generic:
2100
2173
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
2174
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
2101
2175
 
2102
2176
maintainer-clean-generic:
2103
2177
        @echo "This command is intended for maintainers to use"
2120
2194
 
2121
2195
html: html-recursive
2122
2196
 
 
2197
html-am:
 
2198
 
2123
2199
info: info-recursive
2124
2200
 
2125
2201
info-am:
2128
2204
 
2129
2205
install-dvi: install-dvi-recursive
2130
2206
 
 
2207
install-dvi-am:
 
2208
 
2131
2209
install-exec-am:
2132
2210
 
2133
2211
install-html: install-html-recursive
2134
2212
 
 
2213
install-html-am:
 
2214
 
2135
2215
install-info: install-info-recursive
2136
2216
 
 
2217
install-info-am:
 
2218
 
2137
2219
install-man:
2138
2220
 
2139
2221
install-pdf: install-pdf-recursive
2140
2222
 
 
2223
install-pdf-am:
 
2224
 
2141
2225
install-ps: install-ps-recursive
2142
2226
 
 
2227
install-ps-am:
 
2228
 
2143
2229
installcheck-am:
2144
2230
 
2145
2231
maintainer-clean: maintainer-clean-recursive
2162
2248
 
2163
2249
uninstall-am: uninstall-libvlcLTLIBRARIES
2164
2250
 
2165
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
2166
 
        install-strip
 
2251
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
 
2252
        ctags-recursive install install-am install-strip \
 
2253
        tags-recursive
2167
2254
 
2168
2255
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
2169
2256
        all all-am check check-am clean clean-generic clean-libtool \
2189
2276
        $(top_builddir)/compile
2190
2277
 
2191
2278
.PHONY: nice
 
2279
 
2192
2280
# Tell versions [3.59,3.63) of GNU make to not export all variables.
2193
2281
# Otherwise a system limit (for SysV at least) may be exceeded.
2194
2282
.NOEXPORT: