~n-muench/ubuntu/maverick/open-vm-tools/open-vm-tools.fix-632101

« back to all changes in this revision

Viewing changes to lib/hgfs/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-10-18 12:28:19 UTC
  • mfrom: (1.1.7 upstream) (2.4.9 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091018122819-00vqew6m0ztpqcqp
Tags: 2009.10.15-201664-1
MergingĀ upstreamĀ versionĀ 2009.10.15-201664.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
92
92
CC = @CC@
93
93
CCDEPMODE = @CCDEPMODE@
94
94
CFLAGS = @CFLAGS@
 
95
COMMON_PLUGIN_INSTALLDIR = @COMMON_PLUGIN_INSTALLDIR@
95
96
COMMON_XLIBS = @COMMON_XLIBS@
96
97
CPP = @CPP@
97
98
CPPFLAGS = @CPPFLAGS@
154
155
LIB_PROC_MGR_CPPFLAGS = @LIB_PROC_MGR_CPPFLAGS@
155
156
LIB_STRING_CPPFLAGS = @LIB_STRING_CPPFLAGS@
156
157
LIB_USER_CPPFLAGS = @LIB_USER_CPPFLAGS@
 
158
LIPO = @LIPO@
157
159
LN_S = @LN_S@
158
160
LTLIBOBJS = @LTLIBOBJS@
159
161
MAKEINFO = @MAKEINFO@
166
168
NM = @NM@
167
169
NMEDIT = @NMEDIT@
168
170
OBJEXT = @OBJEXT@
 
171
OTOOL = @OTOOL@
 
172
OTOOL64 = @OTOOL64@
169
173
PACKAGE = @PACKAGE@
170
174
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
171
175
PACKAGE_NAME = @PACKAGE_NAME@
359
363
        unique=`for i in $$list; do \
360
364
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
361
365
          done | \
362
 
          $(AWK) '    { files[$$0] = 1; } \
363
 
               END { for (i in files) print i; }'`; \
 
366
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
367
              END { if (nonempty) { for (i in files) print i; }; }'`; \
364
368
        mkid -fID $$unique
365
369
tags: TAGS
366
370
 
372
376
        unique=`for i in $$list; do \
373
377
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
374
378
          done | \
375
 
          $(AWK) '    { files[$$0] = 1; } \
376
 
               END { for (i in files) print i; }'`; \
 
379
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
380
              END { if (nonempty) { for (i in files) print i; }; }'`; \
377
381
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
378
382
          test -n "$$unique" || unique=$$empty_fix; \
379
383
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
383
387
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
384
388
                $(TAGS_FILES) $(LISP)
385
389
        tags=; \
386
 
        here=`pwd`; \
387
390
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
388
391
        unique=`for i in $$list; do \
389
392
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
390
393
          done | \
391
 
          $(AWK) '    { files[$$0] = 1; } \
392
 
               END { for (i in files) print i; }'`; \
 
394
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
395
              END { if (nonempty) { for (i in files) print i; }; }'`; \
393
396
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
394
397
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
395
398
             $$tags $$unique