~n-muench/ubuntu/quantal/open-vm-tools/open-vm-tools.may2.sid-sync

« back to all changes in this revision

Viewing changes to tests/testDebug/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-05-30 09:48:43 UTC
  • mfrom: (1.1.5 upstream) (2.4.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090530094843-gdpza57r5iqsf124
Tags: 2009.05.22-167859-1
MergingĀ upstreamĀ versionĀ 2009.05.22-167859.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
        $(ACLOCAL_M4)
61
61
mkinstalldirs = $(install_sh) -d
62
62
CONFIG_CLEAN_FILES =
63
 
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
63
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
64
am__vpath_adj = case $$p in \
 
65
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
66
    *) f=$$p;; \
 
67
  esac;
 
68
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
69
am__installdirs = "$(DESTDIR)$(plugindir)"
 
70
pluginLTLIBRARIES_INSTALL = $(INSTALL)
 
71
LTLIBRARIES = $(plugin_LTLIBRARIES)
64
72
libtestDebug_la_DEPENDENCIES = ../vmrpcdbg/libvmrpcdbg.la
65
73
am_libtestDebug_la_OBJECTS = libtestDebug_la-testDebug.lo
66
74
libtestDebug_la_OBJECTS = $(am_libtestDebug_la_OBJECTS)
106
114
DEPDIR = @DEPDIR@
107
115
DNET_CPPFLAGS = @DNET_CPPFLAGS@
108
116
DNET_LIBS = @DNET_LIBS@
 
117
DOT = @DOT@
109
118
DSYMUTIL = @DSYMUTIL@
110
119
DUMPBIN = @DUMPBIN@
111
120
ECHO_C = @ECHO_C@
129
138
GTKMM_LIBS = @GTKMM_LIBS@
130
139
GTK_CPPFLAGS = @GTK_CPPFLAGS@
131
140
GTK_LIBS = @GTK_LIBS@
132
 
GUESTD_LDADD = @GUESTD_LDADD@
 
141
HAVE_DOT = @HAVE_DOT@
133
142
HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
134
143
ICU_CPPFLAGS = @ICU_CPPFLAGS@
135
144
ICU_LIBS = @ICU_LIBS@
162
171
MODULES = @MODULES@
163
172
MODULES_DIR = @MODULES_DIR@
164
173
MODULES_OS = @MODULES_OS@
 
174
MSCGEN = @MSCGEN@
 
175
MSCGEN_DIR = @MSCGEN_DIR@
165
176
NM = @NM@
166
177
NMEDIT = @NMEDIT@
167
178
OBJEXT = @OBJEXT@
171
182
PACKAGE_STRING = @PACKAGE_STRING@
172
183
PACKAGE_TARNAME = @PACKAGE_TARNAME@
173
184
PACKAGE_VERSION = @PACKAGE_VERSION@
 
185
PAM_CPPFLAGS = @PAM_CPPFLAGS@
 
186
PAM_LIBS = @PAM_LIBS@
174
187
PAM_PREFIX = @PAM_PREFIX@
175
188
PATH_SEPARATOR = @PATH_SEPARATOR@
176
189
PLUGIN_CPPFLAGS = @PLUGIN_CPPFLAGS@
186
199
STRIP = @STRIP@
187
200
SYSDIR = @SYSDIR@
188
201
TARGET_OS = @TARGET_OS@
 
202
TEST_PLUGIN_INSTALLDIR = @TEST_PLUGIN_INSTALLDIR@
 
203
TOOLS_VERSION = @TOOLS_VERSION@
189
204
URIPARSER_CPPFLAGS = @URIPARSER_CPPFLAGS@
190
205
URIPARSER_LIBS = @URIPARSER_LIBS@
191
206
VERSION = @VERSION@
230
245
dvidir = @dvidir@
231
246
exec_prefix = @exec_prefix@
232
247
have_cxx = @have_cxx@
 
248
have_doxygen = @have_doxygen@
233
249
have_genmarshal = @have_genmarshal@
234
250
host = @host@
235
251
host_alias = @host_alias@
259
275
target_alias = @target_alias@
260
276
top_builddir = @top_builddir@
261
277
top_srcdir = @top_srcdir@
262
 
noinst_LTLIBRARIES = libtestDebug.la
 
278
plugindir = @TEST_PLUGIN_INSTALLDIR@
 
279
plugin_LTLIBRARIES = libtestDebug.la
263
280
libtestDebug_la_CPPFLAGS = @GOBJECT_CPPFLAGS@ @PLUGIN_CPPFLAGS@
264
281
libtestDebug_la_LDFLAGS = @PLUGIN_LDFLAGS@
265
282
libtestDebug_la_LIBADD = @GOBJECT_LIBS@ @VMTOOLS_LIBS@ \
298
315
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
299
316
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
300
317
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
301
 
 
302
 
clean-noinstLTLIBRARIES:
303
 
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
304
 
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
318
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
 
319
        @$(NORMAL_INSTALL)
 
320
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
 
321
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
322
          if test -f $$p; then \
 
323
            f=$(am__strip_dir) \
 
324
            echo " $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
 
325
            $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
326
          else :; fi; \
 
327
        done
 
328
 
 
329
uninstall-pluginLTLIBRARIES:
 
330
        @$(NORMAL_UNINSTALL)
 
331
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
332
          p=$(am__strip_dir) \
 
333
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
 
334
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
 
335
        done
 
336
 
 
337
clean-pluginLTLIBRARIES:
 
338
        -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
 
339
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
305
340
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
306
341
          test "$$dir" != "$$p" || dir=.; \
307
342
          echo "rm -f \"$${dir}/so_locations\""; \
308
343
          rm -f "$${dir}/so_locations"; \
309
344
        done
310
345
libtestDebug.la: $(libtestDebug_la_OBJECTS) $(libtestDebug_la_DEPENDENCIES) 
311
 
        $(libtestDebug_la_LINK)  $(libtestDebug_la_OBJECTS) $(libtestDebug_la_LIBADD) $(LIBS)
 
346
        $(libtestDebug_la_LINK) -rpath $(plugindir) $(libtestDebug_la_OBJECTS) $(libtestDebug_la_LIBADD) $(LIBS)
312
347
 
313
348
mostlyclean-compile:
314
349
        -rm -f *.$(OBJEXT)
430
465
check: check-am
431
466
all-am: Makefile $(LTLIBRARIES)
432
467
installdirs:
 
468
        for dir in "$(DESTDIR)$(plugindir)"; do \
 
469
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
470
        done
433
471
install: install-am
434
472
install-exec: install-exec-am
435
473
install-data: install-data-am
456
494
        @echo "it deletes files that may require special tools to rebuild."
457
495
clean: clean-am
458
496
 
459
 
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
497
clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
460
498
        mostlyclean-am
461
499
 
462
500
distclean: distclean-am
475
513
 
476
514
info-am:
477
515
 
478
 
install-data-am:
 
516
install-data-am: install-pluginLTLIBRARIES
479
517
 
480
518
install-dvi: install-dvi-am
481
519
 
511
549
 
512
550
ps-am:
513
551
 
514
 
uninstall-am:
 
552
uninstall-am: uninstall-pluginLTLIBRARIES
515
553
 
516
554
.MAKE: install-am install-strip
517
555
 
518
556
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
519
 
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
 
557
        clean-libtool clean-pluginLTLIBRARIES ctags distclean \
520
558
        distclean-compile distclean-generic distclean-libtool \
521
559
        distclean-tags distdir dvi dvi-am html html-am info info-am \
522
560
        install install-am install-data install-data-am install-dvi \
523
561
        install-dvi-am install-exec install-exec-am install-html \
524
562
        install-html-am install-info install-info-am install-man \
525
 
        install-pdf install-pdf-am install-ps install-ps-am \
526
 
        install-strip installcheck installcheck-am installdirs \
527
 
        maintainer-clean maintainer-clean-generic mostlyclean \
528
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
529
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am
 
563
        install-pdf install-pdf-am install-pluginLTLIBRARIES \
 
564
        install-ps install-ps-am install-strip installcheck \
 
565
        installcheck-am installdirs maintainer-clean \
 
566
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
567
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
568
        tags uninstall uninstall-am uninstall-pluginLTLIBRARIES
530
569
 
531
570
# Tell versions [3.59,3.63) of GNU make to not export all variables.
532
571
# Otherwise a system limit (for SysV at least) may be exceeded.