55
55
@BUILD_CDRDAO_TRUE@am__append_4 = cdrdao
56
56
@BUILD_GROWISOFS_TRUE@am__append_5 = growisofs
58
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
59
$(top_srcdir)/mkinstalldirs
58
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
60
59
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61
am__aclocal_m4_deps = $(top_srcdir)/configure.in
60
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
62
61
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
64
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
63
mkinstalldirs = $(install_sh) -d
65
64
CONFIG_HEADER = $(top_builddir)/config.h
66
65
CONFIG_CLEAN_FILES =
67
66
CONFIG_CLEAN_VPATH_FILES =
82
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
83
html-recursive info-recursive install-data-recursive \
84
install-dvi-recursive install-exec-recursive \
85
install-html-recursive install-info-recursive \
86
install-pdf-recursive install-ps-recursive install-recursive \
87
installcheck-recursive installdirs-recursive pdf-recursive \
88
ps-recursive uninstall-recursive
81
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
82
ctags-recursive dvi-recursive html-recursive info-recursive \
83
install-data-recursive install-dvi-recursive \
84
install-exec-recursive install-html-recursive \
85
install-info-recursive install-pdf-recursive \
86
install-ps-recursive install-recursive installcheck-recursive \
87
installdirs-recursive pdf-recursive ps-recursive \
88
tags-recursive uninstall-recursive
89
89
am__can_run_installinfo = \
90
90
case $$AM_UPDATE_INFO_DIR in \
94
94
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
95
95
distclean-recursive maintainer-clean-recursive
96
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
97
$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
96
am__recursive_targets = \
97
$(RECURSIVE_TARGETS) \
98
$(RECURSIVE_CLEAN_TARGETS) \
99
$(am__extra_recursive_targets)
100
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
102
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
103
# Read a list of newline-separated strings from the standard input,
104
# and print each of them once, without duplicates. Input order is
106
am__uniquify_input = $(AWK) '\
107
BEGIN { nonempty = 0; } \
108
{ items[$$0] = 1; nonempty = 1; } \
109
END { if (nonempty) { for (i in items) print i; }; } \
111
# Make sure the list of sources is unique. This is necessary because,
112
# e.g., the same source file might be shared among _SOURCES variables
113
# for different programs/libraries.
114
am__define_uniq_tagged_files = \
115
list='$(am__tagged_files)'; \
116
unique=`for i in $$list; do \
117
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
118
done | $(am__uniquify_input)`
101
121
DIST_SUBDIRS = transcode dvdcss checksum local-track dvdauthor \
388
408
# (1) if the variable is set in 'config.status', edit 'config.status'
389
409
# (which will cause the Makefiles to be regenerated when you run 'make');
390
410
# (2) otherwise, pass the desired values on the 'make' command line.
391
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
411
$(am__recursive_targets):
392
412
@fail= failcom='exit 1'; \
393
413
for f in x $$MAKEFLAGS; do \
416
436
if test "$$dot_seen" = "no"; then \
417
437
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
418
438
fi; test -z "$$fail"
420
list='$(SUBDIRS)'; for subdir in $$list; do \
421
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
424
list='$(SUBDIRS)'; for subdir in $$list; do \
425
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
427
cscopelist-recursive:
428
list='$(SUBDIRS)'; for subdir in $$list; do \
429
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
432
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
433
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
434
unique=`for i in $$list; do \
435
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
437
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
438
END { if (nonempty) { for (i in files) print i; }; }'`; \
442
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
443
$(TAGS_FILES) $(LISP)
440
ID: $(am__tagged_files)
441
$(am__define_uniq_tagged_files); mkid -fID $$unique
445
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
446
448
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
456
458
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
459
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
460
unique=`for i in $$list; do \
461
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
463
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
464
END { if (nonempty) { for (i in files) print i; }; }'`; \
461
$(am__define_uniq_tagged_files); \
466
463
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
467
464
test -n "$$unique" || unique=$$empty_fix; \
477
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
478
$(TAGS_FILES) $(LISP)
479
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
480
unique=`for i in $$list; do \
481
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
483
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
484
END { if (nonempty) { for (i in files) print i; }; }'`; \
473
ctags: ctags-recursive
476
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
477
$(am__define_uniq_tagged_files); \
485
478
test -z "$(CTAGS_ARGS)$$unique" \
486
479
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
490
483
here=`$(am__cd) $(top_builddir) && pwd` \
491
484
&& $(am__cd) $(top_srcdir) \
492
485
&& gtags -i $(GTAGS_ARGS) "$$here"
486
cscopelist: cscopelist-recursive
494
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
495
list='$(SOURCES) $(HEADERS) $(LISP)'; \
488
cscopelist-am: $(am__tagged_files)
489
list='$(am__tagged_files)'; \
496
490
case "$(srcdir)" in \
497
491
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
498
492
*) sdir=$(subdir)/$(srcdir) ;; \
667
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
668
cscopelist-recursive ctags-recursive install-am install-strip \
661
.MAKE: $(am__recursive_targets) install-am install-strip
671
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
672
all all-am check check-am clean clean-generic clean-libtool \
673
cscopelist cscopelist-recursive ctags ctags-recursive \
674
distclean distclean-generic distclean-libtool distclean-tags \
675
distdir dvi dvi-am html html-am info info-am install \
676
install-am install-data install-data-am install-dvi \
663
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
664
check-am clean clean-generic clean-libtool cscopelist-am ctags \
665
ctags-am distclean distclean-generic distclean-libtool \
666
distclean-tags distdir dvi dvi-am html html-am info info-am \
667
install install-am install-data install-data-am install-dvi \
677
668
install-dvi-am install-exec install-exec-am install-html \
678
669
install-html-am install-info install-info-am install-man \
679
670
install-pdf install-pdf-am install-ps install-ps-am \
680
671
install-strip installcheck installcheck-am installdirs \
681
672
installdirs-am maintainer-clean maintainer-clean-generic \
682
673
mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
683
ps ps-am tags tags-recursive uninstall uninstall-am
674
ps ps-am tags tags-am uninstall uninstall-am
686
677
-include $(top_srcdir)/git.mk