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

« back to all changes in this revision

Viewing changes to services/plugins/powerOps/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.
102
102
CC = @CC@
103
103
CCDEPMODE = @CCDEPMODE@
104
104
CFLAGS = @CFLAGS@
 
105
COMMON_PLUGIN_INSTALLDIR = @COMMON_PLUGIN_INSTALLDIR@
105
106
COMMON_XLIBS = @COMMON_XLIBS@
106
107
CPP = @CPP@
107
108
CPPFLAGS = @CPPFLAGS@
164
165
LIB_PROC_MGR_CPPFLAGS = @LIB_PROC_MGR_CPPFLAGS@
165
166
LIB_STRING_CPPFLAGS = @LIB_STRING_CPPFLAGS@
166
167
LIB_USER_CPPFLAGS = @LIB_USER_CPPFLAGS@
 
168
LIPO = @LIPO@
167
169
LN_S = @LN_S@
168
170
LTLIBOBJS = @LTLIBOBJS@
169
171
MAKEINFO = @MAKEINFO@
176
178
NM = @NM@
177
179
NMEDIT = @NMEDIT@
178
180
OBJEXT = @OBJEXT@
 
181
OTOOL = @OTOOL@
 
182
OTOOL64 = @OTOOL64@
179
183
PACKAGE = @PACKAGE@
180
184
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
181
185
PACKAGE_NAME = @PACKAGE_NAME@
320
324
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
321
325
          if test -f $$p; then \
322
326
            f=$(am__strip_dir) \
323
 
            echo " $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
324
 
            $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
327
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
 
328
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
325
329
          else :; fi; \
326
330
        done
327
331
 
329
333
        @$(NORMAL_UNINSTALL)
330
334
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
331
335
          p=$(am__strip_dir) \
332
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
333
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
 
336
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
 
337
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
334
338
        done
335
339
 
336
340
clean-pluginLTLIBRARIES:
391
395
        unique=`for i in $$list; do \
392
396
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
393
397
          done | \
394
 
          $(AWK) '    { files[$$0] = 1; } \
395
 
               END { for (i in files) print i; }'`; \
 
398
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
399
              END { if (nonempty) { for (i in files) print i; }; }'`; \
396
400
        mkid -fID $$unique
397
401
tags: TAGS
398
402
 
404
408
        unique=`for i in $$list; do \
405
409
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
406
410
          done | \
407
 
          $(AWK) '    { files[$$0] = 1; } \
408
 
               END { for (i in files) print i; }'`; \
 
411
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
412
              END { if (nonempty) { for (i in files) print i; }; }'`; \
409
413
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
410
414
          test -n "$$unique" || unique=$$empty_fix; \
411
415
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
415
419
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
416
420
                $(TAGS_FILES) $(LISP)
417
421
        tags=; \
418
 
        here=`pwd`; \
419
422
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
420
423
        unique=`for i in $$list; do \
421
424
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
422
425
          done | \
423
 
          $(AWK) '    { files[$$0] = 1; } \
424
 
               END { for (i in files) print i; }'`; \
 
426
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
427
              END { if (nonempty) { for (i in files) print i; }; }'`; \
425
428
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
426
429
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
427
430
             $$tags $$unique