54
54
host_triplet = @host@
55
55
@BUILD_INOTIFY_TRUE@am__append_1 = brasero-file-monitor.c brasero-file-monitor.h
56
56
subdir = libbrasero-burn
57
DIST_COMMON = $(header_HEADERS) $(srcdir)/Makefile.am \
58
$(srcdir)/Makefile.in $(srcdir)/brasero-burn-lib.h.in \
59
$(top_srcdir)/depcomp $(top_srcdir)/mkinstalldirs
57
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
58
$(srcdir)/brasero-burn-lib.h.in $(top_srcdir)/depcomp \
60
60
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61
am__aclocal_m4_deps = $(top_srcdir)/configure.in
61
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
62
62
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
64
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
64
mkinstalldirs = $(install_sh) -d
65
65
CONFIG_HEADER = $(top_builddir)/config.h
66
66
CONFIG_CLEAN_FILES = brasero-burn-lib.h
67
67
CONFIG_CLEAN_VPATH_FILES =
230
230
DATA = $(gir_DATA) $(typelibs_DATA)
231
231
HEADERS = $(header_HEADERS)
232
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
233
# Read a list of newline-separated strings from the standard input,
234
# and print each of them once, without duplicates. Input order is
236
am__uniquify_input = $(AWK) '\
237
BEGIN { nonempty = 0; } \
238
{ items[$$0] = 1; nonempty = 1; } \
239
END { if (nonempty) { for (i in items) print i; }; } \
241
# Make sure the list of sources is unique. This is necessary because,
242
# e.g., the same source file might be shared among _SOURCES variables
243
# for different programs/libraries.
244
am__define_uniq_tagged_files = \
245
list='$(am__tagged_files)'; \
246
unique=`for i in $$list; do \
247
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
248
done | $(am__uniquify_input)`
234
251
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
615
632
$(am__aclocal_m4_deps):
616
633
brasero-burn-lib.h: $(top_builddir)/config.status $(srcdir)/brasero-burn-lib.h.in
617
634
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
618
636
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
619
637
@$(NORMAL_INSTALL)
620
638
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
804
822
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
805
823
dir='$(DESTDIR)$(headerdir)'; $(am__uninstall_files_from_dir)
807
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
808
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
809
unique=`for i in $$list; do \
810
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
812
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
813
END { if (nonempty) { for (i in files) print i; }; }'`; \
825
ID: $(am__tagged_files)
826
$(am__define_uniq_tagged_files); mkid -fID $$unique
817
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
818
$(TAGS_FILES) $(LISP)
830
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
821
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
822
unique=`for i in $$list; do \
823
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
825
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
826
END { if (nonempty) { for (i in files) print i; }; }'`; \
833
$(am__define_uniq_tagged_files); \
828
835
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
829
836
test -n "$$unique" || unique=$$empty_fix; \
839
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
840
$(TAGS_FILES) $(LISP)
841
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
842
unique=`for i in $$list; do \
843
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
845
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
846
END { if (nonempty) { for (i in files) print i; }; }'`; \
848
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
849
$(am__define_uniq_tagged_files); \
847
850
test -z "$(CTAGS_ARGS)$$unique" \
848
851
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
852
855
here=`$(am__cd) $(top_builddir) && pwd` \
853
856
&& $(am__cd) $(top_srcdir) \
854
857
&& gtags -i $(GTAGS_ARGS) "$$here"
858
cscopelist: cscopelist-am
856
cscopelist: $(HEADERS) $(SOURCES) $(LISP)
857
list='$(SOURCES) $(HEADERS) $(LISP)'; \
860
cscopelist-am: $(am__tagged_files)
861
list='$(am__tagged_files)'; \
858
862
case "$(srcdir)" in \
859
863
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
860
864
*) sdir=$(subdir)/$(srcdir) ;; \
1014
1018
.MAKE: install-am install-strip
1016
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1017
clean-libLTLIBRARIES clean-libtool cscopelist ctags distclean \
1018
distclean-compile distclean-generic distclean-libtool \
1019
distclean-tags distdir dvi dvi-am html html-am info info-am \
1020
install install-am install-data install-data-am install-dvi \
1021
install-dvi-am install-exec install-exec-am install-girDATA \
1022
install-headerHEADERS install-html install-html-am \
1023
install-info install-info-am install-libLTLIBRARIES \
1024
install-man install-pdf install-pdf-am install-ps \
1025
install-ps-am install-strip install-typelibsDATA installcheck \
1026
installcheck-am installdirs maintainer-clean \
1020
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
1021
clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
1022
ctags-am distclean distclean-compile distclean-generic \
1023
distclean-libtool distclean-tags distdir dvi dvi-am html \
1024
html-am info info-am install install-am install-data \
1025
install-data-am install-dvi install-dvi-am install-exec \
1026
install-exec-am install-girDATA install-headerHEADERS \
1027
install-html install-html-am install-info install-info-am \
1028
install-libLTLIBRARIES install-man install-pdf install-pdf-am \
1029
install-ps install-ps-am install-strip install-typelibsDATA \
1030
installcheck installcheck-am installdirs maintainer-clean \
1027
1031
maintainer-clean-generic mostlyclean mostlyclean-compile \
1028
1032
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1029
tags uninstall uninstall-am uninstall-girDATA \
1033
tags tags-am uninstall uninstall-am uninstall-girDATA \
1030
1034
uninstall-headerHEADERS uninstall-libLTLIBRARIES \
1031
1035
uninstall-typelibsDATA