1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
1
# Makefile.in generated by automake 1.11 from Makefile.am.
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
18
19
pkgdatadir = $(datadir)/@PACKAGE@
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
pkgincludedir = $(includedir)/@PACKAGE@
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
41
43
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
42
44
CONFIG_HEADER = $(top_builddir)/config.h
43
45
CONFIG_CLEAN_FILES =
46
CONFIG_CLEAN_VPATH_FILES =
44
47
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
45
48
am__vpath_adj = case $$p in \
46
49
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
49
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
52
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
54
am__nobase_strip_setup = \
55
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
57
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
58
am__nobase_list = $(am__nobase_strip_setup); \
59
for p in $$list; do echo "$$p $$p"; done | \
60
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
61
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
62
if (++n[$$2] == $(am__install_max)) \
63
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
64
END { for (dir in files) print dir, files[dir] }'
66
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
67
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
50
68
am__installdirs = "$(DESTDIR)$(cdrdaodir)" "$(DESTDIR)$(toc2cuedir)"
51
cdrdaoLTLIBRARIES_INSTALL = $(INSTALL)
52
toc2cueLTLIBRARIES_INSTALL = $(INSTALL)
53
69
LTLIBRARIES = $(cdrdao_LTLIBRARIES) $(toc2cue_LTLIBRARIES)
54
70
am__DEPENDENCIES_1 =
55
71
libbrasero_cdrdao_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
58
74
../../libbrasero-burn/libbrasero-burn.la
59
75
am_libbrasero_cdrdao_la_OBJECTS = burn-cdrdao.lo
60
76
libbrasero_cdrdao_la_OBJECTS = $(am_libbrasero_cdrdao_la_OBJECTS)
61
libbrasero_cdrdao_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
62
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
63
$(libbrasero_cdrdao_la_LDFLAGS) $(LDFLAGS) -o $@
77
AM_V_lt = $(am__v_lt_$(V))
78
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
80
libbrasero_cdrdao_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
81
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
82
$(AM_CFLAGS) $(CFLAGS) $(libbrasero_cdrdao_la_LDFLAGS) \
64
84
libbrasero_toc2cue_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
65
85
../../libbrasero-burn/libbrasero-burn.la
66
86
am_libbrasero_toc2cue_la_OBJECTS = burn-toc2cue.lo
67
87
libbrasero_toc2cue_la_OBJECTS = $(am_libbrasero_toc2cue_la_OBJECTS)
68
libbrasero_toc2cue_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
69
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
70
$(libbrasero_toc2cue_la_LDFLAGS) $(LDFLAGS) -o $@
88
libbrasero_toc2cue_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
89
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
90
$(AM_CFLAGS) $(CFLAGS) $(libbrasero_toc2cue_la_LDFLAGS) \
71
92
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
72
93
depcomp = $(SHELL) $(top_srcdir)/depcomp
73
94
am__depfiles_maybe = depfiles
74
96
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
75
97
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
76
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
77
--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
78
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
98
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
99
$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
100
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
101
$(AM_CFLAGS) $(CFLAGS)
102
AM_V_CC = $(am__v_CC_$(V))
103
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
104
am__v_CC_0 = @echo " CC " $@;
105
AM_V_at = $(am__v_at_$(V))
106
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
80
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
81
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
109
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
110
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
111
$(AM_LDFLAGS) $(LDFLAGS) -o $@
112
AM_V_CCLD = $(am__v_CCLD_$(V))
113
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
114
am__v_CCLD_0 = @echo " CCLD " $@;
115
AM_V_GEN = $(am__v_GEN_$(V))
116
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
117
am__v_GEN_0 = @echo " GEN " $@;
83
118
SOURCES = $(libbrasero_cdrdao_la_SOURCES) \
84
119
$(libbrasero_toc2cue_la_SOURCES)
85
120
DIST_SOURCES = $(libbrasero_cdrdao_la_SOURCES) \
316
353
@for dep in $?; do \
317
354
case '$(am__configure_deps)' in \
319
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
356
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
357
&& { if test -f $@; then exit 0; else break; fi; }; \
324
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign plugins/cdrdao/Makefile'; \
325
cd $(top_srcdir) && \
326
$(AUTOMAKE) --foreign plugins/cdrdao/Makefile
361
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign plugins/cdrdao/Makefile'; \
362
$(am__cd) $(top_srcdir) && \
363
$(AUTOMAKE) --foreign plugins/cdrdao/Makefile
327
364
.PRECIOUS: Makefile
328
365
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
341
378
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
342
379
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
343
380
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
381
$(am__aclocal_m4_deps):
344
382
install-cdrdaoLTLIBRARIES: $(cdrdao_LTLIBRARIES)
345
383
@$(NORMAL_INSTALL)
346
384
test -z "$(cdrdaodir)" || $(MKDIR_P) "$(DESTDIR)$(cdrdaodir)"
347
@list='$(cdrdao_LTLIBRARIES)'; for p in $$list; do \
385
@list='$(cdrdao_LTLIBRARIES)'; test -n "$(cdrdaodir)" || list=; \
386
list2=; for p in $$list; do \
348
387
if test -f $$p; then \
350
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(cdrdaoLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(cdrdaodir)/$$f'"; \
351
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(cdrdaoLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(cdrdaodir)/$$f"; \
388
list2="$$list2 $$p"; \
391
test -z "$$list2" || { \
392
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(cdrdaodir)'"; \
393
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(cdrdaodir)"; \
355
396
uninstall-cdrdaoLTLIBRARIES:
356
397
@$(NORMAL_UNINSTALL)
357
@list='$(cdrdao_LTLIBRARIES)'; for p in $$list; do \
359
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(cdrdaodir)/$$p'"; \
360
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(cdrdaodir)/$$p"; \
398
@list='$(cdrdao_LTLIBRARIES)'; test -n "$(cdrdaodir)" || list=; \
399
for p in $$list; do \
401
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(cdrdaodir)/$$f'"; \
402
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(cdrdaodir)/$$f"; \
363
405
clean-cdrdaoLTLIBRARIES:
371
413
install-toc2cueLTLIBRARIES: $(toc2cue_LTLIBRARIES)
372
414
@$(NORMAL_INSTALL)
373
415
test -z "$(toc2cuedir)" || $(MKDIR_P) "$(DESTDIR)$(toc2cuedir)"
374
@list='$(toc2cue_LTLIBRARIES)'; for p in $$list; do \
416
@list='$(toc2cue_LTLIBRARIES)'; test -n "$(toc2cuedir)" || list=; \
417
list2=; for p in $$list; do \
375
418
if test -f $$p; then \
377
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(toc2cueLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(toc2cuedir)/$$f'"; \
378
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(toc2cueLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(toc2cuedir)/$$f"; \
419
list2="$$list2 $$p"; \
422
test -z "$$list2" || { \
423
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toc2cuedir)'"; \
424
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toc2cuedir)"; \
382
427
uninstall-toc2cueLTLIBRARIES:
383
428
@$(NORMAL_UNINSTALL)
384
@list='$(toc2cue_LTLIBRARIES)'; for p in $$list; do \
386
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toc2cuedir)/$$p'"; \
387
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toc2cuedir)/$$p"; \
429
@list='$(toc2cue_LTLIBRARIES)'; test -n "$(toc2cuedir)" || list=; \
430
for p in $$list; do \
432
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toc2cuedir)/$$f'"; \
433
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toc2cuedir)/$$f"; \
390
436
clean-toc2cueLTLIBRARIES:
396
442
rm -f "$${dir}/so_locations"; \
398
444
libbrasero-cdrdao.la: $(libbrasero_cdrdao_la_OBJECTS) $(libbrasero_cdrdao_la_DEPENDENCIES)
399
$(libbrasero_cdrdao_la_LINK) -rpath $(cdrdaodir) $(libbrasero_cdrdao_la_OBJECTS) $(libbrasero_cdrdao_la_LIBADD) $(LIBS)
445
$(AM_V_CCLD)$(libbrasero_cdrdao_la_LINK) -rpath $(cdrdaodir) $(libbrasero_cdrdao_la_OBJECTS) $(libbrasero_cdrdao_la_LIBADD) $(LIBS)
400
446
libbrasero-toc2cue.la: $(libbrasero_toc2cue_la_OBJECTS) $(libbrasero_toc2cue_la_DEPENDENCIES)
401
$(libbrasero_toc2cue_la_LINK) -rpath $(toc2cuedir) $(libbrasero_toc2cue_la_OBJECTS) $(libbrasero_toc2cue_la_LIBADD) $(LIBS)
447
$(AM_V_CCLD)$(libbrasero_toc2cue_la_LINK) -rpath $(toc2cuedir) $(libbrasero_toc2cue_la_OBJECTS) $(libbrasero_toc2cue_la_LIBADD) $(LIBS)
403
449
mostlyclean-compile:
404
450
-rm -f *.$(OBJEXT)
410
456
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-toc2cue.Plo@am__quote@
413
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
414
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
459
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
460
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
461
@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
415
462
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
416
463
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
417
464
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
420
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
421
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
467
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
468
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
469
@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
422
470
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
423
471
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
424
472
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
427
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
428
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
475
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
476
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
477
@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
429
478
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
430
479
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
431
480
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
441
490
unique=`for i in $$list; do \
442
491
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
444
$(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
493
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
445
494
END { if (nonempty) { for (i in files) print i; }; }'`; \
446
495
mkid -fID $$unique
449
498
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
450
499
$(TAGS_FILES) $(LISP)
453
502
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
454
503
unique=`for i in $$list; do \
457
506
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
458
507
END { if (nonempty) { for (i in files) print i; }; }'`; \
459
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
509
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
460
510
test -n "$$unique" || unique=$$empty_fix; \
461
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
511
if test $$# -gt 0; then \
512
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
515
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
465
520
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
466
521
$(TAGS_FILES) $(LISP)
468
522
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
469
523
unique=`for i in $$list; do \
470
524
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
472
526
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
473
527
END { if (nonempty) { for (i in files) print i; }; }'`; \
474
test -z "$(CTAGS_ARGS)$$tags$$unique" \
528
test -z "$(CTAGS_ARGS)$$unique" \
475
529
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
479
533
here=`$(am__cd) $(top_builddir) && pwd` \
480
&& cd $(top_srcdir) \
481
&& gtags -i $(GTAGS_ARGS) $$here
534
&& $(am__cd) $(top_srcdir) \
535
&& gtags -i $(GTAGS_ARGS) "$$here"
484
538
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
499
553
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
500
554
if test -d $$d/$$file; then \
501
555
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
556
if test -d "$(distdir)/$$file"; then \
557
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
502
559
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
503
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
560
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
561
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
505
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
563
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
507
test -f $(distdir)/$$file \
508
|| cp -p $$d/$$file $(distdir)/$$file \
565
test -f "$(distdir)/$$file" \
566
|| cp -p $$d/$$file "$(distdir)/$$file" \