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

« back to all changes in this revision

Viewing changes to rpctool/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.
96
96
CC = @CC@
97
97
CCDEPMODE = @CCDEPMODE@
98
98
CFLAGS = @CFLAGS@
 
99
COMMON_PLUGIN_INSTALLDIR = @COMMON_PLUGIN_INSTALLDIR@
99
100
COMMON_XLIBS = @COMMON_XLIBS@
100
101
CPP = @CPP@
101
102
CPPFLAGS = @CPPFLAGS@
158
159
LIB_PROC_MGR_CPPFLAGS = @LIB_PROC_MGR_CPPFLAGS@
159
160
LIB_STRING_CPPFLAGS = @LIB_STRING_CPPFLAGS@
160
161
LIB_USER_CPPFLAGS = @LIB_USER_CPPFLAGS@
 
162
LIPO = @LIPO@
161
163
LN_S = @LN_S@
162
164
LTLIBOBJS = @LTLIBOBJS@
163
165
MAKEINFO = @MAKEINFO@
170
172
NM = @NM@
171
173
NMEDIT = @NMEDIT@
172
174
OBJEXT = @OBJEXT@
 
175
OTOOL = @OTOOL@
 
176
OTOOL64 = @OTOOL64@
173
177
PACKAGE = @PACKAGE@
174
178
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
175
179
PACKAGE_NAME = @PACKAGE_NAME@
315
319
             || test -f $$p1 \
316
320
          ; then \
317
321
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
318
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
319
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
 
322
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
 
323
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
320
324
          else :; fi; \
321
325
        done
322
326
 
378
382
        unique=`for i in $$list; do \
379
383
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
380
384
          done | \
381
 
          $(AWK) '    { files[$$0] = 1; } \
382
 
               END { for (i in files) print i; }'`; \
 
385
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
386
              END { if (nonempty) { for (i in files) print i; }; }'`; \
383
387
        mkid -fID $$unique
384
388
tags: TAGS
385
389
 
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; nonempty = 1; } \
 
399
              END { if (nonempty) { for (i in files) print i; }; }'`; \
396
400
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
397
401
          test -n "$$unique" || unique=$$empty_fix; \
398
402
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
402
406
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
403
407
                $(TAGS_FILES) $(LISP)
404
408
        tags=; \
405
 
        here=`pwd`; \
406
409
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
407
410
        unique=`for i in $$list; do \
408
411
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
409
412
          done | \
410
 
          $(AWK) '    { files[$$0] = 1; } \
411
 
               END { for (i in files) print i; }'`; \
 
413
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
414
              END { if (nonempty) { for (i in files) print i; }; }'`; \
412
415
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
413
416
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
414
417
             $$tags $$unique