~n-muench/ubuntu/oneiric/open-vm-tools/open-vm-tools-august.merge

« back to all changes in this revision

Viewing changes to services/plugins/resolutionSet/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Nate Muench
  • Date: 2010-09-06 21:06:01 UTC
  • mfrom: (2.4.19 sid)
  • Revision ID: james.westby@ubuntu.com-20100906210601-gxxy30e5roil4srt
Tags: 2010.06.16-268169-3ubuntu1
* Merge from Debian testing (LP: #632101), remaining changes:
  - Recommend open-vm-toolbox in open-vm-tools.
  - Rediffing vsock.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.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, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
33
34
 
34
35
VPATH = @srcdir@
35
36
pkgdatadir = $(datadir)/@PACKAGE@
 
37
pkgincludedir = $(includedir)/@PACKAGE@
36
38
pkglibdir = $(libdir)/@PACKAGE@
37
 
pkgincludedir = $(includedir)/@PACKAGE@
 
39
pkglibexecdir = $(libexecdir)/@PACKAGE@
38
40
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
39
41
install_sh_DATA = $(install_sh) -c -m 644
40
42
install_sh_PROGRAM = $(install_sh) -c
60
62
        $(ACLOCAL_M4)
61
63
mkinstalldirs = $(install_sh) -d
62
64
CONFIG_CLEAN_FILES =
 
65
CONFIG_CLEAN_VPATH_FILES =
63
66
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
64
67
am__vpath_adj = case $$p in \
65
68
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
66
69
    *) f=$$p;; \
67
70
  esac;
68
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
71
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
72
am__install_max = 40
 
73
am__nobase_strip_setup = \
 
74
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
75
am__nobase_strip = \
 
76
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
77
am__nobase_list = $(am__nobase_strip_setup); \
 
78
  for p in $$list; do echo "$$p $$p"; done | \
 
79
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
80
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
81
    if (++n[$$2] == $(am__install_max)) \
 
82
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
83
    END { for (dir in files) print dir, files[dir] }'
 
84
am__base_list = \
 
85
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
86
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
69
87
am__installdirs = "$(DESTDIR)$(plugindir)"
70
 
pluginLTLIBRARIES_INSTALL = $(INSTALL)
71
88
LTLIBRARIES = $(plugin_LTLIBRARIES)
72
89
libresolutionSet_la_DEPENDENCIES =
73
90
am_libresolutionSet_la_OBJECTS = libresolutionSet_la-libvmwarectrl.lo \
80
97
DEFAULT_INCLUDES = -I.@am__isrc@
81
98
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
82
99
am__depfiles_maybe = depfiles
 
100
am__mv = mv -f
83
101
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
84
102
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
85
103
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
176
194
MSCGEN_DIR = @MSCGEN_DIR@
177
195
NM = @NM@
178
196
NMEDIT = @NMEDIT@
 
197
OBJDUMP = @OBJDUMP@
179
198
OBJEXT = @OBJEXT@
180
199
OTOOL = @OTOOL@
181
200
OTOOL64 = @OTOOL64@
184
203
PACKAGE_NAME = @PACKAGE_NAME@
185
204
PACKAGE_STRING = @PACKAGE_STRING@
186
205
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
206
PACKAGE_URL = @PACKAGE_URL@
187
207
PACKAGE_VERSION = @PACKAGE_VERSION@
188
208
PAM_CPPFLAGS = @PAM_CPPFLAGS@
189
209
PAM_LIBS = @PAM_LIBS@
276
296
srcdir = @srcdir@
277
297
sysconfdir = @sysconfdir@
278
298
target_alias = @target_alias@
 
299
top_build_prefix = @top_build_prefix@
279
300
top_builddir = @top_builddir@
280
301
top_srcdir = @top_srcdir@
281
302
plugindir = @VMUSR_PLUGIN_INSTALLDIR@
294
315
        @for dep in $?; do \
295
316
          case '$(am__configure_deps)' in \
296
317
            *$$dep*) \
297
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
298
 
                && exit 0; \
 
318
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
319
                && { if test -f $@; then exit 0; else break; fi; }; \
299
320
              exit 1;; \
300
321
          esac; \
301
322
        done; \
302
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  services/plugins/resolutionSet/Makefile'; \
303
 
        cd $(top_srcdir) && \
304
 
          $(AUTOMAKE) --gnu  services/plugins/resolutionSet/Makefile
 
323
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu services/plugins/resolutionSet/Makefile'; \
 
324
        $(am__cd) $(top_srcdir) && \
 
325
          $(AUTOMAKE) --gnu services/plugins/resolutionSet/Makefile
305
326
.PRECIOUS: Makefile
306
327
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
307
328
        @case '$?' in \
319
340
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
320
341
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
321
342
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
343
$(am__aclocal_m4_deps):
322
344
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
323
345
        @$(NORMAL_INSTALL)
324
346
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
325
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
347
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
348
        list2=; for p in $$list; do \
326
349
          if test -f $$p; then \
327
 
            f=$(am__strip_dir) \
328
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
329
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
350
            list2="$$list2 $$p"; \
330
351
          else :; fi; \
331
 
        done
 
352
        done; \
 
353
        test -z "$$list2" || { \
 
354
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
 
355
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
 
356
        }
332
357
 
333
358
uninstall-pluginLTLIBRARIES:
334
359
        @$(NORMAL_UNINSTALL)
335
 
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
336
 
          p=$(am__strip_dir) \
337
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
338
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
 
360
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
361
        for p in $$list; do \
 
362
          $(am__strip_dir) \
 
363
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
 
364
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
339
365
        done
340
366
 
341
367
clean-pluginLTLIBRARIES:
361
387
 
362
388
.c.o:
363
389
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
364
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
390
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
365
391
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
366
392
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
367
393
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
368
394
 
369
395
.c.obj:
370
396
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
371
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
397
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
372
398
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
373
399
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
374
400
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
375
401
 
376
402
.c.lo:
377
403
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
378
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
404
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
379
405
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
380
406
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
381
407
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
382
408
 
383
409
libresolutionSet_la-libvmwarectrl.lo: libvmwarectrl.c
384
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libresolutionSet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libresolutionSet_la-libvmwarectrl.lo -MD -MP -MF $(DEPDIR)/libresolutionSet_la-libvmwarectrl.Tpo -c -o libresolutionSet_la-libvmwarectrl.lo `test -f 'libvmwarectrl.c' || echo '$(srcdir)/'`libvmwarectrl.c
385
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libresolutionSet_la-libvmwarectrl.Tpo $(DEPDIR)/libresolutionSet_la-libvmwarectrl.Plo
 
410
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libresolutionSet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libresolutionSet_la-libvmwarectrl.lo -MD -MP -MF $(DEPDIR)/libresolutionSet_la-libvmwarectrl.Tpo -c -o libresolutionSet_la-libvmwarectrl.lo `test -f 'libvmwarectrl.c' || echo '$(srcdir)/'`libvmwarectrl.c
 
411
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libresolutionSet_la-libvmwarectrl.Tpo $(DEPDIR)/libresolutionSet_la-libvmwarectrl.Plo
386
412
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='libvmwarectrl.c' object='libresolutionSet_la-libvmwarectrl.lo' libtool=yes @AMDEPBACKSLASH@
387
413
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
388
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libresolutionSet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libresolutionSet_la-libvmwarectrl.lo `test -f 'libvmwarectrl.c' || echo '$(srcdir)/'`libvmwarectrl.c
 
414
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libresolutionSet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libresolutionSet_la-libvmwarectrl.lo `test -f 'libvmwarectrl.c' || echo '$(srcdir)/'`libvmwarectrl.c
389
415
 
390
416
libresolutionSet_la-resolutionSet.lo: resolutionSet.c
391
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libresolutionSet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libresolutionSet_la-resolutionSet.lo -MD -MP -MF $(DEPDIR)/libresolutionSet_la-resolutionSet.Tpo -c -o libresolutionSet_la-resolutionSet.lo `test -f 'resolutionSet.c' || echo '$(srcdir)/'`resolutionSet.c
392
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libresolutionSet_la-resolutionSet.Tpo $(DEPDIR)/libresolutionSet_la-resolutionSet.Plo
 
417
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libresolutionSet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libresolutionSet_la-resolutionSet.lo -MD -MP -MF $(DEPDIR)/libresolutionSet_la-resolutionSet.Tpo -c -o libresolutionSet_la-resolutionSet.lo `test -f 'resolutionSet.c' || echo '$(srcdir)/'`resolutionSet.c
 
418
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libresolutionSet_la-resolutionSet.Tpo $(DEPDIR)/libresolutionSet_la-resolutionSet.Plo
393
419
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='resolutionSet.c' object='libresolutionSet_la-resolutionSet.lo' libtool=yes @AMDEPBACKSLASH@
394
420
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
395
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libresolutionSet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libresolutionSet_la-resolutionSet.lo `test -f 'resolutionSet.c' || echo '$(srcdir)/'`resolutionSet.c
 
421
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libresolutionSet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libresolutionSet_la-resolutionSet.lo `test -f 'resolutionSet.c' || echo '$(srcdir)/'`resolutionSet.c
396
422
 
397
423
libresolutionSet_la-resolutionX11.lo: resolutionX11.c
398
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libresolutionSet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libresolutionSet_la-resolutionX11.lo -MD -MP -MF $(DEPDIR)/libresolutionSet_la-resolutionX11.Tpo -c -o libresolutionSet_la-resolutionX11.lo `test -f 'resolutionX11.c' || echo '$(srcdir)/'`resolutionX11.c
399
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libresolutionSet_la-resolutionX11.Tpo $(DEPDIR)/libresolutionSet_la-resolutionX11.Plo
 
424
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libresolutionSet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libresolutionSet_la-resolutionX11.lo -MD -MP -MF $(DEPDIR)/libresolutionSet_la-resolutionX11.Tpo -c -o libresolutionSet_la-resolutionX11.lo `test -f 'resolutionX11.c' || echo '$(srcdir)/'`resolutionX11.c
 
425
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libresolutionSet_la-resolutionX11.Tpo $(DEPDIR)/libresolutionSet_la-resolutionX11.Plo
400
426
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='resolutionX11.c' object='libresolutionSet_la-resolutionX11.lo' libtool=yes @AMDEPBACKSLASH@
401
427
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
402
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libresolutionSet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libresolutionSet_la-resolutionX11.lo `test -f 'resolutionX11.c' || echo '$(srcdir)/'`resolutionX11.c
 
428
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libresolutionSet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libresolutionSet_la-resolutionX11.lo `test -f 'resolutionX11.c' || echo '$(srcdir)/'`resolutionX11.c
403
429
 
404
430
mostlyclean-libtool:
405
431
        -rm -f *.lo
412
438
        unique=`for i in $$list; do \
413
439
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
414
440
          done | \
415
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
441
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
416
442
              END { if (nonempty) { for (i in files) print i; }; }'`; \
417
443
        mkid -fID $$unique
418
444
tags: TAGS
419
445
 
420
446
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
421
447
                $(TAGS_FILES) $(LISP)
422
 
        tags=; \
 
448
        set x; \
423
449
        here=`pwd`; \
424
450
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
425
451
        unique=`for i in $$list; do \
427
453
          done | \
428
454
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
429
455
              END { if (nonempty) { for (i in files) print i; }; }'`; \
430
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
456
        shift; \
 
457
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
431
458
          test -n "$$unique" || unique=$$empty_fix; \
432
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
433
 
            $$tags $$unique; \
 
459
          if test $$# -gt 0; then \
 
460
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
461
              "$$@" $$unique; \
 
462
          else \
 
463
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
464
              $$unique; \
 
465
          fi; \
434
466
        fi
435
467
ctags: CTAGS
436
468
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
437
469
                $(TAGS_FILES) $(LISP)
438
 
        tags=; \
439
470
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
440
471
        unique=`for i in $$list; do \
441
472
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
442
473
          done | \
443
474
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
444
475
              END { if (nonempty) { for (i in files) print i; }; }'`; \
445
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
476
        test -z "$(CTAGS_ARGS)$$unique" \
446
477
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
447
 
             $$tags $$unique
 
478
             $$unique
448
479
 
449
480
GTAGS:
450
481
        here=`$(am__cd) $(top_builddir) && pwd` \
451
 
          && cd $(top_srcdir) \
452
 
          && gtags -i $(GTAGS_ARGS) $$here
 
482
          && $(am__cd) $(top_srcdir) \
 
483
          && gtags -i $(GTAGS_ARGS) "$$here"
453
484
 
454
485
distclean-tags:
455
486
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
470
501
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
471
502
          if test -d $$d/$$file; then \
472
503
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
504
            if test -d "$(distdir)/$$file"; then \
 
505
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
506
            fi; \
473
507
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
474
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
508
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
509
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
475
510
            fi; \
476
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
511
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
477
512
          else \
478
 
            test -f $(distdir)/$$file \
479
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
513
            test -f "$(distdir)/$$file" \
 
514
            || cp -p $$d/$$file "$(distdir)/$$file" \
480
515
            || exit 1; \
481
516
          fi; \
482
517
        done
507
542
 
508
543
distclean-generic:
509
544
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
545
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
510
546
 
511
547
maintainer-clean-generic:
512
548
        @echo "This command is intended for maintainers to use"
528
564
 
529
565
html: html-am
530
566
 
 
567
html-am:
 
568
 
531
569
info: info-am
532
570
 
533
571
info-am:
536
574
 
537
575
install-dvi: install-dvi-am
538
576
 
 
577
install-dvi-am:
 
578
 
539
579
install-exec-am:
540
580
 
541
581
install-html: install-html-am
542
582
 
 
583
install-html-am:
 
584
 
543
585
install-info: install-info-am
544
586
 
 
587
install-info-am:
 
588
 
545
589
install-man:
546
590
 
547
591
install-pdf: install-pdf-am
548
592
 
 
593
install-pdf-am:
 
594
 
549
595
install-ps: install-ps-am
550
596
 
 
597
install-ps-am:
 
598
 
551
599
installcheck-am:
552
600
 
553
601
maintainer-clean: maintainer-clean-am
586
634
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
587
635
        tags uninstall uninstall-am uninstall-pluginLTLIBRARIES
588
636
 
 
637
 
589
638
# Tell versions [3.59,3.63) of GNU make to not export all variables.
590
639
# Otherwise a system limit (for SysV at least) may be exceeded.
591
640
.NOEXPORT: