~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to libbrasero-burn/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
44
46
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
45
47
CONFIG_HEADER = $(top_builddir)/config.h
46
48
CONFIG_CLEAN_FILES = brasero-burn-lib.h
 
49
CONFIG_CLEAN_VPATH_FILES =
47
50
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
48
51
am__vpath_adj = case $$p in \
49
52
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
50
53
    *) f=$$p;; \
51
54
  esac;
52
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
55
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
56
am__install_max = 40
 
57
am__nobase_strip_setup = \
 
58
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
59
am__nobase_strip = \
 
60
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
61
am__nobase_list = $(am__nobase_strip_setup); \
 
62
  for p in $$list; do echo "$$p $$p"; done | \
 
63
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
64
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
65
    if (++n[$$2] == $(am__install_max)) \
 
66
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
67
    END { for (dir in files) print dir, files[dir] }'
 
68
am__base_list = \
 
69
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
70
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
53
71
am__installdirs = "$(DESTDIR)$(libdir)" \
54
72
        "$(DESTDIR)$(libbraseroburnincludedir)"
55
 
libLTLIBRARIES_INSTALL = $(INSTALL)
56
73
LTLIBRARIES = $(lib_LTLIBRARIES)
57
74
am__DEPENDENCIES_1 =
58
75
libbrasero_burn_la_DEPENDENCIES =  \
136
153
        brasero-track-stream-cfg.lo brasero-video-options.lo \
137
154
        brasero-session-span.lo $(am__objects_1)
138
155
libbrasero_burn_la_OBJECTS = $(am_libbrasero_burn_la_OBJECTS)
139
 
libbrasero_burn_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
140
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
141
 
        $(libbrasero_burn_la_LDFLAGS) $(LDFLAGS) -o $@
 
156
AM_V_lt = $(am__v_lt_$(V))
 
157
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
158
am__v_lt_0 = --silent
 
159
libbrasero_burn_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 
160
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
 
161
        $(AM_CFLAGS) $(CFLAGS) $(libbrasero_burn_la_LDFLAGS) \
 
162
        $(LDFLAGS) -o $@
142
163
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
143
164
depcomp = $(SHELL) $(top_srcdir)/depcomp
144
165
am__depfiles_maybe = depfiles
 
166
am__mv = mv -f
145
167
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
146
168
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
147
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
148
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
149
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
169
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
170
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
171
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
172
        $(AM_CFLAGS) $(CFLAGS)
 
173
AM_V_CC = $(am__v_CC_$(V))
 
174
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
175
am__v_CC_0 = @echo "  CC    " $@;
 
176
AM_V_at = $(am__v_at_$(V))
 
177
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
178
am__v_at_0 = @
150
179
CCLD = $(CC)
151
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
152
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
153
 
        $(LDFLAGS) -o $@
 
180
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
181
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
182
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
183
AM_V_CCLD = $(am__v_CCLD_$(V))
 
184
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
185
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
186
AM_V_GEN = $(am__v_GEN_$(V))
 
187
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
188
am__v_GEN_0 = @echo "  GEN   " $@;
154
189
SOURCES = $(libbrasero_burn_la_SOURCES)
155
190
DIST_SOURCES = $(am__libbrasero_burn_la_SOURCES_DIST)
156
 
libbraseroburnincludeHEADERS_INSTALL = $(INSTALL_HEADER)
157
191
HEADERS = $(libbraseroburninclude_HEADERS)
158
192
ETAGS = etags
159
193
CTAGS = ctags
161
195
ACLOCAL = @ACLOCAL@
162
196
ALL_LINGUAS = @ALL_LINGUAS@
163
197
AMTAR = @AMTAR@
 
198
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
164
199
AR = @AR@
165
200
AUTOCONF = @AUTOCONF@
166
201
AUTOHEADER = @AUTOHEADER@
259
294
MAINT = @MAINT@
260
295
MAKEINFO = @MAKEINFO@
261
296
MKDIR_P = @MKDIR_P@
 
297
MKINSTALLDIRS = @MKINSTALLDIRS@
262
298
MSGFMT = @MSGFMT@
263
299
MSGFMT_OPTS = @MSGFMT_OPTS@
264
300
MSGMERGE = @MSGMERGE@
477
513
        @for dep in $?; do \
478
514
          case '$(am__configure_deps)' in \
479
515
            *$$dep*) \
480
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
481
 
                && exit 0; \
 
516
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
517
                && { if test -f $@; then exit 0; else break; fi; }; \
482
518
              exit 1;; \
483
519
          esac; \
484
520
        done; \
485
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  libbrasero-burn/Makefile'; \
486
 
        cd $(top_srcdir) && \
487
 
          $(AUTOMAKE) --foreign  libbrasero-burn/Makefile
 
521
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libbrasero-burn/Makefile'; \
 
522
        $(am__cd) $(top_srcdir) && \
 
523
          $(AUTOMAKE) --foreign libbrasero-burn/Makefile
488
524
.PRECIOUS: Makefile
489
525
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
490
526
        @case '$?' in \
502
538
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
503
539
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
504
540
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
541
$(am__aclocal_m4_deps):
505
542
brasero-burn-lib.h: $(top_builddir)/config.status $(srcdir)/brasero-burn-lib.h.in
506
543
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
507
544
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
508
545
        @$(NORMAL_INSTALL)
509
546
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
510
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
547
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
548
        list2=; for p in $$list; do \
511
549
          if test -f $$p; then \
512
 
            f=$(am__strip_dir) \
513
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
514
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
550
            list2="$$list2 $$p"; \
515
551
          else :; fi; \
516
 
        done
 
552
        done; \
 
553
        test -z "$$list2" || { \
 
554
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
 
555
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
 
556
        }
517
557
 
518
558
uninstall-libLTLIBRARIES:
519
559
        @$(NORMAL_UNINSTALL)
520
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
521
 
          p=$(am__strip_dir) \
522
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
523
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
560
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
561
        for p in $$list; do \
 
562
          $(am__strip_dir) \
 
563
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
 
564
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
524
565
        done
525
566
 
526
567
clean-libLTLIBRARIES:
532
573
          rm -f "$${dir}/so_locations"; \
533
574
        done
534
575
libbrasero-burn.la: $(libbrasero_burn_la_OBJECTS) $(libbrasero_burn_la_DEPENDENCIES) 
535
 
        $(libbrasero_burn_la_LINK) -rpath $(libdir) $(libbrasero_burn_la_OBJECTS) $(libbrasero_burn_la_LIBADD) $(LIBS)
 
576
        $(AM_V_CCLD)$(libbrasero_burn_la_LINK) -rpath $(libdir) $(libbrasero_burn_la_OBJECTS) $(libbrasero_burn_la_LIBADD) $(LIBS)
536
577
 
537
578
mostlyclean-compile:
538
579
        -rm -f *.$(OBJEXT)
598
639
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libbrasero-marshal.Plo@am__quote@
599
640
 
600
641
.c.o:
601
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
602
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
642
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
643
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
644
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
603
645
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
604
646
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
605
647
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
606
648
 
607
649
.c.obj:
608
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
609
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
650
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
651
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
652
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
610
653
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
611
654
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
612
655
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
613
656
 
614
657
.c.lo:
615
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
616
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
658
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
659
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
660
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
617
661
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
618
662
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
619
663
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
626
670
install-libbraseroburnincludeHEADERS: $(libbraseroburninclude_HEADERS)
627
671
        @$(NORMAL_INSTALL)
628
672
        test -z "$(libbraseroburnincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libbraseroburnincludedir)"
629
 
        @list='$(libbraseroburninclude_HEADERS)'; for p in $$list; do \
 
673
        @list='$(libbraseroburninclude_HEADERS)'; test -n "$(libbraseroburnincludedir)" || list=; \
 
674
        for p in $$list; do \
630
675
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
631
 
          f=$(am__strip_dir) \
632
 
          echo " $(libbraseroburnincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libbraseroburnincludedir)/$$f'"; \
633
 
          $(libbraseroburnincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libbraseroburnincludedir)/$$f"; \
 
676
          echo "$$d$$p"; \
 
677
        done | $(am__base_list) | \
 
678
        while read files; do \
 
679
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libbraseroburnincludedir)'"; \
 
680
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(libbraseroburnincludedir)" || exit $$?; \
634
681
        done
635
682
 
636
683
uninstall-libbraseroburnincludeHEADERS:
637
684
        @$(NORMAL_UNINSTALL)
638
 
        @list='$(libbraseroburninclude_HEADERS)'; for p in $$list; do \
639
 
          f=$(am__strip_dir) \
640
 
          echo " rm -f '$(DESTDIR)$(libbraseroburnincludedir)/$$f'"; \
641
 
          rm -f "$(DESTDIR)$(libbraseroburnincludedir)/$$f"; \
642
 
        done
 
685
        @list='$(libbraseroburninclude_HEADERS)'; test -n "$(libbraseroburnincludedir)" || list=; \
 
686
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
687
        test -n "$$files" || exit 0; \
 
688
        echo " ( cd '$(DESTDIR)$(libbraseroburnincludedir)' && rm -f" $$files ")"; \
 
689
        cd "$(DESTDIR)$(libbraseroburnincludedir)" && rm -f $$files
643
690
 
644
691
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
645
692
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
646
693
        unique=`for i in $$list; do \
647
694
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
648
695
          done | \
649
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
696
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
650
697
              END { if (nonempty) { for (i in files) print i; }; }'`; \
651
698
        mkid -fID $$unique
652
699
tags: TAGS
653
700
 
654
701
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
655
702
                $(TAGS_FILES) $(LISP)
656
 
        tags=; \
 
703
        set x; \
657
704
        here=`pwd`; \
658
705
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
659
706
        unique=`for i in $$list; do \
661
708
          done | \
662
709
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
663
710
              END { if (nonempty) { for (i in files) print i; }; }'`; \
664
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
711
        shift; \
 
712
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
665
713
          test -n "$$unique" || unique=$$empty_fix; \
666
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
667
 
            $$tags $$unique; \
 
714
          if test $$# -gt 0; then \
 
715
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
716
              "$$@" $$unique; \
 
717
          else \
 
718
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
719
              $$unique; \
 
720
          fi; \
668
721
        fi
669
722
ctags: CTAGS
670
723
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
671
724
                $(TAGS_FILES) $(LISP)
672
 
        tags=; \
673
725
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
674
726
        unique=`for i in $$list; do \
675
727
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
676
728
          done | \
677
729
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
678
730
              END { if (nonempty) { for (i in files) print i; }; }'`; \
679
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
731
        test -z "$(CTAGS_ARGS)$$unique" \
680
732
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
681
 
             $$tags $$unique
 
733
             $$unique
682
734
 
683
735
GTAGS:
684
736
        here=`$(am__cd) $(top_builddir) && pwd` \
685
 
          && cd $(top_srcdir) \
686
 
          && gtags -i $(GTAGS_ARGS) $$here
 
737
          && $(am__cd) $(top_srcdir) \
 
738
          && gtags -i $(GTAGS_ARGS) "$$here"
687
739
 
688
740
distclean-tags:
689
741
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
704
756
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
705
757
          if test -d $$d/$$file; then \
706
758
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
759
            if test -d "$(distdir)/$$file"; then \
 
760
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
761
            fi; \
707
762
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
708
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
763
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
764
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
709
765
            fi; \
710
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
766
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
711
767
          else \
712
 
            test -f $(distdir)/$$file \
713
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
768
            test -f "$(distdir)/$$file" \
 
769
            || cp -p $$d/$$file "$(distdir)/$$file" \
714
770
            || exit 1; \
715
771
          fi; \
716
772
        done
742
798
 
743
799
distclean-generic:
744
800
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
801
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
745
802
 
746
803
maintainer-clean-generic:
747
804
        @echo "This command is intended for maintainers to use"
763
820
 
764
821
html: html-am
765
822
 
 
823
html-am:
 
824
 
766
825
info: info-am
767
826
 
768
827
info-am:
771
830
 
772
831
install-dvi: install-dvi-am
773
832
 
 
833
install-dvi-am:
 
834
 
774
835
install-exec-am: install-libLTLIBRARIES
775
836
 
776
837
install-html: install-html-am
777
838
 
 
839
install-html-am:
 
840
 
778
841
install-info: install-info-am
779
842
 
 
843
install-info-am:
 
844
 
780
845
install-man:
781
846
 
782
847
install-pdf: install-pdf-am
783
848
 
 
849
install-pdf-am:
 
850
 
784
851
install-ps: install-ps-am
785
852
 
 
853
install-ps-am:
 
854
 
786
855
installcheck-am:
787
856
 
788
857
maintainer-clean: maintainer-clean-am
831
900
        ( $(GLIB_GENMARSHAL) --prefix=brasero_marshal $(srcdir)/libbrasero-marshal.list --body --header > libbrasero-marshal.c )
832
901
 
833
902
-include $(top_srcdir)/git.mk
 
903
 
834
904
# Tell versions [3.59,3.63) of GNU make to not export all variables.
835
905
# Otherwise a system limit (for SysV at least) may be exceeded.
836
906
.NOEXPORT: