~n-muench/ubuntu/oneiric/open-vm-tools/open-vm-tools-august.merge

« back to all changes in this revision

Viewing changes to tests/testPlugin/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Nate Muench
  • Date: 2010-09-06 21:06:01 UTC
  • mfrom: (2.4.19 sid)
  • Revision ID: james.westby@ubuntu.com-20100906210601-gxxy30e5roil4srt
Tags: 2010.06.16-268169-3ubuntu1
* Merge from Debian testing (LP: #632101), remaining changes:
  - Recommend open-vm-toolbox in open-vm-tools.
  - Rediffing vsock.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
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
# Inc.
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.
33
34
 
34
35
VPATH = @srcdir@
35
36
pkgdatadir = $(datadir)/@PACKAGE@
 
37
pkgincludedir = $(includedir)/@PACKAGE@
36
38
pkglibdir = $(libdir)/@PACKAGE@
37
 
pkgincludedir = $(includedir)/@PACKAGE@
 
39
pkglibexecdir = $(libexecdir)/@PACKAGE@
38
40
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
39
41
install_sh_DATA = $(install_sh) -c -m 644
40
42
install_sh_PROGRAM = $(install_sh) -c
60
62
        $(ACLOCAL_M4)
61
63
mkinstalldirs = $(install_sh) -d
62
64
CONFIG_CLEAN_FILES =
 
65
CONFIG_CLEAN_VPATH_FILES =
63
66
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
64
67
am__vpath_adj = case $$p in \
65
68
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
66
69
    *) f=$$p;; \
67
70
  esac;
68
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
71
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
72
am__install_max = 40
 
73
am__nobase_strip_setup = \
 
74
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
75
am__nobase_strip = \
 
76
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
77
am__nobase_list = $(am__nobase_strip_setup); \
 
78
  for p in $$list; do echo "$$p $$p"; done | \
 
79
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
80
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
81
    if (++n[$$2] == $(am__install_max)) \
 
82
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
83
    END { for (dir in files) print dir, files[dir] }'
 
84
am__base_list = \
 
85
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
86
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
69
87
am__installdirs = "$(DESTDIR)$(plugindir)"
70
 
pluginLTLIBRARIES_INSTALL = $(INSTALL)
71
88
LTLIBRARIES = $(plugin_LTLIBRARIES)
72
89
libtestPlugin_la_DEPENDENCIES =
73
90
am_libtestPlugin_la_OBJECTS = libtestPlugin_la-testData_xdr.lo \
79
96
DEFAULT_INCLUDES = -I.@am__isrc@
80
97
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
81
98
am__depfiles_maybe = depfiles
 
99
am__mv = mv -f
82
100
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
83
101
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
84
102
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
177
195
MSCGEN_DIR = @MSCGEN_DIR@
178
196
NM = @NM@
179
197
NMEDIT = @NMEDIT@
 
198
OBJDUMP = @OBJDUMP@
180
199
OBJEXT = @OBJEXT@
181
200
OTOOL = @OTOOL@
182
201
OTOOL64 = @OTOOL64@
185
204
PACKAGE_NAME = @PACKAGE_NAME@
186
205
PACKAGE_STRING = @PACKAGE_STRING@
187
206
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
207
PACKAGE_URL = @PACKAGE_URL@
188
208
PACKAGE_VERSION = @PACKAGE_VERSION@
189
209
PAM_CPPFLAGS = @PAM_CPPFLAGS@
190
210
PAM_LIBS = @PAM_LIBS@
277
297
srcdir = @srcdir@
278
298
sysconfdir = @sysconfdir@
279
299
target_alias = @target_alias@
 
300
top_build_prefix = @top_build_prefix@
280
301
top_builddir = @top_builddir@
281
302
top_srcdir = @top_srcdir@
282
303
plugindir = @TEST_PLUGIN_INSTALLDIR@
299
320
        @for dep in $?; do \
300
321
          case '$(am__configure_deps)' in \
301
322
            *$$dep*) \
302
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
303
 
                && exit 0; \
 
323
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
324
                && { if test -f $@; then exit 0; else break; fi; }; \
304
325
              exit 1;; \
305
326
          esac; \
306
327
        done; \
307
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tests/testPlugin/Makefile'; \
308
 
        cd $(top_srcdir) && \
309
 
          $(AUTOMAKE) --gnu  tests/testPlugin/Makefile
 
328
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/testPlugin/Makefile'; \
 
329
        $(am__cd) $(top_srcdir) && \
 
330
          $(AUTOMAKE) --gnu tests/testPlugin/Makefile
310
331
.PRECIOUS: Makefile
311
332
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
312
333
        @case '$?' in \
324
345
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
325
346
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
326
347
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
348
$(am__aclocal_m4_deps):
327
349
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
328
350
        @$(NORMAL_INSTALL)
329
351
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
330
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
352
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
353
        list2=; for p in $$list; do \
331
354
          if test -f $$p; then \
332
 
            f=$(am__strip_dir) \
333
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
334
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
355
            list2="$$list2 $$p"; \
335
356
          else :; fi; \
336
 
        done
 
357
        done; \
 
358
        test -z "$$list2" || { \
 
359
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
 
360
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
 
361
        }
337
362
 
338
363
uninstall-pluginLTLIBRARIES:
339
364
        @$(NORMAL_UNINSTALL)
340
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
341
 
          p=$(am__strip_dir) \
342
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
343
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
 
365
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
366
        for p in $$list; do \
 
367
          $(am__strip_dir) \
 
368
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
 
369
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
344
370
        done
345
371
 
346
372
clean-pluginLTLIBRARIES:
365
391
 
366
392
.c.o:
367
393
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
368
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
394
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
369
395
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
370
396
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
371
397
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
372
398
 
373
399
.c.obj:
374
400
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
375
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
401
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
376
402
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
377
403
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
378
404
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
379
405
 
380
406
.c.lo:
381
407
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
382
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
408
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
383
409
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
384
410
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
385
411
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
386
412
 
387
413
libtestPlugin_la-testData_xdr.lo: testData_xdr.c
388
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtestPlugin_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libtestPlugin_la-testData_xdr.lo -MD -MP -MF $(DEPDIR)/libtestPlugin_la-testData_xdr.Tpo -c -o libtestPlugin_la-testData_xdr.lo `test -f 'testData_xdr.c' || echo '$(srcdir)/'`testData_xdr.c
389
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libtestPlugin_la-testData_xdr.Tpo $(DEPDIR)/libtestPlugin_la-testData_xdr.Plo
 
414
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtestPlugin_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libtestPlugin_la-testData_xdr.lo -MD -MP -MF $(DEPDIR)/libtestPlugin_la-testData_xdr.Tpo -c -o libtestPlugin_la-testData_xdr.lo `test -f 'testData_xdr.c' || echo '$(srcdir)/'`testData_xdr.c
 
415
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libtestPlugin_la-testData_xdr.Tpo $(DEPDIR)/libtestPlugin_la-testData_xdr.Plo
390
416
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='testData_xdr.c' object='libtestPlugin_la-testData_xdr.lo' libtool=yes @AMDEPBACKSLASH@
391
417
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
392
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtestPlugin_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libtestPlugin_la-testData_xdr.lo `test -f 'testData_xdr.c' || echo '$(srcdir)/'`testData_xdr.c
 
418
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtestPlugin_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libtestPlugin_la-testData_xdr.lo `test -f 'testData_xdr.c' || echo '$(srcdir)/'`testData_xdr.c
393
419
 
394
420
libtestPlugin_la-testPlugin.lo: testPlugin.c
395
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtestPlugin_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libtestPlugin_la-testPlugin.lo -MD -MP -MF $(DEPDIR)/libtestPlugin_la-testPlugin.Tpo -c -o libtestPlugin_la-testPlugin.lo `test -f 'testPlugin.c' || echo '$(srcdir)/'`testPlugin.c
396
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libtestPlugin_la-testPlugin.Tpo $(DEPDIR)/libtestPlugin_la-testPlugin.Plo
 
421
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtestPlugin_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libtestPlugin_la-testPlugin.lo -MD -MP -MF $(DEPDIR)/libtestPlugin_la-testPlugin.Tpo -c -o libtestPlugin_la-testPlugin.lo `test -f 'testPlugin.c' || echo '$(srcdir)/'`testPlugin.c
 
422
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libtestPlugin_la-testPlugin.Tpo $(DEPDIR)/libtestPlugin_la-testPlugin.Plo
397
423
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='testPlugin.c' object='libtestPlugin_la-testPlugin.lo' libtool=yes @AMDEPBACKSLASH@
398
424
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
399
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtestPlugin_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libtestPlugin_la-testPlugin.lo `test -f 'testPlugin.c' || echo '$(srcdir)/'`testPlugin.c
 
425
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtestPlugin_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libtestPlugin_la-testPlugin.lo `test -f 'testPlugin.c' || echo '$(srcdir)/'`testPlugin.c
400
426
 
401
427
mostlyclean-libtool:
402
428
        -rm -f *.lo
409
435
        unique=`for i in $$list; do \
410
436
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
411
437
          done | \
412
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
438
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
413
439
              END { if (nonempty) { for (i in files) print i; }; }'`; \
414
440
        mkid -fID $$unique
415
441
tags: TAGS
416
442
 
417
443
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
418
444
                $(TAGS_FILES) $(LISP)
419
 
        tags=; \
 
445
        set x; \
420
446
        here=`pwd`; \
421
447
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
422
448
        unique=`for i in $$list; do \
424
450
          done | \
425
451
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
426
452
              END { if (nonempty) { for (i in files) print i; }; }'`; \
427
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
453
        shift; \
 
454
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
428
455
          test -n "$$unique" || unique=$$empty_fix; \
429
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
430
 
            $$tags $$unique; \
 
456
          if test $$# -gt 0; then \
 
457
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
458
              "$$@" $$unique; \
 
459
          else \
 
460
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
461
              $$unique; \
 
462
          fi; \
431
463
        fi
432
464
ctags: CTAGS
433
465
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
434
466
                $(TAGS_FILES) $(LISP)
435
 
        tags=; \
436
467
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
437
468
        unique=`for i in $$list; do \
438
469
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
439
470
          done | \
440
471
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
441
472
              END { if (nonempty) { for (i in files) print i; }; }'`; \
442
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
473
        test -z "$(CTAGS_ARGS)$$unique" \
443
474
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
444
 
             $$tags $$unique
 
475
             $$unique
445
476
 
446
477
GTAGS:
447
478
        here=`$(am__cd) $(top_builddir) && pwd` \
448
 
          && cd $(top_srcdir) \
449
 
          && gtags -i $(GTAGS_ARGS) $$here
 
479
          && $(am__cd) $(top_srcdir) \
 
480
          && gtags -i $(GTAGS_ARGS) "$$here"
450
481
 
451
482
distclean-tags:
452
483
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
467
498
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
468
499
          if test -d $$d/$$file; then \
469
500
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
501
            if test -d "$(distdir)/$$file"; then \
 
502
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
503
            fi; \
470
504
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
471
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
505
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
506
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
472
507
            fi; \
473
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
508
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
474
509
          else \
475
 
            test -f $(distdir)/$$file \
476
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
510
            test -f "$(distdir)/$$file" \
 
511
            || cp -p $$d/$$file "$(distdir)/$$file" \
477
512
            || exit 1; \
478
513
          fi; \
479
514
        done
507
542
 
508
543
distclean-generic:
509
544
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
545
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
510
546
 
511
547
maintainer-clean-generic:
512
548
        @echo "This command is intended for maintainers to use"
529
565
 
530
566
html: html-am
531
567
 
 
568
html-am:
 
569
 
532
570
info: info-am
533
571
 
534
572
info-am:
537
575
 
538
576
install-dvi: install-dvi-am
539
577
 
 
578
install-dvi-am:
 
579
 
540
580
install-exec-am:
541
581
 
542
582
install-html: install-html-am
543
583
 
 
584
install-html-am:
 
585
 
544
586
install-info: install-info-am
545
587
 
 
588
install-info-am:
 
589
 
546
590
install-man:
547
591
 
548
592
install-pdf: install-pdf-am
549
593
 
 
594
install-pdf-am:
 
595
 
550
596
install-ps: install-ps-am
551
597
 
 
598
install-ps-am:
 
599
 
552
600
installcheck-am:
553
601
 
554
602
maintainer-clean: maintainer-clean-am
571
619
 
572
620
uninstall-am: uninstall-pluginLTLIBRARIES
573
621
 
574
 
.MAKE: install-am install-strip
 
622
.MAKE: all check install install-am install-strip
575
623
 
576
624
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
577
625
        clean-libtool clean-pluginLTLIBRARIES ctags distclean \
598
646
 
599
647
testData_xdr.c: testData.x testData.h
600
648
        $(RPCGEN) $(RPCGENFLAGS) -c -o $@ $(builddir)/testData.x
 
649
 
601
650
# Tell versions [3.59,3.63) of GNU make to not export all variables.
602
651
# Otherwise a system limit (for SysV at least) may be exceeded.
603
652
.NOEXPORT: