1
# Makefile.in generated by automake 1.11 from Makefile.am.
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5
# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
18
17
pkgdatadir = $(datadir)/@PACKAGE@
18
pkglibdir = $(libdir)/@PACKAGE@
19
19
pkgincludedir = $(includedir)/@PACKAGE@
20
pkglibdir = $(libdir)/@PACKAGE@
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
21
install_sh_DATA = $(install_sh) -c -m 644
24
22
install_sh_PROGRAM = $(install_sh) -c
45
43
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
46
44
CONFIG_HEADER = $(top_builddir)/config.h
47
45
CONFIG_CLEAN_FILES =
48
CONFIG_CLEAN_VPATH_FILES =
49
AM_V_GEN = $(am__v_GEN_$(V))
50
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
51
am__v_GEN_0 = @echo " GEN " $@;
52
AM_V_at = $(am__v_at_$(V))
53
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
57
48
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
63
54
ps-recursive uninstall-recursive
64
55
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
65
56
distclean-recursive maintainer-clean-recursive
66
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
67
$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
71
59
DIST_SUBDIRS = cdrdao transcode dvdcss growisofs checksum local-track \
72
60
dvdauthor vcdimager libburnia cdrkit cdrtools
73
61
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
76
sed_first='s,^\([^/]*\)/.*$$,\1,'; \
77
sed_rest='s,^[^/]*/*,,'; \
78
sed_last='s,^.*/\([^/]*\)$$,\1,'; \
79
sed_butlast='s,/*[^/]*$$,,'; \
80
while test -n "$$dir1"; do \
81
first=`echo "$$dir1" | sed -e "$$sed_first"`; \
82
if test "$$first" != "."; then \
83
if test "$$first" = ".."; then \
84
dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
85
dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
87
first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
88
if test "$$first2" = "$$first"; then \
89
dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
93
dir0="$$dir0"/"$$first"; \
96
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
99
62
ACLOCAL = @ACLOCAL@
100
63
ALL_LINGUAS = @ALL_LINGUAS@
102
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
104
66
AUTOCONF = @AUTOCONF@
105
67
AUTOHEADER = @AUTOHEADER@
296
257
@for dep in $?; do \
297
258
case '$(am__configure_deps)' in \
299
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
300
&& { if test -f $@; then exit 0; else break; fi; }; \
260
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
304
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign plugins/Makefile'; \
305
$(am__cd) $(top_srcdir) && \
306
$(AUTOMAKE) --foreign plugins/Makefile
265
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign plugins/Makefile'; \
266
cd $(top_srcdir) && \
267
$(AUTOMAKE) --foreign plugins/Makefile
307
268
.PRECIOUS: Makefile
308
269
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
388
348
local_target="$$target"; \
390
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
350
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
391
351
|| eval $$failcom; \
392
352
done && test -z "$$fail"
394
354
list='$(SUBDIRS)'; for subdir in $$list; do \
395
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
355
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
398
358
list='$(SUBDIRS)'; for subdir in $$list; do \
399
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
359
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
402
362
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
404
364
unique=`for i in $$list; do \
405
365
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
407
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
367
$(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
408
368
END { if (nonempty) { for (i in files) print i; }; }'`; \
409
369
mkid -fID $$unique
412
372
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
413
373
$(TAGS_FILES) $(LISP)
416
376
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
417
377
include_option=--etags-include; \
423
383
list='$(SUBDIRS)'; for subdir in $$list; do \
424
384
if test "$$subdir" = .; then :; else \
425
385
test ! -f $$subdir/TAGS || \
426
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
386
tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
429
389
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
433
393
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
434
394
END { if (nonempty) { for (i in files) print i; }; }'`; \
436
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
395
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
437
396
test -n "$$unique" || unique=$$empty_fix; \
438
if test $$# -gt 0; then \
439
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
442
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
397
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
447
401
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
448
402
$(TAGS_FILES) $(LISP)
449
404
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
450
405
unique=`for i in $$list; do \
451
406
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
453
408
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
454
409
END { if (nonempty) { for (i in files) print i; }; }'`; \
455
test -z "$(CTAGS_ARGS)$$unique" \
410
test -z "$(CTAGS_ARGS)$$tags$$unique" \
456
411
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
460
415
here=`$(am__cd) $(top_builddir) && pwd` \
461
&& $(am__cd) $(top_srcdir) \
462
&& gtags -i $(GTAGS_ARGS) "$$here"
416
&& cd $(top_srcdir) \
417
&& gtags -i $(GTAGS_ARGS) $$here
465
420
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
480
435
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
481
436
if test -d $$d/$$file; then \
482
437
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
483
if test -d "$(distdir)/$$file"; then \
484
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
486
438
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
487
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
488
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
439
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
490
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
441
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
492
test -f "$(distdir)/$$file" \
493
|| cp -p $$d/$$file "$(distdir)/$$file" \
443
test -f $(distdir)/$$file \
444
|| cp -p $$d/$$file $(distdir)/$$file \
497
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
448
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
498
449
if test "$$subdir" = .; then :; else \
499
450
test -d "$(distdir)/$$subdir" \
500
451
|| $(MKDIR_P) "$(distdir)/$$subdir" \
504
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
505
if test "$$subdir" = .; then :; else \
506
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
508
new_distdir=$$reldir; \
509
dir1=$$subdir; dir2="$(top_distdir)"; \
511
new_top_distdir=$$reldir; \
512
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
513
echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
514
($(am__cd) $$subdir && \
453
distdir=`$(am__cd) $(distdir) && pwd`; \
454
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
515
456
$(MAKE) $(AM_MAKEFLAGS) \
516
top_distdir="$$new_top_distdir" \
517
distdir="$$new_distdir" \
457
top_distdir="$$top_distdir" \
458
distdir="$$distdir/$$subdir" \
518
459
am__remove_distdir=: \
519
460
am__skip_length_check=: \
520
am__skip_mode_fix=: \
548
488
distclean-generic:
549
489
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
550
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
552
491
maintainer-clean-generic:
553
492
@echo "This command is intended for maintainers to use"
577
514
install-dvi: install-dvi-recursive
583
518
install-html: install-html-recursive
587
520
install-info: install-info-recursive
593
524
install-pdf: install-pdf-recursive
597
526
install-ps: install-ps-recursive
603
530
maintainer-clean: maintainer-clean-recursive
621
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
622
install-am install-strip tags-recursive
548
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
624
551
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
625
552
all all-am check check-am clean clean-generic clean-libtool \