1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
1
# Makefile.in generated by automake 1.11 from Makefile.am.
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
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
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/||"`;; \
52
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
55
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
57
am__nobase_strip_setup = \
58
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
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] }'
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) \
142
163
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
143
164
depcomp = $(SHELL) $(top_srcdir)/depcomp
144
165
am__depfiles_maybe = depfiles
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))
151
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
152
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
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)
477
513
@for dep in $?; do \
478
514
case '$(am__configure_deps)' in \
480
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
516
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
517
&& { if test -f $@; then exit 0; else break; fi; }; \
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
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 \
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"; \
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)"; \
518
558
uninstall-libLTLIBRARIES:
519
559
@$(NORMAL_UNINSTALL)
520
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
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 \
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"; \
526
567
clean-libLTLIBRARIES:
598
639
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libbrasero-marshal.Plo@am__quote@
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 $<
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) '$<'`
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; \
632
echo " $(libbraseroburnincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libbraseroburnincludedir)/$$f'"; \
633
$(libbraseroburnincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libbraseroburnincludedir)/$$f"; \
677
done | $(am__base_list) | \
678
while read files; do \
679
echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libbraseroburnincludedir)'"; \
680
$(INSTALL_HEADER) $$files "$(DESTDIR)$(libbraseroburnincludedir)" || exit $$?; \
636
683
uninstall-libbraseroburnincludeHEADERS:
637
684
@$(NORMAL_UNINSTALL)
638
@list='$(libbraseroburninclude_HEADERS)'; for p in $$list; do \
640
echo " rm -f '$(DESTDIR)$(libbraseroburnincludedir)/$$f'"; \
641
rm -f "$(DESTDIR)$(libbraseroburnincludedir)/$$f"; \
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
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; \
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
654
701
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
655
702
$(TAGS_FILES) $(LISP)
658
705
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
659
706
unique=`for i in $$list; do \
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 \
712
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
665
713
test -n "$$unique" || unique=$$empty_fix; \
666
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
714
if test $$# -gt 0; then \
715
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
718
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
670
723
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
671
724
$(TAGS_FILES) $(LISP)
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; \
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) \
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"
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 {} \;; \
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 {} \;; \
710
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
766
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
712
test -f $(distdir)/$$file \
713
|| cp -p $$d/$$file $(distdir)/$$file \
768
test -f "$(distdir)/$$file" \
769
|| cp -p $$d/$$file "$(distdir)/$$file" \
772
831
install-dvi: install-dvi-am
774
835
install-exec-am: install-libLTLIBRARIES
776
837
install-html: install-html-am
778
841
install-info: install-info-am
782
847
install-pdf: install-pdf-am
784
851
install-ps: install-ps-am
788
857
maintainer-clean: maintainer-clean-am