~behda/+junk/udisks2.original

« back to all changes in this revision

Viewing changes to src/tests/Makefile.in

  • Committer: behda
  • Date: 2014-05-24 15:15:11 UTC
  • Revision ID: pauvitk@gmail.com-20140524151511-3vtr0uubjewx3z2j
Initial commit of source code and Debian packaging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.14.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
VPATH = @srcdir@
 
18
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
19
am__make_running_with_option = \
 
20
  case $${target_option-} in \
 
21
      ?) ;; \
 
22
      *) echo "am__make_running_with_option: internal error: invalid" \
 
23
              "target option '$${target_option-}' specified" >&2; \
 
24
         exit 1;; \
 
25
  esac; \
 
26
  has_opt=no; \
 
27
  sane_makeflags=$$MAKEFLAGS; \
 
28
  if $(am__is_gnu_make); then \
 
29
    sane_makeflags=$$MFLAGS; \
 
30
  else \
 
31
    case $$MAKEFLAGS in \
 
32
      *\\[\ \   ]*) \
 
33
        bs=\\; \
 
34
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
35
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
36
    esac; \
 
37
  fi; \
 
38
  skip_next=no; \
 
39
  strip_trailopt () \
 
40
  { \
 
41
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
42
  }; \
 
43
  for flg in $$sane_makeflags; do \
 
44
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
45
    case $$flg in \
 
46
      *=*|--*) continue;; \
 
47
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
48
      -*I?*) strip_trailopt 'I';; \
 
49
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
50
      -*O?*) strip_trailopt 'O';; \
 
51
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
52
      -*l?*) strip_trailopt 'l';; \
 
53
      -[dEDm]) skip_next=yes;; \
 
54
      -[JT]) skip_next=yes;; \
 
55
    esac; \
 
56
    case $$flg in \
 
57
      *$$target_option*) has_opt=yes; break;; \
 
58
    esac; \
 
59
  done; \
 
60
  test $$has_opt = yes
 
61
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
62
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 
63
pkgdatadir = $(datadir)/@PACKAGE@
 
64
pkgincludedir = $(includedir)/@PACKAGE@
 
65
pkglibdir = $(libdir)/@PACKAGE@
 
66
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
67
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
68
install_sh_DATA = $(install_sh) -c -m 644
 
69
install_sh_PROGRAM = $(install_sh) -c
 
70
install_sh_SCRIPT = $(install_sh) -c
 
71
INSTALL_HEADER = $(INSTALL_DATA)
 
72
transform = $(program_transform_name)
 
73
NORMAL_INSTALL = :
 
74
PRE_INSTALL = :
 
75
POST_INSTALL = :
 
76
NORMAL_UNINSTALL = :
 
77
PRE_UNINSTALL = :
 
78
POST_UNINSTALL = :
 
79
build_triplet = @build@
 
80
host_triplet = @host@
 
81
TESTS = udisks-test$(EXEEXT)
 
82
noinst_PROGRAMS = udisks-test$(EXEEXT) udisks-test-helper$(EXEEXT)
 
83
subdir = src/tests
 
84
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
85
        $(top_srcdir)/depcomp $(top_srcdir)/test-driver
 
86
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
87
am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
 
88
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
 
89
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
90
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
91
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
 
92
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
93
        $(ACLOCAL_M4)
 
94
mkinstalldirs = $(install_sh) -d
 
95
CONFIG_HEADER = $(top_builddir)/config.h
 
96
CONFIG_CLEAN_FILES =
 
97
CONFIG_CLEAN_VPATH_FILES =
 
98
PROGRAMS = $(noinst_PROGRAMS)
 
99
am__objects_1 =
 
100
am_udisks_test_OBJECTS = udisks_test-test.$(OBJEXT) \
 
101
        udisks_test-testutil.$(OBJEXT) $(am__objects_1)
 
102
udisks_test_OBJECTS = $(am_udisks_test_OBJECTS)
 
103
am__DEPENDENCIES_1 =
 
104
udisks_test_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
105
        $(top_builddir)/src/libudisks-daemon.la $(am__DEPENDENCIES_1)
 
106
AM_V_lt = $(am__v_lt_@AM_V@)
 
107
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
108
am__v_lt_0 = --silent
 
109
am__v_lt_1 = 
 
110
udisks_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
111
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(udisks_test_CFLAGS) \
 
112
        $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
113
am_udisks_test_helper_OBJECTS = udisks_test_helper-helper.$(OBJEXT) \
 
114
        udisks_test_helper-testutil.$(OBJEXT) $(am__objects_1)
 
115
udisks_test_helper_OBJECTS = $(am_udisks_test_helper_OBJECTS)
 
116
udisks_test_helper_DEPENDENCIES = $(am__DEPENDENCIES_1) \
 
117
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 
118
udisks_test_helper_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 
119
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
 
120
        $(udisks_test_helper_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
121
        $(LDFLAGS) -o $@
 
122
AM_V_P = $(am__v_P_@AM_V@)
 
123
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
124
am__v_P_0 = false
 
125
am__v_P_1 = :
 
126
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
127
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
128
am__v_GEN_0 = @echo "  GEN     " $@;
 
129
am__v_GEN_1 = 
 
130
AM_V_at = $(am__v_at_@AM_V@)
 
131
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
132
am__v_at_0 = @
 
133
am__v_at_1 = 
 
134
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
135
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
136
am__depfiles_maybe = depfiles
 
137
am__mv = mv -f
 
138
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
139
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
140
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
141
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
142
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
143
        $(AM_CFLAGS) $(CFLAGS)
 
144
AM_V_CC = $(am__v_CC_@AM_V@)
 
145
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
146
am__v_CC_0 = @echo "  CC      " $@;
 
147
am__v_CC_1 = 
 
148
CCLD = $(CC)
 
149
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
150
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
151
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
152
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
153
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
154
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
155
am__v_CCLD_1 = 
 
156
SOURCES = $(udisks_test_SOURCES) $(udisks_test_helper_SOURCES)
 
157
DIST_SOURCES = $(udisks_test_SOURCES) $(udisks_test_helper_SOURCES)
 
158
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
159
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
160
        install-data-recursive install-dvi-recursive \
 
161
        install-exec-recursive install-html-recursive \
 
162
        install-info-recursive install-pdf-recursive \
 
163
        install-ps-recursive install-recursive installcheck-recursive \
 
164
        installdirs-recursive pdf-recursive ps-recursive \
 
165
        tags-recursive uninstall-recursive
 
166
am__can_run_installinfo = \
 
167
  case $$AM_UPDATE_INFO_DIR in \
 
168
    n|no|NO) false;; \
 
169
    *) (install-info --version) >/dev/null 2>&1;; \
 
170
  esac
 
171
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
172
  distclean-recursive maintainer-clean-recursive
 
173
am__recursive_targets = \
 
174
  $(RECURSIVE_TARGETS) \
 
175
  $(RECURSIVE_CLEAN_TARGETS) \
 
176
  $(am__extra_recursive_targets)
 
177
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
 
178
        check recheck distdir
 
179
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
180
# Read a list of newline-separated strings from the standard input,
 
181
# and print each of them once, without duplicates.  Input order is
 
182
# *not* preserved.
 
183
am__uniquify_input = $(AWK) '\
 
184
  BEGIN { nonempty = 0; } \
 
185
  { items[$$0] = 1; nonempty = 1; } \
 
186
  END { if (nonempty) { for (i in items) print i; }; } \
 
187
'
 
188
# Make sure the list of sources is unique.  This is necessary because,
 
189
# e.g., the same source file might be shared among _SOURCES variables
 
190
# for different programs/libraries.
 
191
am__define_uniq_tagged_files = \
 
192
  list='$(am__tagged_files)'; \
 
193
  unique=`for i in $$list; do \
 
194
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
195
  done | $(am__uniquify_input)`
 
196
ETAGS = etags
 
197
CTAGS = ctags
 
198
am__tty_colors_dummy = \
 
199
  mgn= red= grn= lgn= blu= brg= std=; \
 
200
  am__color_tests=no
 
201
am__tty_colors = { \
 
202
  $(am__tty_colors_dummy); \
 
203
  if test "X$(AM_COLOR_TESTS)" = Xno; then \
 
204
    am__color_tests=no; \
 
205
  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
 
206
    am__color_tests=yes; \
 
207
  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
 
208
    am__color_tests=yes; \
 
209
  fi; \
 
210
  if test $$am__color_tests = yes; then \
 
211
    red=''; \
 
212
    grn=''; \
 
213
    lgn=''; \
 
214
    blu=''; \
 
215
    mgn=''; \
 
216
    brg=''; \
 
217
    std=''; \
 
218
  fi; \
 
219
}
 
220
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
221
am__vpath_adj = case $$p in \
 
222
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
223
    *) f=$$p;; \
 
224
  esac;
 
225
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
226
am__install_max = 40
 
227
am__nobase_strip_setup = \
 
228
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
229
am__nobase_strip = \
 
230
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
231
am__nobase_list = $(am__nobase_strip_setup); \
 
232
  for p in $$list; do echo "$$p $$p"; done | \
 
233
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
234
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
235
    if (++n[$$2] == $(am__install_max)) \
 
236
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
237
    END { for (dir in files) print dir, files[dir] }'
 
238
am__base_list = \
 
239
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
240
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
241
am__uninstall_files_from_dir = { \
 
242
  test -z "$$files" \
 
243
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
244
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
245
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
246
  }
 
247
am__recheck_rx = ^[     ]*:recheck:[    ]*
 
248
am__global_test_result_rx = ^[  ]*:global-test-result:[         ]*
 
249
am__copy_in_global_log_rx = ^[  ]*:copy-in-global-log:[         ]*
 
250
# A command that, given a newline-separated list of test names on the
 
251
# standard input, print the name of the tests that are to be re-run
 
252
# upon "make recheck".
 
253
am__list_recheck_tests = $(AWK) '{ \
 
254
  recheck = 1; \
 
255
  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
 
256
    { \
 
257
      if (rc < 0) \
 
258
        { \
 
259
          if ((getline line2 < ($$0 ".log")) < 0) \
 
260
            recheck = 0; \
 
261
          break; \
 
262
        } \
 
263
      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
 
264
        { \
 
265
          recheck = 0; \
 
266
          break; \
 
267
        } \
 
268
      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
 
269
        { \
 
270
          break; \
 
271
        } \
 
272
    }; \
 
273
  if (recheck) \
 
274
    print $$0; \
 
275
  close ($$0 ".trs"); \
 
276
  close ($$0 ".log"); \
 
277
}'
 
278
# A command that, given a newline-separated list of test names on the
 
279
# standard input, create the global log from their .trs and .log files.
 
280
am__create_global_log = $(AWK) ' \
 
281
function fatal(msg) \
 
282
{ \
 
283
  print "fatal: making $@: " msg | "cat >&2"; \
 
284
  exit 1; \
 
285
} \
 
286
function rst_section(header) \
 
287
{ \
 
288
  print header; \
 
289
  len = length(header); \
 
290
  for (i = 1; i <= len; i = i + 1) \
 
291
    printf "="; \
 
292
  printf "\n\n"; \
 
293
} \
 
294
{ \
 
295
  copy_in_global_log = 1; \
 
296
  global_test_result = "RUN"; \
 
297
  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
 
298
    { \
 
299
      if (rc < 0) \
 
300
         fatal("failed to read from " $$0 ".trs"); \
 
301
      if (line ~ /$(am__global_test_result_rx)/) \
 
302
        { \
 
303
          sub("$(am__global_test_result_rx)", "", line); \
 
304
          sub("[        ]*$$", "", line); \
 
305
          global_test_result = line; \
 
306
        } \
 
307
      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
 
308
        copy_in_global_log = 0; \
 
309
    }; \
 
310
  if (copy_in_global_log) \
 
311
    { \
 
312
      rst_section(global_test_result ": " $$0); \
 
313
      while ((rc = (getline line < ($$0 ".log"))) != 0) \
 
314
      { \
 
315
        if (rc < 0) \
 
316
          fatal("failed to read from " $$0 ".log"); \
 
317
        print line; \
 
318
      }; \
 
319
      printf "\n"; \
 
320
    }; \
 
321
  close ($$0 ".trs"); \
 
322
  close ($$0 ".log"); \
 
323
}'
 
324
# Restructured Text title.
 
325
am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
 
326
# Solaris 10 'make', and several other traditional 'make' implementations,
 
327
# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
 
328
# by disabling -e (using the XSI extension "set +e") if it's set.
 
329
am__sh_e_setup = case $$- in *e*) set +e;; esac
 
330
# Default flags passed to test drivers.
 
331
am__common_driver_flags = \
 
332
  --color-tests "$$am__color_tests" \
 
333
  --enable-hard-errors "$$am__enable_hard_errors" \
 
334
  --expect-failure "$$am__expect_failure"
 
335
# To be inserted before the command running the test.  Creates the
 
336
# directory for the log if needed.  Stores in $dir the directory
 
337
# containing $f, in $tst the test, in $log the log.  Executes the
 
338
# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
 
339
# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
 
340
# will run the test scripts (or their associated LOG_COMPILER, if
 
341
# thy have one).
 
342
am__check_pre = \
 
343
$(am__sh_e_setup);                                      \
 
344
$(am__vpath_adj_setup) $(am__vpath_adj)                 \
 
345
$(am__tty_colors);                                      \
 
346
srcdir=$(srcdir); export srcdir;                        \
 
347
case "$@" in                                            \
 
348
  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;    \
 
349
    *) am__odir=.;;                                     \
 
350
esac;                                                   \
 
351
test "x$$am__odir" = x"." || test -d "$$am__odir"       \
 
352
  || $(MKDIR_P) "$$am__odir" || exit $$?;               \
 
353
if test -f "./$$f"; then dir=./;                        \
 
354
elif test -f "$$f"; then dir=;                          \
 
355
else dir="$(srcdir)/"; fi;                              \
 
356
tst=$$dir$$f; log='$@';                                 \
 
357
if test -n '$(DISABLE_HARD_ERRORS)'; then               \
 
358
  am__enable_hard_errors=no;                            \
 
359
else                                                    \
 
360
  am__enable_hard_errors=yes;                           \
 
361
fi;                                                     \
 
362
case " $(XFAIL_TESTS) " in                              \
 
363
  *[\ \ ]$$f[\ \        ]* | *[\ \      ]$$dir$$f[\ \   ]*) \
 
364
    am__expect_failure=yes;;                            \
 
365
  *)                                                    \
 
366
    am__expect_failure=no;;                             \
 
367
esac;                                                   \
 
368
$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
 
369
# A shell command to get the names of the tests scripts with any registered
 
370
# extension removed (i.e., equivalently, the names of the test logs, with
 
371
# the '.log' extension removed).  The result is saved in the shell variable
 
372
# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
 
373
# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
 
374
# since that might cause problem with VPATH rewrites for suffix-less tests.
 
375
# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
 
376
am__set_TESTS_bases = \
 
377
  bases='$(TEST_LOGS)'; \
 
378
  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
 
379
  bases=`echo $$bases`
 
380
RECHECK_LOGS = $(TEST_LOGS)
 
381
TEST_SUITE_LOG = test-suite.log
 
382
TEST_EXTENSIONS = @EXEEXT@ .test
 
383
LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
 
384
LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
 
385
am__set_b = \
 
386
  case '$@' in \
 
387
    */*) \
 
388
      case '$*' in \
 
389
        */*) b='$*';; \
 
390
          *) b=`echo '$@' | sed 's/\.log$$//'`; \
 
391
       esac;; \
 
392
    *) \
 
393
      b='$*';; \
 
394
  esac
 
395
am__test_logs1 = $(TESTS:=.log)
 
396
am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
 
397
TEST_LOGS = $(am__test_logs2:.test.log=.log)
 
398
TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
 
399
TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
 
400
        $(TEST_LOG_FLAGS)
 
401
DIST_SUBDIRS = $(SUBDIRS)
 
402
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
403
am__relativize = \
 
404
  dir0=`pwd`; \
 
405
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
406
  sed_rest='s,^[^/]*/*,,'; \
 
407
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
408
  sed_butlast='s,/*[^/]*$$,,'; \
 
409
  while test -n "$$dir1"; do \
 
410
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
411
    if test "$$first" != "."; then \
 
412
      if test "$$first" = ".."; then \
 
413
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
414
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
415
      else \
 
416
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
417
        if test "$$first2" = "$$first"; then \
 
418
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
419
        else \
 
420
          dir2="../$$dir2"; \
 
421
        fi; \
 
422
        dir0="$$dir0"/"$$first"; \
 
423
      fi; \
 
424
    fi; \
 
425
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
426
  done; \
 
427
  reldir="$$dir2"
 
428
ACLOCAL = @ACLOCAL@
 
429
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 
430
ACL_CFLAGS = @ACL_CFLAGS@
 
431
ACL_LIBS = @ACL_LIBS@
 
432
ALL_LINGUAS = @ALL_LINGUAS@
 
433
AMTAR = @AMTAR@
 
434
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
435
AR = @AR@
 
436
AUTOCONF = @AUTOCONF@
 
437
AUTOHEADER = @AUTOHEADER@
 
438
AUTOMAKE = @AUTOMAKE@
 
439
AWK = @AWK@
 
440
CATALOGS = @CATALOGS@
 
441
CATOBJEXT = @CATOBJEXT@
 
442
CC = @CC@
 
443
CCDEPMODE = @CCDEPMODE@
 
444
CFLAGS = @CFLAGS@
 
445
CPP = @CPP@
 
446
CPPFLAGS = @CPPFLAGS@
 
447
CYGPATH_W = @CYGPATH_W@
 
448
DATADIRNAME = @DATADIRNAME@
 
449
DEFS = @DEFS@
 
450
DEPDIR = @DEPDIR@
 
451
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
 
452
DLLTOOL = @DLLTOOL@
 
453
DSYMUTIL = @DSYMUTIL@
 
454
DUMPBIN = @DUMPBIN@
 
455
ECHO_C = @ECHO_C@
 
456
ECHO_N = @ECHO_N@
 
457
ECHO_T = @ECHO_T@
 
458
EGREP = @EGREP@
 
459
EXEEXT = @EXEEXT@
 
460
FGREP = @FGREP@
 
461
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
462
GIO_CFLAGS = @GIO_CFLAGS@
 
463
GIO_LIBS = @GIO_LIBS@
 
464
GLIB_CFLAGS = @GLIB_CFLAGS@
 
465
GLIB_LIBS = @GLIB_LIBS@
 
466
GMOFILES = @GMOFILES@
 
467
GMSGFMT = @GMSGFMT@
 
468
GREP = @GREP@
 
469
GTKDOC_CHECK = @GTKDOC_CHECK@
 
470
GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
 
471
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
 
472
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
 
473
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
474
GTKDOC_REBASE = @GTKDOC_REBASE@
 
475
GUDEV_CFLAGS = @GUDEV_CFLAGS@
 
476
GUDEV_LIBS = @GUDEV_LIBS@
 
477
HAVE_LIBSYSTEMD_LOGIN = @HAVE_LIBSYSTEMD_LOGIN@
 
478
HTML_DIR = @HTML_DIR@
 
479
INSTALL = @INSTALL@
 
480
INSTALL_DATA = @INSTALL_DATA@
 
481
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
482
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
483
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
484
INSTOBJEXT = @INSTOBJEXT@
 
485
INTLLIBS = @INTLLIBS@
 
486
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
487
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
488
INTLTOOL_PERL = @INTLTOOL_PERL@
 
489
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
490
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
491
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
492
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
493
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 
494
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
 
495
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
 
496
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
 
497
INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
 
498
INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
 
499
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
 
500
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
 
501
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
 
502
LD = @LD@
 
503
LDFLAGS = @LDFLAGS@
 
504
LIBATASMART_CFLAGS = @LIBATASMART_CFLAGS@
 
505
LIBATASMART_LIBS = @LIBATASMART_LIBS@
 
506
LIBOBJS = @LIBOBJS@
 
507
LIBS = @LIBS@
 
508
LIBSYSTEMD_LOGIN_CFLAGS = @LIBSYSTEMD_LOGIN_CFLAGS@
 
509
LIBSYSTEMD_LOGIN_LIBS = @LIBSYSTEMD_LOGIN_LIBS@
 
510
LIBTOOL = @LIBTOOL@
 
511
LIPO = @LIPO@
 
512
LN_S = @LN_S@
 
513
LTLIBOBJS = @LTLIBOBJS@
 
514
MAINT = @MAINT@
 
515
MAKEINFO = @MAKEINFO@
 
516
MANIFEST_TOOL = @MANIFEST_TOOL@
 
517
MKDIR_P = @MKDIR_P@
 
518
MKINSTALLDIRS = @MKINSTALLDIRS@
 
519
MSGFMT = @MSGFMT@
 
520
MSGFMT_OPTS = @MSGFMT_OPTS@
 
521
MSGMERGE = @MSGMERGE@
 
522
NM = @NM@
 
523
NMEDIT = @NMEDIT@
 
524
OBJDUMP = @OBJDUMP@
 
525
OBJEXT = @OBJEXT@
 
526
OTOOL = @OTOOL@
 
527
OTOOL64 = @OTOOL64@
 
528
PACKAGE = @PACKAGE@
 
529
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
530
PACKAGE_NAME = @PACKAGE_NAME@
 
531
PACKAGE_STRING = @PACKAGE_STRING@
 
532
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
533
PACKAGE_URL = @PACKAGE_URL@
 
534
PACKAGE_VERSION = @PACKAGE_VERSION@
 
535
PATH_SEPARATOR = @PATH_SEPARATOR@
 
536
PKG_CONFIG = @PKG_CONFIG@
 
537
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
538
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
539
POFILES = @POFILES@
 
540
POLKIT_AGENT_1_CFLAGS = @POLKIT_AGENT_1_CFLAGS@
 
541
POLKIT_AGENT_1_LIBS = @POLKIT_AGENT_1_LIBS@
 
542
POLKIT_GOBJECT_1_CFLAGS = @POLKIT_GOBJECT_1_CFLAGS@
 
543
POLKIT_GOBJECT_1_LIBS = @POLKIT_GOBJECT_1_LIBS@
 
544
POSUB = @POSUB@
 
545
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
546
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
547
RANLIB = @RANLIB@
 
548
SED = @SED@
 
549
SET_MAKE = @SET_MAKE@
 
550
SHELL = @SHELL@
 
551
STRIP = @STRIP@
 
552
UDISKS_MAJOR_VERSION = @UDISKS_MAJOR_VERSION@
 
553
UDISKS_MICRO_VERSION = @UDISKS_MICRO_VERSION@
 
554
UDISKS_MINOR_VERSION = @UDISKS_MINOR_VERSION@
 
555
UDISKS_VERSION = @UDISKS_VERSION@
 
556
USE_NLS = @USE_NLS@
 
557
VERSION = @VERSION@
 
558
WARN_CFLAGS = @WARN_CFLAGS@
 
559
XGETTEXT = @XGETTEXT@
 
560
XSLTPROC = @XSLTPROC@
 
561
abs_builddir = @abs_builddir@
 
562
abs_srcdir = @abs_srcdir@
 
563
abs_top_builddir = @abs_top_builddir@
 
564
abs_top_srcdir = @abs_top_srcdir@
 
565
ac_ct_AR = @ac_ct_AR@
 
566
ac_ct_CC = @ac_ct_CC@
 
567
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
568
am__include = @am__include@
 
569
am__leading_dot = @am__leading_dot@
 
570
am__quote = @am__quote@
 
571
am__tar = @am__tar@
 
572
am__untar = @am__untar@
 
573
bindir = @bindir@
 
574
build = @build@
 
575
build_alias = @build_alias@
 
576
build_cpu = @build_cpu@
 
577
build_os = @build_os@
 
578
build_vendor = @build_vendor@
 
579
builddir = @builddir@
 
580
datadir = @datadir@
 
581
datarootdir = @datarootdir@
 
582
docdir = @docdir@
 
583
dvidir = @dvidir@
 
584
exec_prefix = @exec_prefix@
 
585
host = @host@
 
586
host_alias = @host_alias@
 
587
host_cpu = @host_cpu@
 
588
host_os = @host_os@
 
589
host_vendor = @host_vendor@
 
590
htmldir = @htmldir@
 
591
includedir = @includedir@
 
592
infodir = @infodir@
 
593
install_sh = @install_sh@
 
594
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
595
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
 
596
libdir = @libdir@
 
597
libexecdir = @libexecdir@
 
598
localedir = @localedir@
 
599
localstatedir = @localstatedir@
 
600
mandir = @mandir@
 
601
mkdir_p = @mkdir_p@
 
602
oldincludedir = @oldincludedir@
 
603
pdfdir = @pdfdir@
 
604
prefix = @prefix@
 
605
program_transform_name = @program_transform_name@
 
606
psdir = @psdir@
 
607
sbindir = @sbindir@
 
608
sharedstatedir = @sharedstatedir@
 
609
srcdir = @srcdir@
 
610
sysconfdir = @sysconfdir@
 
611
systemdsystemunitdir = @systemdsystemunitdir@
 
612
target_alias = @target_alias@
 
613
top_build_prefix = @top_build_prefix@
 
614
top_builddir = @top_builddir@
 
615
top_srcdir = @top_srcdir@
 
616
udevdir = @udevdir@
 
617
SUBDIRS = 
 
618
NULL = 
 
619
EXTRA_DIST = \
 
620
        test_polkitd.py         \
 
621
        integration-test        \
 
622
        $(NULL)
 
623
 
 
624
INCLUDES = \
 
625
        -I$(top_builddir) -I$(top_srcdir)                       \
 
626
        -I$(top_builddir)/src -I$(top_srcdir)/src               \
 
627
        -DPACKAGE_LIBEXEC_DIR=\""$(libexecdir)"\"               \
 
628
        -DPACKAGE_SYSCONF_DIR=\""$(sysconfdir)"\"               \
 
629
        -DPACKAGE_DATA_DIR=\""$(datadir)"\"                     \
 
630
        -DPACKAGE_BIN_DIR=\""$(bindir)"\"                       \
 
631
        -DPACKAGE_LOCALSTATE_DIR=\""$(localstatedir)"\"         \
 
632
        -DPACKAGE_LOCALE_DIR=\""$(localedir)"\"                 \
 
633
        -DPACKAGE_LIB_DIR=\""$(libdir)"\"                       \
 
634
        -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT                 \
 
635
        -DUDISKS_COMPILATION                                    \
 
636
        -DUDISKS_TEST_DIR=\""$(builddir)"\"                     \
 
637
        $(POLKIT_GOBJECT_1_CFLAGS)                              \
 
638
        $(GUDEV_CFLAGS)                                         \
 
639
        $(GLIB_CFLAGS)                                          \
 
640
        $(GIO_CFLAGS)                                           \
 
641
        $(WARN_CFLAGS)                                          \
 
642
        $(NULL)
 
643
 
 
644
udisks_test_SOURCES = \
 
645
                                test.c                  \
 
646
        testutil.h              testutil.c              \
 
647
        $(NULL)
 
648
 
 
649
udisks_test_CFLAGS = \
 
650
        -DG_LOG_DOMAIN=\"udisks-test\"                  \
 
651
        $(NULL)
 
652
 
 
653
udisks_test_LDADD = \
 
654
        $(GLIB_LIBS)                                    \
 
655
        $(GIO_LIBS)                                     \
 
656
        $(top_builddir)/src/libudisks-daemon.la         \
 
657
        $(NULL)
 
658
 
 
659
udisks_test_helper_SOURCES = \
 
660
                                helper.c                \
 
661
        testutil.h              testutil.c              \
 
662
        $(NULL)
 
663
 
 
664
udisks_test_helper_CFLAGS = \
 
665
        -DG_LOG_DOMAIN=\"udisks-test-helper\"           \
 
666
        $(NULL)
 
667
 
 
668
udisks_test_helper_LDADD = \
 
669
        $(GLIB_LIBS)                                    \
 
670
        $(GIO_LIBS)                                     \
 
671
        $(NULL)
 
672
 
 
673
all: all-recursive
 
674
 
 
675
.SUFFIXES:
 
676
.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
 
677
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
678
        @for dep in $?; do \
 
679
          case '$(am__configure_deps)' in \
 
680
            *$$dep*) \
 
681
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
682
                && { if test -f $@; then exit 0; else break; fi; }; \
 
683
              exit 1;; \
 
684
          esac; \
 
685
        done; \
 
686
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/tests/Makefile'; \
 
687
        $(am__cd) $(top_srcdir) && \
 
688
          $(AUTOMAKE) --foreign src/tests/Makefile
 
689
.PRECIOUS: Makefile
 
690
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
691
        @case '$?' in \
 
692
          *config.status*) \
 
693
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
694
          *) \
 
695
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
696
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
697
        esac;
 
698
 
 
699
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
700
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
701
 
 
702
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
703
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
704
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
705
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
706
$(am__aclocal_m4_deps):
 
707
 
 
708
clean-noinstPROGRAMS:
 
709
        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
 
710
        echo " rm -f" $$list; \
 
711
        rm -f $$list || exit $$?; \
 
712
        test -n "$(EXEEXT)" || exit 0; \
 
713
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
714
        echo " rm -f" $$list; \
 
715
        rm -f $$list
 
716
 
 
717
udisks-test$(EXEEXT): $(udisks_test_OBJECTS) $(udisks_test_DEPENDENCIES) $(EXTRA_udisks_test_DEPENDENCIES) 
 
718
        @rm -f udisks-test$(EXEEXT)
 
719
        $(AM_V_CCLD)$(udisks_test_LINK) $(udisks_test_OBJECTS) $(udisks_test_LDADD) $(LIBS)
 
720
 
 
721
udisks-test-helper$(EXEEXT): $(udisks_test_helper_OBJECTS) $(udisks_test_helper_DEPENDENCIES) $(EXTRA_udisks_test_helper_DEPENDENCIES) 
 
722
        @rm -f udisks-test-helper$(EXEEXT)
 
723
        $(AM_V_CCLD)$(udisks_test_helper_LINK) $(udisks_test_helper_OBJECTS) $(udisks_test_helper_LDADD) $(LIBS)
 
724
 
 
725
mostlyclean-compile:
 
726
        -rm -f *.$(OBJEXT)
 
727
 
 
728
distclean-compile:
 
729
        -rm -f *.tab.c
 
730
 
 
731
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udisks_test-test.Po@am__quote@
 
732
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udisks_test-testutil.Po@am__quote@
 
733
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udisks_test_helper-helper.Po@am__quote@
 
734
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udisks_test_helper-testutil.Po@am__quote@
 
735
 
 
736
.c.o:
 
737
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
738
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
739
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
740
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
741
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
 
742
 
 
743
.c.obj:
 
744
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
745
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
746
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
747
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
748
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
749
 
 
750
.c.lo:
 
751
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
752
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
753
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
754
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
755
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 
756
 
 
757
udisks_test-test.o: test.c
 
758
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(udisks_test_CFLAGS) $(CFLAGS) -MT udisks_test-test.o -MD -MP -MF $(DEPDIR)/udisks_test-test.Tpo -c -o udisks_test-test.o `test -f 'test.c' || echo '$(srcdir)/'`test.c
 
759
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/udisks_test-test.Tpo $(DEPDIR)/udisks_test-test.Po
 
760
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test.c' object='udisks_test-test.o' libtool=no @AMDEPBACKSLASH@
 
761
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
762
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(udisks_test_CFLAGS) $(CFLAGS) -c -o udisks_test-test.o `test -f 'test.c' || echo '$(srcdir)/'`test.c
 
763
 
 
764
udisks_test-test.obj: test.c
 
765
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(udisks_test_CFLAGS) $(CFLAGS) -MT udisks_test-test.obj -MD -MP -MF $(DEPDIR)/udisks_test-test.Tpo -c -o udisks_test-test.obj `if test -f 'test.c'; then $(CYGPATH_W) 'test.c'; else $(CYGPATH_W) '$(srcdir)/test.c'; fi`
 
766
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/udisks_test-test.Tpo $(DEPDIR)/udisks_test-test.Po
 
767
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test.c' object='udisks_test-test.obj' libtool=no @AMDEPBACKSLASH@
 
768
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
769
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(udisks_test_CFLAGS) $(CFLAGS) -c -o udisks_test-test.obj `if test -f 'test.c'; then $(CYGPATH_W) 'test.c'; else $(CYGPATH_W) '$(srcdir)/test.c'; fi`
 
770
 
 
771
udisks_test-testutil.o: testutil.c
 
772
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(udisks_test_CFLAGS) $(CFLAGS) -MT udisks_test-testutil.o -MD -MP -MF $(DEPDIR)/udisks_test-testutil.Tpo -c -o udisks_test-testutil.o `test -f 'testutil.c' || echo '$(srcdir)/'`testutil.c
 
773
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/udisks_test-testutil.Tpo $(DEPDIR)/udisks_test-testutil.Po
 
774
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='testutil.c' object='udisks_test-testutil.o' libtool=no @AMDEPBACKSLASH@
 
775
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
776
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(udisks_test_CFLAGS) $(CFLAGS) -c -o udisks_test-testutil.o `test -f 'testutil.c' || echo '$(srcdir)/'`testutil.c
 
777
 
 
778
udisks_test-testutil.obj: testutil.c
 
779
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(udisks_test_CFLAGS) $(CFLAGS) -MT udisks_test-testutil.obj -MD -MP -MF $(DEPDIR)/udisks_test-testutil.Tpo -c -o udisks_test-testutil.obj `if test -f 'testutil.c'; then $(CYGPATH_W) 'testutil.c'; else $(CYGPATH_W) '$(srcdir)/testutil.c'; fi`
 
780
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/udisks_test-testutil.Tpo $(DEPDIR)/udisks_test-testutil.Po
 
781
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='testutil.c' object='udisks_test-testutil.obj' libtool=no @AMDEPBACKSLASH@
 
782
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
783
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(udisks_test_CFLAGS) $(CFLAGS) -c -o udisks_test-testutil.obj `if test -f 'testutil.c'; then $(CYGPATH_W) 'testutil.c'; else $(CYGPATH_W) '$(srcdir)/testutil.c'; fi`
 
784
 
 
785
udisks_test_helper-helper.o: helper.c
 
786
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(udisks_test_helper_CFLAGS) $(CFLAGS) -MT udisks_test_helper-helper.o -MD -MP -MF $(DEPDIR)/udisks_test_helper-helper.Tpo -c -o udisks_test_helper-helper.o `test -f 'helper.c' || echo '$(srcdir)/'`helper.c
 
787
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/udisks_test_helper-helper.Tpo $(DEPDIR)/udisks_test_helper-helper.Po
 
788
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='helper.c' object='udisks_test_helper-helper.o' libtool=no @AMDEPBACKSLASH@
 
789
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
790
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(udisks_test_helper_CFLAGS) $(CFLAGS) -c -o udisks_test_helper-helper.o `test -f 'helper.c' || echo '$(srcdir)/'`helper.c
 
791
 
 
792
udisks_test_helper-helper.obj: helper.c
 
793
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(udisks_test_helper_CFLAGS) $(CFLAGS) -MT udisks_test_helper-helper.obj -MD -MP -MF $(DEPDIR)/udisks_test_helper-helper.Tpo -c -o udisks_test_helper-helper.obj `if test -f 'helper.c'; then $(CYGPATH_W) 'helper.c'; else $(CYGPATH_W) '$(srcdir)/helper.c'; fi`
 
794
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/udisks_test_helper-helper.Tpo $(DEPDIR)/udisks_test_helper-helper.Po
 
795
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='helper.c' object='udisks_test_helper-helper.obj' libtool=no @AMDEPBACKSLASH@
 
796
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
797
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(udisks_test_helper_CFLAGS) $(CFLAGS) -c -o udisks_test_helper-helper.obj `if test -f 'helper.c'; then $(CYGPATH_W) 'helper.c'; else $(CYGPATH_W) '$(srcdir)/helper.c'; fi`
 
798
 
 
799
udisks_test_helper-testutil.o: testutil.c
 
800
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(udisks_test_helper_CFLAGS) $(CFLAGS) -MT udisks_test_helper-testutil.o -MD -MP -MF $(DEPDIR)/udisks_test_helper-testutil.Tpo -c -o udisks_test_helper-testutil.o `test -f 'testutil.c' || echo '$(srcdir)/'`testutil.c
 
801
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/udisks_test_helper-testutil.Tpo $(DEPDIR)/udisks_test_helper-testutil.Po
 
802
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='testutil.c' object='udisks_test_helper-testutil.o' libtool=no @AMDEPBACKSLASH@
 
803
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
804
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(udisks_test_helper_CFLAGS) $(CFLAGS) -c -o udisks_test_helper-testutil.o `test -f 'testutil.c' || echo '$(srcdir)/'`testutil.c
 
805
 
 
806
udisks_test_helper-testutil.obj: testutil.c
 
807
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(udisks_test_helper_CFLAGS) $(CFLAGS) -MT udisks_test_helper-testutil.obj -MD -MP -MF $(DEPDIR)/udisks_test_helper-testutil.Tpo -c -o udisks_test_helper-testutil.obj `if test -f 'testutil.c'; then $(CYGPATH_W) 'testutil.c'; else $(CYGPATH_W) '$(srcdir)/testutil.c'; fi`
 
808
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/udisks_test_helper-testutil.Tpo $(DEPDIR)/udisks_test_helper-testutil.Po
 
809
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='testutil.c' object='udisks_test_helper-testutil.obj' libtool=no @AMDEPBACKSLASH@
 
810
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
811
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(udisks_test_helper_CFLAGS) $(CFLAGS) -c -o udisks_test_helper-testutil.obj `if test -f 'testutil.c'; then $(CYGPATH_W) 'testutil.c'; else $(CYGPATH_W) '$(srcdir)/testutil.c'; fi`
 
812
 
 
813
mostlyclean-libtool:
 
814
        -rm -f *.lo
 
815
 
 
816
clean-libtool:
 
817
        -rm -rf .libs _libs
 
818
 
 
819
# This directory's subdirectories are mostly independent; you can cd
 
820
# into them and run 'make' without going through this Makefile.
 
821
# To change the values of 'make' variables: instead of editing Makefiles,
 
822
# (1) if the variable is set in 'config.status', edit 'config.status'
 
823
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
824
# (2) otherwise, pass the desired values on the 'make' command line.
 
825
$(am__recursive_targets):
 
826
        @fail=; \
 
827
        if $(am__make_keepgoing); then \
 
828
          failcom='fail=yes'; \
 
829
        else \
 
830
          failcom='exit 1'; \
 
831
        fi; \
 
832
        dot_seen=no; \
 
833
        target=`echo $@ | sed s/-recursive//`; \
 
834
        case "$@" in \
 
835
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
836
          *) list='$(SUBDIRS)' ;; \
 
837
        esac; \
 
838
        for subdir in $$list; do \
 
839
          echo "Making $$target in $$subdir"; \
 
840
          if test "$$subdir" = "."; then \
 
841
            dot_seen=yes; \
 
842
            local_target="$$target-am"; \
 
843
          else \
 
844
            local_target="$$target"; \
 
845
          fi; \
 
846
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
847
          || eval $$failcom; \
 
848
        done; \
 
849
        if test "$$dot_seen" = "no"; then \
 
850
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
851
        fi; test -z "$$fail"
 
852
 
 
853
ID: $(am__tagged_files)
 
854
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
855
tags: tags-recursive
 
856
TAGS: tags
 
857
 
 
858
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
859
        set x; \
 
860
        here=`pwd`; \
 
861
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
862
          include_option=--etags-include; \
 
863
          empty_fix=.; \
 
864
        else \
 
865
          include_option=--include; \
 
866
          empty_fix=; \
 
867
        fi; \
 
868
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
869
          if test "$$subdir" = .; then :; else \
 
870
            test ! -f $$subdir/TAGS || \
 
871
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
872
          fi; \
 
873
        done; \
 
874
        $(am__define_uniq_tagged_files); \
 
875
        shift; \
 
876
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
877
          test -n "$$unique" || unique=$$empty_fix; \
 
878
          if test $$# -gt 0; then \
 
879
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
880
              "$$@" $$unique; \
 
881
          else \
 
882
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
883
              $$unique; \
 
884
          fi; \
 
885
        fi
 
886
ctags: ctags-recursive
 
887
 
 
888
CTAGS: ctags
 
889
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
890
        $(am__define_uniq_tagged_files); \
 
891
        test -z "$(CTAGS_ARGS)$$unique" \
 
892
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
893
             $$unique
 
894
 
 
895
GTAGS:
 
896
        here=`$(am__cd) $(top_builddir) && pwd` \
 
897
          && $(am__cd) $(top_srcdir) \
 
898
          && gtags -i $(GTAGS_ARGS) "$$here"
 
899
cscopelist: cscopelist-recursive
 
900
 
 
901
cscopelist-am: $(am__tagged_files)
 
902
        list='$(am__tagged_files)'; \
 
903
        case "$(srcdir)" in \
 
904
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
905
          *) sdir=$(subdir)/$(srcdir) ;; \
 
906
        esac; \
 
907
        for i in $$list; do \
 
908
          if test -f "$$i"; then \
 
909
            echo "$(subdir)/$$i"; \
 
910
          else \
 
911
            echo "$$sdir/$$i"; \
 
912
          fi; \
 
913
        done >> $(top_builddir)/cscope.files
 
914
 
 
915
distclean-tags:
 
916
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
917
 
 
918
# Recover from deleted '.trs' file; this should ensure that
 
919
# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
 
920
# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
 
921
# to avoid problems with "make -n".
 
922
.log.trs:
 
923
        rm -f $< $@
 
924
        $(MAKE) $(AM_MAKEFLAGS) $<
 
925
 
 
926
# Leading 'am--fnord' is there to ensure the list of targets does not
 
927
# expand to empty, as could happen e.g. with make check TESTS=''.
 
928
am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
 
929
am--force-recheck:
 
930
        @:
 
931
 
 
932
$(TEST_SUITE_LOG): $(TEST_LOGS)
 
933
        @$(am__set_TESTS_bases); \
 
934
        am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
 
935
        redo_bases=`for i in $$bases; do \
 
936
                      am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
 
937
                    done`; \
 
938
        if test -n "$$redo_bases"; then \
 
939
          redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
 
940
          redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
 
941
          if $(am__make_dryrun); then :; else \
 
942
            rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
 
943
          fi; \
 
944
        fi; \
 
945
        if test -n "$$am__remaking_logs"; then \
 
946
          echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
 
947
               "recursion detected" >&2; \
 
948
        else \
 
949
          am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
 
950
        fi; \
 
951
        if $(am__make_dryrun); then :; else \
 
952
          st=0;  \
 
953
          errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
 
954
          for i in $$redo_bases; do \
 
955
            test -f $$i.trs && test -r $$i.trs \
 
956
              || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
 
957
            test -f $$i.log && test -r $$i.log \
 
958
              || { echo "$$errmsg $$i.log" >&2; st=1; }; \
 
959
          done; \
 
960
          test $$st -eq 0 || exit 1; \
 
961
        fi
 
962
        @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
 
963
        ws='[   ]'; \
 
964
        results=`for b in $$bases; do echo $$b.trs; done`; \
 
965
        test -n "$$results" || results=/dev/null; \
 
966
        all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
 
967
        pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
 
968
        fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
 
969
        skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
 
970
        xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
 
971
        xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
 
972
        error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
 
973
        if test `expr $$fail + $$xpass + $$error` -eq 0; then \
 
974
          success=true; \
 
975
        else \
 
976
          success=false; \
 
977
        fi; \
 
978
        br='==================='; br=$$br$$br$$br$$br; \
 
979
        result_count () \
 
980
        { \
 
981
            if test x"$$1" = x"--maybe-color"; then \
 
982
              maybe_colorize=yes; \
 
983
            elif test x"$$1" = x"--no-color"; then \
 
984
              maybe_colorize=no; \
 
985
            else \
 
986
              echo "$@: invalid 'result_count' usage" >&2; exit 4; \
 
987
            fi; \
 
988
            shift; \
 
989
            desc=$$1 count=$$2; \
 
990
            if test $$maybe_colorize = yes && test $$count -gt 0; then \
 
991
              color_start=$$3 color_end=$$std; \
 
992
            else \
 
993
              color_start= color_end=; \
 
994
            fi; \
 
995
            echo "$${color_start}# $$desc $$count$${color_end}"; \
 
996
        }; \
 
997
        create_testsuite_report () \
 
998
        { \
 
999
          result_count $$1 "TOTAL:" $$all   "$$brg"; \
 
1000
          result_count $$1 "PASS: " $$pass  "$$grn"; \
 
1001
          result_count $$1 "SKIP: " $$skip  "$$blu"; \
 
1002
          result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
 
1003
          result_count $$1 "FAIL: " $$fail  "$$red"; \
 
1004
          result_count $$1 "XPASS:" $$xpass "$$red"; \
 
1005
          result_count $$1 "ERROR:" $$error "$$mgn"; \
 
1006
        }; \
 
1007
        {                                                               \
 
1008
          echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |       \
 
1009
            $(am__rst_title);                                           \
 
1010
          create_testsuite_report --no-color;                           \
 
1011
          echo;                                                         \
 
1012
          echo ".. contents:: :depth: 2";                               \
 
1013
          echo;                                                         \
 
1014
          for b in $$bases; do echo $$b; done                           \
 
1015
            | $(am__create_global_log);                                 \
 
1016
        } >$(TEST_SUITE_LOG).tmp || exit 1;                             \
 
1017
        mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);                     \
 
1018
        if $$success; then                                              \
 
1019
          col="$$grn";                                                  \
 
1020
         else                                                           \
 
1021
          col="$$red";                                                  \
 
1022
          test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);               \
 
1023
        fi;                                                             \
 
1024
        echo "$${col}$$br$${std}";                                      \
 
1025
        echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";   \
 
1026
        echo "$${col}$$br$${std}";                                      \
 
1027
        create_testsuite_report --maybe-color;                          \
 
1028
        echo "$$col$$br$$std";                                          \
 
1029
        if $$success; then :; else                                      \
 
1030
          echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";         \
 
1031
          if test -n "$(PACKAGE_BUGREPORT)"; then                       \
 
1032
            echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
 
1033
          fi;                                                           \
 
1034
          echo "$$col$$br$$std";                                        \
 
1035
        fi;                                                             \
 
1036
        $$success || exit 1
 
1037
 
 
1038
check-TESTS:
 
1039
        @list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
 
1040
        @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
 
1041
        @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
 
1042
        @set +e; $(am__set_TESTS_bases); \
 
1043
        log_list=`for i in $$bases; do echo $$i.log; done`; \
 
1044
        trs_list=`for i in $$bases; do echo $$i.trs; done`; \
 
1045
        log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
 
1046
        $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
 
1047
        exit $$?;
 
1048
recheck: all 
 
1049
        @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
 
1050
        @set +e; $(am__set_TESTS_bases); \
 
1051
        bases=`for i in $$bases; do echo $$i; done \
 
1052
                 | $(am__list_recheck_tests)` || exit 1; \
 
1053
        log_list=`for i in $$bases; do echo $$i.log; done`; \
 
1054
        log_list=`echo $$log_list`; \
 
1055
        $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
 
1056
                am__force_recheck=am--force-recheck \
 
1057
                TEST_LOGS="$$log_list"; \
 
1058
        exit $$?
 
1059
udisks-test.log: udisks-test$(EXEEXT)
 
1060
        @p='udisks-test$(EXEEXT)'; \
 
1061
        b='udisks-test'; \
 
1062
        $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
 
1063
        --log-file $$b.log --trs-file $$b.trs \
 
1064
        $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
 
1065
        "$$tst" $(AM_TESTS_FD_REDIRECT)
 
1066
.test.log:
 
1067
        @p='$<'; \
 
1068
        $(am__set_b); \
 
1069
        $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
 
1070
        --log-file $$b.log --trs-file $$b.trs \
 
1071
        $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
 
1072
        "$$tst" $(AM_TESTS_FD_REDIRECT)
 
1073
@am__EXEEXT_TRUE@.test$(EXEEXT).log:
 
1074
@am__EXEEXT_TRUE@       @p='$<'; \
 
1075
@am__EXEEXT_TRUE@       $(am__set_b); \
 
1076
@am__EXEEXT_TRUE@       $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
 
1077
@am__EXEEXT_TRUE@       --log-file $$b.log --trs-file $$b.trs \
 
1078
@am__EXEEXT_TRUE@       $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
 
1079
@am__EXEEXT_TRUE@       "$$tst" $(AM_TESTS_FD_REDIRECT)
 
1080
 
 
1081
distdir: $(DISTFILES)
 
1082
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
1083
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
1084
        list='$(DISTFILES)'; \
 
1085
          dist_files=`for file in $$list; do echo $$file; done | \
 
1086
          sed -e "s|^$$srcdirstrip/||;t" \
 
1087
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
1088
        case $$dist_files in \
 
1089
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
1090
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
1091
                           sort -u` ;; \
 
1092
        esac; \
 
1093
        for file in $$dist_files; do \
 
1094
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
1095
          if test -d $$d/$$file; then \
 
1096
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
1097
            if test -d "$(distdir)/$$file"; then \
 
1098
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
1099
            fi; \
 
1100
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
1101
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
1102
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
1103
            fi; \
 
1104
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
1105
          else \
 
1106
            test -f "$(distdir)/$$file" \
 
1107
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
1108
            || exit 1; \
 
1109
          fi; \
 
1110
        done
 
1111
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
1112
          if test "$$subdir" = .; then :; else \
 
1113
            $(am__make_dryrun) \
 
1114
              || test -d "$(distdir)/$$subdir" \
 
1115
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
1116
              || exit 1; \
 
1117
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
1118
            $(am__relativize); \
 
1119
            new_distdir=$$reldir; \
 
1120
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
1121
            $(am__relativize); \
 
1122
            new_top_distdir=$$reldir; \
 
1123
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
1124
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
1125
            ($(am__cd) $$subdir && \
 
1126
              $(MAKE) $(AM_MAKEFLAGS) \
 
1127
                top_distdir="$$new_top_distdir" \
 
1128
                distdir="$$new_distdir" \
 
1129
                am__remove_distdir=: \
 
1130
                am__skip_length_check=: \
 
1131
                am__skip_mode_fix=: \
 
1132
                distdir) \
 
1133
              || exit 1; \
 
1134
          fi; \
 
1135
        done
 
1136
check-am: all-am
 
1137
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
 
1138
check: check-recursive
 
1139
all-am: Makefile $(PROGRAMS)
 
1140
installdirs: installdirs-recursive
 
1141
installdirs-am:
 
1142
install: install-recursive
 
1143
install-exec: install-exec-recursive
 
1144
install-data: install-data-recursive
 
1145
uninstall: uninstall-recursive
 
1146
 
 
1147
install-am: all-am
 
1148
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
1149
 
 
1150
installcheck: installcheck-recursive
 
1151
install-strip:
 
1152
        if test -z '$(STRIP)'; then \
 
1153
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
1154
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
1155
              install; \
 
1156
        else \
 
1157
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
1158
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
1159
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
1160
        fi
 
1161
mostlyclean-generic:
 
1162
        -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
 
1163
        -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
 
1164
        -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
 
1165
 
 
1166
clean-generic:
 
1167
 
 
1168
distclean-generic:
 
1169
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
1170
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
1171
 
 
1172
maintainer-clean-generic:
 
1173
        @echo "This command is intended for maintainers to use"
 
1174
        @echo "it deletes files that may require special tools to rebuild."
 
1175
clean: clean-recursive
 
1176
 
 
1177
clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
 
1178
        mostlyclean-am
 
1179
 
 
1180
distclean: distclean-recursive
 
1181
        -rm -rf ./$(DEPDIR)
 
1182
        -rm -f Makefile
 
1183
distclean-am: clean-am distclean-compile distclean-generic \
 
1184
        distclean-tags
 
1185
 
 
1186
dvi: dvi-recursive
 
1187
 
 
1188
dvi-am:
 
1189
 
 
1190
html: html-recursive
 
1191
 
 
1192
html-am:
 
1193
 
 
1194
info: info-recursive
 
1195
 
 
1196
info-am:
 
1197
 
 
1198
install-data-am:
 
1199
 
 
1200
install-dvi: install-dvi-recursive
 
1201
 
 
1202
install-dvi-am:
 
1203
 
 
1204
install-exec-am:
 
1205
 
 
1206
install-html: install-html-recursive
 
1207
 
 
1208
install-html-am:
 
1209
 
 
1210
install-info: install-info-recursive
 
1211
 
 
1212
install-info-am:
 
1213
 
 
1214
install-man:
 
1215
 
 
1216
install-pdf: install-pdf-recursive
 
1217
 
 
1218
install-pdf-am:
 
1219
 
 
1220
install-ps: install-ps-recursive
 
1221
 
 
1222
install-ps-am:
 
1223
 
 
1224
installcheck-am:
 
1225
 
 
1226
maintainer-clean: maintainer-clean-recursive
 
1227
        -rm -rf ./$(DEPDIR)
 
1228
        -rm -f Makefile
 
1229
maintainer-clean-am: distclean-am maintainer-clean-generic
 
1230
 
 
1231
mostlyclean: mostlyclean-recursive
 
1232
 
 
1233
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
1234
        mostlyclean-libtool
 
1235
 
 
1236
pdf: pdf-recursive
 
1237
 
 
1238
pdf-am:
 
1239
 
 
1240
ps: ps-recursive
 
1241
 
 
1242
ps-am:
 
1243
 
 
1244
uninstall-am:
 
1245
 
 
1246
.MAKE: $(am__recursive_targets) check-am install-am install-strip
 
1247
 
 
1248
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
1249
        check-TESTS check-am clean clean-generic clean-libtool \
 
1250
        clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
 
1251
        distclean-compile distclean-generic distclean-libtool \
 
1252
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
1253
        install install-am install-data install-data-am install-dvi \
 
1254
        install-dvi-am install-exec install-exec-am install-html \
 
1255
        install-html-am install-info install-info-am install-man \
 
1256
        install-pdf install-pdf-am install-ps install-ps-am \
 
1257
        install-strip installcheck installcheck-am installdirs \
 
1258
        installdirs-am maintainer-clean maintainer-clean-generic \
 
1259
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
1260
        mostlyclean-libtool pdf pdf-am ps ps-am recheck tags tags-am \
 
1261
        uninstall uninstall-am
 
1262
 
 
1263
 
 
1264
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
1265
# Otherwise a system limit (for SysV at least) may be exceeded.
 
1266
.NOEXPORT: