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

« back to all changes in this revision

Viewing changes to ext/theora/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.
19
20
 
20
21
VPATH = @srcdir@
21
22
pkgdatadir = $(datadir)/@PACKAGE@
 
23
pkgincludedir = $(includedir)/@PACKAGE@
22
24
pkglibdir = $(libdir)/@PACKAGE@
23
 
pkgincludedir = $(includedir)/@PACKAGE@
 
25
pkglibexecdir = $(libexecdir)/@PACKAGE@
24
26
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
27
install_sh_DATA = $(install_sh) -c -m 644
26
28
install_sh_PROGRAM = $(install_sh) -c
50
52
        $(top_srcdir)/common/m4/gst-arch.m4 \
51
53
        $(top_srcdir)/common/m4/gst-args.m4 \
52
54
        $(top_srcdir)/common/m4/gst-check.m4 \
 
55
        $(top_srcdir)/common/m4/gst-default.m4 \
53
56
        $(top_srcdir)/common/m4/gst-dowhile.m4 \
54
57
        $(top_srcdir)/common/m4/gst-error.m4 \
55
58
        $(top_srcdir)/common/m4/gst-feature.m4 \
76
79
mkinstalldirs = $(install_sh) -d
77
80
CONFIG_HEADER = $(top_builddir)/config.h
78
81
CONFIG_CLEAN_FILES =
 
82
CONFIG_CLEAN_VPATH_FILES =
79
83
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
80
84
am__vpath_adj = case $$p in \
81
85
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
82
86
    *) f=$$p;; \
83
87
  esac;
84
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
88
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
89
am__install_max = 40
 
90
am__nobase_strip_setup = \
 
91
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
92
am__nobase_strip = \
 
93
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
94
am__nobase_list = $(am__nobase_strip_setup); \
 
95
  for p in $$list; do echo "$$p $$p"; done | \
 
96
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
97
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
98
    if (++n[$$2] == $(am__install_max)) \
 
99
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
100
    END { for (dir in files) print dir, files[dir] }'
 
101
am__base_list = \
 
102
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
103
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
85
104
am__installdirs = "$(DESTDIR)$(plugindir)"
86
 
pluginLTLIBRARIES_INSTALL = $(INSTALL)
87
105
LTLIBRARIES = $(plugin_LTLIBRARIES)
88
106
am__DEPENDENCIES_1 =
89
107
libgsttheoraexp_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
97
115
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
98
116
depcomp = $(SHELL) $(top_srcdir)/depcomp
99
117
am__depfiles_maybe = depfiles
 
118
am__mv = mv -f
100
119
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
101
120
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
102
121
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
138
157
CDAUDIO_CFLAGS = @CDAUDIO_CFLAGS@
139
158
CDAUDIO_CONFIG = @CDAUDIO_CONFIG@
140
159
CDAUDIO_LIBS = @CDAUDIO_LIBS@
 
160
CELT_0_5_CFLAGS = @CELT_0_5_CFLAGS@
 
161
CELT_0_5_LIBS = @CELT_0_5_LIBS@
 
162
CELT_0_7_CFLAGS = @CELT_0_7_CFLAGS@
 
163
CELT_0_7_LIBS = @CELT_0_7_LIBS@
141
164
CELT_CFLAGS = @CELT_CFLAGS@
142
165
CELT_LIBS = @CELT_LIBS@
143
166
CFLAGS = @CFLAGS@
 
167
COG_CFLAGS = @COG_CFLAGS@
 
168
COG_LIBS = @COG_LIBS@
144
169
CPP = @CPP@
145
170
CPPFLAGS = @CPPFLAGS@
146
171
CXX = @CXX@
149
174
CXXFLAGS = @CXXFLAGS@
150
175
CYGPATH_W = @CYGPATH_W@
151
176
DCCP_LIBS = @DCCP_LIBS@
 
177
DEFAULT_AUDIOSINK = @DEFAULT_AUDIOSINK@
 
178
DEFAULT_AUDIOSRC = @DEFAULT_AUDIOSRC@
 
179
DEFAULT_VIDEOSINK = @DEFAULT_VIDEOSINK@
 
180
DEFAULT_VIDEOSRC = @DEFAULT_VIDEOSRC@
 
181
DEFAULT_VISUALIZER = @DEFAULT_VISUALIZER@
152
182
DEFS = @DEFS@
153
183
DEPDIR = @DEPDIR@
154
184
DEPRECATED_CFLAGS = @DEPRECATED_CFLAGS@
155
185
DIRAC_CFLAGS = @DIRAC_CFLAGS@
156
186
DIRAC_LIBS = @DIRAC_LIBS@
157
 
DIRECTDRAW_CFLAGS = @DIRECTDRAW_CFLAGS@
158
 
DIRECTDRAW_LDFLAGS = @DIRECTDRAW_LDFLAGS@
159
187
DIRECTDRAW_LIBS = @DIRECTDRAW_LIBS@
160
188
DIRECTFB_CFLAGS = @DIRECTFB_CFLAGS@
161
189
DIRECTFB_LIBS = @DIRECTFB_LIBS@
 
190
DIRECTSOUND_LIBS = @DIRECTSOUND_LIBS@
 
191
DIRECTX_CFLAGS = @DIRECTX_CFLAGS@
 
192
DIRECTX_LDFLAGS = @DIRECTX_LDFLAGS@
162
193
DIVXDEC_LIBS = @DIVXDEC_LIBS@
163
194
DIVXENC_LIBS = @DIVXENC_LIBS@
164
195
DLLTOOL = @DLLTOOL@
197
228
GLIB_LIBS = @GLIB_LIBS@
198
229
GLIB_PREFIX = @GLIB_PREFIX@
199
230
GLIB_REQ = @GLIB_REQ@
 
231
GME_LIBS = @GME_LIBS@
200
232
GMSGFMT = @GMSGFMT@
201
233
GMSGFMT_015 = @GMSGFMT_015@
202
234
GMYTH_CFLAGS = @GMYTH_CFLAGS@
239
271
HAVE_BZ2 = @HAVE_BZ2@
240
272
HAVE_CXX = @HAVE_CXX@
241
273
HAVE_DIRECTDRAW = @HAVE_DIRECTDRAW@
 
274
HAVE_DIRECTSOUND = @HAVE_DIRECTSOUND@
242
275
HAVE_DTS = @HAVE_DTS@
243
276
HAVE_FAAC = @HAVE_FAAC@
244
277
HAVE_FAAD = @HAVE_FAAD@
263
296
JACK_CFLAGS = @JACK_CFLAGS@
264
297
JACK_LIBS = @JACK_LIBS@
265
298
JP2K_LIBS = @JP2K_LIBS@
 
299
KATE_CFLAGS = @KATE_CFLAGS@
 
300
KATE_LIBS = @KATE_LIBS@
266
301
LD = @LD@
267
302
LDFLAGS = @LDFLAGS@
268
303
LIBDC1394_CFLAGS = @LIBDC1394_CFLAGS@
321
356
OBJEXT = @OBJEXT@
322
357
OFA_CFLAGS = @OFA_CFLAGS@
323
358
OFA_LIBS = @OFA_LIBS@
 
359
ORCC = @ORCC@
324
360
OTOOL = @OTOOL@
325
361
OTOOL64 = @OTOOL64@
326
362
PACKAGE = @PACKAGE@
328
364
PACKAGE_NAME = @PACKAGE_NAME@
329
365
PACKAGE_STRING = @PACKAGE_STRING@
330
366
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
367
PACKAGE_URL = @PACKAGE_URL@
331
368
PACKAGE_VERSION = @PACKAGE_VERSION@
332
369
PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
333
370
PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
346
383
PYTHON_VERSION = @PYTHON_VERSION@
347
384
Q = @Q@
348
385
RANLIB = @RANLIB@
 
386
RSVG_CFLAGS = @RSVG_CFLAGS@
 
387
RSVG_LIBS = @RSVG_LIBS@
 
388
SCHRO_CFLAGS = @SCHRO_CFLAGS@
 
389
SCHRO_LIBS = @SCHRO_LIBS@
349
390
SDL_CFLAGS = @SDL_CFLAGS@
350
391
SDL_CONFIG = @SDL_CONFIG@
351
392
SDL_LIBS = @SDL_LIBS@
352
393
SED = @SED@
353
394
SET_MAKE = @SET_MAKE@
354
395
SHELL = @SHELL@
 
396
SLV2_CFLAGS = @SLV2_CFLAGS@
 
397
SLV2_LIBS = @SLV2_LIBS@
355
398
SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
356
399
SNDFILE_LIBS = @SNDFILE_LIBS@
357
400
SOUNDTOUCH_CFLAGS = @SOUNDTOUCH_CFLAGS@
362
405
SWFDEC_LIBS = @SWFDEC_LIBS@
363
406
THEORADEC_CFLAGS = @THEORADEC_CFLAGS@
364
407
THEORADEC_LIBS = @THEORADEC_LIBS@
 
408
TIGER_CFLAGS = @TIGER_CFLAGS@
 
409
TIGER_LIBS = @TIGER_LIBS@
365
410
TIMIDITY_CFLAGS = @TIMIDITY_CFLAGS@
366
411
TIMIDITY_LIBS = @TIMIDITY_LIBS@
367
412
USE_NLS = @USE_NLS@
369
414
VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
370
415
VALGRIND_LIBS = @VALGRIND_LIBS@
371
416
VALGRIND_PATH = @VALGRIND_PATH@
 
417
VDPAU_CFLAGS = @VDPAU_CFLAGS@
 
418
VDPAU_LIBS = @VDPAU_LIBS@
372
419
VERSION = @VERSION@
373
420
WILDMIDI_CFLAGS = @WILDMIDI_CFLAGS@
374
421
WILDMIDI_LIBS = @WILDMIDI_LIBS@
389
436
X_EXTRA_LIBS = @X_EXTRA_LIBS@
390
437
X_LIBS = @X_LIBS@
391
438
X_PRE_LIBS = @X_PRE_LIBS@
 
439
ZBAR_CFLAGS = @ZBAR_CFLAGS@
 
440
ZBAR_LIBS = @ZBAR_LIBS@
392
441
abs_builddir = @abs_builddir@
393
442
abs_srcdir = @abs_srcdir@
394
443
abs_top_builddir = @abs_top_builddir@
474
523
              exit 1;; \
475
524
          esac; \
476
525
        done; \
477
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  ext/theora/Makefile'; \
478
 
        cd $(top_srcdir) && \
479
 
          $(AUTOMAKE) --gnu  ext/theora/Makefile
 
526
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu ext/theora/Makefile'; \
 
527
        $(am__cd) $(top_srcdir) && \
 
528
          $(AUTOMAKE) --gnu ext/theora/Makefile
480
529
.PRECIOUS: Makefile
481
530
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
482
531
        @case '$?' in \
494
543
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
495
544
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
496
545
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
546
$(am__aclocal_m4_deps):
497
547
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
498
548
        @$(NORMAL_INSTALL)
499
549
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
500
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
550
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
551
        list2=; for p in $$list; do \
501
552
          if test -f $$p; then \
502
 
            f=$(am__strip_dir) \
503
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
504
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
553
            list2="$$list2 $$p"; \
505
554
          else :; fi; \
506
 
        done
 
555
        done; \
 
556
        test -z "$$list2" || { \
 
557
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
 
558
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
 
559
        }
507
560
 
508
561
uninstall-pluginLTLIBRARIES:
509
562
        @$(NORMAL_UNINSTALL)
510
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
511
 
          p=$(am__strip_dir) \
512
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
513
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
 
563
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
564
        for p in $$list; do \
 
565
          $(am__strip_dir) \
 
566
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
 
567
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
514
568
        done
515
569
 
516
570
clean-pluginLTLIBRARIES:
534
588
 
535
589
.c.o:
536
590
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
537
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
591
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
538
592
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
539
593
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
540
594
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
541
595
 
542
596
.c.obj:
543
597
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
544
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
598
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
545
599
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
546
600
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
547
601
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
548
602
 
549
603
.c.lo:
550
604
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
551
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
605
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
552
606
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
553
607
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
554
608
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
555
609
 
556
610
libgsttheoraexp_la-theoradec.lo: theoradec.c
557
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(libgsttheoraexp_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsttheoraexp_la_CFLAGS) $(CFLAGS) -MT libgsttheoraexp_la-theoradec.lo -MD -MP -MF $(DEPDIR)/libgsttheoraexp_la-theoradec.Tpo -c -o libgsttheoraexp_la-theoradec.lo `test -f 'theoradec.c' || echo '$(srcdir)/'`theoradec.c
558
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libgsttheoraexp_la-theoradec.Tpo $(DEPDIR)/libgsttheoraexp_la-theoradec.Plo
 
611
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(libgsttheoraexp_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsttheoraexp_la_CFLAGS) $(CFLAGS) -MT libgsttheoraexp_la-theoradec.lo -MD -MP -MF $(DEPDIR)/libgsttheoraexp_la-theoradec.Tpo -c -o libgsttheoraexp_la-theoradec.lo `test -f 'theoradec.c' || echo '$(srcdir)/'`theoradec.c
 
612
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libgsttheoraexp_la-theoradec.Tpo $(DEPDIR)/libgsttheoraexp_la-theoradec.Plo
559
613
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='theoradec.c' object='libgsttheoraexp_la-theoradec.lo' libtool=yes @AMDEPBACKSLASH@
560
614
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
561
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(libgsttheoraexp_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsttheoraexp_la_CFLAGS) $(CFLAGS) -c -o libgsttheoraexp_la-theoradec.lo `test -f 'theoradec.c' || echo '$(srcdir)/'`theoradec.c
 
615
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(libgsttheoraexp_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsttheoraexp_la_CFLAGS) $(CFLAGS) -c -o libgsttheoraexp_la-theoradec.lo `test -f 'theoradec.c' || echo '$(srcdir)/'`theoradec.c
562
616
 
563
617
mostlyclean-libtool:
564
618
        -rm -f *.lo
578
632
 
579
633
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
580
634
                $(TAGS_FILES) $(LISP)
581
 
        tags=; \
 
635
        set x; \
582
636
        here=`pwd`; \
583
637
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
584
638
        unique=`for i in $$list; do \
586
640
          done | \
587
641
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
588
642
              END { if (nonempty) { for (i in files) print i; }; }'`; \
589
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
643
        shift; \
 
644
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
590
645
          test -n "$$unique" || unique=$$empty_fix; \
591
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
592
 
            $$tags $$unique; \
 
646
          if test $$# -gt 0; then \
 
647
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
648
              "$$@" $$unique; \
 
649
          else \
 
650
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
651
              $$unique; \
 
652
          fi; \
593
653
        fi
594
654
ctags: CTAGS
595
655
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
596
656
                $(TAGS_FILES) $(LISP)
597
 
        tags=; \
598
657
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
599
658
        unique=`for i in $$list; do \
600
659
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
601
660
          done | \
602
661
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
603
662
              END { if (nonempty) { for (i in files) print i; }; }'`; \
604
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
663
        test -z "$(CTAGS_ARGS)$$unique" \
605
664
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
606
 
             $$tags $$unique
 
665
             $$unique
607
666
 
608
667
GTAGS:
609
668
        here=`$(am__cd) $(top_builddir) && pwd` \
610
 
          && cd $(top_srcdir) \
611
 
          && gtags -i $(GTAGS_ARGS) $$here
 
669
          && $(am__cd) $(top_srcdir) \
 
670
          && gtags -i $(GTAGS_ARGS) "$$here"
612
671
 
613
672
distclean-tags:
614
673
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
629
688
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
630
689
          if test -d $$d/$$file; then \
631
690
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
691
            if test -d "$(distdir)/$$file"; then \
 
692
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
693
            fi; \
632
694
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
633
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
695
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
696
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
634
697
            fi; \
635
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
698
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
636
699
          else \
637
 
            test -f $(distdir)/$$file \
638
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
700
            test -f "$(distdir)/$$file" \
 
701
            || cp -p $$d/$$file "$(distdir)/$$file" \
639
702
            || exit 1; \
640
703
          fi; \
641
704
        done
666
729
 
667
730
distclean-generic:
668
731
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
732
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
669
733
 
670
734
maintainer-clean-generic:
671
735
        @echo "This command is intended for maintainers to use"
687
751
 
688
752
html: html-am
689
753
 
 
754
html-am:
 
755
 
690
756
info: info-am
691
757
 
692
758
info-am:
695
761
 
696
762
install-dvi: install-dvi-am
697
763
 
 
764
install-dvi-am:
 
765
 
698
766
install-exec-am:
699
767
 
700
768
install-html: install-html-am
701
769
 
 
770
install-html-am:
 
771
 
702
772
install-info: install-info-am
703
773
 
 
774
install-info-am:
 
775
 
704
776
install-man:
705
777
 
706
778
install-pdf: install-pdf-am
707
779
 
 
780
install-pdf-am:
 
781
 
708
782
install-ps: install-ps-am
709
783
 
 
784
install-ps-am:
 
785
 
710
786
installcheck-am:
711
787
 
712
788
maintainer-clean: maintainer-clean-am
745
821
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
746
822
        tags uninstall uninstall-am uninstall-pluginLTLIBRARIES
747
823
 
 
824
 
748
825
# Tell versions [3.59,3.63) of GNU make to not export all variables.
749
826
# Otherwise a system limit (for SysV at least) may be exceeded.
750
827
.NOEXPORT: