~ubuntu-branches/ubuntu/quantal/open-vm-tools/quantal-201207201942

« back to all changes in this revision

Viewing changes to lib/procMgr/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.
91
91
CC = @CC@
92
92
CCDEPMODE = @CCDEPMODE@
93
93
CFLAGS = @CFLAGS@
 
94
COMMON_PLUGIN_INSTALLDIR = @COMMON_PLUGIN_INSTALLDIR@
94
95
COMMON_XLIBS = @COMMON_XLIBS@
95
96
CPP = @CPP@
96
97
CPPFLAGS = @CPPFLAGS@
153
154
LIB_PROC_MGR_CPPFLAGS = @LIB_PROC_MGR_CPPFLAGS@
154
155
LIB_STRING_CPPFLAGS = @LIB_STRING_CPPFLAGS@
155
156
LIB_USER_CPPFLAGS = @LIB_USER_CPPFLAGS@
 
157
LIPO = @LIPO@
156
158
LN_S = @LN_S@
157
159
LTLIBOBJS = @LTLIBOBJS@
158
160
MAKEINFO = @MAKEINFO@
165
167
NM = @NM@
166
168
NMEDIT = @NMEDIT@
167
169
OBJEXT = @OBJEXT@
 
170
OTOOL = @OTOOL@
 
171
OTOOL64 = @OTOOL64@
168
172
PACKAGE = @PACKAGE@
169
173
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
170
174
PACKAGE_NAME = @PACKAGE_NAME@
352
356
        unique=`for i in $$list; do \
353
357
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
354
358
          done | \
355
 
          $(AWK) '    { files[$$0] = 1; } \
356
 
               END { for (i in files) print i; }'`; \
 
359
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
360
              END { if (nonempty) { for (i in files) print i; }; }'`; \
357
361
        mkid -fID $$unique
358
362
tags: TAGS
359
363
 
365
369
        unique=`for i in $$list; do \
366
370
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
367
371
          done | \
368
 
          $(AWK) '    { files[$$0] = 1; } \
369
 
               END { for (i in files) print i; }'`; \
 
372
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
373
              END { if (nonempty) { for (i in files) print i; }; }'`; \
370
374
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
371
375
          test -n "$$unique" || unique=$$empty_fix; \
372
376
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
376
380
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
377
381
                $(TAGS_FILES) $(LISP)
378
382
        tags=; \
379
 
        here=`pwd`; \
380
383
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
381
384
        unique=`for i in $$list; do \
382
385
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
383
386
          done | \
384
 
          $(AWK) '    { files[$$0] = 1; } \
385
 
               END { for (i in files) print i; }'`; \
 
387
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
388
              END { if (nonempty) { for (i in files) print i; }; }'`; \
386
389
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
387
390
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
388
391
             $$tags $$unique