~iheino+ub/+junk/nut-upsconf-docfix

« back to all changes in this revision

Viewing changes to tests/Makefile.in

  • Committer: Tuomas Heino
  • Author(s): Laurent Bigonville
  • Date: 2014-04-22 20:46:12 UTC
  • Revision ID: iheino+ub@cc.hut.fi-20140422204612-1x2gh3nkezfsdao4
Tags: upstream-2.7.2
ImportĀ upstreamĀ versionĀ 2.7.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.6 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
18
# Network UPS Tools: tests
 
19
VPATH = @srcdir@
 
20
am__make_dryrun = \
 
21
  { \
 
22
    am__dry=no; \
 
23
    case $$MAKEFLAGS in \
 
24
      *\\[\ \   ]*) \
 
25
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
26
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
27
      *) \
 
28
        for am__flg in $$MAKEFLAGS; do \
 
29
          case $$am__flg in \
 
30
            *=*|--*) ;; \
 
31
            *n*) am__dry=yes; break;; \
 
32
          esac; \
 
33
        done;; \
 
34
    esac; \
 
35
    test $$am__dry = yes; \
 
36
  }
 
37
pkgdatadir = $(datadir)/@PACKAGE@
 
38
pkgincludedir = $(includedir)/@PACKAGE@
 
39
pkglibdir = $(libdir)/@PACKAGE@
 
40
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
41
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
42
install_sh_DATA = $(install_sh) -c -m 644
 
43
install_sh_PROGRAM = $(install_sh) -c
 
44
install_sh_SCRIPT = $(install_sh) -c
 
45
INSTALL_HEADER = $(INSTALL_DATA)
 
46
transform = $(program_transform_name)
 
47
NORMAL_INSTALL = :
 
48
PRE_INSTALL = :
 
49
POST_INSTALL = :
 
50
NORMAL_UNINSTALL = :
 
51
PRE_UNINSTALL = :
 
52
POST_UNINSTALL = :
 
53
build_triplet = @build@
 
54
host_triplet = @host@
 
55
target_triplet = @target@
 
56
@HAVE_CPPUNIT_TRUE@TESTS = cppunittest$(EXEEXT)
 
57
@HAVE_CPPUNIT_TRUE@check_PROGRAMS = $(am__EXEEXT_1)
 
58
subdir = tests
 
59
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
60
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
61
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_compare_version.m4 \
 
62
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
63
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
64
        $(top_srcdir)/m4/lt~obsolete.m4 \
 
65
        $(top_srcdir)/m4/nut_arg_with.m4 \
 
66
        $(top_srcdir)/m4/nut_check_asciidoc.m4 \
 
67
        $(top_srcdir)/m4/nut_check_libavahi.m4 \
 
68
        $(top_srcdir)/m4/nut_check_libfreeipmi.m4 \
 
69
        $(top_srcdir)/m4/nut_check_libgd.m4 \
 
70
        $(top_srcdir)/m4/nut_check_libltdl.m4 \
 
71
        $(top_srcdir)/m4/nut_check_libneon.m4 \
 
72
        $(top_srcdir)/m4/nut_check_libnetsnmp.m4 \
 
73
        $(top_srcdir)/m4/nut_check_libnss.m4 \
 
74
        $(top_srcdir)/m4/nut_check_libopenssl.m4 \
 
75
        $(top_srcdir)/m4/nut_check_libpowerman.m4 \
 
76
        $(top_srcdir)/m4/nut_check_libusb.m4 \
 
77
        $(top_srcdir)/m4/nut_check_libwrap.m4 \
 
78
        $(top_srcdir)/m4/nut_check_os.m4 \
 
79
        $(top_srcdir)/m4/nut_report_feature.m4 \
 
80
        $(top_srcdir)/m4/nut_type_socklen_t.m4 \
 
81
        $(top_srcdir)/configure.ac
 
82
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
83
        $(ACLOCAL_M4)
 
84
mkinstalldirs = $(install_sh) -d
 
85
CONFIG_HEADER = $(top_builddir)/include/config.h
 
86
CONFIG_CLEAN_FILES =
 
87
CONFIG_CLEAN_VPATH_FILES =
 
88
@HAVE_CPPUNIT_TRUE@am__EXEEXT_1 = cppunittest$(EXEEXT)
 
89
am__cppunittest_SOURCES_DIST = example.cpp cpputest.cpp
 
90
@HAVE_CPPUNIT_TRUE@am__objects_1 = cppunittest-example.$(OBJEXT)
 
91
@HAVE_CPPUNIT_TRUE@am_cppunittest_OBJECTS = $(am__objects_1) \
 
92
@HAVE_CPPUNIT_TRUE@     cppunittest-cpputest.$(OBJEXT)
 
93
cppunittest_OBJECTS = $(am_cppunittest_OBJECTS)
 
94
cppunittest_LDADD = $(LDADD)
 
95
cppunittest_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
 
96
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(cppunittest_CXXFLAGS) \
 
97
        $(CXXFLAGS) $(cppunittest_LDFLAGS) $(LDFLAGS) -o $@
 
98
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
 
99
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
100
am__depfiles_maybe = depfiles
 
101
am__mv = mv -f
 
102
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
103
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
104
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
105
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
106
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
107
CXXLD = $(CXX)
 
108
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
109
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 
110
        $(LDFLAGS) -o $@
 
111
SOURCES = $(cppunittest_SOURCES)
 
112
DIST_SOURCES = $(am__cppunittest_SOURCES_DIST)
 
113
am__can_run_installinfo = \
 
114
  case $$AM_UPDATE_INFO_DIR in \
 
115
    n|no|NO) false;; \
 
116
    *) (install-info --version) >/dev/null 2>&1;; \
 
117
  esac
 
118
ETAGS = etags
 
119
CTAGS = ctags
 
120
am__tty_colors = \
 
121
red=; grn=; lgn=; blu=; std=
 
122
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
123
A2X = @A2X@
 
124
ACLOCAL = @ACLOCAL@
 
125
AMTAR = @AMTAR@
 
126
AR = @AR@
 
127
ASCIIDOC = @ASCIIDOC@
 
128
ASPELL = @ASPELL@
 
129
AUTOCONF = @AUTOCONF@
 
130
AUTOHEADER = @AUTOHEADER@
 
131
AUTOMAKE = @AUTOMAKE@
 
132
AWK = @AWK@
 
133
BINDIR = @BINDIR@
 
134
CC = @CC@
 
135
CCDEPMODE = @CCDEPMODE@
 
136
CFLAGS = @CFLAGS@
 
137
CONFPATH = @CONFPATH@
 
138
CPP = @CPP@
 
139
CPPFLAGS = @CPPFLAGS@
 
140
CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
 
141
CPPUNIT_LIBS = @CPPUNIT_LIBS@
 
142
CXX = @CXX@
 
143
CXXCPP = @CXXCPP@
 
144
CXXDEPMODE = @CXXDEPMODE@
 
145
CXXFLAGS = @CXXFLAGS@
 
146
CYGPATH_W = @CYGPATH_W@
 
147
DBLATEX = @DBLATEX@
 
148
DEFS = @DEFS@
 
149
DEPDIR = @DEPDIR@
 
150
DLLTOOL = @DLLTOOL@
 
151
DOC_BUILD_LIST = @DOC_BUILD_LIST@
 
152
DRIVER_BUILD_LIST = @DRIVER_BUILD_LIST@
 
153
DRIVER_INSTALL_TARGET = @DRIVER_INSTALL_TARGET@
 
154
DRIVER_MAN_LIST = @DRIVER_MAN_LIST@
 
155
DRVPATH = @DRVPATH@
 
156
DSYMUTIL = @DSYMUTIL@
 
157
DUMPBIN = @DUMPBIN@
 
158
ECHO_C = @ECHO_C@
 
159
ECHO_N = @ECHO_N@
 
160
ECHO_T = @ECHO_T@
 
161
EGREP = @EGREP@
 
162
EXEEXT = @EXEEXT@
 
163
FGREP = @FGREP@
 
164
GREP = @GREP@
 
165
INSTALL = @INSTALL@
 
166
INSTALL_DATA = @INSTALL_DATA@
 
167
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
168
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
169
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
170
LD = @LD@
 
171
LDFLAGS = @LDFLAGS@
 
172
LIBAVAHI_CFLAGS = @LIBAVAHI_CFLAGS@
 
173
LIBAVAHI_LIBS = @LIBAVAHI_LIBS@
 
174
LIBGD_CFLAGS = @LIBGD_CFLAGS@
 
175
LIBGD_LDFLAGS = @LIBGD_LDFLAGS@
 
176
LIBIPMI_CFLAGS = @LIBIPMI_CFLAGS@
 
177
LIBIPMI_LIBS = @LIBIPMI_LIBS@
 
178
LIBLTDL_CFLAGS = @LIBLTDL_CFLAGS@
 
179
LIBLTDL_LIBS = @LIBLTDL_LIBS@
 
180
LIBNEON_CFLAGS = @LIBNEON_CFLAGS@
 
181
LIBNEON_LIBS = @LIBNEON_LIBS@
 
182
LIBNETSNMP_CFLAGS = @LIBNETSNMP_CFLAGS@
 
183
LIBNETSNMP_LIBS = @LIBNETSNMP_LIBS@
 
184
LIBOBJS = @LIBOBJS@
 
185
LIBPOWERMAN_CFLAGS = @LIBPOWERMAN_CFLAGS@
 
186
LIBPOWERMAN_LIBS = @LIBPOWERMAN_LIBS@
 
187
LIBS = @LIBS@
 
188
LIBSSL_CFLAGS = @LIBSSL_CFLAGS@
 
189
LIBSSL_LIBS = @LIBSSL_LIBS@
 
190
LIBTOOL = @LIBTOOL@
 
191
LIBUSB_CFLAGS = @LIBUSB_CFLAGS@
 
192
LIBUSB_LIBS = @LIBUSB_LIBS@
 
193
LIBWRAP_CFLAGS = @LIBWRAP_CFLAGS@
 
194
LIBWRAP_LIBS = @LIBWRAP_LIBS@
 
195
LIPO = @LIPO@
 
196
LN_S = @LN_S@
 
197
LTLIBOBJS = @LTLIBOBJS@
 
198
MAINT = @MAINT@
 
199
MAKEINFO = @MAKEINFO@
 
200
MANIFEST_TOOL = @MANIFEST_TOOL@
 
201
MKDIR_P = @MKDIR_P@
 
202
NETLIBS = @NETLIBS@
 
203
NM = @NM@
 
204
NMEDIT = @NMEDIT@
 
205
NUT_NETVERSION = @NUT_NETVERSION@
 
206
OBJDUMP = @OBJDUMP@
 
207
OBJEXT = @OBJEXT@
 
208
OS_NAME = @OS_NAME@
 
209
OTOOL = @OTOOL@
 
210
OTOOL64 = @OTOOL64@
 
211
PACKAGE = @PACKAGE@
 
212
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
213
PACKAGE_NAME = @PACKAGE_NAME@
 
214
PACKAGE_STRING = @PACKAGE_STRING@
 
215
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
216
PACKAGE_URL = @PACKAGE_URL@
 
217
PACKAGE_VERSION = @PACKAGE_VERSION@
 
218
PATH_SEPARATOR = @PATH_SEPARATOR@
 
219
PIDPATH = @PIDPATH@
 
220
PKG_CONFIG = @PKG_CONFIG@
 
221
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
222
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
223
PORT = @PORT@
 
224
RANLIB = @RANLIB@
 
225
RUN_AS_GROUP = @RUN_AS_GROUP@
 
226
RUN_AS_USER = @RUN_AS_USER@
 
227
SBINDIR = @SBINDIR@
 
228
SED = @SED@
 
229
SERLIBS = @SERLIBS@
 
230
SET_MAKE = @SET_MAKE@
 
231
SHELL = @SHELL@
 
232
STATEPATH = @STATEPATH@
 
233
STRIP = @STRIP@
 
234
SUN_LIBUSB = @SUN_LIBUSB@
 
235
TREE_VERSION = @TREE_VERSION@
 
236
VERSION = @VERSION@
 
237
WORDS_BIGENDIAN = @WORDS_BIGENDIAN@
 
238
abs_builddir = @abs_builddir@
 
239
abs_srcdir = @abs_srcdir@
 
240
abs_top_builddir = @abs_top_builddir@
 
241
abs_top_srcdir = @abs_top_srcdir@
 
242
ac_ct_AR = @ac_ct_AR@
 
243
ac_ct_CC = @ac_ct_CC@
 
244
ac_ct_CXX = @ac_ct_CXX@
 
245
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
246
am__include = @am__include@
 
247
am__leading_dot = @am__leading_dot@
 
248
am__quote = @am__quote@
 
249
am__tar = @am__tar@
 
250
am__untar = @am__untar@
 
251
bindir = @bindir@
 
252
build = @build@
 
253
build_alias = @build_alias@
 
254
build_cpu = @build_cpu@
 
255
build_os = @build_os@
 
256
build_vendor = @build_vendor@
 
257
builddir = @builddir@
 
258
cgiexecdir = @cgiexecdir@
 
259
datadir = @datadir@
 
260
datarootdir = @datarootdir@
 
261
devddir = @devddir@
 
262
docdir = @docdir@
 
263
driverexecdir = @driverexecdir@
 
264
dvidir = @dvidir@
 
265
exec_prefix = @exec_prefix@
 
266
host = @host@
 
267
host_alias = @host_alias@
 
268
host_cpu = @host_cpu@
 
269
host_os = @host_os@
 
270
host_vendor = @host_vendor@
 
271
hotplugdir = @hotplugdir@
 
272
htmldir = @htmldir@
 
273
includedir = @includedir@
 
274
infodir = @infodir@
 
275
install_sh = @install_sh@
 
276
libdir = @libdir@
 
277
libexecdir = @libexecdir@
 
278
localedir = @localedir@
 
279
localstatedir = @localstatedir@
 
280
mandir = @mandir@
 
281
mkdir_p = @mkdir_p@
 
282
oldincludedir = @oldincludedir@
 
283
pdfdir = @pdfdir@
 
284
pkgconfigdir = @pkgconfigdir@
 
285
prefix = @prefix@
 
286
program_transform_name = @program_transform_name@
 
287
psdir = @psdir@
 
288
sbindir = @sbindir@
 
289
sharedstatedir = @sharedstatedir@
 
290
srcdir = @srcdir@
 
291
sysconfdir = @sysconfdir@
 
292
systemdsystemshutdowndir = @systemdsystemshutdowndir@
 
293
systemdsystemunitdir = @systemdsystemunitdir@
 
294
target = @target@
 
295
target_alias = @target_alias@
 
296
target_cpu = @target_cpu@
 
297
target_os = @target_os@
 
298
target_vendor = @target_vendor@
 
299
top_build_prefix = @top_build_prefix@
 
300
top_builddir = @top_builddir@
 
301
top_srcdir = @top_srcdir@
 
302
udevdir = @udevdir@
 
303
@HAVE_CPPUNIT_TRUE@cppunittest_CXXFLAGS = $(CPPUNIT_CFLAGS)
 
304
@HAVE_CPPUNIT_TRUE@cppunittest_LDFLAGS = $(CPPUNIT_LIBS)
 
305
 
 
306
# List of src files for CppUnit tests
 
307
@HAVE_CPPUNIT_TRUE@CPPUNITTESTSRC = example.cpp
 
308
@HAVE_CPPUNIT_TRUE@cppunittest_SOURCES = $(CPPUNITTESTSRC) cpputest.cpp
 
309
@HAVE_CPPUNIT_FALSE@EXTRA_DIST = example.cpp cpputest.cpp
 
310
all: all-am
 
311
 
 
312
.SUFFIXES:
 
313
.SUFFIXES: .cpp .lo .o .obj
 
314
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
315
        @for dep in $?; do \
 
316
          case '$(am__configure_deps)' in \
 
317
            *$$dep*) \
 
318
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
319
                && { if test -f $@; then exit 0; else break; fi; }; \
 
320
              exit 1;; \
 
321
          esac; \
 
322
        done; \
 
323
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
 
324
        $(am__cd) $(top_srcdir) && \
 
325
          $(AUTOMAKE) --gnu tests/Makefile
 
326
.PRECIOUS: Makefile
 
327
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
328
        @case '$?' in \
 
329
          *config.status*) \
 
330
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
331
          *) \
 
332
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
333
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
334
        esac;
 
335
 
 
336
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
337
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
338
 
 
339
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
340
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
341
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
342
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
343
$(am__aclocal_m4_deps):
 
344
 
 
345
clean-checkPROGRAMS:
 
346
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
 
347
        echo " rm -f" $$list; \
 
348
        rm -f $$list || exit $$?; \
 
349
        test -n "$(EXEEXT)" || exit 0; \
 
350
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
351
        echo " rm -f" $$list; \
 
352
        rm -f $$list
 
353
cppunittest$(EXEEXT): $(cppunittest_OBJECTS) $(cppunittest_DEPENDENCIES) $(EXTRA_cppunittest_DEPENDENCIES) 
 
354
        @rm -f cppunittest$(EXEEXT)
 
355
        $(cppunittest_LINK) $(cppunittest_OBJECTS) $(cppunittest_LDADD) $(LIBS)
 
356
 
 
357
mostlyclean-compile:
 
358
        -rm -f *.$(OBJEXT)
 
359
 
 
360
distclean-compile:
 
361
        -rm -f *.tab.c
 
362
 
 
363
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cppunittest-cpputest.Po@am__quote@
 
364
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cppunittest-example.Po@am__quote@
 
365
 
 
366
.cpp.o:
 
367
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
368
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
369
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
370
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
371
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
372
 
 
373
.cpp.obj:
 
374
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
375
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
376
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
377
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
378
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
379
 
 
380
.cpp.lo:
 
381
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
382
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
383
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
384
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
385
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
386
 
 
387
cppunittest-example.o: example.cpp
 
388
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunittest_CXXFLAGS) $(CXXFLAGS) -MT cppunittest-example.o -MD -MP -MF $(DEPDIR)/cppunittest-example.Tpo -c -o cppunittest-example.o `test -f 'example.cpp' || echo '$(srcdir)/'`example.cpp
 
389
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/cppunittest-example.Tpo $(DEPDIR)/cppunittest-example.Po
 
390
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='example.cpp' object='cppunittest-example.o' libtool=no @AMDEPBACKSLASH@
 
391
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
392
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunittest_CXXFLAGS) $(CXXFLAGS) -c -o cppunittest-example.o `test -f 'example.cpp' || echo '$(srcdir)/'`example.cpp
 
393
 
 
394
cppunittest-example.obj: example.cpp
 
395
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunittest_CXXFLAGS) $(CXXFLAGS) -MT cppunittest-example.obj -MD -MP -MF $(DEPDIR)/cppunittest-example.Tpo -c -o cppunittest-example.obj `if test -f 'example.cpp'; then $(CYGPATH_W) 'example.cpp'; else $(CYGPATH_W) '$(srcdir)/example.cpp'; fi`
 
396
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/cppunittest-example.Tpo $(DEPDIR)/cppunittest-example.Po
 
397
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='example.cpp' object='cppunittest-example.obj' libtool=no @AMDEPBACKSLASH@
 
398
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
399
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunittest_CXXFLAGS) $(CXXFLAGS) -c -o cppunittest-example.obj `if test -f 'example.cpp'; then $(CYGPATH_W) 'example.cpp'; else $(CYGPATH_W) '$(srcdir)/example.cpp'; fi`
 
400
 
 
401
cppunittest-cpputest.o: cpputest.cpp
 
402
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunittest_CXXFLAGS) $(CXXFLAGS) -MT cppunittest-cpputest.o -MD -MP -MF $(DEPDIR)/cppunittest-cpputest.Tpo -c -o cppunittest-cpputest.o `test -f 'cpputest.cpp' || echo '$(srcdir)/'`cpputest.cpp
 
403
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/cppunittest-cpputest.Tpo $(DEPDIR)/cppunittest-cpputest.Po
 
404
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='cpputest.cpp' object='cppunittest-cpputest.o' libtool=no @AMDEPBACKSLASH@
 
405
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
406
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunittest_CXXFLAGS) $(CXXFLAGS) -c -o cppunittest-cpputest.o `test -f 'cpputest.cpp' || echo '$(srcdir)/'`cpputest.cpp
 
407
 
 
408
cppunittest-cpputest.obj: cpputest.cpp
 
409
@am__fastdepCXX_TRUE@   $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunittest_CXXFLAGS) $(CXXFLAGS) -MT cppunittest-cpputest.obj -MD -MP -MF $(DEPDIR)/cppunittest-cpputest.Tpo -c -o cppunittest-cpputest.obj `if test -f 'cpputest.cpp'; then $(CYGPATH_W) 'cpputest.cpp'; else $(CYGPATH_W) '$(srcdir)/cpputest.cpp'; fi`
 
410
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/cppunittest-cpputest.Tpo $(DEPDIR)/cppunittest-cpputest.Po
 
411
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='cpputest.cpp' object='cppunittest-cpputest.obj' libtool=no @AMDEPBACKSLASH@
 
412
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
413
@am__fastdepCXX_FALSE@  $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cppunittest_CXXFLAGS) $(CXXFLAGS) -c -o cppunittest-cpputest.obj `if test -f 'cpputest.cpp'; then $(CYGPATH_W) 'cpputest.cpp'; else $(CYGPATH_W) '$(srcdir)/cpputest.cpp'; fi`
 
414
 
 
415
mostlyclean-libtool:
 
416
        -rm -f *.lo
 
417
 
 
418
clean-libtool:
 
419
        -rm -rf .libs _libs
 
420
 
 
421
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
422
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
423
        unique=`for i in $$list; do \
 
424
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
425
          done | \
 
426
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
427
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
428
        mkid -fID $$unique
 
429
tags: TAGS
 
430
 
 
431
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
432
                $(TAGS_FILES) $(LISP)
 
433
        set x; \
 
434
        here=`pwd`; \
 
435
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
436
        unique=`for i in $$list; do \
 
437
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
438
          done | \
 
439
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
440
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
441
        shift; \
 
442
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
443
          test -n "$$unique" || unique=$$empty_fix; \
 
444
          if test $$# -gt 0; then \
 
445
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
446
              "$$@" $$unique; \
 
447
          else \
 
448
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
449
              $$unique; \
 
450
          fi; \
 
451
        fi
 
452
ctags: CTAGS
 
453
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
454
                $(TAGS_FILES) $(LISP)
 
455
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
456
        unique=`for i in $$list; do \
 
457
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
458
          done | \
 
459
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
460
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
461
        test -z "$(CTAGS_ARGS)$$unique" \
 
462
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
463
             $$unique
 
464
 
 
465
GTAGS:
 
466
        here=`$(am__cd) $(top_builddir) && pwd` \
 
467
          && $(am__cd) $(top_srcdir) \
 
468
          && gtags -i $(GTAGS_ARGS) "$$here"
 
469
 
 
470
distclean-tags:
 
471
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
472
 
 
473
check-TESTS: $(TESTS)
 
474
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
 
475
        srcdir=$(srcdir); export srcdir; \
 
476
        list=' $(TESTS) '; \
 
477
        $(am__tty_colors); \
 
478
        if test -n "$$list"; then \
 
479
          for tst in $$list; do \
 
480
            if test -f ./$$tst; then dir=./; \
 
481
            elif test -f $$tst; then dir=; \
 
482
            else dir="$(srcdir)/"; fi; \
 
483
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
 
484
              all=`expr $$all + 1`; \
 
485
              case " $(XFAIL_TESTS) " in \
 
486
              *[\ \     ]$$tst[\ \      ]*) \
 
487
                xpass=`expr $$xpass + 1`; \
 
488
                failed=`expr $$failed + 1`; \
 
489
                col=$$red; res=XPASS; \
 
490
              ;; \
 
491
              *) \
 
492
                col=$$grn; res=PASS; \
 
493
              ;; \
 
494
              esac; \
 
495
            elif test $$? -ne 77; then \
 
496
              all=`expr $$all + 1`; \
 
497
              case " $(XFAIL_TESTS) " in \
 
498
              *[\ \     ]$$tst[\ \      ]*) \
 
499
                xfail=`expr $$xfail + 1`; \
 
500
                col=$$lgn; res=XFAIL; \
 
501
              ;; \
 
502
              *) \
 
503
                failed=`expr $$failed + 1`; \
 
504
                col=$$red; res=FAIL; \
 
505
              ;; \
 
506
              esac; \
 
507
            else \
 
508
              skip=`expr $$skip + 1`; \
 
509
              col=$$blu; res=SKIP; \
 
510
            fi; \
 
511
            echo "$${col}$$res$${std}: $$tst"; \
 
512
          done; \
 
513
          if test "$$all" -eq 1; then \
 
514
            tests="test"; \
 
515
            All=""; \
 
516
          else \
 
517
            tests="tests"; \
 
518
            All="All "; \
 
519
          fi; \
 
520
          if test "$$failed" -eq 0; then \
 
521
            if test "$$xfail" -eq 0; then \
 
522
              banner="$$All$$all $$tests passed"; \
 
523
            else \
 
524
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
 
525
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
 
526
            fi; \
 
527
          else \
 
528
            if test "$$xpass" -eq 0; then \
 
529
              banner="$$failed of $$all $$tests failed"; \
 
530
            else \
 
531
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
 
532
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
 
533
            fi; \
 
534
          fi; \
 
535
          dashes="$$banner"; \
 
536
          skipped=""; \
 
537
          if test "$$skip" -ne 0; then \
 
538
            if test "$$skip" -eq 1; then \
 
539
              skipped="($$skip test was not run)"; \
 
540
            else \
 
541
              skipped="($$skip tests were not run)"; \
 
542
            fi; \
 
543
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
 
544
              dashes="$$skipped"; \
 
545
          fi; \
 
546
          report=""; \
 
547
          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
 
548
            report="Please report to $(PACKAGE_BUGREPORT)"; \
 
549
            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
 
550
              dashes="$$report"; \
 
551
          fi; \
 
552
          dashes=`echo "$$dashes" | sed s/./=/g`; \
 
553
          if test "$$failed" -eq 0; then \
 
554
            col="$$grn"; \
 
555
          else \
 
556
            col="$$red"; \
 
557
          fi; \
 
558
          echo "$${col}$$dashes$${std}"; \
 
559
          echo "$${col}$$banner$${std}"; \
 
560
          test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
 
561
          test -z "$$report" || echo "$${col}$$report$${std}"; \
 
562
          echo "$${col}$$dashes$${std}"; \
 
563
          test "$$failed" -eq 0; \
 
564
        else :; fi
 
565
 
 
566
distdir: $(DISTFILES)
 
567
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
568
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
569
        list='$(DISTFILES)'; \
 
570
          dist_files=`for file in $$list; do echo $$file; done | \
 
571
          sed -e "s|^$$srcdirstrip/||;t" \
 
572
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
573
        case $$dist_files in \
 
574
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
575
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
576
                           sort -u` ;; \
 
577
        esac; \
 
578
        for file in $$dist_files; do \
 
579
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
580
          if test -d $$d/$$file; then \
 
581
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
582
            if test -d "$(distdir)/$$file"; then \
 
583
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
584
            fi; \
 
585
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
586
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
587
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
588
            fi; \
 
589
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
590
          else \
 
591
            test -f "$(distdir)/$$file" \
 
592
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
593
            || exit 1; \
 
594
          fi; \
 
595
        done
 
596
check-am: all-am
 
597
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
 
598
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
 
599
check: check-am
 
600
all-am: Makefile
 
601
installdirs:
 
602
install: install-am
 
603
install-exec: install-exec-am
 
604
install-data: install-data-am
 
605
uninstall: uninstall-am
 
606
 
 
607
install-am: all-am
 
608
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
609
 
 
610
installcheck: installcheck-am
 
611
install-strip:
 
612
        if test -z '$(STRIP)'; then \
 
613
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
614
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
615
              install; \
 
616
        else \
 
617
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
618
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
619
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
620
        fi
 
621
mostlyclean-generic:
 
622
 
 
623
clean-generic:
 
624
 
 
625
distclean-generic:
 
626
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
627
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
628
 
 
629
maintainer-clean-generic:
 
630
        @echo "This command is intended for maintainers to use"
 
631
        @echo "it deletes files that may require special tools to rebuild."
 
632
clean: clean-am
 
633
 
 
634
clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
 
635
        mostlyclean-am
 
636
 
 
637
distclean: distclean-am
 
638
        -rm -rf ./$(DEPDIR)
 
639
        -rm -f Makefile
 
640
distclean-am: clean-am distclean-compile distclean-generic \
 
641
        distclean-tags
 
642
 
 
643
dvi: dvi-am
 
644
 
 
645
dvi-am:
 
646
 
 
647
html: html-am
 
648
 
 
649
html-am:
 
650
 
 
651
info: info-am
 
652
 
 
653
info-am:
 
654
 
 
655
install-data-am:
 
656
 
 
657
install-dvi: install-dvi-am
 
658
 
 
659
install-dvi-am:
 
660
 
 
661
install-exec-am:
 
662
 
 
663
install-html: install-html-am
 
664
 
 
665
install-html-am:
 
666
 
 
667
install-info: install-info-am
 
668
 
 
669
install-info-am:
 
670
 
 
671
install-man:
 
672
 
 
673
install-pdf: install-pdf-am
 
674
 
 
675
install-pdf-am:
 
676
 
 
677
install-ps: install-ps-am
 
678
 
 
679
install-ps-am:
 
680
 
 
681
installcheck-am:
 
682
 
 
683
maintainer-clean: maintainer-clean-am
 
684
        -rm -rf ./$(DEPDIR)
 
685
        -rm -f Makefile
 
686
maintainer-clean-am: distclean-am maintainer-clean-generic
 
687
 
 
688
mostlyclean: mostlyclean-am
 
689
 
 
690
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
691
        mostlyclean-libtool
 
692
 
 
693
pdf: pdf-am
 
694
 
 
695
pdf-am:
 
696
 
 
697
ps: ps-am
 
698
 
 
699
ps-am:
 
700
 
 
701
uninstall-am:
 
702
 
 
703
.MAKE: check-am install-am install-strip
 
704
 
 
705
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
 
706
        clean-checkPROGRAMS clean-generic clean-libtool ctags \
 
707
        distclean distclean-compile distclean-generic \
 
708
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
709
        html-am info info-am install install-am install-data \
 
710
        install-data-am install-dvi install-dvi-am install-exec \
 
711
        install-exec-am install-html install-html-am install-info \
 
712
        install-info-am install-man install-pdf install-pdf-am \
 
713
        install-ps install-ps-am install-strip installcheck \
 
714
        installcheck-am installdirs maintainer-clean \
 
715
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
716
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
717
        tags uninstall uninstall-am
 
718
 
 
719
 
 
720
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
721
# Otherwise a system limit (for SysV at least) may be exceeded.
 
722
.NOEXPORT: