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

« back to all changes in this revision

Viewing changes to testsuite/Makefile

  • Committer: Package Import Robot
  • Author(s): Wouter Verhelst
  • Date: 2013-11-26 14:10:44 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20131126141044-z6d6y9uf5d289vey
Tags: 1:3.5-1
* New upstream release
  - Closes CVE-2013-6410: incorrect parsing of the authfile access
    list (also DSA-2806-1).
* Really add Japanese translation, by "victory" and the Japanese
  translation team. I had intended to add that for 3.4-1, but
  apparently I did something wrong, and the file ended up being empty.
  Not so anymore. Closes: #718996, really this time.

Show diffs side-by-side

added added

removed removed

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