~ubuntu-branches/ubuntu/lucid/gst-plugins-bad0.10/lucid-proposed

« back to all changes in this revision

Viewing changes to ext/celt/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Tony Espy
  • Date: 2009-12-04 13:17:51 UTC
  • mfrom: (18.4.7 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091204131751-hpo02yltrcsmy1xh
Tags: 0.10.17-1ubuntu1
* Merge from Debian testing (LP: #481645), remaining changes:
  - Removed plugins that are now provided -good
    - libgstdtmf.so
    - libgstvalve.so
    - libgstautoconvert.so
    - libgstrtpmux.so
    - libgstliveadder.so

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
libgstcelt_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
96
114
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
97
115
depcomp = $(SHELL) $(top_srcdir)/depcomp
98
116
am__depfiles_maybe = depfiles
 
117
am__mv = mv -f
99
118
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
100
119
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
101
120
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
137
156
CDAUDIO_CFLAGS = @CDAUDIO_CFLAGS@
138
157
CDAUDIO_CONFIG = @CDAUDIO_CONFIG@
139
158
CDAUDIO_LIBS = @CDAUDIO_LIBS@
 
159
CELT_0_5_CFLAGS = @CELT_0_5_CFLAGS@
 
160
CELT_0_5_LIBS = @CELT_0_5_LIBS@
 
161
CELT_0_7_CFLAGS = @CELT_0_7_CFLAGS@
 
162
CELT_0_7_LIBS = @CELT_0_7_LIBS@
140
163
CELT_CFLAGS = @CELT_CFLAGS@
141
164
CELT_LIBS = @CELT_LIBS@
142
165
CFLAGS = @CFLAGS@
 
166
COG_CFLAGS = @COG_CFLAGS@
 
167
COG_LIBS = @COG_LIBS@
143
168
CPP = @CPP@
144
169
CPPFLAGS = @CPPFLAGS@
145
170
CXX = @CXX@
148
173
CXXFLAGS = @CXXFLAGS@
149
174
CYGPATH_W = @CYGPATH_W@
150
175
DCCP_LIBS = @DCCP_LIBS@
 
176
DEFAULT_AUDIOSINK = @DEFAULT_AUDIOSINK@
 
177
DEFAULT_AUDIOSRC = @DEFAULT_AUDIOSRC@
 
178
DEFAULT_VIDEOSINK = @DEFAULT_VIDEOSINK@
 
179
DEFAULT_VIDEOSRC = @DEFAULT_VIDEOSRC@
 
180
DEFAULT_VISUALIZER = @DEFAULT_VISUALIZER@
151
181
DEFS = @DEFS@
152
182
DEPDIR = @DEPDIR@
153
183
DEPRECATED_CFLAGS = @DEPRECATED_CFLAGS@
325
355
OBJEXT = @OBJEXT@
326
356
OFA_CFLAGS = @OFA_CFLAGS@
327
357
OFA_LIBS = @OFA_LIBS@
 
358
ORCC = @ORCC@
328
359
OTOOL = @OTOOL@
329
360
OTOOL64 = @OTOOL64@
330
361
PACKAGE = @PACKAGE@
351
382
PYTHON_VERSION = @PYTHON_VERSION@
352
383
Q = @Q@
353
384
RANLIB = @RANLIB@
 
385
RSVG_CFLAGS = @RSVG_CFLAGS@
 
386
RSVG_LIBS = @RSVG_LIBS@
354
387
SCHRO_CFLAGS = @SCHRO_CFLAGS@
355
388
SCHRO_LIBS = @SCHRO_LIBS@
356
389
SDL_CFLAGS = @SDL_CFLAGS@
402
435
X_EXTRA_LIBS = @X_EXTRA_LIBS@
403
436
X_LIBS = @X_LIBS@
404
437
X_PRE_LIBS = @X_PRE_LIBS@
 
438
ZBAR_CFLAGS = @ZBAR_CFLAGS@
 
439
ZBAR_LIBS = @ZBAR_LIBS@
405
440
abs_builddir = @abs_builddir@
406
441
abs_srcdir = @abs_srcdir@
407
442
abs_top_builddir = @abs_top_builddir@
491
526
              exit 1;; \
492
527
          esac; \
493
528
        done; \
494
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  ext/celt/Makefile'; \
495
 
        cd $(top_srcdir) && \
496
 
          $(AUTOMAKE) --gnu  ext/celt/Makefile
 
529
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu ext/celt/Makefile'; \
 
530
        $(am__cd) $(top_srcdir) && \
 
531
          $(AUTOMAKE) --gnu ext/celt/Makefile
497
532
.PRECIOUS: Makefile
498
533
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
499
534
        @case '$?' in \
511
546
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
512
547
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
513
548
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
549
$(am__aclocal_m4_deps):
514
550
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
515
551
        @$(NORMAL_INSTALL)
516
552
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
517
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
553
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
554
        list2=; for p in $$list; do \
518
555
          if test -f $$p; then \
519
 
            f=$(am__strip_dir) \
520
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
521
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
556
            list2="$$list2 $$p"; \
522
557
          else :; fi; \
523
 
        done
 
558
        done; \
 
559
        test -z "$$list2" || { \
 
560
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
 
561
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
 
562
        }
524
563
 
525
564
uninstall-pluginLTLIBRARIES:
526
565
        @$(NORMAL_UNINSTALL)
527
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
528
 
          p=$(am__strip_dir) \
529
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
530
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
 
566
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
567
        for p in $$list; do \
 
568
          $(am__strip_dir) \
 
569
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
 
570
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
531
571
        done
532
572
 
533
573
clean-pluginLTLIBRARIES:
553
593
 
554
594
.c.o:
555
595
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
556
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
596
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
557
597
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
558
598
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
559
599
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
560
600
 
561
601
.c.obj:
562
602
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
563
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
603
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
564
604
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
565
605
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
566
606
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
567
607
 
568
608
.c.lo:
569
609
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
570
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
610
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
571
611
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
572
612
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
573
613
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
574
614
 
575
615
libgstcelt_la-gstcelt.lo: gstcelt.c
576
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(libgstcelt_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstcelt_la_CFLAGS) $(CFLAGS) -MT libgstcelt_la-gstcelt.lo -MD -MP -MF $(DEPDIR)/libgstcelt_la-gstcelt.Tpo -c -o libgstcelt_la-gstcelt.lo `test -f 'gstcelt.c' || echo '$(srcdir)/'`gstcelt.c
577
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libgstcelt_la-gstcelt.Tpo $(DEPDIR)/libgstcelt_la-gstcelt.Plo
 
616
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgstcelt_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstcelt_la_CFLAGS) $(CFLAGS) -MT libgstcelt_la-gstcelt.lo -MD -MP -MF $(DEPDIR)/libgstcelt_la-gstcelt.Tpo -c -o libgstcelt_la-gstcelt.lo `test -f 'gstcelt.c' || echo '$(srcdir)/'`gstcelt.c
 
617
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstcelt_la-gstcelt.Tpo $(DEPDIR)/libgstcelt_la-gstcelt.Plo
578
618
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstcelt.c' object='libgstcelt_la-gstcelt.lo' libtool=yes @AMDEPBACKSLASH@
579
619
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
580
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(libgstcelt_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstcelt_la_CFLAGS) $(CFLAGS) -c -o libgstcelt_la-gstcelt.lo `test -f 'gstcelt.c' || echo '$(srcdir)/'`gstcelt.c
 
620
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgstcelt_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstcelt_la_CFLAGS) $(CFLAGS) -c -o libgstcelt_la-gstcelt.lo `test -f 'gstcelt.c' || echo '$(srcdir)/'`gstcelt.c
581
621
 
582
622
libgstcelt_la-gstceltdec.lo: gstceltdec.c
583
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(libgstcelt_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstcelt_la_CFLAGS) $(CFLAGS) -MT libgstcelt_la-gstceltdec.lo -MD -MP -MF $(DEPDIR)/libgstcelt_la-gstceltdec.Tpo -c -o libgstcelt_la-gstceltdec.lo `test -f 'gstceltdec.c' || echo '$(srcdir)/'`gstceltdec.c
584
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libgstcelt_la-gstceltdec.Tpo $(DEPDIR)/libgstcelt_la-gstceltdec.Plo
 
623
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgstcelt_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstcelt_la_CFLAGS) $(CFLAGS) -MT libgstcelt_la-gstceltdec.lo -MD -MP -MF $(DEPDIR)/libgstcelt_la-gstceltdec.Tpo -c -o libgstcelt_la-gstceltdec.lo `test -f 'gstceltdec.c' || echo '$(srcdir)/'`gstceltdec.c
 
624
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstcelt_la-gstceltdec.Tpo $(DEPDIR)/libgstcelt_la-gstceltdec.Plo
585
625
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstceltdec.c' object='libgstcelt_la-gstceltdec.lo' libtool=yes @AMDEPBACKSLASH@
586
626
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
587
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(libgstcelt_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstcelt_la_CFLAGS) $(CFLAGS) -c -o libgstcelt_la-gstceltdec.lo `test -f 'gstceltdec.c' || echo '$(srcdir)/'`gstceltdec.c
 
627
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgstcelt_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstcelt_la_CFLAGS) $(CFLAGS) -c -o libgstcelt_la-gstceltdec.lo `test -f 'gstceltdec.c' || echo '$(srcdir)/'`gstceltdec.c
588
628
 
589
629
libgstcelt_la-gstceltenc.lo: gstceltenc.c
590
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(libgstcelt_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstcelt_la_CFLAGS) $(CFLAGS) -MT libgstcelt_la-gstceltenc.lo -MD -MP -MF $(DEPDIR)/libgstcelt_la-gstceltenc.Tpo -c -o libgstcelt_la-gstceltenc.lo `test -f 'gstceltenc.c' || echo '$(srcdir)/'`gstceltenc.c
591
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libgstcelt_la-gstceltenc.Tpo $(DEPDIR)/libgstcelt_la-gstceltenc.Plo
 
630
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgstcelt_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstcelt_la_CFLAGS) $(CFLAGS) -MT libgstcelt_la-gstceltenc.lo -MD -MP -MF $(DEPDIR)/libgstcelt_la-gstceltenc.Tpo -c -o libgstcelt_la-gstceltenc.lo `test -f 'gstceltenc.c' || echo '$(srcdir)/'`gstceltenc.c
 
631
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstcelt_la-gstceltenc.Tpo $(DEPDIR)/libgstcelt_la-gstceltenc.Plo
592
632
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstceltenc.c' object='libgstcelt_la-gstceltenc.lo' libtool=yes @AMDEPBACKSLASH@
593
633
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
594
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(libgstcelt_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstcelt_la_CFLAGS) $(CFLAGS) -c -o libgstcelt_la-gstceltenc.lo `test -f 'gstceltenc.c' || echo '$(srcdir)/'`gstceltenc.c
 
634
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgstcelt_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstcelt_la_CFLAGS) $(CFLAGS) -c -o libgstcelt_la-gstceltenc.lo `test -f 'gstceltenc.c' || echo '$(srcdir)/'`gstceltenc.c
595
635
 
596
636
mostlyclean-libtool:
597
637
        -rm -f *.lo
611
651
 
612
652
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
613
653
                $(TAGS_FILES) $(LISP)
614
 
        tags=; \
 
654
        set x; \
615
655
        here=`pwd`; \
616
656
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
617
657
        unique=`for i in $$list; do \
619
659
          done | \
620
660
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
621
661
              END { if (nonempty) { for (i in files) print i; }; }'`; \
622
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
662
        shift; \
 
663
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
623
664
          test -n "$$unique" || unique=$$empty_fix; \
624
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
625
 
            $$tags $$unique; \
 
665
          if test $$# -gt 0; then \
 
666
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
667
              "$$@" $$unique; \
 
668
          else \
 
669
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
670
              $$unique; \
 
671
          fi; \
626
672
        fi
627
673
ctags: CTAGS
628
674
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
629
675
                $(TAGS_FILES) $(LISP)
630
 
        tags=; \
631
676
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
632
677
        unique=`for i in $$list; do \
633
678
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
634
679
          done | \
635
680
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
636
681
              END { if (nonempty) { for (i in files) print i; }; }'`; \
637
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
682
        test -z "$(CTAGS_ARGS)$$unique" \
638
683
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
639
 
             $$tags $$unique
 
684
             $$unique
640
685
 
641
686
GTAGS:
642
687
        here=`$(am__cd) $(top_builddir) && pwd` \
643
 
          && cd $(top_srcdir) \
644
 
          && gtags -i $(GTAGS_ARGS) $$here
 
688
          && $(am__cd) $(top_srcdir) \
 
689
          && gtags -i $(GTAGS_ARGS) "$$here"
645
690
 
646
691
distclean-tags:
647
692
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
662
707
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
663
708
          if test -d $$d/$$file; then \
664
709
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
710
            if test -d "$(distdir)/$$file"; then \
 
711
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
712
            fi; \
665
713
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
666
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
714
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
715
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
667
716
            fi; \
668
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
717
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
669
718
          else \
670
 
            test -f $(distdir)/$$file \
671
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
719
            test -f "$(distdir)/$$file" \
 
720
            || cp -p $$d/$$file "$(distdir)/$$file" \
672
721
            || exit 1; \
673
722
          fi; \
674
723
        done
699
748
 
700
749
distclean-generic:
701
750
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
751
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
702
752
 
703
753
maintainer-clean-generic:
704
754
        @echo "This command is intended for maintainers to use"
720
770
 
721
771
html: html-am
722
772
 
 
773
html-am:
 
774
 
723
775
info: info-am
724
776
 
725
777
info-am:
728
780
 
729
781
install-dvi: install-dvi-am
730
782
 
 
783
install-dvi-am:
 
784
 
731
785
install-exec-am:
732
786
 
733
787
install-html: install-html-am
734
788
 
 
789
install-html-am:
 
790
 
735
791
install-info: install-info-am
736
792
 
 
793
install-info-am:
 
794
 
737
795
install-man:
738
796
 
739
797
install-pdf: install-pdf-am
740
798
 
 
799
install-pdf-am:
 
800
 
741
801
install-ps: install-ps-am
742
802
 
 
803
install-ps-am:
 
804
 
743
805
installcheck-am:
744
806
 
745
807
maintainer-clean: maintainer-clean-am
778
840
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
779
841
        tags uninstall uninstall-am uninstall-pluginLTLIBRARIES
780
842
 
 
843
 
781
844
# Tell versions [3.59,3.63) of GNU make to not export all variables.
782
845
# Otherwise a system limit (for SysV at least) may be exceeded.
783
846
.NOEXPORT: