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.
19
18
pkgdatadir = $(datadir)/@PACKAGE@
19
pkglibdir = $(libdir)/@PACKAGE@
20
20
pkgincludedir = $(includedir)/@PACKAGE@
21
pkglibdir = $(libdir)/@PACKAGE@
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
22
install_sh_DATA = $(install_sh) -c -m 644
25
23
install_sh_PROGRAM = $(install_sh) -c
43
41
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44
42
CONFIG_HEADER = $(top_builddir)/config.h
45
43
CONFIG_CLEAN_FILES =
46
CONFIG_CLEAN_VPATH_FILES =
47
44
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
48
45
am__vpath_adj = case $$p in \
49
46
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
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'
49
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
68
50
am__installdirs = "$(DESTDIR)$(dvdrwformatdir)" \
69
51
"$(DESTDIR)$(growisofsdir)"
52
dvdrwformatLTLIBRARIES_INSTALL = $(INSTALL)
53
growisofsLTLIBRARIES_INSTALL = $(INSTALL)
70
54
LTLIBRARIES = $(dvdrwformat_LTLIBRARIES) $(growisofs_LTLIBRARIES)
71
55
am__DEPENDENCIES_1 =
72
56
libbrasero_dvdrwformat_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
74
58
am_libbrasero_dvdrwformat_la_OBJECTS = burn-dvd-rw-format.lo
75
59
libbrasero_dvdrwformat_la_OBJECTS = \
76
60
$(am_libbrasero_dvdrwformat_la_OBJECTS)
77
AM_V_lt = $(am__v_lt_$(V))
78
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
80
libbrasero_dvdrwformat_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
61
libbrasero_dvdrwformat_la_LINK = $(LIBTOOL) --tag=CC \
81
62
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
82
63
$(AM_CFLAGS) $(CFLAGS) $(libbrasero_dvdrwformat_la_LDFLAGS) \
86
67
am_libbrasero_growisofs_la_OBJECTS = burn-growisofs.lo
87
68
libbrasero_growisofs_la_OBJECTS = \
88
69
$(am_libbrasero_growisofs_la_OBJECTS)
89
libbrasero_growisofs_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
90
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
91
$(AM_CFLAGS) $(CFLAGS) $(libbrasero_growisofs_la_LDFLAGS) \
70
libbrasero_growisofs_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
71
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
72
$(libbrasero_growisofs_la_LDFLAGS) $(LDFLAGS) -o $@
93
73
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
94
74
depcomp = $(SHELL) $(top_srcdir)/depcomp
95
75
am__depfiles_maybe = depfiles
97
76
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
98
77
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
99
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
100
$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
101
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
102
$(AM_CFLAGS) $(CFLAGS)
103
AM_V_CC = $(am__v_CC_$(V))
104
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
105
am__v_CC_0 = @echo " CC " $@;
106
AM_V_at = $(am__v_at_$(V))
107
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
78
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
79
--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
80
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
110
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
111
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
112
$(AM_LDFLAGS) $(LDFLAGS) -o $@
113
AM_V_CCLD = $(am__v_CCLD_$(V))
114
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
115
am__v_CCLD_0 = @echo " CCLD " $@;
116
AM_V_GEN = $(am__v_GEN_$(V))
117
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
118
am__v_GEN_0 = @echo " GEN " $@;
82
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
83
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
119
85
SOURCES = $(libbrasero_dvdrwformat_la_SOURCES) \
120
86
$(libbrasero_growisofs_la_SOURCES)
121
87
DIST_SOURCES = $(libbrasero_dvdrwformat_la_SOURCES) \
352
316
@for dep in $?; do \
353
317
case '$(am__configure_deps)' in \
355
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
356
&& { if test -f $@; then exit 0; else break; fi; }; \
319
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
360
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign plugins/growisofs/Makefile'; \
361
$(am__cd) $(top_srcdir) && \
362
$(AUTOMAKE) --foreign plugins/growisofs/Makefile
324
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign plugins/growisofs/Makefile'; \
325
cd $(top_srcdir) && \
326
$(AUTOMAKE) --foreign plugins/growisofs/Makefile
363
327
.PRECIOUS: Makefile
364
328
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
377
341
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
378
342
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
379
343
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
380
$(am__aclocal_m4_deps):
381
344
install-dvdrwformatLTLIBRARIES: $(dvdrwformat_LTLIBRARIES)
382
345
@$(NORMAL_INSTALL)
383
346
test -z "$(dvdrwformatdir)" || $(MKDIR_P) "$(DESTDIR)$(dvdrwformatdir)"
384
@list='$(dvdrwformat_LTLIBRARIES)'; test -n "$(dvdrwformatdir)" || list=; \
385
list2=; for p in $$list; do \
347
@list='$(dvdrwformat_LTLIBRARIES)'; for p in $$list; do \
386
348
if test -f $$p; then \
387
list2="$$list2 $$p"; \
350
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(dvdrwformatLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(dvdrwformatdir)/$$f'"; \
351
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(dvdrwformatLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(dvdrwformatdir)/$$f"; \
390
test -z "$$list2" || { \
391
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(dvdrwformatdir)'"; \
392
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(dvdrwformatdir)"; \
395
355
uninstall-dvdrwformatLTLIBRARIES:
396
356
@$(NORMAL_UNINSTALL)
397
@list='$(dvdrwformat_LTLIBRARIES)'; test -n "$(dvdrwformatdir)" || list=; \
398
for p in $$list; do \
400
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(dvdrwformatdir)/$$f'"; \
401
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(dvdrwformatdir)/$$f"; \
357
@list='$(dvdrwformat_LTLIBRARIES)'; for p in $$list; do \
359
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(dvdrwformatdir)/$$p'"; \
360
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(dvdrwformatdir)/$$p"; \
404
363
clean-dvdrwformatLTLIBRARIES:
412
371
install-growisofsLTLIBRARIES: $(growisofs_LTLIBRARIES)
413
372
@$(NORMAL_INSTALL)
414
373
test -z "$(growisofsdir)" || $(MKDIR_P) "$(DESTDIR)$(growisofsdir)"
415
@list='$(growisofs_LTLIBRARIES)'; test -n "$(growisofsdir)" || list=; \
416
list2=; for p in $$list; do \
374
@list='$(growisofs_LTLIBRARIES)'; for p in $$list; do \
417
375
if test -f $$p; then \
418
list2="$$list2 $$p"; \
377
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(growisofsLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(growisofsdir)/$$f'"; \
378
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(growisofsLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(growisofsdir)/$$f"; \
421
test -z "$$list2" || { \
422
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(growisofsdir)'"; \
423
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(growisofsdir)"; \
426
382
uninstall-growisofsLTLIBRARIES:
427
383
@$(NORMAL_UNINSTALL)
428
@list='$(growisofs_LTLIBRARIES)'; test -n "$(growisofsdir)" || list=; \
429
for p in $$list; do \
431
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(growisofsdir)/$$f'"; \
432
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(growisofsdir)/$$f"; \
384
@list='$(growisofs_LTLIBRARIES)'; for p in $$list; do \
386
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(growisofsdir)/$$p'"; \
387
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(growisofsdir)/$$p"; \
435
390
clean-growisofsLTLIBRARIES:
441
396
rm -f "$${dir}/so_locations"; \
443
398
libbrasero-dvdrwformat.la: $(libbrasero_dvdrwformat_la_OBJECTS) $(libbrasero_dvdrwformat_la_DEPENDENCIES)
444
$(AM_V_CCLD)$(libbrasero_dvdrwformat_la_LINK) -rpath $(dvdrwformatdir) $(libbrasero_dvdrwformat_la_OBJECTS) $(libbrasero_dvdrwformat_la_LIBADD) $(LIBS)
399
$(libbrasero_dvdrwformat_la_LINK) -rpath $(dvdrwformatdir) $(libbrasero_dvdrwformat_la_OBJECTS) $(libbrasero_dvdrwformat_la_LIBADD) $(LIBS)
445
400
libbrasero-growisofs.la: $(libbrasero_growisofs_la_OBJECTS) $(libbrasero_growisofs_la_DEPENDENCIES)
446
$(AM_V_CCLD)$(libbrasero_growisofs_la_LINK) -rpath $(growisofsdir) $(libbrasero_growisofs_la_OBJECTS) $(libbrasero_growisofs_la_LIBADD) $(LIBS)
401
$(libbrasero_growisofs_la_LINK) -rpath $(growisofsdir) $(libbrasero_growisofs_la_OBJECTS) $(libbrasero_growisofs_la_LIBADD) $(LIBS)
448
403
mostlyclean-compile:
449
404
-rm -f *.$(OBJEXT)
455
410
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-growisofs.Plo@am__quote@
458
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
459
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
460
@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
413
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
414
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
461
415
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
462
416
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
463
417
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
466
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
467
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
468
@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
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
469
422
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
470
423
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
471
424
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
474
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
475
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
476
@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@
427
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
428
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
477
429
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
478
430
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
479
431
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
489
441
unique=`for i in $$list; do \
490
442
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
492
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
444
$(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
493
445
END { if (nonempty) { for (i in files) print i; }; }'`; \
494
446
mkid -fID $$unique
497
449
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
498
450
$(TAGS_FILES) $(LISP)
501
453
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
502
454
unique=`for i in $$list; do \
505
457
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
506
458
END { if (nonempty) { for (i in files) print i; }; }'`; \
508
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
459
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
509
460
test -n "$$unique" || unique=$$empty_fix; \
510
if test $$# -gt 0; then \
511
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
514
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
461
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
519
465
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
520
466
$(TAGS_FILES) $(LISP)
521
468
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
522
469
unique=`for i in $$list; do \
523
470
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
525
472
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
526
473
END { if (nonempty) { for (i in files) print i; }; }'`; \
527
test -z "$(CTAGS_ARGS)$$unique" \
474
test -z "$(CTAGS_ARGS)$$tags$$unique" \
528
475
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
532
479
here=`$(am__cd) $(top_builddir) && pwd` \
533
&& $(am__cd) $(top_srcdir) \
534
&& gtags -i $(GTAGS_ARGS) "$$here"
480
&& cd $(top_srcdir) \
481
&& gtags -i $(GTAGS_ARGS) $$here
537
484
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
552
499
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
553
500
if test -d $$d/$$file; then \
554
501
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
555
if test -d "$(distdir)/$$file"; then \
556
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
558
502
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
559
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
560
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
503
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
562
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
505
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
564
test -f "$(distdir)/$$file" \
565
|| cp -p $$d/$$file "$(distdir)/$$file" \
507
test -f $(distdir)/$$file \
508
|| cp -p $$d/$$file $(distdir)/$$file \
627
567
install-dvi: install-dvi-am
633
571
install-html: install-html-am
637
573
install-info: install-info-am
643
577
install-pdf: install-pdf-am
647
579
install-ps: install-ps-am
653
583
maintainer-clean: maintainer-clean-am