~ubuntu-branches/ubuntu/trusty/libnih/trusty

« back to all changes in this revision

Viewing changes to nih-dbus/Makefile.in

  • Committer: Dmitrijs Ledkovs
  • Date: 2013-11-12 13:20:53 UTC
  • mto: This revision was merged to the branch mainline in revision 1081.
  • Revision ID: dmitrijs.ledkovs@canonical.com-20131112132053-27y2f89g6whr5bna
releasing package libnih version 1.0.3-4ubuntu24

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
18
17
 
19
18
 
20
19
VPATH = @srcdir@
 
20
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
21
am__make_running_with_option = \
 
22
  case $${target_option-} in \
 
23
      ?) ;; \
 
24
      *) echo "am__make_running_with_option: internal error: invalid" \
 
25
              "target option '$${target_option-}' specified" >&2; \
 
26
         exit 1;; \
 
27
  esac; \
 
28
  has_opt=no; \
 
29
  sane_makeflags=$$MAKEFLAGS; \
 
30
  if $(am__is_gnu_make); then \
 
31
    sane_makeflags=$$MFLAGS; \
 
32
  else \
 
33
    case $$MAKEFLAGS in \
 
34
      *\\[\ \   ]*) \
 
35
        bs=\\; \
 
36
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
37
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
38
    esac; \
 
39
  fi; \
 
40
  skip_next=no; \
 
41
  strip_trailopt () \
 
42
  { \
 
43
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
44
  }; \
 
45
  for flg in $$sane_makeflags; do \
 
46
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
47
    case $$flg in \
 
48
      *=*|--*) continue;; \
 
49
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
50
      -*I?*) strip_trailopt 'I';; \
 
51
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
52
      -*O?*) strip_trailopt 'O';; \
 
53
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
54
      -*l?*) strip_trailopt 'l';; \
 
55
      -[dEDm]) skip_next=yes;; \
 
56
      -[JT]) skip_next=yes;; \
 
57
    esac; \
 
58
    case $$flg in \
 
59
      *$$target_option*) has_opt=yes; break;; \
 
60
    esac; \
 
61
  done; \
 
62
  test $$has_opt = yes
 
63
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
64
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
21
65
pkgdatadir = $(datadir)/@PACKAGE@
22
66
pkgincludedir = $(includedir)/@PACKAGE@
23
67
pkglibdir = $(libdir)/@PACKAGE@
43
87
        test_dbus_util$(EXEEXT)
44
88
check_PROGRAMS = $(am__EXEEXT_1)
45
89
subdir = nih-dbus
46
 
DIST_COMMON = $(include_HEADERS) $(nihdbusinclude_HEADERS) \
47
 
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
48
 
        $(srcdir)/libnih-dbus.pc.in
 
90
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
91
        $(srcdir)/libnih-dbus.pc.in $(top_srcdir)/depcomp \
 
92
        $(include_HEADERS) $(nihdbusinclude_HEADERS) \
 
93
        $(top_srcdir)/test-driver
49
94
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
50
95
am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \
51
96
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc2.m4 \
93
138
am__base_list = \
94
139
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
95
140
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
141
am__uninstall_files_from_dir = { \
 
142
  test -z "$$files" \
 
143
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
144
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
145
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
146
  }
96
147
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" \
97
148
        "$(DESTDIR)$(includedir)" "$(DESTDIR)$(nihdbusincludedir)"
98
149
LTLIBRARIES = $(lib_LTLIBRARIES)
102
153
        dbus_message.lo dbus_object.lo dbus_pending_data.lo \
103
154
        dbus_proxy.lo dbus_util.lo
104
155
libnih_dbus_la_OBJECTS = $(am_libnih_dbus_la_OBJECTS)
105
 
AM_V_lt = $(am__v_lt_$(V))
106
 
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
156
AM_V_lt = $(am__v_lt_@AM_V@)
 
157
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
107
158
am__v_lt_0 = --silent
 
159
am__v_lt_1 = 
108
160
libnih_dbus_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
109
161
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
110
162
        $(AM_CFLAGS) $(CFLAGS) $(libnih_dbus_la_LDFLAGS) $(LDFLAGS) -o \
169
221
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
170
222
        $(AM_CFLAGS) $(CFLAGS) $(test_dbus_util_LDFLAGS) $(LDFLAGS) -o \
171
223
        $@
 
224
AM_V_P = $(am__v_P_@AM_V@)
 
225
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
226
am__v_P_0 = false
 
227
am__v_P_1 = :
 
228
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
229
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
230
am__v_GEN_0 = @echo "  GEN     " $@;
 
231
am__v_GEN_1 = 
 
232
AM_V_at = $(am__v_at_@AM_V@)
 
233
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
234
am__v_at_0 = @
 
235
am__v_at_1 = 
172
236
DEFAULT_INCLUDES = 
173
237
depcomp = $(SHELL) $(top_srcdir)/depcomp
174
238
am__depfiles_maybe = depfiles
179
243
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
180
244
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
181
245
        $(AM_CFLAGS) $(CFLAGS)
182
 
AM_V_CC = $(am__v_CC_$(V))
183
 
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
184
 
am__v_CC_0 = @echo "  CC    " $@;
185
 
AM_V_at = $(am__v_at_$(V))
186
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
187
 
am__v_at_0 = @
 
246
AM_V_CC = $(am__v_CC_@AM_V@)
 
247
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
248
am__v_CC_0 = @echo "  CC      " $@;
 
249
am__v_CC_1 = 
188
250
CCLD = $(CC)
189
251
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
190
252
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
191
253
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
192
 
AM_V_CCLD = $(am__v_CCLD_$(V))
193
 
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
194
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
195
 
AM_V_GEN = $(am__v_GEN_$(V))
196
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
197
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
254
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
255
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
256
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
257
am__v_CCLD_1 = 
198
258
SOURCES = $(libnih_dbus_la_SOURCES) $(test_dbus_connection_SOURCES) \
199
259
        $(test_dbus_error_SOURCES) $(test_dbus_message_SOURCES) \
200
260
        $(test_dbus_object_SOURCES) $(test_dbus_pending_data_SOURCES) \
204
264
        $(test_dbus_message_SOURCES) $(test_dbus_object_SOURCES) \
205
265
        $(test_dbus_pending_data_SOURCES) $(test_dbus_proxy_SOURCES) \
206
266
        $(test_dbus_util_SOURCES)
 
267
am__can_run_installinfo = \
 
268
  case $$AM_UPDATE_INFO_DIR in \
 
269
    n|no|NO) false;; \
 
270
    *) (install-info --version) >/dev/null 2>&1;; \
 
271
  esac
207
272
DATA = $(pkgconfig_DATA)
208
273
HEADERS = $(include_HEADERS) $(nihdbusinclude_HEADERS)
 
274
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
275
# Read a list of newline-separated strings from the standard input,
 
276
# and print each of them once, without duplicates.  Input order is
 
277
# *not* preserved.
 
278
am__uniquify_input = $(AWK) '\
 
279
  BEGIN { nonempty = 0; } \
 
280
  { items[$$0] = 1; nonempty = 1; } \
 
281
  END { if (nonempty) { for (i in items) print i; }; } \
 
282
'
 
283
# Make sure the list of sources is unique.  This is necessary because,
 
284
# e.g., the same source file might be shared among _SOURCES variables
 
285
# for different programs/libraries.
 
286
am__define_uniq_tagged_files = \
 
287
  list='$(am__tagged_files)'; \
 
288
  unique=`for i in $$list; do \
 
289
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
290
  done | $(am__uniquify_input)`
209
291
ETAGS = etags
210
292
CTAGS = ctags
211
 
# If stdout is a non-dumb tty, use colors.  If test -t is not supported,
212
 
# then this fails; a conservative approach.  Of course do not redirect
213
 
# stdout here, just stderr.
214
 
am__tty_colors = \
215
 
red=; grn=; lgn=; blu=; std=; \
216
 
test "X$(AM_COLOR_TESTS)" != Xno \
217
 
&& test "X$$TERM" != Xdumb \
218
 
&& { test "X$(AM_COLOR_TESTS)" = Xalways || test -t 1 2>/dev/null; } \
219
 
&& { \
220
 
  red=''; \
221
 
  grn=''; \
222
 
  lgn=''; \
223
 
  blu=''; \
224
 
  std=''; \
 
293
am__tty_colors_dummy = \
 
294
  mgn= red= grn= lgn= blu= brg= std=; \
 
295
  am__color_tests=no
 
296
am__tty_colors = { \
 
297
  $(am__tty_colors_dummy); \
 
298
  if test "X$(AM_COLOR_TESTS)" = Xno; then \
 
299
    am__color_tests=no; \
 
300
  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
 
301
    am__color_tests=yes; \
 
302
  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
 
303
    am__color_tests=yes; \
 
304
  fi; \
 
305
  if test $$am__color_tests = yes; then \
 
306
    red=''; \
 
307
    grn=''; \
 
308
    lgn=''; \
 
309
    blu=''; \
 
310
    mgn=''; \
 
311
    brg=''; \
 
312
    std=''; \
 
313
  fi; \
225
314
}
 
315
am__recheck_rx = ^[     ]*:recheck:[    ]*
 
316
am__global_test_result_rx = ^[  ]*:global-test-result:[         ]*
 
317
am__copy_in_global_log_rx = ^[  ]*:copy-in-global-log:[         ]*
 
318
# A command that, given a newline-separated list of test names on the
 
319
# standard input, print the name of the tests that are to be re-run
 
320
# upon "make recheck".
 
321
am__list_recheck_tests = $(AWK) '{ \
 
322
  recheck = 1; \
 
323
  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
 
324
    { \
 
325
      if (rc < 0) \
 
326
        { \
 
327
          if ((getline line2 < ($$0 ".log")) < 0) \
 
328
            recheck = 0; \
 
329
          break; \
 
330
        } \
 
331
      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
 
332
        { \
 
333
          recheck = 0; \
 
334
          break; \
 
335
        } \
 
336
      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
 
337
        { \
 
338
          break; \
 
339
        } \
 
340
    }; \
 
341
  if (recheck) \
 
342
    print $$0; \
 
343
  close ($$0 ".trs"); \
 
344
  close ($$0 ".log"); \
 
345
}'
 
346
# A command that, given a newline-separated list of test names on the
 
347
# standard input, create the global log from their .trs and .log files.
 
348
am__create_global_log = $(AWK) ' \
 
349
function fatal(msg) \
 
350
{ \
 
351
  print "fatal: making $@: " msg | "cat >&2"; \
 
352
  exit 1; \
 
353
} \
 
354
function rst_section(header) \
 
355
{ \
 
356
  print header; \
 
357
  len = length(header); \
 
358
  for (i = 1; i <= len; i = i + 1) \
 
359
    printf "="; \
 
360
  printf "\n\n"; \
 
361
} \
 
362
{ \
 
363
  copy_in_global_log = 1; \
 
364
  global_test_result = "RUN"; \
 
365
  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
 
366
    { \
 
367
      if (rc < 0) \
 
368
         fatal("failed to read from " $$0 ".trs"); \
 
369
      if (line ~ /$(am__global_test_result_rx)/) \
 
370
        { \
 
371
          sub("$(am__global_test_result_rx)", "", line); \
 
372
          sub("[        ]*$$", "", line); \
 
373
          global_test_result = line; \
 
374
        } \
 
375
      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
 
376
        copy_in_global_log = 0; \
 
377
    }; \
 
378
  if (copy_in_global_log) \
 
379
    { \
 
380
      rst_section(global_test_result ": " $$0); \
 
381
      while ((rc = (getline line < ($$0 ".log"))) != 0) \
 
382
      { \
 
383
        if (rc < 0) \
 
384
          fatal("failed to read from " $$0 ".log"); \
 
385
        print line; \
 
386
      }; \
 
387
      printf "\n"; \
 
388
    }; \
 
389
  close ($$0 ".trs"); \
 
390
  close ($$0 ".log"); \
 
391
}'
 
392
# Restructured Text title.
 
393
am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
 
394
# Solaris 10 'make', and several other traditional 'make' implementations,
 
395
# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
 
396
# by disabling -e (using the XSI extension "set +e") if it's set.
 
397
am__sh_e_setup = case $$- in *e*) set +e;; esac
 
398
# Default flags passed to test drivers.
 
399
am__common_driver_flags = \
 
400
  --color-tests "$$am__color_tests" \
 
401
  --enable-hard-errors "$$am__enable_hard_errors" \
 
402
  --expect-failure "$$am__expect_failure"
 
403
# To be inserted before the command running the test.  Creates the
 
404
# directory for the log if needed.  Stores in $dir the directory
 
405
# containing $f, in $tst the test, in $log the log.  Executes the
 
406
# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
 
407
# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
 
408
# will run the test scripts (or their associated LOG_COMPILER, if
 
409
# thy have one).
 
410
am__check_pre = \
 
411
$(am__sh_e_setup);                                      \
 
412
$(am__vpath_adj_setup) $(am__vpath_adj)                 \
 
413
$(am__tty_colors);                                      \
 
414
srcdir=$(srcdir); export srcdir;                        \
 
415
case "$@" in                                            \
 
416
  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;    \
 
417
    *) am__odir=.;;                                     \
 
418
esac;                                                   \
 
419
test "x$$am__odir" = x"." || test -d "$$am__odir"       \
 
420
  || $(MKDIR_P) "$$am__odir" || exit $$?;               \
 
421
if test -f "./$$f"; then dir=./;                        \
 
422
elif test -f "$$f"; then dir=;                          \
 
423
else dir="$(srcdir)/"; fi;                              \
 
424
tst=$$dir$$f; log='$@';                                 \
 
425
if test -n '$(DISABLE_HARD_ERRORS)'; then               \
 
426
  am__enable_hard_errors=no;                            \
 
427
else                                                    \
 
428
  am__enable_hard_errors=yes;                           \
 
429
fi;                                                     \
 
430
case " $(XFAIL_TESTS) " in                              \
 
431
  *[\ \ ]$$f[\ \        ]* | *[\ \      ]$$dir$$f[\ \   ]*) \
 
432
    am__expect_failure=yes;;                            \
 
433
  *)                                                    \
 
434
    am__expect_failure=no;;                             \
 
435
esac;                                                   \
 
436
$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
 
437
# A shell command to get the names of the tests scripts with any registered
 
438
# extension removed (i.e., equivalently, the names of the test logs, with
 
439
# the '.log' extension removed).  The result is saved in the shell variable
 
440
# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
 
441
# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
 
442
# since that might cause problem with VPATH rewrites for suffix-less tests.
 
443
# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
 
444
am__set_TESTS_bases = \
 
445
  bases='$(TEST_LOGS)'; \
 
446
  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
 
447
  bases=`echo $$bases`
 
448
RECHECK_LOGS = $(TEST_LOGS)
 
449
AM_RECURSIVE_TARGETS = check recheck
 
450
TEST_SUITE_LOG = test-suite.log
 
451
TEST_EXTENSIONS = @EXEEXT@ .test
 
452
LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
 
453
am__set_b = \
 
454
  case '$@' in \
 
455
    */*) \
 
456
      case '$*' in \
 
457
        */*) b='$*';; \
 
458
          *) b=`echo '$@' | sed 's/\.log$$//'`; \
 
459
       esac;; \
 
460
    *) \
 
461
      b='$*';; \
 
462
  esac
 
463
am__test_logs1 = $(TESTS:=.log)
 
464
am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
 
465
TEST_LOGS = $(am__test_logs2:.test.log=.log)
 
466
TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
 
467
TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
 
468
        $(TEST_LOG_FLAGS)
226
469
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
227
470
ACLOCAL = @ACLOCAL@
228
471
ALLOCA = @ALLOCA@
247
490
DBUS_LIBS = @DBUS_LIBS@
248
491
DEFS = @DEFS@
249
492
DEPDIR = @DEPDIR@
 
493
DLLTOOL = @DLLTOOL@
250
494
DSYMUTIL = @DSYMUTIL@
251
495
DUMPBIN = @DUMPBIN@
252
496
ECHO_C = @ECHO_C@
301
545
LTLIBTHREAD = @LTLIBTHREAD@
302
546
MAINT = @MAINT@
303
547
MAKEINFO = @MAKEINFO@
 
548
MANIFEST_TOOL = @MANIFEST_TOOL@
304
549
MKDIR_P = @MKDIR_P@
305
550
MSGFMT = @MSGFMT@
306
551
MSGFMT_015 = @MSGFMT_015@
345
590
abs_srcdir = @abs_srcdir@
346
591
abs_top_builddir = @abs_top_builddir@
347
592
abs_top_srcdir = @abs_top_srcdir@
 
593
ac_ct_AR = @ac_ct_AR@
348
594
ac_ct_CC = @ac_ct_CC@
349
595
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
350
596
am__include = @am__include@
377
623
libexecdir = @libexecdir@
378
624
localedir = @localedir@
379
625
localstatedir = @localstatedir@
380
 
lt_ECHO = @lt_ECHO@
381
626
mandir = @mandir@
382
627
mkdir_p = @mkdir_p@
383
628
oldincludedir = @oldincludedir@
436
681
pkgconfigdir = $(prefix)/lib/pkgconfig
437
682
pkgconfig_DATA = libnih-dbus.pc
438
683
EXTRA_DIST = libnih-dbus.ver libnih-dbus.supp libnih-dbus.pc.in
 
684
LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/tap-driver.sh
439
685
test_dbus_error_SOURCES = tests/test_dbus_error.c
440
686
test_dbus_error_LDFLAGS = -static
441
687
test_dbus_error_LDADD = libnih-dbus.la ../nih/libnih.la $(DBUS_LIBS)
460
706
all: all-am
461
707
 
462
708
.SUFFIXES:
463
 
.SUFFIXES: .c .lo .o .obj
 
709
.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
464
710
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
465
711
        @for dep in $?; do \
466
712
          case '$(am__configure_deps)' in \
493
739
$(am__aclocal_m4_deps):
494
740
libnih-dbus.pc: $(top_builddir)/config.status $(srcdir)/libnih-dbus.pc.in
495
741
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
742
 
496
743
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
497
744
        @$(NORMAL_INSTALL)
498
 
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
499
745
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
500
746
        list2=; for p in $$list; do \
501
747
          if test -f $$p; then \
503
749
          else :; fi; \
504
750
        done; \
505
751
        test -z "$$list2" || { \
 
752
          echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
 
753
          $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
506
754
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
507
755
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
508
756
        }
518
766
 
519
767
clean-libLTLIBRARIES:
520
768
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
521
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
522
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
523
 
          test "$$dir" != "$$p" || dir=.; \
524
 
          echo "rm -f \"$${dir}/so_locations\""; \
525
 
          rm -f "$${dir}/so_locations"; \
526
 
        done
527
 
libnih-dbus.la: $(libnih_dbus_la_OBJECTS) $(libnih_dbus_la_DEPENDENCIES) 
 
769
        @list='$(lib_LTLIBRARIES)'; \
 
770
        locs=`for p in $$list; do echo $$p; done | \
 
771
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
772
              sort -u`; \
 
773
        test -z "$$locs" || { \
 
774
          echo rm -f $${locs}; \
 
775
          rm -f $${locs}; \
 
776
        }
 
777
 
 
778
libnih-dbus.la: $(libnih_dbus_la_OBJECTS) $(libnih_dbus_la_DEPENDENCIES) $(EXTRA_libnih_dbus_la_DEPENDENCIES) 
528
779
        $(AM_V_CCLD)$(libnih_dbus_la_LINK) -rpath $(libdir) $(libnih_dbus_la_OBJECTS) $(libnih_dbus_la_LIBADD) $(LIBS)
529
780
 
530
781
clean-checkPROGRAMS:
535
786
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
536
787
        echo " rm -f" $$list; \
537
788
        rm -f $$list
538
 
test_dbus_connection$(EXEEXT): $(test_dbus_connection_OBJECTS) $(test_dbus_connection_DEPENDENCIES) 
 
789
 
 
790
test_dbus_connection$(EXEEXT): $(test_dbus_connection_OBJECTS) $(test_dbus_connection_DEPENDENCIES) $(EXTRA_test_dbus_connection_DEPENDENCIES) 
539
791
        @rm -f test_dbus_connection$(EXEEXT)
540
792
        $(AM_V_CCLD)$(test_dbus_connection_LINK) $(test_dbus_connection_OBJECTS) $(test_dbus_connection_LDADD) $(LIBS)
541
 
test_dbus_error$(EXEEXT): $(test_dbus_error_OBJECTS) $(test_dbus_error_DEPENDENCIES) 
 
793
 
 
794
test_dbus_error$(EXEEXT): $(test_dbus_error_OBJECTS) $(test_dbus_error_DEPENDENCIES) $(EXTRA_test_dbus_error_DEPENDENCIES) 
542
795
        @rm -f test_dbus_error$(EXEEXT)
543
796
        $(AM_V_CCLD)$(test_dbus_error_LINK) $(test_dbus_error_OBJECTS) $(test_dbus_error_LDADD) $(LIBS)
544
 
test_dbus_message$(EXEEXT): $(test_dbus_message_OBJECTS) $(test_dbus_message_DEPENDENCIES) 
 
797
 
 
798
test_dbus_message$(EXEEXT): $(test_dbus_message_OBJECTS) $(test_dbus_message_DEPENDENCIES) $(EXTRA_test_dbus_message_DEPENDENCIES) 
545
799
        @rm -f test_dbus_message$(EXEEXT)
546
800
        $(AM_V_CCLD)$(test_dbus_message_LINK) $(test_dbus_message_OBJECTS) $(test_dbus_message_LDADD) $(LIBS)
547
 
test_dbus_object$(EXEEXT): $(test_dbus_object_OBJECTS) $(test_dbus_object_DEPENDENCIES) 
 
801
 
 
802
test_dbus_object$(EXEEXT): $(test_dbus_object_OBJECTS) $(test_dbus_object_DEPENDENCIES) $(EXTRA_test_dbus_object_DEPENDENCIES) 
548
803
        @rm -f test_dbus_object$(EXEEXT)
549
804
        $(AM_V_CCLD)$(test_dbus_object_LINK) $(test_dbus_object_OBJECTS) $(test_dbus_object_LDADD) $(LIBS)
550
 
test_dbus_pending_data$(EXEEXT): $(test_dbus_pending_data_OBJECTS) $(test_dbus_pending_data_DEPENDENCIES) 
 
805
 
 
806
test_dbus_pending_data$(EXEEXT): $(test_dbus_pending_data_OBJECTS) $(test_dbus_pending_data_DEPENDENCIES) $(EXTRA_test_dbus_pending_data_DEPENDENCIES) 
551
807
        @rm -f test_dbus_pending_data$(EXEEXT)
552
808
        $(AM_V_CCLD)$(test_dbus_pending_data_LINK) $(test_dbus_pending_data_OBJECTS) $(test_dbus_pending_data_LDADD) $(LIBS)
553
 
test_dbus_proxy$(EXEEXT): $(test_dbus_proxy_OBJECTS) $(test_dbus_proxy_DEPENDENCIES) 
 
809
 
 
810
test_dbus_proxy$(EXEEXT): $(test_dbus_proxy_OBJECTS) $(test_dbus_proxy_DEPENDENCIES) $(EXTRA_test_dbus_proxy_DEPENDENCIES) 
554
811
        @rm -f test_dbus_proxy$(EXEEXT)
555
812
        $(AM_V_CCLD)$(test_dbus_proxy_LINK) $(test_dbus_proxy_OBJECTS) $(test_dbus_proxy_LDADD) $(LIBS)
556
 
test_dbus_util$(EXEEXT): $(test_dbus_util_OBJECTS) $(test_dbus_util_DEPENDENCIES) 
 
813
 
 
814
test_dbus_util$(EXEEXT): $(test_dbus_util_OBJECTS) $(test_dbus_util_DEPENDENCIES) $(EXTRA_test_dbus_util_DEPENDENCIES) 
557
815
        @rm -f test_dbus_util$(EXEEXT)
558
816
        $(AM_V_CCLD)$(test_dbus_util_LINK) $(test_dbus_util_OBJECTS) $(test_dbus_util_LDADD) $(LIBS)
559
817
 
581
839
.c.o:
582
840
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
583
841
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
584
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
585
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
842
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
586
843
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
587
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
844
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
588
845
 
589
846
.c.obj:
590
847
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
591
848
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
592
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
593
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
849
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
594
850
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
595
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
851
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
596
852
 
597
853
.c.lo:
598
854
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
599
855
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
600
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
601
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
856
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
602
857
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
603
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
858
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
604
859
 
605
860
test_dbus_connection.o: tests/test_dbus_connection.c
606
861
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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
607
862
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_dbus_connection.Tpo $(DEPDIR)/test_dbus_connection.Po
608
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
609
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_connection.c' object='test_dbus_connection.o' libtool=no @AMDEPBACKSLASH@
 
863
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_dbus_connection.c' object='test_dbus_connection.o' libtool=no @AMDEPBACKSLASH@
610
864
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
611
 
@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
 
865
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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
612
866
 
613
867
test_dbus_connection.obj: tests/test_dbus_connection.c
614
868
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
615
869
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_dbus_connection.Tpo $(DEPDIR)/test_dbus_connection.Po
616
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
617
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_connection.c' object='test_dbus_connection.obj' libtool=no @AMDEPBACKSLASH@
 
870
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_dbus_connection.c' object='test_dbus_connection.obj' libtool=no @AMDEPBACKSLASH@
618
871
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
619
 
@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`
 
872
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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`
620
873
 
621
874
test_dbus_error.o: tests/test_dbus_error.c
622
875
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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
623
876
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_dbus_error.Tpo $(DEPDIR)/test_dbus_error.Po
624
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
625
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_error.c' object='test_dbus_error.o' libtool=no @AMDEPBACKSLASH@
 
877
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_dbus_error.c' object='test_dbus_error.o' libtool=no @AMDEPBACKSLASH@
626
878
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
627
 
@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
 
879
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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
628
880
 
629
881
test_dbus_error.obj: tests/test_dbus_error.c
630
882
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
631
883
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_dbus_error.Tpo $(DEPDIR)/test_dbus_error.Po
632
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
633
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_error.c' object='test_dbus_error.obj' libtool=no @AMDEPBACKSLASH@
 
884
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_dbus_error.c' object='test_dbus_error.obj' libtool=no @AMDEPBACKSLASH@
634
885
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
635
 
@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`
 
886
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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`
636
887
 
637
888
test_dbus_message.o: tests/test_dbus_message.c
638
889
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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
639
890
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_dbus_message.Tpo $(DEPDIR)/test_dbus_message.Po
640
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
641
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_message.c' object='test_dbus_message.o' libtool=no @AMDEPBACKSLASH@
 
891
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_dbus_message.c' object='test_dbus_message.o' libtool=no @AMDEPBACKSLASH@
642
892
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
643
 
@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
 
893
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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
644
894
 
645
895
test_dbus_message.obj: tests/test_dbus_message.c
646
896
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
647
897
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_dbus_message.Tpo $(DEPDIR)/test_dbus_message.Po
648
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
649
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_message.c' object='test_dbus_message.obj' libtool=no @AMDEPBACKSLASH@
 
898
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_dbus_message.c' object='test_dbus_message.obj' libtool=no @AMDEPBACKSLASH@
650
899
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
651
 
@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`
 
900
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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`
652
901
 
653
902
test_dbus_object.o: tests/test_dbus_object.c
654
903
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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
655
904
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_dbus_object.Tpo $(DEPDIR)/test_dbus_object.Po
656
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
657
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_object.c' object='test_dbus_object.o' libtool=no @AMDEPBACKSLASH@
 
905
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_dbus_object.c' object='test_dbus_object.o' libtool=no @AMDEPBACKSLASH@
658
906
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
659
 
@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
 
907
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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
660
908
 
661
909
test_dbus_object.obj: tests/test_dbus_object.c
662
910
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
663
911
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_dbus_object.Tpo $(DEPDIR)/test_dbus_object.Po
664
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
665
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_object.c' object='test_dbus_object.obj' libtool=no @AMDEPBACKSLASH@
 
912
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_dbus_object.c' object='test_dbus_object.obj' libtool=no @AMDEPBACKSLASH@
666
913
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
667
 
@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`
 
914
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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`
668
915
 
669
916
test_dbus_pending_data.o: tests/test_dbus_pending_data.c
670
917
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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
671
918
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_dbus_pending_data.Tpo $(DEPDIR)/test_dbus_pending_data.Po
672
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
673
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_pending_data.c' object='test_dbus_pending_data.o' libtool=no @AMDEPBACKSLASH@
 
919
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_dbus_pending_data.c' object='test_dbus_pending_data.o' libtool=no @AMDEPBACKSLASH@
674
920
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
675
 
@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
 
921
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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
676
922
 
677
923
test_dbus_pending_data.obj: tests/test_dbus_pending_data.c
678
924
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
679
925
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_dbus_pending_data.Tpo $(DEPDIR)/test_dbus_pending_data.Po
680
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
681
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_pending_data.c' object='test_dbus_pending_data.obj' libtool=no @AMDEPBACKSLASH@
 
926
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_dbus_pending_data.c' object='test_dbus_pending_data.obj' libtool=no @AMDEPBACKSLASH@
682
927
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
683
 
@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`
 
928
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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`
684
929
 
685
930
test_dbus_proxy.o: tests/test_dbus_proxy.c
686
931
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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
687
932
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_dbus_proxy.Tpo $(DEPDIR)/test_dbus_proxy.Po
688
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
689
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_proxy.c' object='test_dbus_proxy.o' libtool=no @AMDEPBACKSLASH@
 
933
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_dbus_proxy.c' object='test_dbus_proxy.o' libtool=no @AMDEPBACKSLASH@
690
934
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
691
 
@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
 
935
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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
692
936
 
693
937
test_dbus_proxy.obj: tests/test_dbus_proxy.c
694
938
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
695
939
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_dbus_proxy.Tpo $(DEPDIR)/test_dbus_proxy.Po
696
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
697
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_proxy.c' object='test_dbus_proxy.obj' libtool=no @AMDEPBACKSLASH@
 
940
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_dbus_proxy.c' object='test_dbus_proxy.obj' libtool=no @AMDEPBACKSLASH@
698
941
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
699
 
@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`
 
942
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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`
700
943
 
701
944
test_dbus_util.o: tests/test_dbus_util.c
702
945
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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
703
946
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_dbus_util.Tpo $(DEPDIR)/test_dbus_util.Po
704
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
705
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_util.c' object='test_dbus_util.o' libtool=no @AMDEPBACKSLASH@
 
947
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_dbus_util.c' object='test_dbus_util.o' libtool=no @AMDEPBACKSLASH@
706
948
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
707
 
@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
 
949
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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
708
950
 
709
951
test_dbus_util.obj: tests/test_dbus_util.c
710
952
@am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
711
953
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/test_dbus_util.Tpo $(DEPDIR)/test_dbus_util.Po
712
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
713
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='tests/test_dbus_util.c' object='test_dbus_util.obj' libtool=no @AMDEPBACKSLASH@
 
954
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='tests/test_dbus_util.c' object='test_dbus_util.obj' libtool=no @AMDEPBACKSLASH@
714
955
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
715
 
@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`
 
956
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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`
716
957
 
717
958
mostlyclean-libtool:
718
959
        -rm -f *.lo
721
962
        -rm -rf .libs _libs
722
963
install-pkgconfigDATA: $(pkgconfig_DATA)
723
964
        @$(NORMAL_INSTALL)
724
 
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
725
965
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
966
        if test -n "$$list"; then \
 
967
          echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
 
968
          $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
 
969
        fi; \
726
970
        for p in $$list; do \
727
971
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
728
972
          echo "$$d$$p"; \
736
980
        @$(NORMAL_UNINSTALL)
737
981
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
738
982
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
739
 
        test -n "$$files" || exit 0; \
740
 
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
741
 
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
 
983
        dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
742
984
install-includeHEADERS: $(include_HEADERS)
743
985
        @$(NORMAL_INSTALL)
744
 
        test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
745
986
        @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
 
987
        if test -n "$$list"; then \
 
988
          echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
 
989
          $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
 
990
        fi; \
746
991
        for p in $$list; do \
747
992
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
748
993
          echo "$$d$$p"; \
756
1001
        @$(NORMAL_UNINSTALL)
757
1002
        @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
758
1003
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
759
 
        test -n "$$files" || exit 0; \
760
 
        echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
761
 
        cd "$(DESTDIR)$(includedir)" && rm -f $$files
 
1004
        dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
762
1005
install-nihdbusincludeHEADERS: $(nihdbusinclude_HEADERS)
763
1006
        @$(NORMAL_INSTALL)
764
 
        test -z "$(nihdbusincludedir)" || $(MKDIR_P) "$(DESTDIR)$(nihdbusincludedir)"
765
1007
        @list='$(nihdbusinclude_HEADERS)'; test -n "$(nihdbusincludedir)" || list=; \
 
1008
        if test -n "$$list"; then \
 
1009
          echo " $(MKDIR_P) '$(DESTDIR)$(nihdbusincludedir)'"; \
 
1010
          $(MKDIR_P) "$(DESTDIR)$(nihdbusincludedir)" || exit 1; \
 
1011
        fi; \
766
1012
        for p in $$list; do \
767
1013
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
768
1014
          echo "$$d$$p"; \
776
1022
        @$(NORMAL_UNINSTALL)
777
1023
        @list='$(nihdbusinclude_HEADERS)'; test -n "$(nihdbusincludedir)" || list=; \
778
1024
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
779
 
        test -n "$$files" || exit 0; \
780
 
        echo " ( cd '$(DESTDIR)$(nihdbusincludedir)' && rm -f" $$files ")"; \
781
 
        cd "$(DESTDIR)$(nihdbusincludedir)" && rm -f $$files
782
 
 
783
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
784
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
785
 
        unique=`for i in $$list; do \
786
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
787
 
          done | \
788
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
789
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
790
 
        mkid -fID $$unique
791
 
tags: TAGS
792
 
 
793
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
794
 
                $(TAGS_FILES) $(LISP)
 
1025
        dir='$(DESTDIR)$(nihdbusincludedir)'; $(am__uninstall_files_from_dir)
 
1026
 
 
1027
ID: $(am__tagged_files)
 
1028
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
1029
tags: tags-am
 
1030
TAGS: tags
 
1031
 
 
1032
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
795
1033
        set x; \
796
1034
        here=`pwd`; \
797
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
798
 
        unique=`for i in $$list; do \
799
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
800
 
          done | \
801
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
802
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
1035
        $(am__define_uniq_tagged_files); \
803
1036
        shift; \
804
1037
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
805
1038
          test -n "$$unique" || unique=$$empty_fix; \
811
1044
              $$unique; \
812
1045
          fi; \
813
1046
        fi
814
 
ctags: CTAGS
815
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
816
 
                $(TAGS_FILES) $(LISP)
817
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
818
 
        unique=`for i in $$list; do \
819
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
820
 
          done | \
821
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
822
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
1047
ctags: ctags-am
 
1048
 
 
1049
CTAGS: ctags
 
1050
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
1051
        $(am__define_uniq_tagged_files); \
823
1052
        test -z "$(CTAGS_ARGS)$$unique" \
824
1053
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
825
1054
             $$unique
828
1057
        here=`$(am__cd) $(top_builddir) && pwd` \
829
1058
          && $(am__cd) $(top_srcdir) \
830
1059
          && gtags -i $(GTAGS_ARGS) "$$here"
 
1060
cscopelist: cscopelist-am
 
1061
 
 
1062
cscopelist-am: $(am__tagged_files)
 
1063
        list='$(am__tagged_files)'; \
 
1064
        case "$(srcdir)" in \
 
1065
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
1066
          *) sdir=$(subdir)/$(srcdir) ;; \
 
1067
        esac; \
 
1068
        for i in $$list; do \
 
1069
          if test -f "$$i"; then \
 
1070
            echo "$(subdir)/$$i"; \
 
1071
          else \
 
1072
            echo "$$sdir/$$i"; \
 
1073
          fi; \
 
1074
        done >> $(top_builddir)/cscope.files
831
1075
 
832
1076
distclean-tags:
833
1077
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
834
1078
 
835
 
check-TESTS: $(TESTS)
836
 
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
837
 
        srcdir=$(srcdir); export srcdir; \
838
 
        list=' $(TESTS) '; \
839
 
        $(am__tty_colors); \
840
 
        if test -n "$$list"; then \
841
 
          for tst in $$list; do \
842
 
            if test -f ./$$tst; then dir=./; \
843
 
            elif test -f $$tst; then dir=; \
844
 
            else dir="$(srcdir)/"; fi; \
845
 
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
846
 
              all=`expr $$all + 1`; \
847
 
              case " $(XFAIL_TESTS) " in \
848
 
              *[\ \     ]$$tst[\ \      ]*) \
849
 
                xpass=`expr $$xpass + 1`; \
850
 
                failed=`expr $$failed + 1`; \
851
 
                col=$$red; res=XPASS; \
852
 
              ;; \
853
 
              *) \
854
 
                col=$$grn; res=PASS; \
855
 
              ;; \
856
 
              esac; \
857
 
            elif test $$? -ne 77; then \
858
 
              all=`expr $$all + 1`; \
859
 
              case " $(XFAIL_TESTS) " in \
860
 
              *[\ \     ]$$tst[\ \      ]*) \
861
 
                xfail=`expr $$xfail + 1`; \
862
 
                col=$$lgn; res=XFAIL; \
863
 
              ;; \
864
 
              *) \
865
 
                failed=`expr $$failed + 1`; \
866
 
                col=$$red; res=FAIL; \
867
 
              ;; \
868
 
              esac; \
869
 
            else \
870
 
              skip=`expr $$skip + 1`; \
871
 
              col=$$blu; res=SKIP; \
872
 
            fi; \
873
 
            echo "$${col}$$res$${std}: $$tst"; \
 
1079
# Recover from deleted '.trs' file; this should ensure that
 
1080
# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
 
1081
# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
 
1082
# to avoid problems with "make -n".
 
1083
.log.trs:
 
1084
        rm -f $< $@
 
1085
        $(MAKE) $(AM_MAKEFLAGS) $<
 
1086
 
 
1087
# Leading 'am--fnord' is there to ensure the list of targets does not
 
1088
# expand to empty, as could happen e.g. with make check TESTS=''.
 
1089
am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
 
1090
am--force-recheck:
 
1091
        @:
 
1092
 
 
1093
$(TEST_SUITE_LOG): $(TEST_LOGS)
 
1094
        @$(am__set_TESTS_bases); \
 
1095
        am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
 
1096
        redo_bases=`for i in $$bases; do \
 
1097
                      am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
 
1098
                    done`; \
 
1099
        if test -n "$$redo_bases"; then \
 
1100
          redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
 
1101
          redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
 
1102
          if $(am__make_dryrun); then :; else \
 
1103
            rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
 
1104
          fi; \
 
1105
        fi; \
 
1106
        if test -n "$$am__remaking_logs"; then \
 
1107
          echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
 
1108
               "recursion detected" >&2; \
 
1109
        else \
 
1110
          am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
 
1111
        fi; \
 
1112
        if $(am__make_dryrun); then :; else \
 
1113
          st=0;  \
 
1114
          errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
 
1115
          for i in $$redo_bases; do \
 
1116
            test -f $$i.trs && test -r $$i.trs \
 
1117
              || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
 
1118
            test -f $$i.log && test -r $$i.log \
 
1119
              || { echo "$$errmsg $$i.log" >&2; st=1; }; \
874
1120
          done; \
875
 
          if test "$$all" -eq 1; then \
876
 
            tests="test"; \
877
 
            All=""; \
878
 
          else \
879
 
            tests="tests"; \
880
 
            All="All "; \
881
 
          fi; \
882
 
          if test "$$failed" -eq 0; then \
883
 
            if test "$$xfail" -eq 0; then \
884
 
              banner="$$All$$all $$tests passed"; \
885
 
            else \
886
 
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
887
 
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
888
 
            fi; \
889
 
          else \
890
 
            if test "$$xpass" -eq 0; then \
891
 
              banner="$$failed of $$all $$tests failed"; \
892
 
            else \
893
 
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
894
 
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
895
 
            fi; \
896
 
          fi; \
897
 
          dashes="$$banner"; \
898
 
          skipped=""; \
899
 
          if test "$$skip" -ne 0; then \
900
 
            if test "$$skip" -eq 1; then \
901
 
              skipped="($$skip test was not run)"; \
902
 
            else \
903
 
              skipped="($$skip tests were not run)"; \
904
 
            fi; \
905
 
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
906
 
              dashes="$$skipped"; \
907
 
          fi; \
908
 
          report=""; \
909
 
          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
910
 
            report="Please report to $(PACKAGE_BUGREPORT)"; \
911
 
            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
912
 
              dashes="$$report"; \
913
 
          fi; \
914
 
          dashes=`echo "$$dashes" | sed s/./=/g`; \
915
 
          if test "$$failed" -eq 0; then \
916
 
            echo "$$grn$$dashes"; \
917
 
          else \
918
 
            echo "$$red$$dashes"; \
919
 
          fi; \
920
 
          echo "$$banner"; \
921
 
          test -z "$$skipped" || echo "$$skipped"; \
922
 
          test -z "$$report" || echo "$$report"; \
923
 
          echo "$$dashes$$std"; \
924
 
          test "$$failed" -eq 0; \
925
 
        else :; fi
 
1121
          test $$st -eq 0 || exit 1; \
 
1122
        fi
 
1123
        @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
 
1124
        ws='[   ]'; \
 
1125
        results=`for b in $$bases; do echo $$b.trs; done`; \
 
1126
        test -n "$$results" || results=/dev/null; \
 
1127
        all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
 
1128
        pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
 
1129
        fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
 
1130
        skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
 
1131
        xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
 
1132
        xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
 
1133
        error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
 
1134
        if test `expr $$fail + $$xpass + $$error` -eq 0; then \
 
1135
          success=true; \
 
1136
        else \
 
1137
          success=false; \
 
1138
        fi; \
 
1139
        br='==================='; br=$$br$$br$$br$$br; \
 
1140
        result_count () \
 
1141
        { \
 
1142
            if test x"$$1" = x"--maybe-color"; then \
 
1143
              maybe_colorize=yes; \
 
1144
            elif test x"$$1" = x"--no-color"; then \
 
1145
              maybe_colorize=no; \
 
1146
            else \
 
1147
              echo "$@: invalid 'result_count' usage" >&2; exit 4; \
 
1148
            fi; \
 
1149
            shift; \
 
1150
            desc=$$1 count=$$2; \
 
1151
            if test $$maybe_colorize = yes && test $$count -gt 0; then \
 
1152
              color_start=$$3 color_end=$$std; \
 
1153
            else \
 
1154
              color_start= color_end=; \
 
1155
            fi; \
 
1156
            echo "$${color_start}# $$desc $$count$${color_end}"; \
 
1157
        }; \
 
1158
        create_testsuite_report () \
 
1159
        { \
 
1160
          result_count $$1 "TOTAL:" $$all   "$$brg"; \
 
1161
          result_count $$1 "PASS: " $$pass  "$$grn"; \
 
1162
          result_count $$1 "SKIP: " $$skip  "$$blu"; \
 
1163
          result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
 
1164
          result_count $$1 "FAIL: " $$fail  "$$red"; \
 
1165
          result_count $$1 "XPASS:" $$xpass "$$red"; \
 
1166
          result_count $$1 "ERROR:" $$error "$$mgn"; \
 
1167
        }; \
 
1168
        {                                                               \
 
1169
          echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |       \
 
1170
            $(am__rst_title);                                           \
 
1171
          create_testsuite_report --no-color;                           \
 
1172
          echo;                                                         \
 
1173
          echo ".. contents:: :depth: 2";                               \
 
1174
          echo;                                                         \
 
1175
          for b in $$bases; do echo $$b; done                           \
 
1176
            | $(am__create_global_log);                                 \
 
1177
        } >$(TEST_SUITE_LOG).tmp || exit 1;                             \
 
1178
        mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);                     \
 
1179
        if $$success; then                                              \
 
1180
          col="$$grn";                                                  \
 
1181
         else                                                           \
 
1182
          col="$$red";                                                  \
 
1183
          test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);               \
 
1184
        fi;                                                             \
 
1185
        echo "$${col}$$br$${std}";                                      \
 
1186
        echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";   \
 
1187
        echo "$${col}$$br$${std}";                                      \
 
1188
        create_testsuite_report --maybe-color;                          \
 
1189
        echo "$$col$$br$$std";                                          \
 
1190
        if $$success; then :; else                                      \
 
1191
          echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";         \
 
1192
          if test -n "$(PACKAGE_BUGREPORT)"; then                       \
 
1193
            echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
 
1194
          fi;                                                           \
 
1195
          echo "$$col$$br$$std";                                        \
 
1196
        fi;                                                             \
 
1197
        $$success || exit 1
 
1198
 
 
1199
check-TESTS:
 
1200
        @list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
 
1201
        @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
 
1202
        @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
 
1203
        @set +e; $(am__set_TESTS_bases); \
 
1204
        log_list=`for i in $$bases; do echo $$i.log; done`; \
 
1205
        trs_list=`for i in $$bases; do echo $$i.trs; done`; \
 
1206
        log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
 
1207
        $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
 
1208
        exit $$?;
 
1209
recheck: all $(check_PROGRAMS)
 
1210
        @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
 
1211
        @set +e; $(am__set_TESTS_bases); \
 
1212
        bases=`for i in $$bases; do echo $$i; done \
 
1213
                 | $(am__list_recheck_tests)` || exit 1; \
 
1214
        log_list=`for i in $$bases; do echo $$i.log; done`; \
 
1215
        log_list=`echo $$log_list`; \
 
1216
        $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
 
1217
                am__force_recheck=am--force-recheck \
 
1218
                TEST_LOGS="$$log_list"; \
 
1219
        exit $$?
 
1220
test_dbus_error.log: test_dbus_error$(EXEEXT)
 
1221
        @p='test_dbus_error$(EXEEXT)'; \
 
1222
        b='test_dbus_error'; \
 
1223
        $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
 
1224
        --log-file $$b.log --trs-file $$b.trs \
 
1225
        $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
 
1226
        "$$tst" $(AM_TESTS_FD_REDIRECT)
 
1227
test_dbus_connection.log: test_dbus_connection$(EXEEXT)
 
1228
        @p='test_dbus_connection$(EXEEXT)'; \
 
1229
        b='test_dbus_connection'; \
 
1230
        $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
 
1231
        --log-file $$b.log --trs-file $$b.trs \
 
1232
        $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
 
1233
        "$$tst" $(AM_TESTS_FD_REDIRECT)
 
1234
test_dbus_message.log: test_dbus_message$(EXEEXT)
 
1235
        @p='test_dbus_message$(EXEEXT)'; \
 
1236
        b='test_dbus_message'; \
 
1237
        $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
 
1238
        --log-file $$b.log --trs-file $$b.trs \
 
1239
        $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
 
1240
        "$$tst" $(AM_TESTS_FD_REDIRECT)
 
1241
test_dbus_object.log: test_dbus_object$(EXEEXT)
 
1242
        @p='test_dbus_object$(EXEEXT)'; \
 
1243
        b='test_dbus_object'; \
 
1244
        $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
 
1245
        --log-file $$b.log --trs-file $$b.trs \
 
1246
        $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
 
1247
        "$$tst" $(AM_TESTS_FD_REDIRECT)
 
1248
test_dbus_pending_data.log: test_dbus_pending_data$(EXEEXT)
 
1249
        @p='test_dbus_pending_data$(EXEEXT)'; \
 
1250
        b='test_dbus_pending_data'; \
 
1251
        $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
 
1252
        --log-file $$b.log --trs-file $$b.trs \
 
1253
        $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
 
1254
        "$$tst" $(AM_TESTS_FD_REDIRECT)
 
1255
test_dbus_proxy.log: test_dbus_proxy$(EXEEXT)
 
1256
        @p='test_dbus_proxy$(EXEEXT)'; \
 
1257
        b='test_dbus_proxy'; \
 
1258
        $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
 
1259
        --log-file $$b.log --trs-file $$b.trs \
 
1260
        $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
 
1261
        "$$tst" $(AM_TESTS_FD_REDIRECT)
 
1262
test_dbus_util.log: test_dbus_util$(EXEEXT)
 
1263
        @p='test_dbus_util$(EXEEXT)'; \
 
1264
        b='test_dbus_util'; \
 
1265
        $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
 
1266
        --log-file $$b.log --trs-file $$b.trs \
 
1267
        $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
 
1268
        "$$tst" $(AM_TESTS_FD_REDIRECT)
 
1269
.test.log:
 
1270
        @p='$<'; \
 
1271
        $(am__set_b); \
 
1272
        $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
 
1273
        --log-file $$b.log --trs-file $$b.trs \
 
1274
        $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
 
1275
        "$$tst" $(AM_TESTS_FD_REDIRECT)
 
1276
@am__EXEEXT_TRUE@.test$(EXEEXT).log:
 
1277
@am__EXEEXT_TRUE@       @p='$<'; \
 
1278
@am__EXEEXT_TRUE@       $(am__set_b); \
 
1279
@am__EXEEXT_TRUE@       $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
 
1280
@am__EXEEXT_TRUE@       --log-file $$b.log --trs-file $$b.trs \
 
1281
@am__EXEEXT_TRUE@       $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
 
1282
@am__EXEEXT_TRUE@       "$$tst" $(AM_TESTS_FD_REDIRECT)
926
1283
 
927
1284
distdir: $(DISTFILES)
928
1285
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
973
1330
 
974
1331
installcheck: installcheck-am
975
1332
install-strip:
976
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
977
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
978
 
          `test -z '$(STRIP)' || \
979
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
1333
        if test -z '$(STRIP)'; then \
 
1334
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
1335
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
1336
              install; \
 
1337
        else \
 
1338
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
1339
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
1340
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
1341
        fi
980
1342
mostlyclean-generic:
 
1343
        -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
 
1344
        -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
 
1345
        -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
981
1346
 
982
1347
clean-generic:
983
1348
 
1064
1429
 
1065
1430
.MAKE: check-am install-am install-strip
1066
1431
 
1067
 
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
 
1432
.PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
1068
1433
        clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
1069
 
        clean-libtool clean-local ctags distclean distclean-compile \
1070
 
        distclean-generic distclean-libtool distclean-tags distdir dvi \
1071
 
        dvi-am html html-am info info-am install install-am \
1072
 
        install-data install-data-am install-dvi install-dvi-am \
1073
 
        install-exec install-exec-am install-html install-html-am \
 
1434
        clean-libtool clean-local cscopelist-am ctags ctags-am \
 
1435
        distclean distclean-compile distclean-generic \
 
1436
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
1437
        html-am info info-am install install-am install-data \
 
1438
        install-data-am install-dvi install-dvi-am install-exec \
 
1439
        install-exec-am install-html install-html-am \
1074
1440
        install-includeHEADERS install-info install-info-am \
1075
1441
        install-libLTLIBRARIES install-man \
1076
1442
        install-nihdbusincludeHEADERS install-pdf install-pdf-am \
1078
1444
        installcheck installcheck-am installdirs maintainer-clean \
1079
1445
        maintainer-clean-generic maintainer-clean-local mostlyclean \
1080
1446
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1081
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
1082
 
        uninstall-includeHEADERS uninstall-libLTLIBRARIES \
 
1447
        pdf pdf-am ps ps-am recheck tags tags-am uninstall \
 
1448
        uninstall-am uninstall-includeHEADERS uninstall-libLTLIBRARIES \
1083
1449
        uninstall-nihdbusincludeHEADERS uninstall-pkgconfigDATA
1084
1450
 
1085
1451