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

« back to all changes in this revision

Viewing changes to services/plugins/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.
87
87
CC = @CC@
88
88
CCDEPMODE = @CCDEPMODE@
89
89
CFLAGS = @CFLAGS@
 
90
COMMON_PLUGIN_INSTALLDIR = @COMMON_PLUGIN_INSTALLDIR@
90
91
COMMON_XLIBS = @COMMON_XLIBS@
91
92
CPP = @CPP@
92
93
CPPFLAGS = @CPPFLAGS@
149
150
LIB_PROC_MGR_CPPFLAGS = @LIB_PROC_MGR_CPPFLAGS@
150
151
LIB_STRING_CPPFLAGS = @LIB_STRING_CPPFLAGS@
151
152
LIB_USER_CPPFLAGS = @LIB_USER_CPPFLAGS@
 
153
LIPO = @LIPO@
152
154
LN_S = @LN_S@
153
155
LTLIBOBJS = @LTLIBOBJS@
154
156
MAKEINFO = @MAKEINFO@
161
163
NM = @NM@
162
164
NMEDIT = @NMEDIT@
163
165
OBJEXT = @OBJEXT@
 
166
OTOOL = @OTOOL@
 
167
OTOOL64 = @OTOOL64@
164
168
PACKAGE = @PACKAGE@
165
169
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
166
170
PACKAGE_NAME = @PACKAGE_NAME@
376
380
        unique=`for i in $$list; do \
377
381
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
378
382
          done | \
379
 
          $(AWK) '    { files[$$0] = 1; } \
380
 
               END { for (i in files) print i; }'`; \
 
383
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
384
              END { if (nonempty) { for (i in files) print i; }; }'`; \
381
385
        mkid -fID $$unique
382
386
tags: TAGS
383
387
 
402
406
        unique=`for i in $$list; do \
403
407
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
404
408
          done | \
405
 
          $(AWK) '    { files[$$0] = 1; } \
406
 
               END { for (i in files) print i; }'`; \
 
409
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
410
              END { if (nonempty) { for (i in files) print i; }; }'`; \
407
411
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
408
412
          test -n "$$unique" || unique=$$empty_fix; \
409
413
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
413
417
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
414
418
                $(TAGS_FILES) $(LISP)
415
419
        tags=; \
416
 
        here=`pwd`; \
417
420
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
418
421
        unique=`for i in $$list; do \
419
422
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
420
423
          done | \
421
 
          $(AWK) '    { files[$$0] = 1; } \
422
 
               END { for (i in files) print i; }'`; \
 
424
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
425
              END { if (nonempty) { for (i in files) print i; }; }'`; \
423
426
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
424
427
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
425
428
             $$tags $$unique