65
65
# Solaris's USCSI interface
66
66
@HAVE_USCSI_H_TRUE@am__append_4 = scsi-uscsi.c
67
67
subdir = libbrasero-media
68
DIST_COMMON = $(header_HEADERS) $(srcdir)/Makefile.am \
69
$(srcdir)/Makefile.in $(srcdir)/brasero-media.h.in \
70
$(top_srcdir)/depcomp $(top_srcdir)/mkinstalldirs COPYING
68
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
69
$(srcdir)/brasero-media.h.in $(top_srcdir)/depcomp \
70
$(header_HEADERS) COPYING
71
71
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
72
am__aclocal_m4_deps = $(top_srcdir)/configure.in
72
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
73
73
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
75
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
75
mkinstalldirs = $(install_sh) -d
76
76
CONFIG_HEADER = $(top_builddir)/config.h
77
77
CONFIG_CLEAN_FILES = brasero-media.h
78
78
CONFIG_CLEAN_VPATH_FILES =
215
215
DATA = $(gir_DATA) $(typelibs_DATA)
216
216
HEADERS = $(header_HEADERS)
217
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
218
# Read a list of newline-separated strings from the standard input,
219
# and print each of them once, without duplicates. Input order is
221
am__uniquify_input = $(AWK) '\
222
BEGIN { nonempty = 0; } \
223
{ items[$$0] = 1; nonempty = 1; } \
224
END { if (nonempty) { for (i in items) print i; }; } \
226
# Make sure the list of sources is unique. This is necessary because,
227
# e.g., the same source file might be shared among _SOURCES variables
228
# for different programs/libraries.
229
am__define_uniq_tagged_files = \
230
list='$(am__tagged_files)'; \
231
unique=`for i in $$list; do \
232
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
233
done | $(am__uniquify_input)`
219
236
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
553
570
$(am__aclocal_m4_deps):
554
571
brasero-media.h: $(top_builddir)/config.status $(srcdir)/brasero-media.h.in
555
572
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
556
574
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
557
575
@$(NORMAL_INSTALL)
558
576
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
724
742
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
725
743
dir='$(DESTDIR)$(headerdir)'; $(am__uninstall_files_from_dir)
727
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
728
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
729
unique=`for i in $$list; do \
730
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
732
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
733
END { if (nonempty) { for (i in files) print i; }; }'`; \
745
ID: $(am__tagged_files)
746
$(am__define_uniq_tagged_files); mkid -fID $$unique
737
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
738
$(TAGS_FILES) $(LISP)
750
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
741
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
742
unique=`for i in $$list; do \
743
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
745
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
746
END { if (nonempty) { for (i in files) print i; }; }'`; \
753
$(am__define_uniq_tagged_files); \
748
755
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
749
756
test -n "$$unique" || unique=$$empty_fix; \
759
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
760
$(TAGS_FILES) $(LISP)
761
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
762
unique=`for i in $$list; do \
763
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
765
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
766
END { if (nonempty) { for (i in files) print i; }; }'`; \
768
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
769
$(am__define_uniq_tagged_files); \
767
770
test -z "$(CTAGS_ARGS)$$unique" \
768
771
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
772
775
here=`$(am__cd) $(top_builddir) && pwd` \
773
776
&& $(am__cd) $(top_srcdir) \
774
777
&& gtags -i $(GTAGS_ARGS) "$$here"
778
cscopelist: cscopelist-am
776
cscopelist: $(HEADERS) $(SOURCES) $(LISP)
777
list='$(SOURCES) $(HEADERS) $(LISP)'; \
780
cscopelist-am: $(am__tagged_files)
781
list='$(am__tagged_files)'; \
778
782
case "$(srcdir)" in \
779
783
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
780
784
*) sdir=$(subdir)/$(srcdir) ;; \
934
938
.MAKE: install-am install-strip
936
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
937
clean-libLTLIBRARIES clean-libtool cscopelist ctags distclean \
938
distclean-compile distclean-generic distclean-libtool \
939
distclean-tags distdir dvi dvi-am html html-am info info-am \
940
install install-am install-data install-data-am install-dvi \
941
install-dvi-am install-exec install-exec-am install-girDATA \
942
install-headerHEADERS install-html install-html-am \
943
install-info install-info-am install-libLTLIBRARIES \
944
install-man install-pdf install-pdf-am install-ps \
945
install-ps-am install-strip install-typelibsDATA installcheck \
946
installcheck-am installdirs maintainer-clean \
940
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
941
clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
942
ctags-am distclean distclean-compile distclean-generic \
943
distclean-libtool distclean-tags distdir dvi dvi-am html \
944
html-am info info-am install install-am install-data \
945
install-data-am install-dvi install-dvi-am install-exec \
946
install-exec-am install-girDATA install-headerHEADERS \
947
install-html install-html-am install-info install-info-am \
948
install-libLTLIBRARIES install-man install-pdf install-pdf-am \
949
install-ps install-ps-am install-strip install-typelibsDATA \
950
installcheck installcheck-am installdirs maintainer-clean \
947
951
maintainer-clean-generic mostlyclean mostlyclean-compile \
948
952
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
949
tags uninstall uninstall-am uninstall-girDATA \
953
tags tags-am uninstall uninstall-am uninstall-girDATA \
950
954
uninstall-headerHEADERS uninstall-libLTLIBRARIES \
951
955
uninstall-typelibsDATA