~ubuntu-branches/ubuntu/karmic/mountall/karmic-201010040944

« back to all changes in this revision

Viewing changes to nih-dbus/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant, Scott James Remnant, Kees Cook
  • Date: 2009-09-23 14:19:01 UTC
  • Revision ID: james.westby@ubuntu.com-20090923141901-anla1vw4troxeixl
Tags: 0.1.8
[ Scott James Remnant ]
* Further work on the fix from the previous version where the root
  filesystem would always be considered "local", retain that from the
  POV of the {virtual,local,remote}-filesystems events, but do mount
  the root straight away when it's virtual since there's no device to
  wait until it's ready.  LP: #431204.
* If a remote filesystem is already mounted and doesn't need a remount,
  don't wait for a network device to come up.  LP: #430348.

* Ignore single and double quotes in fstab device specifications, since
  mount -a used to.  LP: #431064.
* Never write mtab when mounting a mount with showthroughs (ie. /var)
  and instead update mtab once we've moved it into place
  later.  LP: #434172.

[ Kees Cook ]
* src/mountall.c: rework nftw hooks to use a global for argument passing
  instead of using nested functions and the resulting trampolines that
  cause an executable stack.  LP: #434813.
* debian/rules: revert powerpc exception, since the cause is fixed by
  removing the nested functions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 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.
17
18
 
18
19
VPATH = @srcdir@
19
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
20
22
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
25
install_sh_DATA = $(install_sh) -c -m 644
24
26
install_sh_PROGRAM = $(install_sh) -c
70
72
mkinstalldirs = $(install_sh) -d
71
73
CONFIG_HEADER = $(top_builddir)/config.h
72
74
CONFIG_CLEAN_FILES =
 
75
CONFIG_CLEAN_VPATH_FILES =
73
76
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
74
77
am__vpath_adj = case $$p in \
75
78
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
76
79
    *) f=$$p;; \
77
80
  esac;
78
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
81
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
82
am__install_max = 40
 
83
am__nobase_strip_setup = \
 
84
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
85
am__nobase_strip = \
 
86
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
87
am__nobase_list = $(am__nobase_strip_setup); \
 
88
  for p in $$list; do echo "$$p $$p"; done | \
 
89
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
90
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
91
    if (++n[$$2] == $(am__install_max)) \
 
92
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
93
    END { for (dir in files) print dir, files[dir] }'
 
94
am__base_list = \
 
95
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
96
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
79
97
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" \
80
98
        "$(DESTDIR)$(nihdbusincludedir)"
81
 
libLTLIBRARIES_INSTALL = $(INSTALL)
82
99
LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
83
100
am__DEPENDENCIES_1 =
84
101
libnih_dbus_la_DEPENDENCIES = ../nih/libnih.la $(am__DEPENDENCIES_1)
147
164
DEFAULT_INCLUDES = 
148
165
depcomp = $(SHELL) $(top_srcdir)/depcomp
149
166
am__depfiles_maybe = depfiles
 
167
am__mv = mv -f
150
168
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
151
169
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
152
170
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
166
184
        $(test_dbus_pending_data_SOURCES) $(test_dbus_proxy_SOURCES) \
167
185
        $(test_dbus_util_SOURCES)
168
186
am__include_HEADERS_DIST = libnih-dbus.h
169
 
includeHEADERS_INSTALL = $(INSTALL_HEADER)
170
187
am__nihdbusinclude_HEADERS_DIST = dbus_error.h dbus_connection.h \
171
188
        dbus_message.h dbus_interface.h dbus_object.h \
172
189
        dbus_pending_data.h dbus_proxy.h dbus_util.h errors.h \
173
190
        test_dbus.h
174
 
nihdbusincludeHEADERS_INSTALL = $(INSTALL_HEADER)
175
191
HEADERS = $(include_HEADERS) $(nihdbusinclude_HEADERS)
176
192
ETAGS = etags
177
193
CTAGS = ctags
 
194
am__tty_colors = \
 
195
red=; grn=; lgn=; blu=; std=
178
196
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
179
197
ACLOCAL = @ACLOCAL@
180
198
ALLOCA = @ALLOCA@
264
282
PACKAGE_NAME = @PACKAGE_NAME@
265
283
PACKAGE_STRING = @PACKAGE_STRING@
266
284
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
285
PACKAGE_URL = @PACKAGE_URL@
267
286
PACKAGE_VERSION = @PACKAGE_VERSION@
268
287
PATH_SEPARATOR = @PATH_SEPARATOR@
269
288
PKG_CONFIG = @PKG_CONFIG@
412
431
              exit 1;; \
413
432
          esac; \
414
433
        done; \
415
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  nih-dbus/Makefile'; \
416
 
        cd $(top_srcdir) && \
417
 
          $(AUTOMAKE) --foreign  nih-dbus/Makefile
 
434
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign nih-dbus/Makefile'; \
 
435
        $(am__cd) $(top_srcdir) && \
 
436
          $(AUTOMAKE) --foreign nih-dbus/Makefile
418
437
.PRECIOUS: Makefile
419
438
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
420
439
        @case '$?' in \
432
451
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
433
452
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
434
453
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
454
$(am__aclocal_m4_deps):
435
455
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
436
456
        @$(NORMAL_INSTALL)
437
457
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
438
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
458
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
459
        list2=; for p in $$list; do \
439
460
          if test -f $$p; then \
440
 
            f=$(am__strip_dir) \
441
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
442
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
461
            list2="$$list2 $$p"; \
443
462
          else :; fi; \
444
 
        done
 
463
        done; \
 
464
        test -z "$$list2" || { \
 
465
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
 
466
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
 
467
        }
445
468
 
446
469
uninstall-libLTLIBRARIES:
447
470
        @$(NORMAL_UNINSTALL)
448
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
449
 
          p=$(am__strip_dir) \
450
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
451
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
471
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
472
        for p in $$list; do \
 
473
          $(am__strip_dir) \
 
474
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
 
475
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
452
476
        done
453
477
 
454
478
clean-libLTLIBRARIES:
472
496
        $(libnih_dbus_la_LINK) $(am_libnih_dbus_la_rpath) $(libnih_dbus_la_OBJECTS) $(libnih_dbus_la_LIBADD) $(LIBS)
473
497
 
474
498
clean-checkPROGRAMS:
475
 
        @list='$(check_PROGRAMS)'; for p in $$list; do \
476
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
477
 
          echo " rm -f $$p $$f"; \
478
 
          rm -f $$p $$f ; \
479
 
        done
 
499
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
 
500
        echo " rm -f" $$list; \
 
501
        rm -f $$list || exit $$?; \
 
502
        test -n "$(EXEEXT)" || exit 0; \
 
503
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
504
        echo " rm -f" $$list; \
 
505
        rm -f $$list
480
506
test_dbus_connection$(EXEEXT): $(test_dbus_connection_OBJECTS) $(test_dbus_connection_DEPENDENCIES) 
481
507
        @rm -f test_dbus_connection$(EXEEXT)
482
508
        $(test_dbus_connection_LINK) $(test_dbus_connection_OBJECTS) $(test_dbus_connection_LDADD) $(LIBS)
522
548
 
523
549
.c.o:
524
550
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
525
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
551
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
526
552
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
527
553
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
528
554
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
529
555
 
530
556
.c.obj:
531
557
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
532
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
558
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
533
559
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
534
560
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
535
561
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
536
562
 
537
563
.c.lo:
538
564
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
539
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
565
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
540
566
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
541
567
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
542
568
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
543
569
 
544
570
test_dbus_connection.o: tests/test_dbus_connection.c
545
571
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_dbus_connection.o -MD -MP -MF $(DEPDIR)/test_dbus_connection.Tpo -c -o test_dbus_connection.o `test -f 'tests/test_dbus_connection.c' || echo '$(srcdir)/'`tests/test_dbus_connection.c
546
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_dbus_connection.Tpo $(DEPDIR)/test_dbus_connection.Po
 
572
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_dbus_connection.Tpo $(DEPDIR)/test_dbus_connection.Po
547
573
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_connection.c' object='test_dbus_connection.o' libtool=no @AMDEPBACKSLASH@
548
574
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
549
575
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_dbus_connection.o `test -f 'tests/test_dbus_connection.c' || echo '$(srcdir)/'`tests/test_dbus_connection.c
550
576
 
551
577
test_dbus_connection.obj: tests/test_dbus_connection.c
552
578
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_dbus_connection.obj -MD -MP -MF $(DEPDIR)/test_dbus_connection.Tpo -c -o test_dbus_connection.obj `if test -f 'tests/test_dbus_connection.c'; then $(CYGPATH_W) 'tests/test_dbus_connection.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_dbus_connection.c'; fi`
553
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_dbus_connection.Tpo $(DEPDIR)/test_dbus_connection.Po
 
579
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_dbus_connection.Tpo $(DEPDIR)/test_dbus_connection.Po
554
580
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_connection.c' object='test_dbus_connection.obj' libtool=no @AMDEPBACKSLASH@
555
581
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
556
582
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_dbus_connection.obj `if test -f 'tests/test_dbus_connection.c'; then $(CYGPATH_W) 'tests/test_dbus_connection.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_dbus_connection.c'; fi`
557
583
 
558
584
test_dbus_error.o: tests/test_dbus_error.c
559
585
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_dbus_error.o -MD -MP -MF $(DEPDIR)/test_dbus_error.Tpo -c -o test_dbus_error.o `test -f 'tests/test_dbus_error.c' || echo '$(srcdir)/'`tests/test_dbus_error.c
560
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_dbus_error.Tpo $(DEPDIR)/test_dbus_error.Po
 
586
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_dbus_error.Tpo $(DEPDIR)/test_dbus_error.Po
561
587
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_error.c' object='test_dbus_error.o' libtool=no @AMDEPBACKSLASH@
562
588
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
563
589
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_dbus_error.o `test -f 'tests/test_dbus_error.c' || echo '$(srcdir)/'`tests/test_dbus_error.c
564
590
 
565
591
test_dbus_error.obj: tests/test_dbus_error.c
566
592
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_dbus_error.obj -MD -MP -MF $(DEPDIR)/test_dbus_error.Tpo -c -o test_dbus_error.obj `if test -f 'tests/test_dbus_error.c'; then $(CYGPATH_W) 'tests/test_dbus_error.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_dbus_error.c'; fi`
567
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_dbus_error.Tpo $(DEPDIR)/test_dbus_error.Po
 
593
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_dbus_error.Tpo $(DEPDIR)/test_dbus_error.Po
568
594
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_error.c' object='test_dbus_error.obj' libtool=no @AMDEPBACKSLASH@
569
595
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
570
596
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_dbus_error.obj `if test -f 'tests/test_dbus_error.c'; then $(CYGPATH_W) 'tests/test_dbus_error.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_dbus_error.c'; fi`
571
597
 
572
598
test_dbus_message.o: tests/test_dbus_message.c
573
599
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_dbus_message.o -MD -MP -MF $(DEPDIR)/test_dbus_message.Tpo -c -o test_dbus_message.o `test -f 'tests/test_dbus_message.c' || echo '$(srcdir)/'`tests/test_dbus_message.c
574
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_dbus_message.Tpo $(DEPDIR)/test_dbus_message.Po
 
600
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_dbus_message.Tpo $(DEPDIR)/test_dbus_message.Po
575
601
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_message.c' object='test_dbus_message.o' libtool=no @AMDEPBACKSLASH@
576
602
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
577
603
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_dbus_message.o `test -f 'tests/test_dbus_message.c' || echo '$(srcdir)/'`tests/test_dbus_message.c
578
604
 
579
605
test_dbus_message.obj: tests/test_dbus_message.c
580
606
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_dbus_message.obj -MD -MP -MF $(DEPDIR)/test_dbus_message.Tpo -c -o test_dbus_message.obj `if test -f 'tests/test_dbus_message.c'; then $(CYGPATH_W) 'tests/test_dbus_message.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_dbus_message.c'; fi`
581
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_dbus_message.Tpo $(DEPDIR)/test_dbus_message.Po
 
607
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_dbus_message.Tpo $(DEPDIR)/test_dbus_message.Po
582
608
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_message.c' object='test_dbus_message.obj' libtool=no @AMDEPBACKSLASH@
583
609
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
584
610
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_dbus_message.obj `if test -f 'tests/test_dbus_message.c'; then $(CYGPATH_W) 'tests/test_dbus_message.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_dbus_message.c'; fi`
585
611
 
586
612
test_dbus_object.o: tests/test_dbus_object.c
587
613
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_dbus_object.o -MD -MP -MF $(DEPDIR)/test_dbus_object.Tpo -c -o test_dbus_object.o `test -f 'tests/test_dbus_object.c' || echo '$(srcdir)/'`tests/test_dbus_object.c
588
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_dbus_object.Tpo $(DEPDIR)/test_dbus_object.Po
 
614
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_dbus_object.Tpo $(DEPDIR)/test_dbus_object.Po
589
615
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_object.c' object='test_dbus_object.o' libtool=no @AMDEPBACKSLASH@
590
616
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
591
617
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_dbus_object.o `test -f 'tests/test_dbus_object.c' || echo '$(srcdir)/'`tests/test_dbus_object.c
592
618
 
593
619
test_dbus_object.obj: tests/test_dbus_object.c
594
620
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_dbus_object.obj -MD -MP -MF $(DEPDIR)/test_dbus_object.Tpo -c -o test_dbus_object.obj `if test -f 'tests/test_dbus_object.c'; then $(CYGPATH_W) 'tests/test_dbus_object.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_dbus_object.c'; fi`
595
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_dbus_object.Tpo $(DEPDIR)/test_dbus_object.Po
 
621
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_dbus_object.Tpo $(DEPDIR)/test_dbus_object.Po
596
622
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_object.c' object='test_dbus_object.obj' libtool=no @AMDEPBACKSLASH@
597
623
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
598
624
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_dbus_object.obj `if test -f 'tests/test_dbus_object.c'; then $(CYGPATH_W) 'tests/test_dbus_object.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_dbus_object.c'; fi`
599
625
 
600
626
test_dbus_pending_data.o: tests/test_dbus_pending_data.c
601
627
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_dbus_pending_data.o -MD -MP -MF $(DEPDIR)/test_dbus_pending_data.Tpo -c -o test_dbus_pending_data.o `test -f 'tests/test_dbus_pending_data.c' || echo '$(srcdir)/'`tests/test_dbus_pending_data.c
602
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_dbus_pending_data.Tpo $(DEPDIR)/test_dbus_pending_data.Po
 
628
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_dbus_pending_data.Tpo $(DEPDIR)/test_dbus_pending_data.Po
603
629
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_pending_data.c' object='test_dbus_pending_data.o' libtool=no @AMDEPBACKSLASH@
604
630
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
605
631
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_dbus_pending_data.o `test -f 'tests/test_dbus_pending_data.c' || echo '$(srcdir)/'`tests/test_dbus_pending_data.c
606
632
 
607
633
test_dbus_pending_data.obj: tests/test_dbus_pending_data.c
608
634
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_dbus_pending_data.obj -MD -MP -MF $(DEPDIR)/test_dbus_pending_data.Tpo -c -o test_dbus_pending_data.obj `if test -f 'tests/test_dbus_pending_data.c'; then $(CYGPATH_W) 'tests/test_dbus_pending_data.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_dbus_pending_data.c'; fi`
609
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_dbus_pending_data.Tpo $(DEPDIR)/test_dbus_pending_data.Po
 
635
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_dbus_pending_data.Tpo $(DEPDIR)/test_dbus_pending_data.Po
610
636
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_pending_data.c' object='test_dbus_pending_data.obj' libtool=no @AMDEPBACKSLASH@
611
637
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
612
638
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_dbus_pending_data.obj `if test -f 'tests/test_dbus_pending_data.c'; then $(CYGPATH_W) 'tests/test_dbus_pending_data.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_dbus_pending_data.c'; fi`
613
639
 
614
640
test_dbus_proxy.o: tests/test_dbus_proxy.c
615
641
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_dbus_proxy.o -MD -MP -MF $(DEPDIR)/test_dbus_proxy.Tpo -c -o test_dbus_proxy.o `test -f 'tests/test_dbus_proxy.c' || echo '$(srcdir)/'`tests/test_dbus_proxy.c
616
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_dbus_proxy.Tpo $(DEPDIR)/test_dbus_proxy.Po
 
642
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_dbus_proxy.Tpo $(DEPDIR)/test_dbus_proxy.Po
617
643
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_proxy.c' object='test_dbus_proxy.o' libtool=no @AMDEPBACKSLASH@
618
644
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
619
645
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_dbus_proxy.o `test -f 'tests/test_dbus_proxy.c' || echo '$(srcdir)/'`tests/test_dbus_proxy.c
620
646
 
621
647
test_dbus_proxy.obj: tests/test_dbus_proxy.c
622
648
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_dbus_proxy.obj -MD -MP -MF $(DEPDIR)/test_dbus_proxy.Tpo -c -o test_dbus_proxy.obj `if test -f 'tests/test_dbus_proxy.c'; then $(CYGPATH_W) 'tests/test_dbus_proxy.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_dbus_proxy.c'; fi`
623
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_dbus_proxy.Tpo $(DEPDIR)/test_dbus_proxy.Po
 
649
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_dbus_proxy.Tpo $(DEPDIR)/test_dbus_proxy.Po
624
650
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_proxy.c' object='test_dbus_proxy.obj' libtool=no @AMDEPBACKSLASH@
625
651
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
626
652
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_dbus_proxy.obj `if test -f 'tests/test_dbus_proxy.c'; then $(CYGPATH_W) 'tests/test_dbus_proxy.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_dbus_proxy.c'; fi`
627
653
 
628
654
test_dbus_util.o: tests/test_dbus_util.c
629
655
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_dbus_util.o -MD -MP -MF $(DEPDIR)/test_dbus_util.Tpo -c -o test_dbus_util.o `test -f 'tests/test_dbus_util.c' || echo '$(srcdir)/'`tests/test_dbus_util.c
630
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_dbus_util.Tpo $(DEPDIR)/test_dbus_util.Po
 
656
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_dbus_util.Tpo $(DEPDIR)/test_dbus_util.Po
631
657
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_util.c' object='test_dbus_util.o' libtool=no @AMDEPBACKSLASH@
632
658
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
633
659
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_dbus_util.o `test -f 'tests/test_dbus_util.c' || echo '$(srcdir)/'`tests/test_dbus_util.c
634
660
 
635
661
test_dbus_util.obj: tests/test_dbus_util.c
636
662
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_dbus_util.obj -MD -MP -MF $(DEPDIR)/test_dbus_util.Tpo -c -o test_dbus_util.obj `if test -f 'tests/test_dbus_util.c'; then $(CYGPATH_W) 'tests/test_dbus_util.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_dbus_util.c'; fi`
637
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_dbus_util.Tpo $(DEPDIR)/test_dbus_util.Po
 
663
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_dbus_util.Tpo $(DEPDIR)/test_dbus_util.Po
638
664
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_util.c' object='test_dbus_util.obj' libtool=no @AMDEPBACKSLASH@
639
665
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
640
666
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_dbus_util.obj `if test -f 'tests/test_dbus_util.c'; then $(CYGPATH_W) 'tests/test_dbus_util.c'; else $(CYGPATH_W) '$(srcdir)/tests/test_dbus_util.c'; fi`
647
673
install-includeHEADERS: $(include_HEADERS)
648
674
        @$(NORMAL_INSTALL)
649
675
        test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
650
 
        @list='$(include_HEADERS)'; for p in $$list; do \
 
676
        @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
 
677
        for p in $$list; do \
651
678
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
652
 
          f=$(am__strip_dir) \
653
 
          echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
654
 
          $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
 
679
          echo "$$d$$p"; \
 
680
        done | $(am__base_list) | \
 
681
        while read files; do \
 
682
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
 
683
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
655
684
        done
656
685
 
657
686
uninstall-includeHEADERS:
658
687
        @$(NORMAL_UNINSTALL)
659
 
        @list='$(include_HEADERS)'; for p in $$list; do \
660
 
          f=$(am__strip_dir) \
661
 
          echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
662
 
          rm -f "$(DESTDIR)$(includedir)/$$f"; \
663
 
        done
 
688
        @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
 
689
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
690
        test -n "$$files" || exit 0; \
 
691
        echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
 
692
        cd "$(DESTDIR)$(includedir)" && rm -f $$files
664
693
install-nihdbusincludeHEADERS: $(nihdbusinclude_HEADERS)
665
694
        @$(NORMAL_INSTALL)
666
695
        test -z "$(nihdbusincludedir)" || $(MKDIR_P) "$(DESTDIR)$(nihdbusincludedir)"
667
 
        @list='$(nihdbusinclude_HEADERS)'; for p in $$list; do \
 
696
        @list='$(nihdbusinclude_HEADERS)'; test -n "$(nihdbusincludedir)" || list=; \
 
697
        for p in $$list; do \
668
698
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
669
 
          f=$(am__strip_dir) \
670
 
          echo " $(nihdbusincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(nihdbusincludedir)/$$f'"; \
671
 
          $(nihdbusincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(nihdbusincludedir)/$$f"; \
 
699
          echo "$$d$$p"; \
 
700
        done | $(am__base_list) | \
 
701
        while read files; do \
 
702
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(nihdbusincludedir)'"; \
 
703
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(nihdbusincludedir)" || exit $$?; \
672
704
        done
673
705
 
674
706
uninstall-nihdbusincludeHEADERS:
675
707
        @$(NORMAL_UNINSTALL)
676
 
        @list='$(nihdbusinclude_HEADERS)'; for p in $$list; do \
677
 
          f=$(am__strip_dir) \
678
 
          echo " rm -f '$(DESTDIR)$(nihdbusincludedir)/$$f'"; \
679
 
          rm -f "$(DESTDIR)$(nihdbusincludedir)/$$f"; \
680
 
        done
 
708
        @list='$(nihdbusinclude_HEADERS)'; test -n "$(nihdbusincludedir)" || list=; \
 
709
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
710
        test -n "$$files" || exit 0; \
 
711
        echo " ( cd '$(DESTDIR)$(nihdbusincludedir)' && rm -f" $$files ")"; \
 
712
        cd "$(DESTDIR)$(nihdbusincludedir)" && rm -f $$files
681
713
 
682
714
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
683
715
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
691
723
 
692
724
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
693
725
                $(TAGS_FILES) $(LISP)
694
 
        tags=; \
 
726
        set x; \
695
727
        here=`pwd`; \
696
728
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
697
729
        unique=`for i in $$list; do \
699
731
          done | \
700
732
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
701
733
              END { if (nonempty) { for (i in files) print i; }; }'`; \
702
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
734
        shift; \
 
735
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
703
736
          test -n "$$unique" || unique=$$empty_fix; \
704
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
705
 
            $$tags $$unique; \
 
737
          if test $$# -gt 0; then \
 
738
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
739
              "$$@" $$unique; \
 
740
          else \
 
741
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
742
              $$unique; \
 
743
          fi; \
706
744
        fi
707
745
ctags: CTAGS
708
746
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
709
747
                $(TAGS_FILES) $(LISP)
710
 
        tags=; \
711
748
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
712
749
        unique=`for i in $$list; do \
713
750
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
714
751
          done | \
715
752
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
716
753
              END { if (nonempty) { for (i in files) print i; }; }'`; \
717
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
754
        test -z "$(CTAGS_ARGS)$$unique" \
718
755
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
719
 
             $$tags $$unique
 
756
             $$unique
720
757
 
721
758
GTAGS:
722
759
        here=`$(am__cd) $(top_builddir) && pwd` \
723
 
          && cd $(top_srcdir) \
724
 
          && gtags -i $(GTAGS_ARGS) $$here
 
760
          && $(am__cd) $(top_srcdir) \
 
761
          && gtags -i $(GTAGS_ARGS) "$$here"
725
762
 
726
763
distclean-tags:
727
764
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
730
767
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
731
768
        srcdir=$(srcdir); export srcdir; \
732
769
        list=' $(TESTS) '; \
 
770
        $(am__tty_colors); \
733
771
        if test -n "$$list"; then \
734
772
          for tst in $$list; do \
735
773
            if test -f ./$$tst; then dir=./; \
741
779
              *[\ \     ]$$tst[\ \      ]*) \
742
780
                xpass=`expr $$xpass + 1`; \
743
781
                failed=`expr $$failed + 1`; \
744
 
                echo "XPASS: $$tst"; \
 
782
                col=$$red; res=XPASS; \
745
783
              ;; \
746
784
              *) \
747
 
                echo "PASS: $$tst"; \
 
785
                col=$$grn; res=PASS; \
748
786
              ;; \
749
787
              esac; \
750
788
            elif test $$? -ne 77; then \
752
790
              case " $(XFAIL_TESTS) " in \
753
791
              *[\ \     ]$$tst[\ \      ]*) \
754
792
                xfail=`expr $$xfail + 1`; \
755
 
                echo "XFAIL: $$tst"; \
 
793
                col=$$lgn; res=XFAIL; \
756
794
              ;; \
757
795
              *) \
758
796
                failed=`expr $$failed + 1`; \
759
 
                echo "FAIL: $$tst"; \
 
797
                col=$$red; res=FAIL; \
760
798
              ;; \
761
799
              esac; \
762
800
            else \
763
801
              skip=`expr $$skip + 1`; \
764
 
              echo "SKIP: $$tst"; \
 
802
              col=$$blu; res=SKIP; \
765
803
            fi; \
 
804
            echo "$${col}$$res$${std}: $$tst"; \
766
805
          done; \
767
806
          if test "$$all" -eq 1; then \
768
807
            tests="test"; \
804
843
              dashes="$$report"; \
805
844
          fi; \
806
845
          dashes=`echo "$$dashes" | sed s/./=/g`; \
807
 
          echo "$$dashes"; \
 
846
          if test "$$failed" -eq 0; then \
 
847
            echo "$$grn$$dashes"; \
 
848
          else \
 
849
            echo "$$red$$dashes"; \
 
850
          fi; \
808
851
          echo "$$banner"; \
809
852
          test -z "$$skipped" || echo "$$skipped"; \
810
853
          test -z "$$report" || echo "$$report"; \
811
 
          echo "$$dashes"; \
 
854
          echo "$$dashes$$std"; \
812
855
          test "$$failed" -eq 0; \
813
856
        else :; fi
814
857
 
828
871
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
829
872
          if test -d $$d/$$file; then \
830
873
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
874
            if test -d "$(distdir)/$$file"; then \
 
875
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
876
            fi; \
831
877
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
832
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
878
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
879
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
833
880
            fi; \
834
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
881
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
835
882
          else \
836
 
            test -f $(distdir)/$$file \
837
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
883
            test -f "$(distdir)/$$file" \
 
884
            || cp -p $$d/$$file "$(distdir)/$$file" \
838
885
            || exit 1; \
839
886
          fi; \
840
887
        done
867
914
 
868
915
distclean-generic:
869
916
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
917
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
870
918
 
871
919
maintainer-clean-generic:
872
920
        @echo "This command is intended for maintainers to use"
889
937
 
890
938
html: html-am
891
939
 
 
940
html-am:
 
941
 
892
942
info: info-am
893
943
 
894
944
info-am:
897
947
 
898
948
install-dvi: install-dvi-am
899
949
 
 
950
install-dvi-am:
 
951
 
900
952
install-exec-am: install-libLTLIBRARIES
901
953
 
902
954
install-html: install-html-am
903
955
 
 
956
install-html-am:
 
957
 
904
958
install-info: install-info-am
905
959
 
 
960
install-info-am:
 
961
 
906
962
install-man:
907
963
 
908
964
install-pdf: install-pdf-am
909
965
 
 
966
install-pdf-am:
 
967
 
910
968
install-ps: install-ps-am
911
969
 
 
970
install-ps-am:
 
971
 
912
972
installcheck-am:
913
973
 
914
974
maintainer-clean: maintainer-clean-am
933
993
uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES \
934
994
        uninstall-nihdbusincludeHEADERS
935
995
 
936
 
.MAKE: install-am install-strip
 
996
.MAKE: check-am install-am install-strip
937
997
 
938
998
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
939
999
        clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
963
1023
 
964
1024
maintainer-clean-local:
965
1025
        rm -f *.gcov
 
1026
 
966
1027
# Tell versions [3.59,3.63) of GNU make to not export all variables.
967
1028
# Otherwise a system limit (for SysV at least) may be exceeded.
968
1029
.NOEXPORT: