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

« back to all changes in this revision

Viewing changes to lib/auth/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
libAuth_la_LIBADD =
65
68
am_libAuth_la_OBJECTS = authPosix.lo
67
70
DEFAULT_INCLUDES = -I.@am__isrc@
68
71
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
69
72
am__depfiles_maybe = depfiles
 
73
am__mv = mv -f
70
74
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
71
75
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
72
76
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
163
167
MSCGEN_DIR = @MSCGEN_DIR@
164
168
NM = @NM@
165
169
NMEDIT = @NMEDIT@
 
170
OBJDUMP = @OBJDUMP@
166
171
OBJEXT = @OBJEXT@
167
172
OTOOL = @OTOOL@
168
173
OTOOL64 = @OTOOL64@
171
176
PACKAGE_NAME = @PACKAGE_NAME@
172
177
PACKAGE_STRING = @PACKAGE_STRING@
173
178
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
179
PACKAGE_URL = @PACKAGE_URL@
174
180
PACKAGE_VERSION = @PACKAGE_VERSION@
175
181
PAM_CPPFLAGS = @PAM_CPPFLAGS@
176
182
PAM_LIBS = @PAM_LIBS@
263
269
srcdir = @srcdir@
264
270
sysconfdir = @sysconfdir@
265
271
target_alias = @target_alias@
 
272
top_build_prefix = @top_build_prefix@
266
273
top_builddir = @top_builddir@
267
274
top_srcdir = @top_srcdir@
268
275
noinst_LTLIBRARIES = libAuth.la
276
283
        @for dep in $?; do \
277
284
          case '$(am__configure_deps)' in \
278
285
            *$$dep*) \
279
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
280
 
                && exit 0; \
 
286
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
287
                && { if test -f $@; then exit 0; else break; fi; }; \
281
288
              exit 1;; \
282
289
          esac; \
283
290
        done; \
284
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/auth/Makefile'; \
285
 
        cd $(top_srcdir) && \
286
 
          $(AUTOMAKE) --gnu  lib/auth/Makefile
 
291
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/auth/Makefile'; \
 
292
        $(am__cd) $(top_srcdir) && \
 
293
          $(AUTOMAKE) --gnu lib/auth/Makefile
287
294
.PRECIOUS: Makefile
288
295
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
289
296
        @case '$?' in \
301
308
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
302
309
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
303
310
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
311
$(am__aclocal_m4_deps):
304
312
 
305
313
clean-noinstLTLIBRARIES:
306
314
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
323
331
 
324
332
.c.o:
325
333
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
326
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
334
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
327
335
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
328
336
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
329
337
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
330
338
 
331
339
.c.obj:
332
340
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
333
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
341
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
334
342
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
335
343
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
336
344
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
337
345
 
338
346
.c.lo:
339
347
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
340
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
348
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
341
349
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
342
350
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
343
351
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
353
361
        unique=`for i in $$list; do \
354
362
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
355
363
          done | \
356
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
364
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
357
365
              END { if (nonempty) { for (i in files) print i; }; }'`; \
358
366
        mkid -fID $$unique
359
367
tags: TAGS
360
368
 
361
369
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
362
370
                $(TAGS_FILES) $(LISP)
363
 
        tags=; \
 
371
        set x; \
364
372
        here=`pwd`; \
365
373
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
366
374
        unique=`for i in $$list; do \
368
376
          done | \
369
377
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
370
378
              END { if (nonempty) { for (i in files) print i; }; }'`; \
371
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
379
        shift; \
 
380
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
372
381
          test -n "$$unique" || unique=$$empty_fix; \
373
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
374
 
            $$tags $$unique; \
 
382
          if test $$# -gt 0; then \
 
383
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
384
              "$$@" $$unique; \
 
385
          else \
 
386
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
387
              $$unique; \
 
388
          fi; \
375
389
        fi
376
390
ctags: CTAGS
377
391
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
378
392
                $(TAGS_FILES) $(LISP)
379
 
        tags=; \
380
393
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
381
394
        unique=`for i in $$list; do \
382
395
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
383
396
          done | \
384
397
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
385
398
              END { if (nonempty) { for (i in files) print i; }; }'`; \
386
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
399
        test -z "$(CTAGS_ARGS)$$unique" \
387
400
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
388
 
             $$tags $$unique
 
401
             $$unique
389
402
 
390
403
GTAGS:
391
404
        here=`$(am__cd) $(top_builddir) && pwd` \
392
 
          && cd $(top_srcdir) \
393
 
          && gtags -i $(GTAGS_ARGS) $$here
 
405
          && $(am__cd) $(top_srcdir) \
 
406
          && gtags -i $(GTAGS_ARGS) "$$here"
394
407
 
395
408
distclean-tags:
396
409
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
411
424
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
412
425
          if test -d $$d/$$file; then \
413
426
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
427
            if test -d "$(distdir)/$$file"; then \
 
428
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
429
            fi; \
414
430
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
415
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
431
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
432
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
416
433
            fi; \
417
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
434
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
418
435
          else \
419
 
            test -f $(distdir)/$$file \
420
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
436
            test -f "$(distdir)/$$file" \
 
437
            || cp -p $$d/$$file "$(distdir)/$$file" \
421
438
            || exit 1; \
422
439
          fi; \
423
440
        done
445
462
 
446
463
distclean-generic:
447
464
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
465
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
448
466
 
449
467
maintainer-clean-generic:
450
468
        @echo "This command is intended for maintainers to use"
466
484
 
467
485
html: html-am
468
486
 
 
487
html-am:
 
488
 
469
489
info: info-am
470
490
 
471
491
info-am:
474
494
 
475
495
install-dvi: install-dvi-am
476
496
 
 
497
install-dvi-am:
 
498
 
477
499
install-exec-am:
478
500
 
479
501
install-html: install-html-am
480
502
 
 
503
install-html-am:
 
504
 
481
505
install-info: install-info-am
482
506
 
 
507
install-info-am:
 
508
 
483
509
install-man:
484
510
 
485
511
install-pdf: install-pdf-am
486
512
 
 
513
install-pdf-am:
 
514
 
487
515
install-ps: install-ps-am
488
516
 
 
517
install-ps-am:
 
518
 
489
519
installcheck-am:
490
520
 
491
521
maintainer-clean: maintainer-clean-am
523
553
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
524
554
        pdf pdf-am ps ps-am tags uninstall uninstall-am
525
555
 
 
556
 
526
557
# Tell versions [3.59,3.63) of GNU make to not export all variables.
527
558
# Otherwise a system limit (for SysV at least) may be exceeded.
528
559
.NOEXPORT: