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
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/||"`;; \
63
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
66
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
68
am__nobase_strip_setup = \
69
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
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] }'
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) \
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) \
126
147
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
127
148
depcomp = $(SHELL) $(top_srcdir)/depcomp
128
149
am__depfiles_maybe = depfiles
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))
135
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
136
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
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)
416
452
@for dep in $?; do \
417
453
case '$(am__configure_deps)' in \
419
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
455
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
456
&& { if test -f $@; then exit 0; else break; fi; }; \
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
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 \
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"; \
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)"; \
457
497
uninstall-libLTLIBRARIES:
458
498
@$(NORMAL_UNINSTALL)
459
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
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 \
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"; \
465
506
clean-libLTLIBRARIES:
519
560
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-uscsi.Plo@am__quote@
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 $<
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) '$<'`
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; \
553
echo " $(libbraseromediaincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libbraseromediaincludedir)/$$f'"; \
554
$(libbraseromediaincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libbraseromediaincludedir)/$$f"; \
598
done | $(am__base_list) | \
599
while read files; do \
600
echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libbraseromediaincludedir)'"; \
601
$(INSTALL_HEADER) $$files "$(DESTDIR)$(libbraseromediaincludedir)" || exit $$?; \
557
604
uninstall-libbraseromediaincludeHEADERS:
558
605
@$(NORMAL_UNINSTALL)
559
@list='$(libbraseromediainclude_HEADERS)'; for p in $$list; do \
561
echo " rm -f '$(DESTDIR)$(libbraseromediaincludedir)/$$f'"; \
562
rm -f "$(DESTDIR)$(libbraseromediaincludedir)/$$f"; \
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
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; \
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
575
622
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
576
623
$(TAGS_FILES) $(LISP)
579
626
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
580
627
unique=`for i in $$list; do \
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 \
633
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
586
634
test -n "$$unique" || unique=$$empty_fix; \
587
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
635
if test $$# -gt 0; then \
636
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
639
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
591
644
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
592
645
$(TAGS_FILES) $(LISP)
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; \
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) \
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"
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 {} \;; \
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 {} \;; \
631
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
687
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
633
test -f $(distdir)/$$file \
634
|| cp -p $$d/$$file $(distdir)/$$file \
689
test -f "$(distdir)/$$file" \
690
|| cp -p $$d/$$file "$(distdir)/$$file" \
693
752
install-dvi: install-dvi-am
695
756
install-exec-am: install-libLTLIBRARIES
697
758
install-html: install-html-am
699
762
install-info: install-info-am
703
768
install-pdf: install-pdf-am
705
772
install-ps: install-ps-am
709
778
maintainer-clean: maintainer-clean-am