51
51
build_triplet = @build@
52
52
host_triplet = @host@
53
53
subdir = plugins/dvdauthor
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 =
146
146
n|no|NO) false;; \
147
147
*) (install-info --version) >/dev/null 2>&1;; \
149
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
150
# Read a list of newline-separated strings from the standard input,
151
# and print each of them once, without duplicates. Input order is
153
am__uniquify_input = $(AWK) '\
154
BEGIN { nonempty = 0; } \
155
{ items[$$0] = 1; nonempty = 1; } \
156
END { if (nonempty) { for (i in items) print i; }; } \
158
# Make sure the list of sources is unique. This is necessary because,
159
# e.g., the same source file might be shared among _SOURCES variables
160
# for different programs/libraries.
161
am__define_uniq_tagged_files = \
162
list='$(am__tagged_files)'; \
163
unique=`for i in $$list; do \
164
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
165
done | $(am__uniquify_input)`
151
168
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
417
434
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
418
435
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
419
436
$(am__aclocal_m4_deps):
420
438
install-dvdauthorLTLIBRARIES: $(dvdauthor_LTLIBRARIES)
421
439
@$(NORMAL_INSTALL)
422
440
@list='$(dvdauthor_LTLIBRARIES)'; test -n "$(dvdauthordir)" || list=; \
490
508
-rm -rf .libs _libs
492
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
493
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
494
unique=`for i in $$list; do \
495
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
497
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
498
END { if (nonempty) { for (i in files) print i; }; }'`; \
510
ID: $(am__tagged_files)
511
$(am__define_uniq_tagged_files); mkid -fID $$unique
502
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
503
$(TAGS_FILES) $(LISP)
515
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
506
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
507
unique=`for i in $$list; do \
508
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
510
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
511
END { if (nonempty) { for (i in files) print i; }; }'`; \
518
$(am__define_uniq_tagged_files); \
513
520
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
514
521
test -n "$$unique" || unique=$$empty_fix; \
524
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
525
$(TAGS_FILES) $(LISP)
526
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
527
unique=`for i in $$list; do \
528
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
530
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
531
END { if (nonempty) { for (i in files) print i; }; }'`; \
533
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
534
$(am__define_uniq_tagged_files); \
532
535
test -z "$(CTAGS_ARGS)$$unique" \
533
536
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
537
540
here=`$(am__cd) $(top_builddir) && pwd` \
538
541
&& $(am__cd) $(top_srcdir) \
539
542
&& gtags -i $(GTAGS_ARGS) "$$here"
543
cscopelist: cscopelist-am
541
cscopelist: $(HEADERS) $(SOURCES) $(LISP)
542
list='$(SOURCES) $(HEADERS) $(LISP)'; \
545
cscopelist-am: $(am__tagged_files)
546
list='$(am__tagged_files)'; \
543
547
case "$(srcdir)" in \
544
548
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
545
549
*) sdir=$(subdir)/$(srcdir) ;; \
696
700
.MAKE: install-am install-strip
698
.PHONY: CTAGS GTAGS all all-am check check-am clean \
702
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
699
703
clean-dvdauthorLTLIBRARIES clean-generic clean-libtool \
700
cscopelist ctags distclean distclean-compile distclean-generic \
701
distclean-libtool distclean-tags distdir dvi dvi-am html \
702
html-am info info-am install install-am install-data \
703
install-data-am install-dvdauthorLTLIBRARIES install-dvi \
704
install-dvi-am install-exec install-exec-am install-html \
705
install-html-am install-info install-info-am install-man \
706
install-pdf install-pdf-am install-ps install-ps-am \
707
install-strip installcheck installcheck-am installdirs \
708
maintainer-clean maintainer-clean-generic mostlyclean \
709
mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
710
pdf pdf-am ps ps-am tags uninstall uninstall-am \
711
uninstall-dvdauthorLTLIBRARIES
704
cscopelist-am ctags ctags-am distclean distclean-compile \
705
distclean-generic distclean-libtool distclean-tags distdir dvi \
706
dvi-am html html-am info info-am install install-am \
707
install-data install-data-am install-dvdauthorLTLIBRARIES \
708
install-dvi install-dvi-am install-exec install-exec-am \
709
install-html install-html-am install-info install-info-am \
710
install-man install-pdf install-pdf-am install-ps \
711
install-ps-am install-strip installcheck installcheck-am \
712
installdirs maintainer-clean maintainer-clean-generic \
713
mostlyclean mostlyclean-compile mostlyclean-generic \
714
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
715
uninstall-am uninstall-dvdauthorLTLIBRARIES
714
718
-include $(top_srcdir)/git.mk