~dobey/ubuntu/natty/banshee/fix-and-amz

« back to all changes in this revision

Viewing changes to gstreamer/equalizer/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2011-01-24 22:17:31 UTC
  • mfrom: (6.3.14 experimental)
  • Revision ID: james.westby@ubuntu.com-20110124221731-qdqootsggfidrsjz
Tags: 1.9.2-1ubuntu1
* Merge from Debian Experimental, remaining changes:
  + Enable SoundMenu and Disable NotificationArea by default
  + Disable boo and karma extensions
  + Enable and recommnd u1ms and soundmenu extensions
  + Move desktop file for Meego UI to /usr/share/une/applications
* [0c8acd9] Enable u1ms by default

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 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, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
18
17
 
19
18
VPATH = @srcdir@
20
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
21
21
pkgincludedir = $(includedir)/@PACKAGE@
22
 
pkglibdir = $(libdir)/@PACKAGE@
23
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
24
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
23
install_sh_DATA = $(install_sh) -c -m 644
26
24
install_sh_PROGRAM = $(install_sh) -c
82
80
mkinstalldirs = $(install_sh) -d
83
81
CONFIG_HEADER = $(top_builddir)/config.h
84
82
CONFIG_CLEAN_FILES =
85
 
CONFIG_CLEAN_VPATH_FILES =
86
83
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
87
84
am__vpath_adj = case $$p in \
88
85
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
89
86
    *) f=$$p;; \
90
87
  esac;
91
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
92
 
am__install_max = 40
93
 
am__nobase_strip_setup = \
94
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
95
 
am__nobase_strip = \
96
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
97
 
am__nobase_list = $(am__nobase_strip_setup); \
98
 
  for p in $$list; do echo "$$p $$p"; done | \
99
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
100
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
101
 
    if (++n[$$2] == $(am__install_max)) \
102
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
103
 
    END { for (dir in files) print dir, files[dir] }'
104
 
am__base_list = \
105
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
106
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
88
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
107
89
am__installdirs = "$(DESTDIR)$(plugindir)"
 
90
pluginLTLIBRARIES_INSTALL = $(INSTALL)
108
91
LTLIBRARIES = $(plugin_LTLIBRARIES)
109
92
am__DEPENDENCIES_1 =
110
93
libgstequalizer_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
118
101
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
119
102
depcomp = $(SHELL) $(top_srcdir)/depcomp
120
103
am__depfiles_maybe = depfiles
121
 
am__mv = mv -f
122
104
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
123
105
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
124
106
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
194
176
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
195
177
GDATASHARP_CFLAGS = @GDATASHARP_CFLAGS@
196
178
GDATASHARP_LIBS = @GDATASHARP_LIBS@
 
179
GDK_2_22_CFLAGS = @GDK_2_22_CFLAGS@
 
180
GDK_2_22_LIBS = @GDK_2_22_LIBS@
197
181
GDK_QUARTZ_CFLAGS = @GDK_QUARTZ_CFLAGS@
198
182
GDK_QUARTZ_LIBS = @GDK_QUARTZ_LIBS@
199
183
GDK_X11_CFLAGS = @GDK_X11_CFLAGS@
255
239
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
256
240
INSTOBJEXT = @INSTOBJEXT@
257
241
INTLLIBS = @INTLLIBS@
 
242
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
243
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
244
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
258
245
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
246
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
247
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
259
248
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
249
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
260
250
INTLTOOL_PERL = @INTLTOOL_PERL@
 
251
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
 
252
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
253
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
254
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
255
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
256
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
257
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
258
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
259
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
260
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
261
261
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
262
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
263
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
264
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
262
265
IPODSHARP_ASSEMBLIES = @IPODSHARP_ASSEMBLIES@
263
266
IPODSHARP_CFLAGS = @IPODSHARP_CFLAGS@
264
267
IPODSHARP_LIBS = @IPODSHARP_LIBS@
293
296
MEEGO_PANEL_CFLAGS = @MEEGO_PANEL_CFLAGS@
294
297
MEEGO_PANEL_LIBS = @MEEGO_PANEL_LIBS@
295
298
MKDIR_P = @MKDIR_P@
296
 
MKINSTALLDIRS = @MKINSTALLDIRS@
297
299
MONO = @MONO@
298
300
MONODOCER = @MONODOCER@
299
301
MONOTORRENT_ASSEMBLIES = @MONOTORRENT_ASSEMBLIES@
335
337
PACKAGE_NAME = @PACKAGE_NAME@
336
338
PACKAGE_STRING = @PACKAGE_STRING@
337
339
PACKAGE_TARNAME = @PACKAGE_TARNAME@
338
 
PACKAGE_URL = @PACKAGE_URL@
339
340
PACKAGE_VERSION = @PACKAGE_VERSION@
340
341
PATH_SEPARATOR = @PATH_SEPARATOR@
341
342
PKG_CONFIG = @PKG_CONFIG@
342
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
343
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
344
343
POFILES = @POFILES@
345
344
POSUB = @POSUB@
346
345
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
403
402
libexecdir = @libexecdir@
404
403
localedir = @localedir@
405
404
localstatedir = @localstatedir@
 
405
lt_ECHO = @lt_ECHO@
406
406
mandir = @mandir@
407
407
mkdir_p = @mkdir_p@
408
408
oldincludedir = @oldincludedir@
443
443
        @for dep in $?; do \
444
444
          case '$(am__configure_deps)' in \
445
445
            *$$dep*) \
446
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
447
 
                && { if test -f $@; then exit 0; else break; fi; }; \
 
446
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
447
                && exit 0; \
448
448
              exit 1;; \
449
449
          esac; \
450
450
        done; \
451
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gstreamer/equalizer/Makefile'; \
452
 
        $(am__cd) $(top_srcdir) && \
453
 
          $(AUTOMAKE) --foreign gstreamer/equalizer/Makefile
 
451
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  gstreamer/equalizer/Makefile'; \
 
452
        cd $(top_srcdir) && \
 
453
          $(AUTOMAKE) --foreign  gstreamer/equalizer/Makefile
454
454
.PRECIOUS: Makefile
455
455
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
456
456
        @case '$?' in \
468
468
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
469
469
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
470
470
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
471
 
$(am__aclocal_m4_deps):
472
471
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
473
472
        @$(NORMAL_INSTALL)
474
473
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
475
 
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
476
 
        list2=; for p in $$list; do \
 
474
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
477
475
          if test -f $$p; then \
478
 
            list2="$$list2 $$p"; \
 
476
            f=$(am__strip_dir) \
 
477
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
 
478
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
479
479
          else :; fi; \
480
 
        done; \
481
 
        test -z "$$list2" || { \
482
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
483
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
484
 
        }
 
480
        done
485
481
 
486
482
uninstall-pluginLTLIBRARIES:
487
483
        @$(NORMAL_UNINSTALL)
488
 
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
489
 
        for p in $$list; do \
490
 
          $(am__strip_dir) \
491
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
492
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
 
484
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
485
          p=$(am__strip_dir) \
 
486
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
 
487
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
493
488
        done
494
489
 
495
490
clean-pluginLTLIBRARIES:
514
509
 
515
510
.c.o:
516
511
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
517
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
512
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
518
513
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
519
514
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
520
515
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
521
516
 
522
517
.c.obj:
523
518
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
524
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
519
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
525
520
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
526
521
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
527
522
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
528
523
 
529
524
.c.lo:
530
525
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
531
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
526
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
532
527
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
533
528
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
534
529
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
535
530
 
536
531
libgstequalizer_la-gstiirequalizer.lo: gstiirequalizer.c
537
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstequalizer_la_CFLAGS) $(CFLAGS) -MT libgstequalizer_la-gstiirequalizer.lo -MD -MP -MF $(DEPDIR)/libgstequalizer_la-gstiirequalizer.Tpo -c -o libgstequalizer_la-gstiirequalizer.lo `test -f 'gstiirequalizer.c' || echo '$(srcdir)/'`gstiirequalizer.c
538
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstequalizer_la-gstiirequalizer.Tpo $(DEPDIR)/libgstequalizer_la-gstiirequalizer.Plo
 
532
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstequalizer_la_CFLAGS) $(CFLAGS) -MT libgstequalizer_la-gstiirequalizer.lo -MD -MP -MF $(DEPDIR)/libgstequalizer_la-gstiirequalizer.Tpo -c -o libgstequalizer_la-gstiirequalizer.lo `test -f 'gstiirequalizer.c' || echo '$(srcdir)/'`gstiirequalizer.c
 
533
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libgstequalizer_la-gstiirequalizer.Tpo $(DEPDIR)/libgstequalizer_la-gstiirequalizer.Plo
539
534
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstiirequalizer.c' object='libgstequalizer_la-gstiirequalizer.lo' libtool=yes @AMDEPBACKSLASH@
540
535
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
541
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstequalizer_la_CFLAGS) $(CFLAGS) -c -o libgstequalizer_la-gstiirequalizer.lo `test -f 'gstiirequalizer.c' || echo '$(srcdir)/'`gstiirequalizer.c
 
536
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstequalizer_la_CFLAGS) $(CFLAGS) -c -o libgstequalizer_la-gstiirequalizer.lo `test -f 'gstiirequalizer.c' || echo '$(srcdir)/'`gstiirequalizer.c
542
537
 
543
538
libgstequalizer_la-gstiirequalizer10bands.lo: gstiirequalizer10bands.c
544
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstequalizer_la_CFLAGS) $(CFLAGS) -MT libgstequalizer_la-gstiirequalizer10bands.lo -MD -MP -MF $(DEPDIR)/libgstequalizer_la-gstiirequalizer10bands.Tpo -c -o libgstequalizer_la-gstiirequalizer10bands.lo `test -f 'gstiirequalizer10bands.c' || echo '$(srcdir)/'`gstiirequalizer10bands.c
545
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstequalizer_la-gstiirequalizer10bands.Tpo $(DEPDIR)/libgstequalizer_la-gstiirequalizer10bands.Plo
 
539
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstequalizer_la_CFLAGS) $(CFLAGS) -MT libgstequalizer_la-gstiirequalizer10bands.lo -MD -MP -MF $(DEPDIR)/libgstequalizer_la-gstiirequalizer10bands.Tpo -c -o libgstequalizer_la-gstiirequalizer10bands.lo `test -f 'gstiirequalizer10bands.c' || echo '$(srcdir)/'`gstiirequalizer10bands.c
 
540
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libgstequalizer_la-gstiirequalizer10bands.Tpo $(DEPDIR)/libgstequalizer_la-gstiirequalizer10bands.Plo
546
541
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstiirequalizer10bands.c' object='libgstequalizer_la-gstiirequalizer10bands.lo' libtool=yes @AMDEPBACKSLASH@
547
542
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
548
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstequalizer_la_CFLAGS) $(CFLAGS) -c -o libgstequalizer_la-gstiirequalizer10bands.lo `test -f 'gstiirequalizer10bands.c' || echo '$(srcdir)/'`gstiirequalizer10bands.c
 
543
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstequalizer_la_CFLAGS) $(CFLAGS) -c -o libgstequalizer_la-gstiirequalizer10bands.lo `test -f 'gstiirequalizer10bands.c' || echo '$(srcdir)/'`gstiirequalizer10bands.c
549
544
 
550
545
mostlyclean-libtool:
551
546
        -rm -f *.lo
558
553
        unique=`for i in $$list; do \
559
554
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
560
555
          done | \
561
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
556
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
562
557
              END { if (nonempty) { for (i in files) print i; }; }'`; \
563
558
        mkid -fID $$unique
564
559
tags: TAGS
565
560
 
566
561
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
567
562
                $(TAGS_FILES) $(LISP)
568
 
        set x; \
 
563
        tags=; \
569
564
        here=`pwd`; \
570
565
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
571
566
        unique=`for i in $$list; do \
573
568
          done | \
574
569
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
575
570
              END { if (nonempty) { for (i in files) print i; }; }'`; \
576
 
        shift; \
577
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
571
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
578
572
          test -n "$$unique" || unique=$$empty_fix; \
579
 
          if test $$# -gt 0; then \
580
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
581
 
              "$$@" $$unique; \
582
 
          else \
583
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
584
 
              $$unique; \
585
 
          fi; \
 
573
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
574
            $$tags $$unique; \
586
575
        fi
587
576
ctags: CTAGS
588
577
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
589
578
                $(TAGS_FILES) $(LISP)
 
579
        tags=; \
590
580
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
591
581
        unique=`for i in $$list; do \
592
582
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
593
583
          done | \
594
584
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
595
585
              END { if (nonempty) { for (i in files) print i; }; }'`; \
596
 
        test -z "$(CTAGS_ARGS)$$unique" \
 
586
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
597
587
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
598
 
             $$unique
 
588
             $$tags $$unique
599
589
 
600
590
GTAGS:
601
591
        here=`$(am__cd) $(top_builddir) && pwd` \
602
 
          && $(am__cd) $(top_srcdir) \
603
 
          && gtags -i $(GTAGS_ARGS) "$$here"
 
592
          && cd $(top_srcdir) \
 
593
          && gtags -i $(GTAGS_ARGS) $$here
604
594
 
605
595
distclean-tags:
606
596
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
621
611
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
622
612
          if test -d $$d/$$file; then \
623
613
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
624
 
            if test -d "$(distdir)/$$file"; then \
625
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
626
 
            fi; \
627
614
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
628
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
629
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
615
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
630
616
            fi; \
631
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
617
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
632
618
          else \
633
 
            test -f "$(distdir)/$$file" \
634
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
619
            test -f $(distdir)/$$file \
 
620
            || cp -p $$d/$$file $(distdir)/$$file \
635
621
            || exit 1; \
636
622
          fi; \
637
623
        done
662
648
 
663
649
distclean-generic:
664
650
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
665
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
666
651
 
667
652
maintainer-clean-generic:
668
653
        @echo "This command is intended for maintainers to use"
685
670
 
686
671
html: html-am
687
672
 
688
 
html-am:
689
 
 
690
673
info: info-am
691
674
 
692
675
info-am:
695
678
 
696
679
install-dvi: install-dvi-am
697
680
 
698
 
install-dvi-am:
699
 
 
700
681
install-exec-am:
701
682
 
702
683
install-html: install-html-am
703
684
 
704
 
install-html-am:
705
 
 
706
685
install-info: install-info-am
707
686
 
708
 
install-info-am:
709
 
 
710
687
install-man:
711
688
 
712
689
install-pdf: install-pdf-am
713
690
 
714
 
install-pdf-am:
715
 
 
716
691
install-ps: install-ps-am
717
692
 
718
 
install-ps-am:
719
 
 
720
693
installcheck-am:
721
694
 
722
695
maintainer-clean: maintainer-clean-am
755
728
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
756
729
        tags uninstall uninstall-am uninstall-pluginLTLIBRARIES
757
730
 
758
 
 
759
731
# Tell versions [3.59,3.63) of GNU make to not export all variables.
760
732
# Otherwise a system limit (for SysV at least) may be exceeded.
761
733
.NOEXPORT: