~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to libbrasero-media/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-09-08 09:33:41 UTC
  • mfrom: (1.1.29 upstream)
  • Revision ID: james.westby@ubuntu.com-20090908093341-jh02q5ba0q8jyu9l
Tags: 2.27.92-0ubuntu1
* New upstream release (LP: #425998)
  - Some improvements when handling DVD-RW sequential
  - #593829 - Brasero gets stuck in a loop at "Getting size" while burning another session on a multi-session disk
  - #578466 - Unable to overburn
  - #593314 - Brasero is failing to burn from sftp
  - #593492 - Compilation must be ordered by file name
  - #587122 - Copying DVD - "Error while reading video DVD (no error)"
  - #592026 - brasero crashes when eject a medium
  - #592025 - brasero crashes on detecting src images on a NFS path when preparing burning an image
  - #591880 - Image checksumming causes internal error (LP: #354995)
  - #591397 - Brasero Main window pops up after exiting from Image Burning window.
  - Translation updates
  - lots of small fixes and improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 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
55
57
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
56
58
CONFIG_HEADER = $(top_builddir)/config.h
57
59
CONFIG_CLEAN_FILES = brasero-media.h
 
60
CONFIG_CLEAN_VPATH_FILES =
58
61
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
59
62
am__vpath_adj = case $$p in \
60
63
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
61
64
    *) f=$$p;; \
62
65
  esac;
63
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
66
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
67
am__install_max = 40
 
68
am__nobase_strip_setup = \
 
69
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
70
am__nobase_strip = \
 
71
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
72
am__nobase_list = $(am__nobase_strip_setup); \
 
73
  for p in $$list; do echo "$$p $$p"; done | \
 
74
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
75
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
76
    if (++n[$$2] == $(am__install_max)) \
 
77
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
78
    END { for (dir in files) print dir, files[dir] }'
 
79
am__base_list = \
 
80
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
81
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
64
82
am__installdirs = "$(DESTDIR)$(libdir)" \
65
83
        "$(DESTDIR)$(libbraseromediaincludedir)"
66
 
libLTLIBRARIES_INSTALL = $(INSTALL)
67
84
LTLIBRARIES = $(lib_LTLIBRARIES)
68
85
am__DEPENDENCIES_1 =
69
86
libbrasero_media_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
120
137
        $(am__objects_1) $(am__objects_2) $(am__objects_3) \
121
138
        $(am__objects_4)
122
139
libbrasero_media_la_OBJECTS = $(am_libbrasero_media_la_OBJECTS)
123
 
libbrasero_media_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
124
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
125
 
        $(libbrasero_media_la_LDFLAGS) $(LDFLAGS) -o $@
 
140
AM_V_lt = $(am__v_lt_$(V))
 
141
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
142
am__v_lt_0 = --silent
 
143
libbrasero_media_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 
144
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
 
145
        $(AM_CFLAGS) $(CFLAGS) $(libbrasero_media_la_LDFLAGS) \
 
146
        $(LDFLAGS) -o $@
126
147
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
127
148
depcomp = $(SHELL) $(top_srcdir)/depcomp
128
149
am__depfiles_maybe = depfiles
 
150
am__mv = mv -f
129
151
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
130
152
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
131
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
132
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
133
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
153
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
154
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
155
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
156
        $(AM_CFLAGS) $(CFLAGS)
 
157
AM_V_CC = $(am__v_CC_$(V))
 
158
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
159
am__v_CC_0 = @echo "  CC    " $@;
 
160
AM_V_at = $(am__v_at_$(V))
 
161
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
162
am__v_at_0 = @
134
163
CCLD = $(CC)
135
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
136
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
137
 
        $(LDFLAGS) -o $@
 
164
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
165
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
166
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
167
AM_V_CCLD = $(am__v_CCLD_$(V))
 
168
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
169
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
170
AM_V_GEN = $(am__v_GEN_$(V))
 
171
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
172
am__v_GEN_0 = @echo "  GEN   " $@;
138
173
SOURCES = $(libbrasero_media_la_SOURCES)
139
174
DIST_SOURCES = $(am__libbrasero_media_la_SOURCES_DIST)
140
 
libbraseromediaincludeHEADERS_INSTALL = $(INSTALL_HEADER)
141
175
HEADERS = $(libbraseromediainclude_HEADERS)
142
176
ETAGS = etags
143
177
CTAGS = ctags
145
179
ACLOCAL = @ACLOCAL@
146
180
ALL_LINGUAS = @ALL_LINGUAS@
147
181
AMTAR = @AMTAR@
 
182
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
148
183
AR = @AR@
149
184
AUTOCONF = @AUTOCONF@
150
185
AUTOHEADER = @AUTOHEADER@
243
278
MAINT = @MAINT@
244
279
MAKEINFO = @MAKEINFO@
245
280
MKDIR_P = @MKDIR_P@
 
281
MKINSTALLDIRS = @MKINSTALLDIRS@
246
282
MSGFMT = @MSGFMT@
247
283
MSGFMT_OPTS = @MSGFMT_OPTS@
248
284
MSGMERGE = @MSGMERGE@
416
452
        @for dep in $?; do \
417
453
          case '$(am__configure_deps)' in \
418
454
            *$$dep*) \
419
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
420
 
                && exit 0; \
 
455
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
456
                && { if test -f $@; then exit 0; else break; fi; }; \
421
457
              exit 1;; \
422
458
          esac; \
423
459
        done; \
424
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  libbrasero-media/Makefile'; \
425
 
        cd $(top_srcdir) && \
426
 
          $(AUTOMAKE) --foreign  libbrasero-media/Makefile
 
460
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libbrasero-media/Makefile'; \
 
461
        $(am__cd) $(top_srcdir) && \
 
462
          $(AUTOMAKE) --foreign libbrasero-media/Makefile
427
463
.PRECIOUS: Makefile
428
464
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
429
465
        @case '$?' in \
441
477
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
442
478
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
443
479
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
480
$(am__aclocal_m4_deps):
444
481
brasero-media.h: $(top_builddir)/config.status $(srcdir)/brasero-media.h.in
445
482
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
446
483
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
447
484
        @$(NORMAL_INSTALL)
448
485
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
449
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
486
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
487
        list2=; for p in $$list; do \
450
488
          if test -f $$p; then \
451
 
            f=$(am__strip_dir) \
452
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
453
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
489
            list2="$$list2 $$p"; \
454
490
          else :; fi; \
455
 
        done
 
491
        done; \
 
492
        test -z "$$list2" || { \
 
493
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
 
494
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
 
495
        }
456
496
 
457
497
uninstall-libLTLIBRARIES:
458
498
        @$(NORMAL_UNINSTALL)
459
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
460
 
          p=$(am__strip_dir) \
461
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
462
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
499
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
500
        for p in $$list; do \
 
501
          $(am__strip_dir) \
 
502
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
 
503
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
463
504
        done
464
505
 
465
506
clean-libLTLIBRARIES:
471
512
          rm -f "$${dir}/so_locations"; \
472
513
        done
473
514
libbrasero-media.la: $(libbrasero_media_la_OBJECTS) $(libbrasero_media_la_DEPENDENCIES) 
474
 
        $(libbrasero_media_la_LINK) -rpath $(libdir) $(libbrasero_media_la_OBJECTS) $(libbrasero_media_la_LIBADD) $(LIBS)
 
515
        $(AM_V_CCLD)$(libbrasero_media_la_LINK) -rpath $(libdir) $(libbrasero_media_la_OBJECTS) $(libbrasero_media_la_LIBADD) $(LIBS)
475
516
 
476
517
mostlyclean-compile:
477
518
        -rm -f *.$(OBJEXT)
519
560
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-uscsi.Plo@am__quote@
520
561
 
521
562
.c.o:
522
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
523
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
563
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
564
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
565
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
524
566
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
525
567
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
526
568
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
527
569
 
528
570
.c.obj:
529
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
530
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
571
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
572
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
573
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
531
574
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
532
575
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
533
576
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
534
577
 
535
578
.c.lo:
536
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
537
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
579
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
580
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
581
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
538
582
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
539
583
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
540
584
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
547
591
install-libbraseromediaincludeHEADERS: $(libbraseromediainclude_HEADERS)
548
592
        @$(NORMAL_INSTALL)
549
593
        test -z "$(libbraseromediaincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libbraseromediaincludedir)"
550
 
        @list='$(libbraseromediainclude_HEADERS)'; for p in $$list; do \
 
594
        @list='$(libbraseromediainclude_HEADERS)'; test -n "$(libbraseromediaincludedir)" || list=; \
 
595
        for p in $$list; do \
551
596
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
552
 
          f=$(am__strip_dir) \
553
 
          echo " $(libbraseromediaincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libbraseromediaincludedir)/$$f'"; \
554
 
          $(libbraseromediaincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libbraseromediaincludedir)/$$f"; \
 
597
          echo "$$d$$p"; \
 
598
        done | $(am__base_list) | \
 
599
        while read files; do \
 
600
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libbraseromediaincludedir)'"; \
 
601
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(libbraseromediaincludedir)" || exit $$?; \
555
602
        done
556
603
 
557
604
uninstall-libbraseromediaincludeHEADERS:
558
605
        @$(NORMAL_UNINSTALL)
559
 
        @list='$(libbraseromediainclude_HEADERS)'; for p in $$list; do \
560
 
          f=$(am__strip_dir) \
561
 
          echo " rm -f '$(DESTDIR)$(libbraseromediaincludedir)/$$f'"; \
562
 
          rm -f "$(DESTDIR)$(libbraseromediaincludedir)/$$f"; \
563
 
        done
 
606
        @list='$(libbraseromediainclude_HEADERS)'; test -n "$(libbraseromediaincludedir)" || list=; \
 
607
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
608
        test -n "$$files" || exit 0; \
 
609
        echo " ( cd '$(DESTDIR)$(libbraseromediaincludedir)' && rm -f" $$files ")"; \
 
610
        cd "$(DESTDIR)$(libbraseromediaincludedir)" && rm -f $$files
564
611
 
565
612
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
566
613
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
567
614
        unique=`for i in $$list; do \
568
615
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
569
616
          done | \
570
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
617
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
571
618
              END { if (nonempty) { for (i in files) print i; }; }'`; \
572
619
        mkid -fID $$unique
573
620
tags: TAGS
574
621
 
575
622
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
576
623
                $(TAGS_FILES) $(LISP)
577
 
        tags=; \
 
624
        set x; \
578
625
        here=`pwd`; \
579
626
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
580
627
        unique=`for i in $$list; do \
582
629
          done | \
583
630
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
584
631
              END { if (nonempty) { for (i in files) print i; }; }'`; \
585
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
632
        shift; \
 
633
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
586
634
          test -n "$$unique" || unique=$$empty_fix; \
587
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
588
 
            $$tags $$unique; \
 
635
          if test $$# -gt 0; then \
 
636
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
637
              "$$@" $$unique; \
 
638
          else \
 
639
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
640
              $$unique; \
 
641
          fi; \
589
642
        fi
590
643
ctags: CTAGS
591
644
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
592
645
                $(TAGS_FILES) $(LISP)
593
 
        tags=; \
594
646
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
595
647
        unique=`for i in $$list; do \
596
648
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
597
649
          done | \
598
650
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
599
651
              END { if (nonempty) { for (i in files) print i; }; }'`; \
600
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
652
        test -z "$(CTAGS_ARGS)$$unique" \
601
653
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
602
 
             $$tags $$unique
 
654
             $$unique
603
655
 
604
656
GTAGS:
605
657
        here=`$(am__cd) $(top_builddir) && pwd` \
606
 
          && cd $(top_srcdir) \
607
 
          && gtags -i $(GTAGS_ARGS) $$here
 
658
          && $(am__cd) $(top_srcdir) \
 
659
          && gtags -i $(GTAGS_ARGS) "$$here"
608
660
 
609
661
distclean-tags:
610
662
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
625
677
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
626
678
          if test -d $$d/$$file; then \
627
679
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
680
            if test -d "$(distdir)/$$file"; then \
 
681
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
682
            fi; \
628
683
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
629
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
684
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
685
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
630
686
            fi; \
631
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
687
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
632
688
          else \
633
 
            test -f $(distdir)/$$file \
634
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
689
            test -f "$(distdir)/$$file" \
 
690
            || cp -p $$d/$$file "$(distdir)/$$file" \
635
691
            || exit 1; \
636
692
          fi; \
637
693
        done
663
719
 
664
720
distclean-generic:
665
721
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
722
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
666
723
 
667
724
maintainer-clean-generic:
668
725
        @echo "This command is intended for maintainers to use"
684
741
 
685
742
html: html-am
686
743
 
 
744
html-am:
 
745
 
687
746
info: info-am
688
747
 
689
748
info-am:
692
751
 
693
752
install-dvi: install-dvi-am
694
753
 
 
754
install-dvi-am:
 
755
 
695
756
install-exec-am: install-libLTLIBRARIES
696
757
 
697
758
install-html: install-html-am
698
759
 
 
760
install-html-am:
 
761
 
699
762
install-info: install-info-am
700
763
 
 
764
install-info-am:
 
765
 
701
766
install-man:
702
767
 
703
768
install-pdf: install-pdf-am
704
769
 
 
770
install-pdf-am:
 
771
 
705
772
install-ps: install-ps-am
706
773
 
 
774
install-ps-am:
 
775
 
707
776
installcheck-am:
708
777
 
709
778
maintainer-clean: maintainer-clean-am
753
822
        $(AM_LDFLAGS)
754
823
 
755
824
-include $(top_srcdir)/git.mk
 
825
 
756
826
# Tell versions [3.59,3.63) of GNU make to not export all variables.
757
827
# Otherwise a system limit (for SysV at least) may be exceeded.
758
828
.NOEXPORT: