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

« back to all changes in this revision

Viewing changes to lib/guestRpc/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
LTLIBRARIES = $(noinst_LTLIBRARIES)
64
67
libGuestRpc_la_LIBADD =
65
68
am_libGuestRpc_la_OBJECTS = cpFileContents_xdr.lo \
71
74
DEFAULT_INCLUDES = -I.@am__isrc@
72
75
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
73
76
am__depfiles_maybe = depfiles
 
77
am__mv = mv -f
74
78
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
75
79
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
76
80
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
171
175
MSCGEN_DIR = @MSCGEN_DIR@
172
176
NM = @NM@
173
177
NMEDIT = @NMEDIT@
 
178
OBJDUMP = @OBJDUMP@
174
179
OBJEXT = @OBJEXT@
175
180
OTOOL = @OTOOL@
176
181
OTOOL64 = @OTOOL64@
179
184
PACKAGE_NAME = @PACKAGE_NAME@
180
185
PACKAGE_STRING = @PACKAGE_STRING@
181
186
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
187
PACKAGE_URL = @PACKAGE_URL@
182
188
PACKAGE_VERSION = @PACKAGE_VERSION@
183
189
PAM_CPPFLAGS = @PAM_CPPFLAGS@
184
190
PAM_LIBS = @PAM_LIBS@
271
277
srcdir = @srcdir@
272
278
sysconfdir = @sysconfdir@
273
279
target_alias = @target_alias@
 
280
top_build_prefix = @top_build_prefix@
274
281
top_builddir = @top_builddir@
275
282
top_srcdir = @top_srcdir@
276
283
noinst_LTLIBRARIES = libGuestRpc.la
296
303
        @for dep in $?; do \
297
304
          case '$(am__configure_deps)' in \
298
305
            *$$dep*) \
299
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
300
 
                && exit 0; \
 
306
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
307
                && { if test -f $@; then exit 0; else break; fi; }; \
301
308
              exit 1;; \
302
309
          esac; \
303
310
        done; \
304
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/guestRpc/Makefile'; \
305
 
        cd $(top_srcdir) && \
306
 
          $(AUTOMAKE) --gnu  lib/guestRpc/Makefile
 
311
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/guestRpc/Makefile'; \
 
312
        $(am__cd) $(top_srcdir) && \
 
313
          $(AUTOMAKE) --gnu lib/guestRpc/Makefile
307
314
.PRECIOUS: Makefile
308
315
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
309
316
        @case '$?' in \
321
328
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
322
329
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
323
330
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
331
$(am__aclocal_m4_deps):
324
332
 
325
333
clean-noinstLTLIBRARIES:
326
334
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
351
359
 
352
360
.c.o:
353
361
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
354
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
362
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
355
363
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
356
364
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
357
365
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
358
366
 
359
367
.c.obj:
360
368
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
361
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
369
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
362
370
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
363
371
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
364
372
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
365
373
 
366
374
.c.lo:
367
375
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
368
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
376
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
369
377
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
370
378
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
371
379
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
381
389
        unique=`for i in $$list; do \
382
390
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
383
391
          done | \
384
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
392
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
385
393
              END { if (nonempty) { for (i in files) print i; }; }'`; \
386
394
        mkid -fID $$unique
387
395
tags: TAGS
388
396
 
389
397
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
390
398
                $(TAGS_FILES) $(LISP)
391
 
        tags=; \
 
399
        set x; \
392
400
        here=`pwd`; \
393
401
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
394
402
        unique=`for i in $$list; do \
396
404
          done | \
397
405
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
398
406
              END { if (nonempty) { for (i in files) print i; }; }'`; \
399
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
407
        shift; \
 
408
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
400
409
          test -n "$$unique" || unique=$$empty_fix; \
401
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
402
 
            $$tags $$unique; \
 
410
          if test $$# -gt 0; then \
 
411
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
412
              "$$@" $$unique; \
 
413
          else \
 
414
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
415
              $$unique; \
 
416
          fi; \
403
417
        fi
404
418
ctags: CTAGS
405
419
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
406
420
                $(TAGS_FILES) $(LISP)
407
 
        tags=; \
408
421
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
409
422
        unique=`for i in $$list; do \
410
423
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
411
424
          done | \
412
425
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
413
426
              END { if (nonempty) { for (i in files) print i; }; }'`; \
414
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
427
        test -z "$(CTAGS_ARGS)$$unique" \
415
428
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
416
 
             $$tags $$unique
 
429
             $$unique
417
430
 
418
431
GTAGS:
419
432
        here=`$(am__cd) $(top_builddir) && pwd` \
420
 
          && cd $(top_srcdir) \
421
 
          && gtags -i $(GTAGS_ARGS) $$here
 
433
          && $(am__cd) $(top_srcdir) \
 
434
          && gtags -i $(GTAGS_ARGS) "$$here"
422
435
 
423
436
distclean-tags:
424
437
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
439
452
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
440
453
          if test -d $$d/$$file; then \
441
454
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
455
            if test -d "$(distdir)/$$file"; then \
 
456
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
457
            fi; \
442
458
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
443
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
459
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
460
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
444
461
            fi; \
445
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
462
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
446
463
          else \
447
 
            test -f $(distdir)/$$file \
448
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
464
            test -f "$(distdir)/$$file" \
 
465
            || cp -p $$d/$$file "$(distdir)/$$file" \
449
466
            || exit 1; \
450
467
          fi; \
451
468
        done
474
491
 
475
492
distclean-generic:
476
493
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
494
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
477
495
 
478
496
maintainer-clean-generic:
479
497
        @echo "This command is intended for maintainers to use"
495
513
 
496
514
html: html-am
497
515
 
 
516
html-am:
 
517
 
498
518
info: info-am
499
519
 
500
520
info-am:
503
523
 
504
524
install-dvi: install-dvi-am
505
525
 
 
526
install-dvi-am:
 
527
 
506
528
install-exec-am:
507
529
 
508
530
install-html: install-html-am
509
531
 
 
532
install-html-am:
 
533
 
510
534
install-info: install-info-am
511
535
 
 
536
install-info-am:
 
537
 
512
538
install-man:
513
539
 
514
540
install-pdf: install-pdf-am
515
541
 
 
542
install-pdf-am:
 
543
 
516
544
install-ps: install-ps-am
517
545
 
 
546
install-ps-am:
 
547
 
518
548
installcheck-am:
519
549
 
520
550
maintainer-clean: maintainer-clean-am
685
715
 
686
716
unity_xdr.c: unity.x unity.h
687
717
        $(RPCGEN) $(RPCGENFLAGS) -c -o $@ $(builddir)/unity.x
 
718
 
688
719
# Tell versions [3.59,3.63) of GNU make to not export all variables.
689
720
# Otherwise a system limit (for SysV at least) may be exceeded.
690
721
.NOEXPORT: