51
51
build_triplet = @build@
52
52
host_triplet = @host@
53
53
subdir = plugins/libburnia
54
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
55
$(top_srcdir)/depcomp $(top_srcdir)/mkinstalldirs
54
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
56
56
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57
am__aclocal_m4_deps = $(top_srcdir)/configure.in
57
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
58
58
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
60
mkinstalldirs = $(install_sh) -d
61
61
CONFIG_HEADER = $(top_builddir)/config.h
62
62
CONFIG_CLEAN_FILES =
63
63
CONFIG_CLEAN_VPATH_FILES =
158
158
n|no|NO) false;; \
159
159
*) (install-info --version) >/dev/null 2>&1;; \
161
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
162
# Read a list of newline-separated strings from the standard input,
163
# and print each of them once, without duplicates. Input order is
165
am__uniquify_input = $(AWK) '\
166
BEGIN { nonempty = 0; } \
167
{ items[$$0] = 1; nonempty = 1; } \
168
END { if (nonempty) { for (i in items) print i; }; } \
170
# Make sure the list of sources is unique. This is necessary because,
171
# e.g., the same source file might be shared among _SOURCES variables
172
# for different programs/libraries.
173
am__define_uniq_tagged_files = \
174
list='$(am__tagged_files)'; \
175
unique=`for i in $$list; do \
176
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
177
done | $(am__uniquify_input)`
163
180
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
446
463
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
447
464
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
448
465
$(am__aclocal_m4_deps):
449
467
install-libburnLTLIBRARIES: $(libburn_LTLIBRARIES)
450
468
@$(NORMAL_INSTALL)
451
469
@list='$(libburn_LTLIBRARIES)'; test -n "$(libburndir)" || list=; \
557
576
-rm -rf .libs _libs
559
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
560
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
561
unique=`for i in $$list; do \
562
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
564
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
565
END { if (nonempty) { for (i in files) print i; }; }'`; \
578
ID: $(am__tagged_files)
579
$(am__define_uniq_tagged_files); mkid -fID $$unique
569
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
570
$(TAGS_FILES) $(LISP)
583
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
573
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
574
unique=`for i in $$list; do \
575
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
577
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
578
END { if (nonempty) { for (i in files) print i; }; }'`; \
586
$(am__define_uniq_tagged_files); \
580
588
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
581
589
test -n "$$unique" || unique=$$empty_fix; \
591
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
592
$(TAGS_FILES) $(LISP)
593
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
594
unique=`for i in $$list; do \
595
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
597
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
598
END { if (nonempty) { for (i in files) print i; }; }'`; \
601
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
602
$(am__define_uniq_tagged_files); \
599
603
test -z "$(CTAGS_ARGS)$$unique" \
600
604
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
604
608
here=`$(am__cd) $(top_builddir) && pwd` \
605
609
&& $(am__cd) $(top_srcdir) \
606
610
&& gtags -i $(GTAGS_ARGS) "$$here"
611
cscopelist: cscopelist-am
608
cscopelist: $(HEADERS) $(SOURCES) $(LISP)
609
list='$(SOURCES) $(HEADERS) $(LISP)'; \
613
cscopelist-am: $(am__tagged_files)
614
list='$(am__tagged_files)'; \
610
615
case "$(srcdir)" in \
611
616
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
612
617
*) sdir=$(subdir)/$(srcdir) ;; \
765
770
.MAKE: install-am install-strip
767
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
772
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
768
773
clean-libburnLTLIBRARIES clean-libisofsLTLIBRARIES \
769
clean-libtool cscopelist ctags distclean distclean-compile \
770
distclean-generic distclean-libtool distclean-tags distdir dvi \
771
dvi-am html html-am info info-am install install-am \
772
install-data install-data-am install-dvi install-dvi-am \
773
install-exec install-exec-am install-html install-html-am \
774
install-info install-info-am install-libburnLTLIBRARIES \
775
install-libisofsLTLIBRARIES install-man install-pdf \
776
install-pdf-am install-ps install-ps-am install-strip \
777
installcheck installcheck-am installdirs maintainer-clean \
778
maintainer-clean-generic mostlyclean mostlyclean-compile \
779
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
780
tags uninstall uninstall-am uninstall-libburnLTLIBRARIES \
774
clean-libtool cscopelist-am ctags ctags-am distclean \
775
distclean-compile distclean-generic distclean-libtool \
776
distclean-tags distdir dvi dvi-am html html-am info info-am \
777
install install-am install-data install-data-am install-dvi \
778
install-dvi-am install-exec install-exec-am install-html \
779
install-html-am install-info install-info-am \
780
install-libburnLTLIBRARIES install-libisofsLTLIBRARIES \
781
install-man install-pdf install-pdf-am install-ps \
782
install-ps-am install-strip installcheck installcheck-am \
783
installdirs maintainer-clean maintainer-clean-generic \
784
mostlyclean mostlyclean-compile mostlyclean-generic \
785
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
786
uninstall-am uninstall-libburnLTLIBRARIES \
781
787
uninstall-libisofsLTLIBRARIES