~ubuntu-branches/debian/jessie/nbd/jessie

« back to all changes in this revision

Viewing changes to tests/run/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Wouter Verhelst
  • Date: 2014-01-03 23:58:17 UTC
  • mfrom: (1.2.5)
  • Revision ID: package-import@ubuntu.com-20140103235817-41lx2367v9tisax9
Tags: 1:3.6-1
* New upstream release
  - Fixes parsing of authorization file; Closes: #676678, LP: #1009393.
* Install nbd-trdump into the nbd-server package, so people can
  actually see what the transaction file contains

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.14 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
VPATH = @srcdir@
 
17
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
18
am__make_running_with_option = \
 
19
  case $${target_option-} in \
 
20
      ?) ;; \
 
21
      *) echo "am__make_running_with_option: internal error: invalid" \
 
22
              "target option '$${target_option-}' specified" >&2; \
 
23
         exit 1;; \
 
24
  esac; \
 
25
  has_opt=no; \
 
26
  sane_makeflags=$$MAKEFLAGS; \
 
27
  if $(am__is_gnu_make); then \
 
28
    sane_makeflags=$$MFLAGS; \
 
29
  else \
 
30
    case $$MAKEFLAGS in \
 
31
      *\\[\ \   ]*) \
 
32
        bs=\\; \
 
33
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
34
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
35
    esac; \
 
36
  fi; \
 
37
  skip_next=no; \
 
38
  strip_trailopt () \
 
39
  { \
 
40
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
41
  }; \
 
42
  for flg in $$sane_makeflags; do \
 
43
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
44
    case $$flg in \
 
45
      *=*|--*) continue;; \
 
46
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
47
      -*I?*) strip_trailopt 'I';; \
 
48
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
49
      -*O?*) strip_trailopt 'O';; \
 
50
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
51
      -*l?*) strip_trailopt 'l';; \
 
52
      -[dEDm]) skip_next=yes;; \
 
53
      -[JT]) skip_next=yes;; \
 
54
    esac; \
 
55
    case $$flg in \
 
56
      *$$target_option*) has_opt=yes; break;; \
 
57
    esac; \
 
58
  done; \
 
59
  test $$has_opt = yes
 
60
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
61
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 
62
pkgdatadir = $(datadir)/@PACKAGE@
 
63
pkgincludedir = $(includedir)/@PACKAGE@
 
64
pkglibdir = $(libdir)/@PACKAGE@
 
65
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
66
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
67
install_sh_DATA = $(install_sh) -c -m 644
 
68
install_sh_PROGRAM = $(install_sh) -c
 
69
install_sh_SCRIPT = $(install_sh) -c
 
70
INSTALL_HEADER = $(INSTALL_DATA)
 
71
transform = $(program_transform_name)
 
72
NORMAL_INSTALL = :
 
73
PRE_INSTALL = :
 
74
POST_INSTALL = :
 
75
NORMAL_UNINSTALL = :
 
76
PRE_UNINSTALL = :
 
77
POST_UNINSTALL = :
 
78
build_triplet = @build@
 
79
host_triplet = @host@
 
80
check_PROGRAMS = nbd-tester-client$(EXEEXT)
 
81
subdir = tests/run
 
82
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
83
        $(top_srcdir)/depcomp
 
84
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
85
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
86
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
87
        $(ACLOCAL_M4)
 
88
mkinstalldirs = $(install_sh) -d
 
89
CONFIG_HEADER = $(top_builddir)/config.h
 
90
CONFIG_CLEAN_FILES =
 
91
CONFIG_CLEAN_VPATH_FILES =
 
92
am_nbd_tester_client_OBJECTS =  \
 
93
        nbd_tester_client-nbd-tester-client.$(OBJEXT)
 
94
nbd_tester_client_OBJECTS = $(am_nbd_tester_client_OBJECTS)
 
95
nbd_tester_client_DEPENDENCIES =
 
96
AM_V_lt = $(am__v_lt_@AM_V@)
 
97
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
98
am__v_lt_0 = --silent
 
99
am__v_lt_1 = 
 
100
nbd_tester_client_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 
101
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
 
102
        $(nbd_tester_client_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
 
103
        -o $@
 
104
AM_V_P = $(am__v_P_@AM_V@)
 
105
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
106
am__v_P_0 = false
 
107
am__v_P_1 = :
 
108
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
109
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
110
am__v_GEN_0 = @echo "  GEN     " $@;
 
111
am__v_GEN_1 = 
 
112
AM_V_at = $(am__v_at_@AM_V@)
 
113
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
114
am__v_at_0 = @
 
115
am__v_at_1 = 
 
116
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
117
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
118
am__depfiles_maybe = depfiles
 
119
am__mv = mv -f
 
120
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
121
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
122
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
123
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
124
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
125
        $(AM_CFLAGS) $(CFLAGS)
 
126
AM_V_CC = $(am__v_CC_@AM_V@)
 
127
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
128
am__v_CC_0 = @echo "  CC      " $@;
 
129
am__v_CC_1 = 
 
130
CCLD = $(CC)
 
131
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
132
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
133
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
134
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
135
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
136
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
137
am__v_CCLD_1 = 
 
138
SOURCES = $(nbd_tester_client_SOURCES)
 
139
DIST_SOURCES = $(nbd_tester_client_SOURCES)
 
140
am__can_run_installinfo = \
 
141
  case $$AM_UPDATE_INFO_DIR in \
 
142
    n|no|NO) false;; \
 
143
    *) (install-info --version) >/dev/null 2>&1;; \
 
144
  esac
 
145
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
146
# Read a list of newline-separated strings from the standard input,
 
147
# and print each of them once, without duplicates.  Input order is
 
148
# *not* preserved.
 
149
am__uniquify_input = $(AWK) '\
 
150
  BEGIN { nonempty = 0; } \
 
151
  { items[$$0] = 1; nonempty = 1; } \
 
152
  END { if (nonempty) { for (i in items) print i; }; } \
 
153
'
 
154
# Make sure the list of sources is unique.  This is necessary because,
 
155
# e.g., the same source file might be shared among _SOURCES variables
 
156
# for different programs/libraries.
 
157
am__define_uniq_tagged_files = \
 
158
  list='$(am__tagged_files)'; \
 
159
  unique=`for i in $$list; do \
 
160
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
161
  done | $(am__uniquify_input)`
 
162
ETAGS = etags
 
163
CTAGS = ctags
 
164
am__tty_colors_dummy = \
 
165
  mgn= red= grn= lgn= blu= brg= std=; \
 
166
  am__color_tests=no
 
167
am__tty_colors = { \
 
168
  $(am__tty_colors_dummy); \
 
169
  if test "X$(AM_COLOR_TESTS)" = Xno; then \
 
170
    am__color_tests=no; \
 
171
  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
 
172
    am__color_tests=yes; \
 
173
  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
 
174
    am__color_tests=yes; \
 
175
  fi; \
 
176
  if test $$am__color_tests = yes; then \
 
177
    red=''; \
 
178
    grn=''; \
 
179
    lgn=''; \
 
180
    blu=''; \
 
181
    mgn=''; \
 
182
    brg=''; \
 
183
    std=''; \
 
184
  fi; \
 
185
}
 
186
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
187
ACLOCAL = @ACLOCAL@
 
188
AMTAR = @AMTAR@
 
189
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
190
AR = @AR@
 
191
AUTOCONF = @AUTOCONF@
 
192
AUTOHEADER = @AUTOHEADER@
 
193
AUTOMAKE = @AUTOMAKE@
 
194
AWK = @AWK@
 
195
CC = @CC@
 
196
CCDEPMODE = @CCDEPMODE@
 
197
CFLAGS = @CFLAGS@
 
198
CPP = @CPP@
 
199
CPPFLAGS = @CPPFLAGS@
 
200
CYGPATH_W = @CYGPATH_W@
 
201
DEFS = @DEFS@
 
202
DEPDIR = @DEPDIR@
 
203
DLLTOOL = @DLLTOOL@
 
204
DSYMUTIL = @DSYMUTIL@
 
205
DUMPBIN = @DUMPBIN@
 
206
ECHO_C = @ECHO_C@
 
207
ECHO_N = @ECHO_N@
 
208
ECHO_T = @ECHO_T@
 
209
EGREP = @EGREP@
 
210
EXEEXT = @EXEEXT@
 
211
FGREP = @FGREP@
 
212
GLIB_CFLAGS = @GLIB_CFLAGS@
 
213
GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
 
214
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
 
215
GLIB_LIBS = @GLIB_LIBS@
 
216
GLIB_MKENUMS = @GLIB_MKENUMS@
 
217
GOBJECT_QUERY = @GOBJECT_QUERY@
 
218
GREP = @GREP@
 
219
INSTALL = @INSTALL@
 
220
INSTALL_DATA = @INSTALL_DATA@
 
221
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
222
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
223
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
224
LD = @LD@
 
225
LDFLAGS = @LDFLAGS@
 
226
LIBOBJS = @LIBOBJS@
 
227
LIBS = @LIBS@
 
228
LIBTOOL = @LIBTOOL@
 
229
LIPO = @LIPO@
 
230
LN_S = @LN_S@
 
231
LTLIBOBJS = @LTLIBOBJS@
 
232
MAINT = @MAINT@
 
233
MAKEINFO = @MAKEINFO@
 
234
MANIFEST_TOOL = @MANIFEST_TOOL@
 
235
MKDIR_P = @MKDIR_P@
 
236
NBD_CLIENT_NAME = @NBD_CLIENT_NAME@
 
237
NM = @NM@
 
238
NMEDIT = @NMEDIT@
 
239
OBJDUMP = @OBJDUMP@
 
240
OBJEXT = @OBJEXT@
 
241
OTOOL = @OTOOL@
 
242
OTOOL64 = @OTOOL64@
 
243
PACKAGE = @PACKAGE@
 
244
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
245
PACKAGE_NAME = @PACKAGE_NAME@
 
246
PACKAGE_STRING = @PACKAGE_STRING@
 
247
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
248
PACKAGE_URL = @PACKAGE_URL@
 
249
PACKAGE_VERSION = @PACKAGE_VERSION@
 
250
PATH_SEPARATOR = @PATH_SEPARATOR@
 
251
PKG_CONFIG = @PKG_CONFIG@
 
252
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
253
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
254
RANLIB = @RANLIB@
 
255
SED = @SED@
 
256
SET_MAKE = @SET_MAKE@
 
257
SHELL = @SHELL@
 
258
STRIP = @STRIP@
 
259
VERSION = @VERSION@
 
260
abs_builddir = @abs_builddir@
 
261
abs_srcdir = @abs_srcdir@
 
262
abs_top_builddir = @abs_top_builddir@
 
263
abs_top_srcdir = @abs_top_srcdir@
 
264
ac_ct_AR = @ac_ct_AR@
 
265
ac_ct_CC = @ac_ct_CC@
 
266
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
267
am__include = @am__include@
 
268
am__leading_dot = @am__leading_dot@
 
269
am__quote = @am__quote@
 
270
am__tar = @am__tar@
 
271
am__untar = @am__untar@
 
272
bindir = @bindir@
 
273
build = @build@
 
274
build_alias = @build_alias@
 
275
build_cpu = @build_cpu@
 
276
build_os = @build_os@
 
277
build_vendor = @build_vendor@
 
278
builddir = @builddir@
 
279
datadir = @datadir@
 
280
datarootdir = @datarootdir@
 
281
docdir = @docdir@
 
282
dvidir = @dvidir@
 
283
exec_prefix = @exec_prefix@
 
284
host = @host@
 
285
host_alias = @host_alias@
 
286
host_cpu = @host_cpu@
 
287
host_os = @host_os@
 
288
host_vendor = @host_vendor@
 
289
htmldir = @htmldir@
 
290
includedir = @includedir@
 
291
infodir = @infodir@
 
292
install_sh = @install_sh@
 
293
libdir = @libdir@
 
294
libexecdir = @libexecdir@
 
295
localedir = @localedir@
 
296
localstatedir = @localstatedir@
 
297
mandir = @mandir@
 
298
mkdir_p = @mkdir_p@
 
299
nbd_server_CPPFLAGS = @nbd_server_CPPFLAGS@
 
300
oldincludedir = @oldincludedir@
 
301
pdfdir = @pdfdir@
 
302
prefix = @prefix@
 
303
program_transform_name = @program_transform_name@
 
304
psdir = @psdir@
 
305
sbindir = @sbindir@
 
306
sharedstatedir = @sharedstatedir@
 
307
srcdir = @srcdir@
 
308
sysconfdir = @sysconfdir@
 
309
target_alias = @target_alias@
 
310
top_build_prefix = @top_build_prefix@
 
311
top_builddir = @top_builddir@
 
312
top_srcdir = @top_srcdir@
 
313
TESTS_ENVIRONMENT = $(srcdir)/simple_test
 
314
TESTS = cmd cfg1 cfgmulti cfgnew cfgsize write flush integrity dirconfig list # integrityhuge
 
315
nbd_tester_client_SOURCES = nbd-tester-client.c $(top_srcdir)/cliserv.h $(top_srcdir)/netdb-compat.h
 
316
nbd_tester_client_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@
 
317
nbd_tester_client_CPPFLAGS = -I$(top_srcdir)
 
318
nbd_tester_client_LDADD = @GLIB_LIBS@
 
319
EXTRA_DIST = integrity-test.tr integrityhuge-test.tr simple_test
 
320
all: all-am
 
321
 
 
322
.SUFFIXES:
 
323
.SUFFIXES: .c .lo .o .obj
 
324
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
325
        @for dep in $?; do \
 
326
          case '$(am__configure_deps)' in \
 
327
            *$$dep*) \
 
328
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
329
                && { if test -f $@; then exit 0; else break; fi; }; \
 
330
              exit 1;; \
 
331
          esac; \
 
332
        done; \
 
333
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/run/Makefile'; \
 
334
        $(am__cd) $(top_srcdir) && \
 
335
          $(AUTOMAKE) --foreign tests/run/Makefile
 
336
.PRECIOUS: Makefile
 
337
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
338
        @case '$?' in \
 
339
          *config.status*) \
 
340
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
341
          *) \
 
342
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
343
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
344
        esac;
 
345
 
 
346
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
347
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
348
 
 
349
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
350
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
351
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
352
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
353
$(am__aclocal_m4_deps):
 
354
 
 
355
clean-checkPROGRAMS:
 
356
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
 
357
        echo " rm -f" $$list; \
 
358
        rm -f $$list || exit $$?; \
 
359
        test -n "$(EXEEXT)" || exit 0; \
 
360
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
361
        echo " rm -f" $$list; \
 
362
        rm -f $$list
 
363
 
 
364
nbd-tester-client$(EXEEXT): $(nbd_tester_client_OBJECTS) $(nbd_tester_client_DEPENDENCIES) $(EXTRA_nbd_tester_client_DEPENDENCIES) 
 
365
        @rm -f nbd-tester-client$(EXEEXT)
 
366
        $(AM_V_CCLD)$(nbd_tester_client_LINK) $(nbd_tester_client_OBJECTS) $(nbd_tester_client_LDADD) $(LIBS)
 
367
 
 
368
mostlyclean-compile:
 
369
        -rm -f *.$(OBJEXT)
 
370
 
 
371
distclean-compile:
 
372
        -rm -f *.tab.c
 
373
 
 
374
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nbd_tester_client-nbd-tester-client.Po@am__quote@
 
375
 
 
376
.c.o:
 
377
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
378
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
379
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
380
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
381
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
 
382
 
 
383
.c.obj:
 
384
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
385
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
386
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
387
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
388
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
389
 
 
390
.c.lo:
 
391
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
392
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
393
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
394
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
395
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 
396
 
 
397
nbd_tester_client-nbd-tester-client.o: nbd-tester-client.c
 
398
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nbd_tester_client_CPPFLAGS) $(CPPFLAGS) $(nbd_tester_client_CFLAGS) $(CFLAGS) -MT nbd_tester_client-nbd-tester-client.o -MD -MP -MF $(DEPDIR)/nbd_tester_client-nbd-tester-client.Tpo -c -o nbd_tester_client-nbd-tester-client.o `test -f 'nbd-tester-client.c' || echo '$(srcdir)/'`nbd-tester-client.c
 
399
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/nbd_tester_client-nbd-tester-client.Tpo $(DEPDIR)/nbd_tester_client-nbd-tester-client.Po
 
400
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='nbd-tester-client.c' object='nbd_tester_client-nbd-tester-client.o' libtool=no @AMDEPBACKSLASH@
 
401
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
402
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nbd_tester_client_CPPFLAGS) $(CPPFLAGS) $(nbd_tester_client_CFLAGS) $(CFLAGS) -c -o nbd_tester_client-nbd-tester-client.o `test -f 'nbd-tester-client.c' || echo '$(srcdir)/'`nbd-tester-client.c
 
403
 
 
404
nbd_tester_client-nbd-tester-client.obj: nbd-tester-client.c
 
405
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nbd_tester_client_CPPFLAGS) $(CPPFLAGS) $(nbd_tester_client_CFLAGS) $(CFLAGS) -MT nbd_tester_client-nbd-tester-client.obj -MD -MP -MF $(DEPDIR)/nbd_tester_client-nbd-tester-client.Tpo -c -o nbd_tester_client-nbd-tester-client.obj `if test -f 'nbd-tester-client.c'; then $(CYGPATH_W) 'nbd-tester-client.c'; else $(CYGPATH_W) '$(srcdir)/nbd-tester-client.c'; fi`
 
406
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/nbd_tester_client-nbd-tester-client.Tpo $(DEPDIR)/nbd_tester_client-nbd-tester-client.Po
 
407
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='nbd-tester-client.c' object='nbd_tester_client-nbd-tester-client.obj' libtool=no @AMDEPBACKSLASH@
 
408
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
409
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nbd_tester_client_CPPFLAGS) $(CPPFLAGS) $(nbd_tester_client_CFLAGS) $(CFLAGS) -c -o nbd_tester_client-nbd-tester-client.obj `if test -f 'nbd-tester-client.c'; then $(CYGPATH_W) 'nbd-tester-client.c'; else $(CYGPATH_W) '$(srcdir)/nbd-tester-client.c'; fi`
 
410
 
 
411
mostlyclean-libtool:
 
412
        -rm -f *.lo
 
413
 
 
414
clean-libtool:
 
415
        -rm -rf .libs _libs
 
416
 
 
417
ID: $(am__tagged_files)
 
418
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
419
tags: tags-am
 
420
TAGS: tags
 
421
 
 
422
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
423
        set x; \
 
424
        here=`pwd`; \
 
425
        $(am__define_uniq_tagged_files); \
 
426
        shift; \
 
427
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
428
          test -n "$$unique" || unique=$$empty_fix; \
 
429
          if test $$# -gt 0; then \
 
430
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
431
              "$$@" $$unique; \
 
432
          else \
 
433
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
434
              $$unique; \
 
435
          fi; \
 
436
        fi
 
437
ctags: ctags-am
 
438
 
 
439
CTAGS: ctags
 
440
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
441
        $(am__define_uniq_tagged_files); \
 
442
        test -z "$(CTAGS_ARGS)$$unique" \
 
443
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
444
             $$unique
 
445
 
 
446
GTAGS:
 
447
        here=`$(am__cd) $(top_builddir) && pwd` \
 
448
          && $(am__cd) $(top_srcdir) \
 
449
          && gtags -i $(GTAGS_ARGS) "$$here"
 
450
cscopelist: cscopelist-am
 
451
 
 
452
cscopelist-am: $(am__tagged_files)
 
453
        list='$(am__tagged_files)'; \
 
454
        case "$(srcdir)" in \
 
455
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
456
          *) sdir=$(subdir)/$(srcdir) ;; \
 
457
        esac; \
 
458
        for i in $$list; do \
 
459
          if test -f "$$i"; then \
 
460
            echo "$(subdir)/$$i"; \
 
461
          else \
 
462
            echo "$$sdir/$$i"; \
 
463
          fi; \
 
464
        done >> $(top_builddir)/cscope.files
 
465
 
 
466
distclean-tags:
 
467
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
468
 
 
469
check-TESTS: $(TESTS)
 
470
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
 
471
        srcdir=$(srcdir); export srcdir; \
 
472
        list=' $(TESTS) '; \
 
473
        $(am__tty_colors); \
 
474
        if test -n "$$list"; then \
 
475
          for tst in $$list; do \
 
476
            if test -f ./$$tst; then dir=./; \
 
477
            elif test -f $$tst; then dir=; \
 
478
            else dir="$(srcdir)/"; fi; \
 
479
            if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
 
480
              all=`expr $$all + 1`; \
 
481
              case " $(XFAIL_TESTS) " in \
 
482
              *[\ \     ]$$tst[\ \      ]*) \
 
483
                xpass=`expr $$xpass + 1`; \
 
484
                failed=`expr $$failed + 1`; \
 
485
                col=$$red; res=XPASS; \
 
486
              ;; \
 
487
              *) \
 
488
                col=$$grn; res=PASS; \
 
489
              ;; \
 
490
              esac; \
 
491
            elif test $$? -ne 77; then \
 
492
              all=`expr $$all + 1`; \
 
493
              case " $(XFAIL_TESTS) " in \
 
494
              *[\ \     ]$$tst[\ \      ]*) \
 
495
                xfail=`expr $$xfail + 1`; \
 
496
                col=$$lgn; res=XFAIL; \
 
497
              ;; \
 
498
              *) \
 
499
                failed=`expr $$failed + 1`; \
 
500
                col=$$red; res=FAIL; \
 
501
              ;; \
 
502
              esac; \
 
503
            else \
 
504
              skip=`expr $$skip + 1`; \
 
505
              col=$$blu; res=SKIP; \
 
506
            fi; \
 
507
            echo "$${col}$$res$${std}: $$tst"; \
 
508
          done; \
 
509
          if test "$$all" -eq 1; then \
 
510
            tests="test"; \
 
511
            All=""; \
 
512
          else \
 
513
            tests="tests"; \
 
514
            All="All "; \
 
515
          fi; \
 
516
          if test "$$failed" -eq 0; then \
 
517
            if test "$$xfail" -eq 0; then \
 
518
              banner="$$All$$all $$tests passed"; \
 
519
            else \
 
520
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
 
521
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
 
522
            fi; \
 
523
          else \
 
524
            if test "$$xpass" -eq 0; then \
 
525
              banner="$$failed of $$all $$tests failed"; \
 
526
            else \
 
527
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
 
528
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
 
529
            fi; \
 
530
          fi; \
 
531
          dashes="$$banner"; \
 
532
          skipped=""; \
 
533
          if test "$$skip" -ne 0; then \
 
534
            if test "$$skip" -eq 1; then \
 
535
              skipped="($$skip test was not run)"; \
 
536
            else \
 
537
              skipped="($$skip tests were not run)"; \
 
538
            fi; \
 
539
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
 
540
              dashes="$$skipped"; \
 
541
          fi; \
 
542
          report=""; \
 
543
          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
 
544
            report="Please report to $(PACKAGE_BUGREPORT)"; \
 
545
            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
 
546
              dashes="$$report"; \
 
547
          fi; \
 
548
          dashes=`echo "$$dashes" | sed s/./=/g`; \
 
549
          if test "$$failed" -eq 0; then \
 
550
            col="$$grn"; \
 
551
          else \
 
552
            col="$$red"; \
 
553
          fi; \
 
554
          echo "$${col}$$dashes$${std}"; \
 
555
          echo "$${col}$$banner$${std}"; \
 
556
          test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
 
557
          test -z "$$report" || echo "$${col}$$report$${std}"; \
 
558
          echo "$${col}$$dashes$${std}"; \
 
559
          test "$$failed" -eq 0; \
 
560
        else :; fi
 
561
 
 
562
distdir: $(DISTFILES)
 
563
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
564
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
565
        list='$(DISTFILES)'; \
 
566
          dist_files=`for file in $$list; do echo $$file; done | \
 
567
          sed -e "s|^$$srcdirstrip/||;t" \
 
568
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
569
        case $$dist_files in \
 
570
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
571
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
572
                           sort -u` ;; \
 
573
        esac; \
 
574
        for file in $$dist_files; do \
 
575
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
576
          if test -d $$d/$$file; then \
 
577
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
578
            if test -d "$(distdir)/$$file"; then \
 
579
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
580
            fi; \
 
581
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
582
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
583
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
584
            fi; \
 
585
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
586
          else \
 
587
            test -f "$(distdir)/$$file" \
 
588
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
589
            || exit 1; \
 
590
          fi; \
 
591
        done
 
592
check-am: all-am
 
593
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
 
594
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
 
595
check: check-am
 
596
all-am: Makefile
 
597
installdirs:
 
598
install: install-am
 
599
install-exec: install-exec-am
 
600
install-data: install-data-am
 
601
uninstall: uninstall-am
 
602
 
 
603
install-am: all-am
 
604
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
605
 
 
606
installcheck: installcheck-am
 
607
install-strip:
 
608
        if test -z '$(STRIP)'; then \
 
609
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
610
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
611
              install; \
 
612
        else \
 
613
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
614
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
615
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
616
        fi
 
617
mostlyclean-generic:
 
618
 
 
619
clean-generic:
 
620
 
 
621
distclean-generic:
 
622
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
623
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
624
 
 
625
maintainer-clean-generic:
 
626
        @echo "This command is intended for maintainers to use"
 
627
        @echo "it deletes files that may require special tools to rebuild."
 
628
clean: clean-am
 
629
 
 
630
clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
 
631
        mostlyclean-am
 
632
 
 
633
distclean: distclean-am
 
634
        -rm -rf ./$(DEPDIR)
 
635
        -rm -f Makefile
 
636
distclean-am: clean-am distclean-compile distclean-generic \
 
637
        distclean-tags
 
638
 
 
639
dvi: dvi-am
 
640
 
 
641
dvi-am:
 
642
 
 
643
html: html-am
 
644
 
 
645
html-am:
 
646
 
 
647
info: info-am
 
648
 
 
649
info-am:
 
650
 
 
651
install-data-am:
 
652
 
 
653
install-dvi: install-dvi-am
 
654
 
 
655
install-dvi-am:
 
656
 
 
657
install-exec-am:
 
658
 
 
659
install-html: install-html-am
 
660
 
 
661
install-html-am:
 
662
 
 
663
install-info: install-info-am
 
664
 
 
665
install-info-am:
 
666
 
 
667
install-man:
 
668
 
 
669
install-pdf: install-pdf-am
 
670
 
 
671
install-pdf-am:
 
672
 
 
673
install-ps: install-ps-am
 
674
 
 
675
install-ps-am:
 
676
 
 
677
installcheck-am:
 
678
 
 
679
maintainer-clean: maintainer-clean-am
 
680
        -rm -rf ./$(DEPDIR)
 
681
        -rm -f Makefile
 
682
maintainer-clean-am: distclean-am maintainer-clean-generic
 
683
 
 
684
mostlyclean: mostlyclean-am
 
685
 
 
686
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
687
        mostlyclean-libtool
 
688
 
 
689
pdf: pdf-am
 
690
 
 
691
pdf-am:
 
692
 
 
693
ps: ps-am
 
694
 
 
695
ps-am:
 
696
 
 
697
uninstall-am:
 
698
 
 
699
.MAKE: check-am install-am install-strip
 
700
 
 
701
.PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
 
702
        clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \
 
703
        ctags ctags-am distclean distclean-compile distclean-generic \
 
704
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
705
        html-am info info-am install install-am install-data \
 
706
        install-data-am install-dvi install-dvi-am install-exec \
 
707
        install-exec-am install-html install-html-am install-info \
 
708
        install-info-am install-man install-pdf install-pdf-am \
 
709
        install-ps install-ps-am install-strip installcheck \
 
710
        installcheck-am installdirs maintainer-clean \
 
711
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
712
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
713
        tags tags-am uninstall uninstall-am
 
714
 
 
715
cmd:
 
716
cfg1:
 
717
cfgmulti:
 
718
cfgnew:
 
719
cfgsize:
 
720
write:
 
721
flush:
 
722
integrity:
 
723
integrityhuge:
 
724
dirconfig:
 
725
list:
 
726
 
 
727
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
728
# Otherwise a system limit (for SysV at least) may be exceeded.
 
729
.NOEXPORT: