~n-muench/ubuntu/oneiric/open-vm-tools/open-vm-tools.fix-836277

« back to all changes in this revision

Viewing changes to modules/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-07-30 12:56:49 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090730125649-97sfj5li8axiseoo
Tags: 2009.07.22-179896-2
* Temporarily building without dumbnet, the recently uploaded
  new dumbnet upstream version broke down (Closes: #539006).
* Using more common name to store local debian additions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
# PARTICULAR PURPOSE.
14
14
 
15
15
@SET_MAKE@
 
16
 
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
18
19
pkglibdir = $(libdir)/@PACKAGE@
32
33
build_triplet = @build@
33
34
host_triplet = @host@
34
35
subdir = modules
35
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
36
DIST_COMMON = $(am__include_HEADERS_DIST) $(srcdir)/Makefile.am \
 
37
        $(srcdir)/Makefile.in
36
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
37
39
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
38
40
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
44
46
CONFIG_CLEAN_FILES =
45
47
SOURCES =
46
48
DIST_SOURCES =
 
49
am__include_HEADERS_DIST = $(top_srcdir)/lib/include/vmci_sockets.h
 
50
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
51
am__vpath_adj = case $$p in \
 
52
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
53
    *) f=$$p;; \
 
54
  esac;
 
55
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
56
am__installdirs = "$(DESTDIR)$(includedir)"
 
57
includeHEADERS_INSTALL = $(INSTALL_HEADER)
 
58
HEADERS = $(include_HEADERS)
 
59
ETAGS = etags
 
60
CTAGS = ctags
47
61
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
48
62
ACLOCAL = @ACLOCAL@
49
63
AMTAR = @AMTAR@
236
250
@SOLARIS_TRUE@EXTRA_ARGS = "CC=$(CC)" "CC_WARNINGS=$(CC_WARNINGS)" \
237
251
@SOLARIS_TRUE@  "GLOBAL_DEFS=$(GLOBAL_DEFS)" "LD=$(LD)" \
238
252
@SOLARIS_TRUE@  "HAVE_GNU_LD=$(HAVE_GNU_LD)"
 
253
@LINUX_TRUE@include_HEADERS = $(top_srcdir)/lib/include/vmci_sockets.h
239
254
all: all-am
240
255
 
241
256
.SUFFIXES:
274
289
 
275
290
clean-libtool:
276
291
        -rm -rf .libs _libs
 
292
install-includeHEADERS: $(include_HEADERS)
 
293
        @$(NORMAL_INSTALL)
 
294
        test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
 
295
        @list='$(include_HEADERS)'; for p in $$list; do \
 
296
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
297
          f=$(am__strip_dir) \
 
298
          echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
 
299
          $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
 
300
        done
 
301
 
 
302
uninstall-includeHEADERS:
 
303
        @$(NORMAL_UNINSTALL)
 
304
        @list='$(include_HEADERS)'; for p in $$list; do \
 
305
          f=$(am__strip_dir) \
 
306
          echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
 
307
          rm -f "$(DESTDIR)$(includedir)/$$f"; \
 
308
        done
 
309
 
 
310
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
311
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
312
        unique=`for i in $$list; do \
 
313
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
314
          done | \
 
315
          $(AWK) '    { files[$$0] = 1; } \
 
316
               END { for (i in files) print i; }'`; \
 
317
        mkid -fID $$unique
277
318
tags: TAGS
278
 
TAGS:
279
319
 
 
320
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
321
                $(TAGS_FILES) $(LISP)
 
322
        tags=; \
 
323
        here=`pwd`; \
 
324
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
325
        unique=`for i in $$list; do \
 
326
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
327
          done | \
 
328
          $(AWK) '    { files[$$0] = 1; } \
 
329
               END { for (i in files) print i; }'`; \
 
330
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
331
          test -n "$$unique" || unique=$$empty_fix; \
 
332
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
333
            $$tags $$unique; \
 
334
        fi
280
335
ctags: CTAGS
281
 
CTAGS:
282
 
 
 
336
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
337
                $(TAGS_FILES) $(LISP)
 
338
        tags=; \
 
339
        here=`pwd`; \
 
340
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
341
        unique=`for i in $$list; do \
 
342
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
343
          done | \
 
344
          $(AWK) '    { files[$$0] = 1; } \
 
345
               END { for (i in files) print i; }'`; \
 
346
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
347
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
348
             $$tags $$unique
 
349
 
 
350
GTAGS:
 
351
        here=`$(am__cd) $(top_builddir) && pwd` \
 
352
          && cd $(top_srcdir) \
 
353
          && gtags -i $(GTAGS_ARGS) $$here
 
354
 
 
355
distclean-tags:
 
356
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
283
357
 
284
358
distdir: $(DISTFILES)
285
359
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
309
383
        done
310
384
check-am: all-am
311
385
check: check-am
312
 
all-am: Makefile
 
386
all-am: Makefile $(HEADERS)
313
387
installdirs:
 
388
        for dir in "$(DESTDIR)$(includedir)"; do \
 
389
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
390
        done
314
391
install: install-am
315
392
install-exec: install-exec-am
316
393
install-data: install-data-am
341
418
 
342
419
distclean: distclean-am
343
420
        -rm -f Makefile
344
 
distclean-am: clean-am distclean-generic
 
421
distclean-am: clean-am distclean-generic distclean-tags
345
422
 
346
423
dvi: dvi-am
347
424
 
353
430
 
354
431
info-am:
355
432
 
356
 
install-data-am:
 
433
install-data-am: install-includeHEADERS
357
434
 
358
435
install-dvi: install-dvi-am
359
436
 
389
466
 
390
467
ps-am:
391
468
 
392
 
uninstall-am:
 
469
uninstall-am: uninstall-includeHEADERS
393
470
        @$(NORMAL_INSTALL)
394
471
        $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
395
472
 
396
473
.MAKE: install-am install-exec-am install-strip uninstall-am
397
474
 
398
 
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
399
 
        clean-local distclean distclean-generic distclean-libtool \
400
 
        distdir dvi dvi-am html html-am info info-am install \
401
 
        install-am install-data install-data-am install-dvi \
402
 
        install-dvi-am install-exec install-exec-am install-exec-hook \
403
 
        install-html install-html-am install-info install-info-am \
 
475
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
476
        clean-libtool clean-local ctags distclean distclean-generic \
 
477
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
478
        html-am info info-am install install-am install-data \
 
479
        install-data-am install-dvi install-dvi-am install-exec \
 
480
        install-exec-am install-exec-hook install-html install-html-am \
 
481
        install-includeHEADERS install-info install-info-am \
404
482
        install-man install-pdf install-pdf-am install-ps \
405
483
        install-ps-am install-strip installcheck installcheck-am \
406
484
        installdirs maintainer-clean maintainer-clean-generic \
407
485
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
408
 
        ps ps-am uninstall uninstall-am uninstall-hook
 
486
        ps ps-am tags uninstall uninstall-am uninstall-hook \
 
487
        uninstall-includeHEADERS
409
488
 
410
489
all: modules
411
490