~ubuntu-branches/ubuntu/natty/gnome-keyring/natty

« back to all changes in this revision

Viewing changes to daemon/prompt/tests/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-02-16 19:00:06 UTC
  • mfrom: (1.1.58 upstream)
  • Revision ID: james.westby@ubuntu.com-20100216190006-cqpnic4zxlkmmi0o
Tags: 2.29.90git20100218-0ubuntu1
Updated to a git snapshot version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.1 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  Free Software Foundation,
 
6
# 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
# The following need to be declared before this file is included:
 
19
#   UNIT_AUTO     A list of C files with tests
 
20
#   UNIT_PROMPT   A list of C files with prompting tests
 
21
#   UNIT_LIBS     Libraries to link the tests to
 
22
 
 
23
# ------------------------------------------------------------------------------
 
24
 
 
25
VPATH = @srcdir@
 
26
pkgdatadir = $(datadir)/@PACKAGE@
 
27
pkgincludedir = $(includedir)/@PACKAGE@
 
28
pkglibdir = $(libdir)/@PACKAGE@
 
29
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
30
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
31
install_sh_DATA = $(install_sh) -c -m 644
 
32
install_sh_PROGRAM = $(install_sh) -c
 
33
install_sh_SCRIPT = $(install_sh) -c
 
34
INSTALL_HEADER = $(INSTALL_DATA)
 
35
transform = $(program_transform_name)
 
36
NORMAL_INSTALL = :
 
37
PRE_INSTALL = :
 
38
POST_INSTALL = :
 
39
NORMAL_UNINSTALL = :
 
40
PRE_UNINSTALL = :
 
41
POST_UNINSTALL = :
 
42
build_triplet = @build@
 
43
host_triplet = @host@
 
44
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
45
        $(top_srcdir)/tests/gtest.make
 
46
noinst_PROGRAMS = run-auto-test$(EXEEXT) run-prompt-test$(EXEEXT)
 
47
subdir = daemon/prompt/tests
 
48
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
49
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
50
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
51
        $(ACLOCAL_M4)
 
52
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
53
CONFIG_HEADER = $(top_builddir)/config.h
 
54
CONFIG_CLEAN_FILES =
 
55
CONFIG_CLEAN_VPATH_FILES =
 
56
PROGRAMS = $(noinst_PROGRAMS)
 
57
am__objects_1 = run_auto_test-unit-test-util.$(OBJEXT)
 
58
am_run_auto_test_OBJECTS = run_auto_test-run-auto-test.$(OBJEXT) \
 
59
        $(am__objects_1)
 
60
run_auto_test_OBJECTS = $(am_run_auto_test_OBJECTS)
 
61
am__DEPENDENCIES_1 =
 
62
run_auto_test_DEPENDENCIES = $(UNIT_LIBS) $(am__DEPENDENCIES_1)
 
63
AM_V_lt = $(am__v_lt_$(V))
 
64
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
65
am__v_lt_0 = --silent
 
66
run_auto_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
67
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(run_auto_test_CFLAGS) \
 
68
        $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
69
am__objects_2 =
 
70
am_run_prompt_test_OBJECTS =  \
 
71
        run_prompt_test-run-prompt-test.$(OBJEXT) $(am__objects_2)
 
72
run_prompt_test_OBJECTS = $(am_run_prompt_test_OBJECTS)
 
73
run_prompt_test_DEPENDENCIES = $(UNIT_LIBS) $(am__DEPENDENCIES_1)
 
74
run_prompt_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 
75
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
 
76
        $(run_prompt_test_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
 
77
        -o $@
 
78
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
79
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
80
am__depfiles_maybe = depfiles
 
81
am__mv = mv -f
 
82
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
83
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
84
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
85
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
86
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
87
        $(AM_CFLAGS) $(CFLAGS)
 
88
AM_V_CC = $(am__v_CC_$(V))
 
89
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
90
am__v_CC_0 = @echo "  CC    " $@;
 
91
AM_V_at = $(am__v_at_$(V))
 
92
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
93
am__v_at_0 = @
 
94
CCLD = $(CC)
 
95
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
96
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
97
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
98
AM_V_CCLD = $(am__v_CCLD_$(V))
 
99
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
100
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
101
AM_V_GEN = $(am__v_GEN_$(V))
 
102
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
103
am__v_GEN_0 = @echo "  GEN   " $@;
 
104
SOURCES = $(run_auto_test_SOURCES) $(run_prompt_test_SOURCES)
 
105
DIST_SOURCES = $(run_auto_test_SOURCES) $(run_prompt_test_SOURCES)
 
106
ETAGS = etags
 
107
CTAGS = ctags
 
108
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
109
ACLOCAL = @ACLOCAL@
 
110
ALL_LINGUAS = @ALL_LINGUAS@
 
111
AMTAR = @AMTAR@
 
112
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
113
AR = @AR@
 
114
ASN1PARSER = @ASN1PARSER@
 
115
AUTOCONF = @AUTOCONF@
 
116
AUTOHEADER = @AUTOHEADER@
 
117
AUTOMAKE = @AUTOMAKE@
 
118
AWK = @AWK@
 
119
BINDIR = @BINDIR@
 
120
CATALOGS = @CATALOGS@
 
121
CATOBJEXT = @CATOBJEXT@
 
122
CC = @CC@
 
123
CCDEPMODE = @CCDEPMODE@
 
124
CFLAGS = @CFLAGS@
 
125
CPP = @CPP@
 
126
CPPFLAGS = @CPPFLAGS@
 
127
CYGPATH_W = @CYGPATH_W@
 
128
DAEMON_CFLAGS = @DAEMON_CFLAGS@
 
129
DAEMON_LIBS = @DAEMON_LIBS@
 
130
DATADIRNAME = @DATADIRNAME@
 
131
DBUS_CFLAGS = @DBUS_CFLAGS@
 
132
DBUS_LIBS = @DBUS_LIBS@
 
133
DBUS_SERVICES_DIR = @DBUS_SERVICES_DIR@
 
134
DEFS = @DEFS@
 
135
DEPDIR = @DEPDIR@
 
136
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
137
DL_LIBS = @DL_LIBS@
 
138
DSYMUTIL = @DSYMUTIL@
 
139
DUMPBIN = @DUMPBIN@
 
140
ECHO_C = @ECHO_C@
 
141
ECHO_N = @ECHO_N@
 
142
ECHO_T = @ECHO_T@
 
143
EGREP = @EGREP@
 
144
EXEEXT = @EXEEXT@
 
145
FGREP = @FGREP@
 
146
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
147
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
 
148
GCR_LT_RELEASE = @GCR_LT_RELEASE@
 
149
GCR_MAJOR = @GCR_MAJOR@
 
150
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
151
GIO_CFLAGS = @GIO_CFLAGS@
 
152
GIO_LIBS = @GIO_LIBS@
 
153
GLIB_CFLAGS = @GLIB_CFLAGS@
 
154
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
 
155
GLIB_LIBS = @GLIB_LIBS@
 
156
GMOFILES = @GMOFILES@
 
157
GMSGFMT = @GMSGFMT@
 
158
GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
 
159
GOBJECT_LIBS = @GOBJECT_LIBS@
 
160
GP11_LT_RELEASE = @GP11_LT_RELEASE@
 
161
GP11_MAJOR = @GP11_MAJOR@
 
162
GREP = @GREP@
 
163
GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
 
164
GTHREAD_LIBS = @GTHREAD_LIBS@
 
165
GTKDOC_CHECK = @GTKDOC_CHECK@
 
166
GTK_CFLAGS = @GTK_CFLAGS@
 
167
GTK_LIBS = @GTK_LIBS@
 
168
HTML_DIR = @HTML_DIR@
 
169
INSTALL = @INSTALL@
 
170
INSTALL_DATA = @INSTALL_DATA@
 
171
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
172
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
173
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
174
INSTOBJEXT = @INSTOBJEXT@
 
175
INTLLIBS = @INTLLIBS@
 
176
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
177
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
178
INTLTOOL_PERL = @INTLTOOL_PERL@
 
179
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
180
LD = @LD@
 
181
LDFLAGS = @LDFLAGS@
 
182
LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
 
183
LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
 
184
LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
 
185
LIBOBJS = @LIBOBJS@
 
186
LIBRARY_CFLAGS = @LIBRARY_CFLAGS@
 
187
LIBRARY_LIBS = @LIBRARY_LIBS@
 
188
LIBS = \
 
189
        $(GTK_LIBS) \
 
190
        $(GLIB_LIBS) \
 
191
        $(GTHREAD_LIBS) \
 
192
        $(P11_TESTS_LIBS)
 
193
 
 
194
LIBTASN1_CFLAGS = @LIBTASN1_CFLAGS@
 
195
LIBTASN1_LIBS = @LIBTASN1_LIBS@
 
196
LIBTOOL = @LIBTOOL@
 
197
LIB_GNOME_KEYRING_LT_VERSION = @LIB_GNOME_KEYRING_LT_VERSION@
 
198
LIPO = @LIPO@
 
199
LN_S = @LN_S@
 
200
LTLIBOBJS = @LTLIBOBJS@
 
201
MAINT = @MAINT@
 
202
MAKEINFO = @MAKEINFO@
 
203
MKDIR_P = @MKDIR_P@
 
204
MKINSTALLDIRS = @MKINSTALLDIRS@
 
205
MSGFMT = @MSGFMT@
 
206
MSGFMT_OPTS = @MSGFMT_OPTS@
 
207
MSGMERGE = @MSGMERGE@
 
208
NM = @NM@
 
209
NMEDIT = @NMEDIT@
 
210
OBJDUMP = @OBJDUMP@
 
211
OBJEXT = @OBJEXT@
 
212
OTOOL = @OTOOL@
 
213
OTOOL64 = @OTOOL64@
 
214
P11_TESTS_CFLAGS = @P11_TESTS_CFLAGS@
 
215
P11_TESTS_LIBS = @P11_TESTS_LIBS@
 
216
PACKAGE = @PACKAGE@
 
217
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
218
PACKAGE_NAME = @PACKAGE_NAME@
 
219
PACKAGE_STRING = @PACKAGE_STRING@
 
220
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
221
PACKAGE_URL = @PACKAGE_URL@
 
222
PACKAGE_VERSION = @PACKAGE_VERSION@
 
223
PAM_DEST_DIR = @PAM_DEST_DIR@
 
224
PATH_SEPARATOR = @PATH_SEPARATOR@
 
225
PKG_CONFIG = @PKG_CONFIG@
 
226
POFILES = @POFILES@
 
227
POSUB = @POSUB@
 
228
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
229
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
230
RANLIB = @RANLIB@
 
231
SED = @SED@
 
232
SET_MAKE = @SET_MAKE@
 
233
SHELL = @SHELL@
 
234
STRIP = @STRIP@
 
235
USE_NLS = @USE_NLS@
 
236
VALGRIND = @VALGRIND@
 
237
VALGRIND_ARG = @VALGRIND_ARG@
 
238
VALGRIND_RUN = @VALGRIND_RUN@
 
239
VERSION = @VERSION@
 
240
XGETTEXT = @XGETTEXT@
 
241
abs_builddir = @abs_builddir@
 
242
abs_srcdir = @abs_srcdir@
 
243
abs_top_builddir = @abs_top_builddir@
 
244
abs_top_srcdir = @abs_top_srcdir@
 
245
ac_ct_CC = @ac_ct_CC@
 
246
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
247
am__include = @am__include@
 
248
am__leading_dot = @am__leading_dot@
 
249
am__quote = @am__quote@
 
250
am__tar = @am__tar@
 
251
am__untar = @am__untar@
 
252
bindir = @bindir@
 
253
build = @build@
 
254
build_alias = @build_alias@
 
255
build_cpu = @build_cpu@
 
256
build_os = @build_os@
 
257
build_vendor = @build_vendor@
 
258
builddir = @builddir@
 
259
datadir = @datadir@
 
260
datarootdir = @datarootdir@
 
261
docdir = @docdir@
 
262
dvidir = @dvidir@
 
263
exec_prefix = @exec_prefix@
 
264
host = @host@
 
265
host_alias = @host_alias@
 
266
host_cpu = @host_cpu@
 
267
host_os = @host_os@
 
268
host_vendor = @host_vendor@
 
269
htmldir = @htmldir@
 
270
includedir = @includedir@
 
271
infodir = @infodir@
 
272
install_sh = @install_sh@
 
273
libdir = @libdir@
 
274
libexecdir = @libexecdir@
 
275
localedir = @localedir@
 
276
localstatedir = @localstatedir@
 
277
lt_ECHO = @lt_ECHO@
 
278
mandir = @mandir@
 
279
mkdir_p = @mkdir_p@
 
280
oldincludedir = @oldincludedir@
 
281
pdfdir = @pdfdir@
 
282
prefix = @prefix@
 
283
program_transform_name = @program_transform_name@
 
284
psdir = @psdir@
 
285
sbindir = @sbindir@
 
286
sharedstatedir = @sharedstatedir@
 
287
srcdir = @srcdir@
 
288
sysconfdir = @sysconfdir@
 
289
target_alias = @target_alias@
 
290
top_build_prefix = @top_build_prefix@
 
291
top_builddir = @top_builddir@
 
292
top_srcdir = @top_srcdir@
 
293
 
 
294
# Test files should be listed in order they need to run
 
295
UNIT_AUTO = \
 
296
        unit-test-util.c
 
297
 
 
298
UNIT_PROMPT = 
 
299
UNIT_LIBS = \
 
300
        $(top_builddir)/daemon/prompt/libgkd-prompt.la \
 
301
        $(top_builddir)/egg/libegg-prompt.la
 
302
 
 
303
EXTRA_DIST = \
 
304
        test-data
 
305
 
 
306
INCLUDES = \
 
307
        -I$(top_srcdir)                 \
 
308
        -I$(top_builddir)               \
 
309
        -I$(srcdir)/..                  \
 
310
        -I$(srcdir)/../..               \
 
311
        $(GTK_CFLAGS)                   \
 
312
        $(GLIB_CFLAGS) \
 
313
        $(P11_TESTS_CFLAGS)
 
314
 
 
315
run_auto_test_SOURCES = \
 
316
        run-auto-test.c run-auto-test.h \
 
317
        $(UNIT_AUTO)
 
318
 
 
319
run_auto_test_LDADD = \
 
320
        $(UNIT_LIBS) \
 
321
        $(DAEMON_LIBS)
 
322
 
 
323
run_auto_test_CFLAGS = \
 
324
        $(UNIT_FLAGS)
 
325
 
 
326
run_prompt_test_SOURCES = \
 
327
        run-prompt-test.c \
 
328
        run-prompt-test.h \
 
329
        $(UNIT_PROMPT)
 
330
 
 
331
run_prompt_test_LDADD = \
 
332
        $(UNIT_LIBS) \
 
333
        $(DAEMON_LIBS)
 
334
 
 
335
run_prompt_test_CFLAGS = \
 
336
        $(UNIT_FLAGS)
 
337
 
 
338
BUILT_SOURCES = \
 
339
        run-auto-test.c \
 
340
        run-auto-test.h \
 
341
        run-prompt-test.c \
 
342
        run-prompt-test.h
 
343
 
 
344
all: $(BUILT_SOURCES)
 
345
        $(MAKE) $(AM_MAKEFLAGS) all-am
 
346
 
 
347
.SUFFIXES:
 
348
.SUFFIXES: .c .lo .o .obj
 
349
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/tests/gtest.make $(am__configure_deps)
 
350
        @for dep in $?; do \
 
351
          case '$(am__configure_deps)' in \
 
352
            *$$dep*) \
 
353
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
354
                && { if test -f $@; then exit 0; else break; fi; }; \
 
355
              exit 1;; \
 
356
          esac; \
 
357
        done; \
 
358
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu daemon/prompt/tests/Makefile'; \
 
359
        $(am__cd) $(top_srcdir) && \
 
360
          $(AUTOMAKE) --gnu daemon/prompt/tests/Makefile
 
361
.PRECIOUS: Makefile
 
362
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
363
        @case '$?' in \
 
364
          *config.status*) \
 
365
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
366
          *) \
 
367
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
368
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
369
        esac;
 
370
 
 
371
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
372
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
373
 
 
374
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
375
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
376
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
377
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
378
$(am__aclocal_m4_deps):
 
379
 
 
380
clean-noinstPROGRAMS:
 
381
        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
 
382
        echo " rm -f" $$list; \
 
383
        rm -f $$list || exit $$?; \
 
384
        test -n "$(EXEEXT)" || exit 0; \
 
385
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
386
        echo " rm -f" $$list; \
 
387
        rm -f $$list
 
388
run-auto-test$(EXEEXT): $(run_auto_test_OBJECTS) $(run_auto_test_DEPENDENCIES) 
 
389
        @rm -f run-auto-test$(EXEEXT)
 
390
        $(AM_V_CCLD)$(run_auto_test_LINK) $(run_auto_test_OBJECTS) $(run_auto_test_LDADD) $(LIBS)
 
391
run-prompt-test$(EXEEXT): $(run_prompt_test_OBJECTS) $(run_prompt_test_DEPENDENCIES) 
 
392
        @rm -f run-prompt-test$(EXEEXT)
 
393
        $(AM_V_CCLD)$(run_prompt_test_LINK) $(run_prompt_test_OBJECTS) $(run_prompt_test_LDADD) $(LIBS)
 
394
 
 
395
mostlyclean-compile:
 
396
        -rm -f *.$(OBJEXT)
 
397
 
 
398
distclean-compile:
 
399
        -rm -f *.tab.c
 
400
 
 
401
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run_auto_test-run-auto-test.Po@am__quote@
 
402
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run_auto_test-unit-test-util.Po@am__quote@
 
403
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run_prompt_test-run-prompt-test.Po@am__quote@
 
404
 
 
405
.c.o:
 
406
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
407
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
408
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
409
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
410
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
411
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
412
 
 
413
.c.obj:
 
414
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
415
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
416
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
417
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
418
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
419
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
420
 
 
421
.c.lo:
 
422
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
423
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
424
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
425
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
426
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
427
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
428
 
 
429
run_auto_test-run-auto-test.o: run-auto-test.c
 
430
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(run_auto_test_CFLAGS) $(CFLAGS) -MT run_auto_test-run-auto-test.o -MD -MP -MF $(DEPDIR)/run_auto_test-run-auto-test.Tpo -c -o run_auto_test-run-auto-test.o `test -f 'run-auto-test.c' || echo '$(srcdir)/'`run-auto-test.c
 
431
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/run_auto_test-run-auto-test.Tpo $(DEPDIR)/run_auto_test-run-auto-test.Po
 
432
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
433
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='run-auto-test.c' object='run_auto_test-run-auto-test.o' libtool=no @AMDEPBACKSLASH@
 
434
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
435
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(run_auto_test_CFLAGS) $(CFLAGS) -c -o run_auto_test-run-auto-test.o `test -f 'run-auto-test.c' || echo '$(srcdir)/'`run-auto-test.c
 
436
 
 
437
run_auto_test-run-auto-test.obj: run-auto-test.c
 
438
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(run_auto_test_CFLAGS) $(CFLAGS) -MT run_auto_test-run-auto-test.obj -MD -MP -MF $(DEPDIR)/run_auto_test-run-auto-test.Tpo -c -o run_auto_test-run-auto-test.obj `if test -f 'run-auto-test.c'; then $(CYGPATH_W) 'run-auto-test.c'; else $(CYGPATH_W) '$(srcdir)/run-auto-test.c'; fi`
 
439
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/run_auto_test-run-auto-test.Tpo $(DEPDIR)/run_auto_test-run-auto-test.Po
 
440
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
441
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='run-auto-test.c' object='run_auto_test-run-auto-test.obj' libtool=no @AMDEPBACKSLASH@
 
442
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
443
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(run_auto_test_CFLAGS) $(CFLAGS) -c -o run_auto_test-run-auto-test.obj `if test -f 'run-auto-test.c'; then $(CYGPATH_W) 'run-auto-test.c'; else $(CYGPATH_W) '$(srcdir)/run-auto-test.c'; fi`
 
444
 
 
445
run_auto_test-unit-test-util.o: unit-test-util.c
 
446
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(run_auto_test_CFLAGS) $(CFLAGS) -MT run_auto_test-unit-test-util.o -MD -MP -MF $(DEPDIR)/run_auto_test-unit-test-util.Tpo -c -o run_auto_test-unit-test-util.o `test -f 'unit-test-util.c' || echo '$(srcdir)/'`unit-test-util.c
 
447
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/run_auto_test-unit-test-util.Tpo $(DEPDIR)/run_auto_test-unit-test-util.Po
 
448
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
449
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='unit-test-util.c' object='run_auto_test-unit-test-util.o' libtool=no @AMDEPBACKSLASH@
 
450
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
451
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(run_auto_test_CFLAGS) $(CFLAGS) -c -o run_auto_test-unit-test-util.o `test -f 'unit-test-util.c' || echo '$(srcdir)/'`unit-test-util.c
 
452
 
 
453
run_auto_test-unit-test-util.obj: unit-test-util.c
 
454
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(run_auto_test_CFLAGS) $(CFLAGS) -MT run_auto_test-unit-test-util.obj -MD -MP -MF $(DEPDIR)/run_auto_test-unit-test-util.Tpo -c -o run_auto_test-unit-test-util.obj `if test -f 'unit-test-util.c'; then $(CYGPATH_W) 'unit-test-util.c'; else $(CYGPATH_W) '$(srcdir)/unit-test-util.c'; fi`
 
455
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/run_auto_test-unit-test-util.Tpo $(DEPDIR)/run_auto_test-unit-test-util.Po
 
456
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
457
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='unit-test-util.c' object='run_auto_test-unit-test-util.obj' libtool=no @AMDEPBACKSLASH@
 
458
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
459
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(run_auto_test_CFLAGS) $(CFLAGS) -c -o run_auto_test-unit-test-util.obj `if test -f 'unit-test-util.c'; then $(CYGPATH_W) 'unit-test-util.c'; else $(CYGPATH_W) '$(srcdir)/unit-test-util.c'; fi`
 
460
 
 
461
run_prompt_test-run-prompt-test.o: run-prompt-test.c
 
462
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(run_prompt_test_CFLAGS) $(CFLAGS) -MT run_prompt_test-run-prompt-test.o -MD -MP -MF $(DEPDIR)/run_prompt_test-run-prompt-test.Tpo -c -o run_prompt_test-run-prompt-test.o `test -f 'run-prompt-test.c' || echo '$(srcdir)/'`run-prompt-test.c
 
463
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/run_prompt_test-run-prompt-test.Tpo $(DEPDIR)/run_prompt_test-run-prompt-test.Po
 
464
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
465
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='run-prompt-test.c' object='run_prompt_test-run-prompt-test.o' libtool=no @AMDEPBACKSLASH@
 
466
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
467
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(run_prompt_test_CFLAGS) $(CFLAGS) -c -o run_prompt_test-run-prompt-test.o `test -f 'run-prompt-test.c' || echo '$(srcdir)/'`run-prompt-test.c
 
468
 
 
469
run_prompt_test-run-prompt-test.obj: run-prompt-test.c
 
470
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(run_prompt_test_CFLAGS) $(CFLAGS) -MT run_prompt_test-run-prompt-test.obj -MD -MP -MF $(DEPDIR)/run_prompt_test-run-prompt-test.Tpo -c -o run_prompt_test-run-prompt-test.obj `if test -f 'run-prompt-test.c'; then $(CYGPATH_W) 'run-prompt-test.c'; else $(CYGPATH_W) '$(srcdir)/run-prompt-test.c'; fi`
 
471
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/run_prompt_test-run-prompt-test.Tpo $(DEPDIR)/run_prompt_test-run-prompt-test.Po
 
472
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
473
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='run-prompt-test.c' object='run_prompt_test-run-prompt-test.obj' libtool=no @AMDEPBACKSLASH@
 
474
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
475
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(run_prompt_test_CFLAGS) $(CFLAGS) -c -o run_prompt_test-run-prompt-test.obj `if test -f 'run-prompt-test.c'; then $(CYGPATH_W) 'run-prompt-test.c'; else $(CYGPATH_W) '$(srcdir)/run-prompt-test.c'; fi`
 
476
 
 
477
mostlyclean-libtool:
 
478
        -rm -f *.lo
 
479
 
 
480
clean-libtool:
 
481
        -rm -rf .libs _libs
 
482
 
 
483
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
484
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
485
        unique=`for i in $$list; do \
 
486
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
487
          done | \
 
488
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
489
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
490
        mkid -fID $$unique
 
491
tags: TAGS
 
492
 
 
493
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
494
                $(TAGS_FILES) $(LISP)
 
495
        set x; \
 
496
        here=`pwd`; \
 
497
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
498
        unique=`for i in $$list; do \
 
499
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
500
          done | \
 
501
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
502
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
503
        shift; \
 
504
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
505
          test -n "$$unique" || unique=$$empty_fix; \
 
506
          if test $$# -gt 0; then \
 
507
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
508
              "$$@" $$unique; \
 
509
          else \
 
510
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
511
              $$unique; \
 
512
          fi; \
 
513
        fi
 
514
ctags: CTAGS
 
515
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
516
                $(TAGS_FILES) $(LISP)
 
517
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
518
        unique=`for i in $$list; do \
 
519
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
520
          done | \
 
521
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
522
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
523
        test -z "$(CTAGS_ARGS)$$unique" \
 
524
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
525
             $$unique
 
526
 
 
527
GTAGS:
 
528
        here=`$(am__cd) $(top_builddir) && pwd` \
 
529
          && $(am__cd) $(top_srcdir) \
 
530
          && gtags -i $(GTAGS_ARGS) "$$here"
 
531
 
 
532
distclean-tags:
 
533
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
534
 
 
535
distdir: $(DISTFILES)
 
536
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
537
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
538
        list='$(DISTFILES)'; \
 
539
          dist_files=`for file in $$list; do echo $$file; done | \
 
540
          sed -e "s|^$$srcdirstrip/||;t" \
 
541
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
542
        case $$dist_files in \
 
543
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
544
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
545
                           sort -u` ;; \
 
546
        esac; \
 
547
        for file in $$dist_files; do \
 
548
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
549
          if test -d $$d/$$file; then \
 
550
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
551
            if test -d "$(distdir)/$$file"; then \
 
552
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
553
            fi; \
 
554
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
555
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
556
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
557
            fi; \
 
558
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
559
          else \
 
560
            test -f "$(distdir)/$$file" \
 
561
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
562
            || exit 1; \
 
563
          fi; \
 
564
        done
 
565
check-am: all-am
 
566
check: $(BUILT_SOURCES)
 
567
        $(MAKE) $(AM_MAKEFLAGS) check-am
 
568
all-am: Makefile $(PROGRAMS)
 
569
installdirs:
 
570
install: $(BUILT_SOURCES)
 
571
        $(MAKE) $(AM_MAKEFLAGS) install-am
 
572
install-exec: install-exec-am
 
573
install-data: install-data-am
 
574
uninstall: uninstall-am
 
575
 
 
576
install-am: all-am
 
577
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
578
 
 
579
installcheck: installcheck-am
 
580
install-strip:
 
581
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
582
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
583
          `test -z '$(STRIP)' || \
 
584
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
585
mostlyclean-generic:
 
586
 
 
587
clean-generic:
 
588
 
 
589
distclean-generic:
 
590
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
591
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
592
 
 
593
maintainer-clean-generic:
 
594
        @echo "This command is intended for maintainers to use"
 
595
        @echo "it deletes files that may require special tools to rebuild."
 
596
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
 
597
clean: clean-am
 
598
 
 
599
clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
 
600
        mostlyclean-am
 
601
 
 
602
distclean: distclean-am
 
603
        -rm -rf ./$(DEPDIR)
 
604
        -rm -f Makefile
 
605
distclean-am: clean-am distclean-compile distclean-generic \
 
606
        distclean-tags
 
607
 
 
608
dvi: dvi-am
 
609
 
 
610
dvi-am:
 
611
 
 
612
html: html-am
 
613
 
 
614
html-am:
 
615
 
 
616
info: info-am
 
617
 
 
618
info-am:
 
619
 
 
620
install-data-am:
 
621
 
 
622
install-dvi: install-dvi-am
 
623
 
 
624
install-dvi-am:
 
625
 
 
626
install-exec-am:
 
627
 
 
628
install-html: install-html-am
 
629
 
 
630
install-html-am:
 
631
 
 
632
install-info: install-info-am
 
633
 
 
634
install-info-am:
 
635
 
 
636
install-man:
 
637
 
 
638
install-pdf: install-pdf-am
 
639
 
 
640
install-pdf-am:
 
641
 
 
642
install-ps: install-ps-am
 
643
 
 
644
install-ps-am:
 
645
 
 
646
installcheck-am:
 
647
 
 
648
maintainer-clean: maintainer-clean-am
 
649
        -rm -rf ./$(DEPDIR)
 
650
        -rm -f Makefile
 
651
maintainer-clean-am: distclean-am maintainer-clean-generic
 
652
 
 
653
mostlyclean: mostlyclean-am
 
654
 
 
655
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
656
        mostlyclean-libtool
 
657
 
 
658
pdf: pdf-am
 
659
 
 
660
pdf-am:
 
661
 
 
662
ps: ps-am
 
663
 
 
664
ps-am:
 
665
 
 
666
uninstall-am:
 
667
 
 
668
.MAKE: all check install install-am install-strip
 
669
 
 
670
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
671
        clean-libtool clean-noinstPROGRAMS ctags distclean \
 
672
        distclean-compile distclean-generic distclean-libtool \
 
673
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
674
        install install-am install-data install-data-am install-dvi \
 
675
        install-dvi-am install-exec install-exec-am install-html \
 
676
        install-html-am install-info install-info-am install-man \
 
677
        install-pdf install-pdf-am install-ps install-ps-am \
 
678
        install-strip installcheck installcheck-am installdirs \
 
679
        maintainer-clean maintainer-clean-generic mostlyclean \
 
680
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
681
        pdf pdf-am ps ps-am tags uninstall uninstall-am
 
682
 
 
683
 
 
684
run-auto-test.h: $(UNIT_AUTO) Makefile.am $(top_srcdir)/tests/prep-gtest.sh
 
685
        sh $(top_srcdir)/tests/prep-gtest.sh -b run-auto-test $(UNIT_AUTO)
 
686
 
 
687
run-auto-test.c: run-auto-test.h
 
688
 
 
689
run-prompt-test.h: $(UNIT_PROMPT) Makefile.am $(top_srcdir)/tests/prep-gtest.sh
 
690
        sh $(top_srcdir)/tests/prep-gtest.sh -b run-prompt-test $(UNIT_PROMPT)
 
691
 
 
692
run-prompt-test.c: run-prompt-test.h
 
693
 
 
694
# ------------------------------------------------------------------------------
 
695
# Run the tests
 
696
 
 
697
test-auto: $(noinst_PROGRAMS)
 
698
        gtester --verbose -k -m=slow ./run-auto-test
 
699
 
 
700
test-prompt: $(noinst_PROGRAMS)
 
701
        gtester --verbose -k -m=slow ./run-prompt-test
 
702
 
 
703
check-am: $(noinst_PROGRAMS)
 
704
        TEST_DATA=$(srcdir)/test-data gtester -m=slow ./run-auto-test
 
705
 
 
706
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
707
# Otherwise a system limit (for SysV at least) may be exceeded.
 
708
.NOEXPORT: