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

« back to all changes in this revision

Viewing changes to ext/faad/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Onkar Shinde
  • Date: 2009-12-07 08:54:28 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20091207085428-ml6aaukf0p2ph34d
Tags: 0.10.17-0ubuntu1
* New upstream release.
* Add myself to maintainer.
* Fix misc lintian warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
17
18
 
18
19
VPATH = @srcdir@
19
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
20
22
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
25
install_sh_DATA = $(install_sh) -c -m 644
24
26
install_sh_PROGRAM = $(install_sh) -c
48
50
        $(top_srcdir)/common/m4/gst-arch.m4 \
49
51
        $(top_srcdir)/common/m4/gst-args.m4 \
50
52
        $(top_srcdir)/common/m4/gst-check.m4 \
 
53
        $(top_srcdir)/common/m4/gst-default.m4 \
51
54
        $(top_srcdir)/common/m4/gst-dowhile.m4 \
52
55
        $(top_srcdir)/common/m4/gst-error.m4 \
53
56
        $(top_srcdir)/common/m4/gst-feature.m4 \
74
77
mkinstalldirs = $(install_sh) -d
75
78
CONFIG_HEADER = $(top_builddir)/config.h
76
79
CONFIG_CLEAN_FILES =
 
80
CONFIG_CLEAN_VPATH_FILES =
77
81
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
78
82
am__vpath_adj = case $$p in \
79
83
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
80
84
    *) f=$$p;; \
81
85
  esac;
82
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
86
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
87
am__install_max = 40
 
88
am__nobase_strip_setup = \
 
89
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
90
am__nobase_strip = \
 
91
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
92
am__nobase_list = $(am__nobase_strip_setup); \
 
93
  for p in $$list; do echo "$$p $$p"; done | \
 
94
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
95
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
96
    if (++n[$$2] == $(am__install_max)) \
 
97
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
98
    END { for (dir in files) print dir, files[dir] }'
 
99
am__base_list = \
 
100
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
101
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
83
102
am__installdirs = "$(DESTDIR)$(plugindir)"
84
 
pluginLTLIBRARIES_INSTALL = $(INSTALL)
85
103
LTLIBRARIES = $(plugin_LTLIBRARIES)
86
104
am__DEPENDENCIES_1 =
87
105
libgstfaad_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
94
112
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
95
113
depcomp = $(SHELL) $(top_srcdir)/depcomp
96
114
am__depfiles_maybe = depfiles
 
115
am__mv = mv -f
97
116
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
98
117
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
99
118
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
135
154
CDAUDIO_CFLAGS = @CDAUDIO_CFLAGS@
136
155
CDAUDIO_CONFIG = @CDAUDIO_CONFIG@
137
156
CDAUDIO_LIBS = @CDAUDIO_LIBS@
 
157
CELT_0_5_CFLAGS = @CELT_0_5_CFLAGS@
 
158
CELT_0_5_LIBS = @CELT_0_5_LIBS@
 
159
CELT_0_7_CFLAGS = @CELT_0_7_CFLAGS@
 
160
CELT_0_7_LIBS = @CELT_0_7_LIBS@
138
161
CELT_CFLAGS = @CELT_CFLAGS@
139
162
CELT_LIBS = @CELT_LIBS@
140
163
CFLAGS = @CFLAGS@
 
164
COG_CFLAGS = @COG_CFLAGS@
 
165
COG_LIBS = @COG_LIBS@
141
166
CPP = @CPP@
142
167
CPPFLAGS = @CPPFLAGS@
143
168
CXX = @CXX@
146
171
CXXFLAGS = @CXXFLAGS@
147
172
CYGPATH_W = @CYGPATH_W@
148
173
DCCP_LIBS = @DCCP_LIBS@
 
174
DEFAULT_AUDIOSINK = @DEFAULT_AUDIOSINK@
 
175
DEFAULT_AUDIOSRC = @DEFAULT_AUDIOSRC@
 
176
DEFAULT_VIDEOSINK = @DEFAULT_VIDEOSINK@
 
177
DEFAULT_VIDEOSRC = @DEFAULT_VIDEOSRC@
 
178
DEFAULT_VISUALIZER = @DEFAULT_VISUALIZER@
149
179
DEFS = @DEFS@
150
180
DEPDIR = @DEPDIR@
151
181
DEPRECATED_CFLAGS = @DEPRECATED_CFLAGS@
152
182
DIRAC_CFLAGS = @DIRAC_CFLAGS@
153
183
DIRAC_LIBS = @DIRAC_LIBS@
154
 
DIRECTDRAW_CFLAGS = @DIRECTDRAW_CFLAGS@
155
 
DIRECTDRAW_LDFLAGS = @DIRECTDRAW_LDFLAGS@
156
184
DIRECTDRAW_LIBS = @DIRECTDRAW_LIBS@
157
185
DIRECTFB_CFLAGS = @DIRECTFB_CFLAGS@
158
186
DIRECTFB_LIBS = @DIRECTFB_LIBS@
 
187
DIRECTSOUND_LIBS = @DIRECTSOUND_LIBS@
 
188
DIRECTX_CFLAGS = @DIRECTX_CFLAGS@
 
189
DIRECTX_LDFLAGS = @DIRECTX_LDFLAGS@
159
190
DIVXDEC_LIBS = @DIVXDEC_LIBS@
160
191
DIVXENC_LIBS = @DIVXENC_LIBS@
161
192
DLLTOOL = @DLLTOOL@
194
225
GLIB_LIBS = @GLIB_LIBS@
195
226
GLIB_PREFIX = @GLIB_PREFIX@
196
227
GLIB_REQ = @GLIB_REQ@
 
228
GME_LIBS = @GME_LIBS@
197
229
GMSGFMT = @GMSGFMT@
198
230
GMSGFMT_015 = @GMSGFMT_015@
199
231
GMYTH_CFLAGS = @GMYTH_CFLAGS@
236
268
HAVE_BZ2 = @HAVE_BZ2@
237
269
HAVE_CXX = @HAVE_CXX@
238
270
HAVE_DIRECTDRAW = @HAVE_DIRECTDRAW@
 
271
HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@
239
272
HAVE_DTS = @HAVE_DTS@
240
273
HAVE_FAAC = @HAVE_FAAC@
241
274
HAVE_FAAD = @HAVE_FAAD@
260
293
JACK_CFLAGS = @JACK_CFLAGS@
261
294
JACK_LIBS = @JACK_LIBS@
262
295
JP2K_LIBS = @JP2K_LIBS@
 
296
KATE_CFLAGS = @KATE_CFLAGS@
 
297
KATE_LIBS = @KATE_LIBS@
263
298
LD = @LD@
264
299
LDFLAGS = @LDFLAGS@
265
300
LIBDC1394_CFLAGS = @LIBDC1394_CFLAGS@
318
353
OBJEXT = @OBJEXT@
319
354
OFA_CFLAGS = @OFA_CFLAGS@
320
355
OFA_LIBS = @OFA_LIBS@
 
356
ORCC = @ORCC@
321
357
OTOOL = @OTOOL@
322
358
OTOOL64 = @OTOOL64@
323
359
PACKAGE = @PACKAGE@
325
361
PACKAGE_NAME = @PACKAGE_NAME@
326
362
PACKAGE_STRING = @PACKAGE_STRING@
327
363
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
364
PACKAGE_URL = @PACKAGE_URL@
328
365
PACKAGE_VERSION = @PACKAGE_VERSION@
329
366
PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
330
367
PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
343
380
PYTHON_VERSION = @PYTHON_VERSION@
344
381
Q = @Q@
345
382
RANLIB = @RANLIB@
 
383
RSVG_CFLAGS = @RSVG_CFLAGS@
 
384
RSVG_LIBS = @RSVG_LIBS@
 
385
SCHRO_CFLAGS = @SCHRO_CFLAGS@
 
386
SCHRO_LIBS = @SCHRO_LIBS@
346
387
SDL_CFLAGS = @SDL_CFLAGS@
347
388
SDL_CONFIG = @SDL_CONFIG@
348
389
SDL_LIBS = @SDL_LIBS@
349
390
SED = @SED@
350
391
SET_MAKE = @SET_MAKE@
351
392
SHELL = @SHELL@
 
393
SLV2_CFLAGS = @SLV2_CFLAGS@
 
394
SLV2_LIBS = @SLV2_LIBS@
352
395
SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
353
396
SNDFILE_LIBS = @SNDFILE_LIBS@
354
397
SOUNDTOUCH_CFLAGS = @SOUNDTOUCH_CFLAGS@
359
402
SWFDEC_LIBS = @SWFDEC_LIBS@
360
403
THEORADEC_CFLAGS = @THEORADEC_CFLAGS@
361
404
THEORADEC_LIBS = @THEORADEC_LIBS@
 
405
TIGER_CFLAGS = @TIGER_CFLAGS@
 
406
TIGER_LIBS = @TIGER_LIBS@
362
407
TIMIDITY_CFLAGS = @TIMIDITY_CFLAGS@
363
408
TIMIDITY_LIBS = @TIMIDITY_LIBS@
364
409
USE_NLS = @USE_NLS@
366
411
VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
367
412
VALGRIND_LIBS = @VALGRIND_LIBS@
368
413
VALGRIND_PATH = @VALGRIND_PATH@
 
414
VDPAU_CFLAGS = @VDPAU_CFLAGS@
 
415
VDPAU_LIBS = @VDPAU_LIBS@
369
416
VERSION = @VERSION@
370
417
WILDMIDI_CFLAGS = @WILDMIDI_CFLAGS@
371
418
WILDMIDI_LIBS = @WILDMIDI_LIBS@
386
433
X_EXTRA_LIBS = @X_EXTRA_LIBS@
387
434
X_LIBS = @X_LIBS@
388
435
X_PRE_LIBS = @X_PRE_LIBS@
 
436
ZBAR_CFLAGS = @ZBAR_CFLAGS@
 
437
ZBAR_LIBS = @ZBAR_LIBS@
389
438
abs_builddir = @abs_builddir@
390
439
abs_srcdir = @abs_srcdir@
391
440
abs_top_builddir = @abs_top_builddir@
468
517
              exit 1;; \
469
518
          esac; \
470
519
        done; \
471
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  ext/faad/Makefile'; \
472
 
        cd $(top_srcdir) && \
473
 
          $(AUTOMAKE) --gnu  ext/faad/Makefile
 
520
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu ext/faad/Makefile'; \
 
521
        $(am__cd) $(top_srcdir) && \
 
522
          $(AUTOMAKE) --gnu ext/faad/Makefile
474
523
.PRECIOUS: Makefile
475
524
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
476
525
        @case '$?' in \
488
537
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
489
538
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
490
539
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
540
$(am__aclocal_m4_deps):
491
541
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
492
542
        @$(NORMAL_INSTALL)
493
543
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
494
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
544
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
545
        list2=; for p in $$list; do \
495
546
          if test -f $$p; then \
496
 
            f=$(am__strip_dir) \
497
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
498
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
547
            list2="$$list2 $$p"; \
499
548
          else :; fi; \
500
 
        done
 
549
        done; \
 
550
        test -z "$$list2" || { \
 
551
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
 
552
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
 
553
        }
501
554
 
502
555
uninstall-pluginLTLIBRARIES:
503
556
        @$(NORMAL_UNINSTALL)
504
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
505
 
          p=$(am__strip_dir) \
506
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
507
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
 
557
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
558
        for p in $$list; do \
 
559
          $(am__strip_dir) \
 
560
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
 
561
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
508
562
        done
509
563
 
510
564
clean-pluginLTLIBRARIES:
528
582
 
529
583
.c.o:
530
584
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
531
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
585
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
532
586
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
533
587
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
534
588
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
535
589
 
536
590
.c.obj:
537
591
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
538
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
592
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
539
593
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
540
594
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
541
595
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
542
596
 
543
597
.c.lo:
544
598
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
545
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
599
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
546
600
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
547
601
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
548
602
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
549
603
 
550
604
libgstfaad_la-gstfaad.lo: gstfaad.c
551
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(libgstfaad_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstfaad_la_CFLAGS) $(CFLAGS) -MT libgstfaad_la-gstfaad.lo -MD -MP -MF $(DEPDIR)/libgstfaad_la-gstfaad.Tpo -c -o libgstfaad_la-gstfaad.lo `test -f 'gstfaad.c' || echo '$(srcdir)/'`gstfaad.c
552
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libgstfaad_la-gstfaad.Tpo $(DEPDIR)/libgstfaad_la-gstfaad.Plo
 
605
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgstfaad_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstfaad_la_CFLAGS) $(CFLAGS) -MT libgstfaad_la-gstfaad.lo -MD -MP -MF $(DEPDIR)/libgstfaad_la-gstfaad.Tpo -c -o libgstfaad_la-gstfaad.lo `test -f 'gstfaad.c' || echo '$(srcdir)/'`gstfaad.c
 
606
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgstfaad_la-gstfaad.Tpo $(DEPDIR)/libgstfaad_la-gstfaad.Plo
553
607
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gstfaad.c' object='libgstfaad_la-gstfaad.lo' libtool=yes @AMDEPBACKSLASH@
554
608
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
555
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(libgstfaad_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstfaad_la_CFLAGS) $(CFLAGS) -c -o libgstfaad_la-gstfaad.lo `test -f 'gstfaad.c' || echo '$(srcdir)/'`gstfaad.c
 
609
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgstfaad_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgstfaad_la_CFLAGS) $(CFLAGS) -c -o libgstfaad_la-gstfaad.lo `test -f 'gstfaad.c' || echo '$(srcdir)/'`gstfaad.c
556
610
 
557
611
mostlyclean-libtool:
558
612
        -rm -f *.lo
572
626
 
573
627
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
574
628
                $(TAGS_FILES) $(LISP)
575
 
        tags=; \
 
629
        set x; \
576
630
        here=`pwd`; \
577
631
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
578
632
        unique=`for i in $$list; do \
580
634
          done | \
581
635
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
582
636
              END { if (nonempty) { for (i in files) print i; }; }'`; \
583
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
637
        shift; \
 
638
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
584
639
          test -n "$$unique" || unique=$$empty_fix; \
585
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
586
 
            $$tags $$unique; \
 
640
          if test $$# -gt 0; then \
 
641
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
642
              "$$@" $$unique; \
 
643
          else \
 
644
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
645
              $$unique; \
 
646
          fi; \
587
647
        fi
588
648
ctags: CTAGS
589
649
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
590
650
                $(TAGS_FILES) $(LISP)
591
 
        tags=; \
592
651
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
593
652
        unique=`for i in $$list; do \
594
653
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
595
654
          done | \
596
655
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
597
656
              END { if (nonempty) { for (i in files) print i; }; }'`; \
598
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
657
        test -z "$(CTAGS_ARGS)$$unique" \
599
658
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
600
 
             $$tags $$unique
 
659
             $$unique
601
660
 
602
661
GTAGS:
603
662
        here=`$(am__cd) $(top_builddir) && pwd` \
604
 
          && cd $(top_srcdir) \
605
 
          && gtags -i $(GTAGS_ARGS) $$here
 
663
          && $(am__cd) $(top_srcdir) \
 
664
          && gtags -i $(GTAGS_ARGS) "$$here"
606
665
 
607
666
distclean-tags:
608
667
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
623
682
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
624
683
          if test -d $$d/$$file; then \
625
684
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
685
            if test -d "$(distdir)/$$file"; then \
 
686
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
687
            fi; \
626
688
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
627
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
689
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
690
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
628
691
            fi; \
629
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
692
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
630
693
          else \
631
 
            test -f $(distdir)/$$file \
632
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
694
            test -f "$(distdir)/$$file" \
 
695
            || cp -p $$d/$$file "$(distdir)/$$file" \
633
696
            || exit 1; \
634
697
          fi; \
635
698
        done
660
723
 
661
724
distclean-generic:
662
725
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
726
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
663
727
 
664
728
maintainer-clean-generic:
665
729
        @echo "This command is intended for maintainers to use"
681
745
 
682
746
html: html-am
683
747
 
 
748
html-am:
 
749
 
684
750
info: info-am
685
751
 
686
752
info-am:
689
755
 
690
756
install-dvi: install-dvi-am
691
757
 
 
758
install-dvi-am:
 
759
 
692
760
install-exec-am:
693
761
 
694
762
install-html: install-html-am
695
763
 
 
764
install-html-am:
 
765
 
696
766
install-info: install-info-am
697
767
 
 
768
install-info-am:
 
769
 
698
770
install-man:
699
771
 
700
772
install-pdf: install-pdf-am
701
773
 
 
774
install-pdf-am:
 
775
 
702
776
install-ps: install-ps-am
703
777
 
 
778
install-ps-am:
 
779
 
704
780
installcheck-am:
705
781
 
706
782
maintainer-clean: maintainer-clean-am
739
815
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
740
816
        tags uninstall uninstall-am uninstall-pluginLTLIBRARIES
741
817
 
 
818
 
742
819
# Tell versions [3.59,3.63) of GNU make to not export all variables.
743
820
# Otherwise a system limit (for SysV at least) may be exceeded.
744
821
.NOEXPORT: