~ubuntu-branches/ubuntu/oneiric/libee/oneiric

« back to all changes in this revision

Viewing changes to tests/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2010-12-11 12:37:09 UTC
  • Revision ID: james.westby@ubuntu.com-20101211123709-i8v7mpdtzhgjoqn5
Tags: upstream-0.1.0
ImportĀ upstreamĀ versionĀ 0.1.0

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
VPATH = @srcdir@
 
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
23
install_sh_DATA = $(install_sh) -c -m 644
 
24
install_sh_PROGRAM = $(install_sh) -c
 
25
install_sh_SCRIPT = $(install_sh) -c
 
26
INSTALL_HEADER = $(INSTALL_DATA)
 
27
transform = $(program_transform_name)
 
28
NORMAL_INSTALL = :
 
29
PRE_INSTALL = :
 
30
POST_INSTALL = :
 
31
NORMAL_UNINSTALL = :
 
32
PRE_UNINSTALL = :
 
33
POST_UNINSTALL = :
 
34
build_triplet = @build@
 
35
host_triplet = @host@
 
36
@ENABLE_TESTBENCH_TRUE@check_PROGRAMS = $(am__EXEEXT_1) \
 
37
@ENABLE_TESTBENCH_TRUE@ genfile$(EXEEXT) ezapi1$(EXEEXT)
 
38
@ENABLE_TESTBENCH_TRUE@TESTS = $(am__EXEEXT_1)
 
39
subdir = tests
 
40
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
42
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
 
43
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
44
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
45
        $(top_srcdir)/configure.ac
 
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
47
        $(ACLOCAL_M4)
 
48
mkinstalldirs = $(install_sh) -d
 
49
CONFIG_HEADER = $(top_builddir)/config.h
 
50
CONFIG_CLEAN_FILES =
 
51
CONFIG_CLEAN_VPATH_FILES =
 
52
am__EXEEXT_1 =
 
53
am_ezapi1_OBJECTS = ezapi1-ezapi1.$(OBJEXT)
 
54
ezapi1_OBJECTS = $(am_ezapi1_OBJECTS)
 
55
am__DEPENDENCIES_1 =
 
56
ezapi1_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
57
        $(am__DEPENDENCIES_1)
 
58
AM_V_lt = $(am__v_lt_$(V))
 
59
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
60
am__v_lt_0 = --silent
 
61
am_genfile_OBJECTS = genfile.$(OBJEXT)
 
62
genfile_OBJECTS = $(am_genfile_OBJECTS)
 
63
genfile_LDADD = $(LDADD)
 
64
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
65
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
66
am__depfiles_maybe = depfiles
 
67
am__mv = mv -f
 
68
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
69
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
70
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
71
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
72
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
73
        $(AM_CFLAGS) $(CFLAGS)
 
74
AM_V_CC = $(am__v_CC_$(V))
 
75
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
76
am__v_CC_0 = @echo "  CC    " $@;
 
77
AM_V_at = $(am__v_at_$(V))
 
78
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
79
am__v_at_0 = @
 
80
CCLD = $(CC)
 
81
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
82
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
83
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
84
AM_V_CCLD = $(am__v_CCLD_$(V))
 
85
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
86
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
87
AM_V_GEN = $(am__v_GEN_$(V))
 
88
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
89
am__v_GEN_0 = @echo "  GEN   " $@;
 
90
SOURCES = $(ezapi1_SOURCES) $(genfile_SOURCES)
 
91
DIST_SOURCES = $(ezapi1_SOURCES) $(genfile_SOURCES)
 
92
ETAGS = etags
 
93
CTAGS = ctags
 
94
am__tty_colors = \
 
95
red=; grn=; lgn=; blu=; std=
 
96
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
97
ACLOCAL = @ACLOCAL@
 
98
AMTAR = @AMTAR@
 
99
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
100
AR = @AR@
 
101
AUTOCONF = @AUTOCONF@
 
102
AUTOHEADER = @AUTOHEADER@
 
103
AUTOMAKE = @AUTOMAKE@
 
104
AWK = @AWK@
 
105
CC = @CC@
 
106
CCDEPMODE = @CCDEPMODE@
 
107
CFLAGS = @CFLAGS@
 
108
CPP = @CPP@
 
109
CPPFLAGS = @CPPFLAGS@
 
110
CYGPATH_W = @CYGPATH_W@
 
111
DEFS = @DEFS@
 
112
DEPDIR = @DEPDIR@
 
113
DSYMUTIL = @DSYMUTIL@
 
114
DUMPBIN = @DUMPBIN@
 
115
ECHO_C = @ECHO_C@
 
116
ECHO_N = @ECHO_N@
 
117
ECHO_T = @ECHO_T@
 
118
EGREP = @EGREP@
 
119
EXEEXT = @EXEEXT@
 
120
FGREP = @FGREP@
 
121
GREP = @GREP@
 
122
HAVE_LIBXML2_CONFIG = @HAVE_LIBXML2_CONFIG@
 
123
INSTALL = @INSTALL@
 
124
INSTALL_DATA = @INSTALL_DATA@
 
125
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
126
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
127
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
128
LD = @LD@
 
129
LDFLAGS = @LDFLAGS@
 
130
LIBEE_CFLAGS = @LIBEE_CFLAGS@
 
131
LIBEE_LIBS = @LIBEE_LIBS@
 
132
LIBESTR_CFLAGS = @LIBESTR_CFLAGS@
 
133
LIBESTR_LIBS = @LIBESTR_LIBS@
 
134
LIBOBJS = @LIBOBJS@
 
135
LIBS = @LIBS@
 
136
LIBTOOL = @LIBTOOL@
 
137
LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
 
138
LIBXML2_LIBS = @LIBXML2_LIBS@
 
139
LIPO = @LIPO@
 
140
LN_S = @LN_S@
 
141
LTLIBOBJS = @LTLIBOBJS@
 
142
MAKEINFO = @MAKEINFO@
 
143
MKDIR_P = @MKDIR_P@
 
144
NM = @NM@
 
145
NMEDIT = @NMEDIT@
 
146
OBJDUMP = @OBJDUMP@
 
147
OBJEXT = @OBJEXT@
 
148
OTOOL = @OTOOL@
 
149
OTOOL64 = @OTOOL64@
 
150
PACKAGE = @PACKAGE@
 
151
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
152
PACKAGE_NAME = @PACKAGE_NAME@
 
153
PACKAGE_STRING = @PACKAGE_STRING@
 
154
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
155
PACKAGE_URL = @PACKAGE_URL@
 
156
PACKAGE_VERSION = @PACKAGE_VERSION@
 
157
PATH_SEPARATOR = @PATH_SEPARATOR@
 
158
PKG_CONFIG = @PKG_CONFIG@
 
159
RANLIB = @RANLIB@
 
160
SED = @SED@
 
161
SET_MAKE = @SET_MAKE@
 
162
SHELL = @SHELL@
 
163
STRIP = @STRIP@
 
164
VERSION = @VERSION@
 
165
abs_builddir = @abs_builddir@
 
166
abs_srcdir = @abs_srcdir@
 
167
abs_top_builddir = @abs_top_builddir@
 
168
abs_top_srcdir = @abs_top_srcdir@
 
169
ac_ct_CC = @ac_ct_CC@
 
170
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
171
am__include = @am__include@
 
172
am__leading_dot = @am__leading_dot@
 
173
am__quote = @am__quote@
 
174
am__tar = @am__tar@
 
175
am__untar = @am__untar@
 
176
bindir = @bindir@
 
177
build = @build@
 
178
build_alias = @build_alias@
 
179
build_cpu = @build_cpu@
 
180
build_os = @build_os@
 
181
build_vendor = @build_vendor@
 
182
builddir = @builddir@
 
183
datadir = @datadir@
 
184
datarootdir = @datarootdir@
 
185
docdir = @docdir@
 
186
dvidir = @dvidir@
 
187
exec_prefix = @exec_prefix@
 
188
host = @host@
 
189
host_alias = @host_alias@
 
190
host_cpu = @host_cpu@
 
191
host_os = @host_os@
 
192
host_vendor = @host_vendor@
 
193
htmldir = @htmldir@
 
194
includedir = @includedir@
 
195
infodir = @infodir@
 
196
install_sh = @install_sh@
 
197
libdir = @libdir@
 
198
libexecdir = @libexecdir@
 
199
localedir = @localedir@
 
200
localstatedir = @localstatedir@
 
201
lt_ECHO = @lt_ECHO@
 
202
mandir = @mandir@
 
203
mkdir_p = @mkdir_p@
 
204
oldincludedir = @oldincludedir@
 
205
pdfdir = @pdfdir@
 
206
prefix = @prefix@
 
207
program_transform_name = @program_transform_name@
 
208
psdir = @psdir@
 
209
rt_libs = @rt_libs@
 
210
sbindir = @sbindir@
 
211
sharedstatedir = @sharedstatedir@
 
212
srcdir = @srcdir@
 
213
sysconfdir = @sysconfdir@
 
214
target_alias = @target_alias@
 
215
top_build_prefix = @top_build_prefix@
 
216
top_builddir = @top_builddir@
 
217
top_srcdir = @top_srcdir@
 
218
@ENABLE_TESTBENCH_TRUE@TESTRUNS = 
 
219
#       tagbucket.sh
 
220
DISTCLEANFILES = 
 
221
EXTRA_DIST = \
 
222
        tagbucket.sh
 
223
 
 
224
genfile_SOURCES = genfile.c
 
225
 
 
226
# The tagbucket concept is not totally clear at the moment, and
 
227
# so we do not support this test case for the time being. Once 
 
228
# the uncertainty has been cleared up, we will re-enable the test!
 
229
#tagbucket1_SOURCES = tagbucket1.c
 
230
#tagbucket1_CPPFLAGS =  -I$(top_srcdir) $(LIBEE_CFLAGS) $(LIBXML2_CFLAGS)
 
231
#tagbucket1_LDADD = $(LIBEE_LIBS) $(LIBXML2_LIBS) $(LIBESTR_LIBS)
 
232
ezapi1_SOURCES = ezapi1.c
 
233
ezapi1_CPPFLAGS = -I$(top_srcdir) $(LIBEE_CFLAGS) $(LIBXML2_CFLAGS)
 
234
ezapi1_LDADD = $(LIBEE_LIBS) $(LIBXML2_LIBS) $(LIBESTR_LIBS)
 
235
all: all-am
 
236
 
 
237
.SUFFIXES:
 
238
.SUFFIXES: .c .lo .o .obj
 
239
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
240
        @for dep in $?; do \
 
241
          case '$(am__configure_deps)' in \
 
242
            *$$dep*) \
 
243
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
244
                && { if test -f $@; then exit 0; else break; fi; }; \
 
245
              exit 1;; \
 
246
          esac; \
 
247
        done; \
 
248
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
 
249
        $(am__cd) $(top_srcdir) && \
 
250
          $(AUTOMAKE) --gnu tests/Makefile
 
251
.PRECIOUS: Makefile
 
252
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
253
        @case '$?' in \
 
254
          *config.status*) \
 
255
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
256
          *) \
 
257
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
258
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
259
        esac;
 
260
 
 
261
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
262
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
263
 
 
264
$(top_srcdir)/configure:  $(am__configure_deps)
 
265
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
266
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
267
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
268
$(am__aclocal_m4_deps):
 
269
 
 
270
clean-checkPROGRAMS:
 
271
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
 
272
        echo " rm -f" $$list; \
 
273
        rm -f $$list || exit $$?; \
 
274
        test -n "$(EXEEXT)" || exit 0; \
 
275
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
276
        echo " rm -f" $$list; \
 
277
        rm -f $$list
 
278
ezapi1$(EXEEXT): $(ezapi1_OBJECTS) $(ezapi1_DEPENDENCIES) 
 
279
        @rm -f ezapi1$(EXEEXT)
 
280
        $(AM_V_CCLD)$(LINK) $(ezapi1_OBJECTS) $(ezapi1_LDADD) $(LIBS)
 
281
genfile$(EXEEXT): $(genfile_OBJECTS) $(genfile_DEPENDENCIES) 
 
282
        @rm -f genfile$(EXEEXT)
 
283
        $(AM_V_CCLD)$(LINK) $(genfile_OBJECTS) $(genfile_LDADD) $(LIBS)
 
284
 
 
285
mostlyclean-compile:
 
286
        -rm -f *.$(OBJEXT)
 
287
 
 
288
distclean-compile:
 
289
        -rm -f *.tab.c
 
290
 
 
291
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ezapi1-ezapi1.Po@am__quote@
 
292
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/genfile.Po@am__quote@
 
293
 
 
294
.c.o:
 
295
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
296
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
297
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
298
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
299
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
300
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
301
 
 
302
.c.obj:
 
303
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
304
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
305
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
306
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
307
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
308
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
309
 
 
310
.c.lo:
 
311
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
312
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
313
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
314
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
315
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
316
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
317
 
 
318
ezapi1-ezapi1.o: ezapi1.c
 
319
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ezapi1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ezapi1-ezapi1.o -MD -MP -MF $(DEPDIR)/ezapi1-ezapi1.Tpo -c -o ezapi1-ezapi1.o `test -f 'ezapi1.c' || echo '$(srcdir)/'`ezapi1.c
 
320
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/ezapi1-ezapi1.Tpo $(DEPDIR)/ezapi1-ezapi1.Po
 
321
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
322
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ezapi1.c' object='ezapi1-ezapi1.o' libtool=no @AMDEPBACKSLASH@
 
323
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
324
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ezapi1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ezapi1-ezapi1.o `test -f 'ezapi1.c' || echo '$(srcdir)/'`ezapi1.c
 
325
 
 
326
ezapi1-ezapi1.obj: ezapi1.c
 
327
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ezapi1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ezapi1-ezapi1.obj -MD -MP -MF $(DEPDIR)/ezapi1-ezapi1.Tpo -c -o ezapi1-ezapi1.obj `if test -f 'ezapi1.c'; then $(CYGPATH_W) 'ezapi1.c'; else $(CYGPATH_W) '$(srcdir)/ezapi1.c'; fi`
 
328
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/ezapi1-ezapi1.Tpo $(DEPDIR)/ezapi1-ezapi1.Po
 
329
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
330
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ezapi1.c' object='ezapi1-ezapi1.obj' libtool=no @AMDEPBACKSLASH@
 
331
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
332
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ezapi1_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ezapi1-ezapi1.obj `if test -f 'ezapi1.c'; then $(CYGPATH_W) 'ezapi1.c'; else $(CYGPATH_W) '$(srcdir)/ezapi1.c'; fi`
 
333
 
 
334
mostlyclean-libtool:
 
335
        -rm -f *.lo
 
336
 
 
337
clean-libtool:
 
338
        -rm -rf .libs _libs
 
339
 
 
340
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
341
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
342
        unique=`for i in $$list; do \
 
343
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
344
          done | \
 
345
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
346
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
347
        mkid -fID $$unique
 
348
tags: TAGS
 
349
 
 
350
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
351
                $(TAGS_FILES) $(LISP)
 
352
        set x; \
 
353
        here=`pwd`; \
 
354
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
355
        unique=`for i in $$list; do \
 
356
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
357
          done | \
 
358
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
359
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
360
        shift; \
 
361
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
362
          test -n "$$unique" || unique=$$empty_fix; \
 
363
          if test $$# -gt 0; then \
 
364
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
365
              "$$@" $$unique; \
 
366
          else \
 
367
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
368
              $$unique; \
 
369
          fi; \
 
370
        fi
 
371
ctags: CTAGS
 
372
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
373
                $(TAGS_FILES) $(LISP)
 
374
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
375
        unique=`for i in $$list; do \
 
376
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
377
          done | \
 
378
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
379
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
380
        test -z "$(CTAGS_ARGS)$$unique" \
 
381
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
382
             $$unique
 
383
 
 
384
GTAGS:
 
385
        here=`$(am__cd) $(top_builddir) && pwd` \
 
386
          && $(am__cd) $(top_srcdir) \
 
387
          && gtags -i $(GTAGS_ARGS) "$$here"
 
388
 
 
389
distclean-tags:
 
390
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
391
 
 
392
check-TESTS: $(TESTS)
 
393
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
 
394
        srcdir=$(srcdir); export srcdir; \
 
395
        list=' $(TESTS) '; \
 
396
        $(am__tty_colors); \
 
397
        if test -n "$$list"; then \
 
398
          for tst in $$list; do \
 
399
            if test -f ./$$tst; then dir=./; \
 
400
            elif test -f $$tst; then dir=; \
 
401
            else dir="$(srcdir)/"; fi; \
 
402
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
 
403
              all=`expr $$all + 1`; \
 
404
              case " $(XFAIL_TESTS) " in \
 
405
              *[\ \     ]$$tst[\ \      ]*) \
 
406
                xpass=`expr $$xpass + 1`; \
 
407
                failed=`expr $$failed + 1`; \
 
408
                col=$$red; res=XPASS; \
 
409
              ;; \
 
410
              *) \
 
411
                col=$$grn; res=PASS; \
 
412
              ;; \
 
413
              esac; \
 
414
            elif test $$? -ne 77; then \
 
415
              all=`expr $$all + 1`; \
 
416
              case " $(XFAIL_TESTS) " in \
 
417
              *[\ \     ]$$tst[\ \      ]*) \
 
418
                xfail=`expr $$xfail + 1`; \
 
419
                col=$$lgn; res=XFAIL; \
 
420
              ;; \
 
421
              *) \
 
422
                failed=`expr $$failed + 1`; \
 
423
                col=$$red; res=FAIL; \
 
424
              ;; \
 
425
              esac; \
 
426
            else \
 
427
              skip=`expr $$skip + 1`; \
 
428
              col=$$blu; res=SKIP; \
 
429
            fi; \
 
430
            echo "$${col}$$res$${std}: $$tst"; \
 
431
          done; \
 
432
          if test "$$all" -eq 1; then \
 
433
            tests="test"; \
 
434
            All=""; \
 
435
          else \
 
436
            tests="tests"; \
 
437
            All="All "; \
 
438
          fi; \
 
439
          if test "$$failed" -eq 0; then \
 
440
            if test "$$xfail" -eq 0; then \
 
441
              banner="$$All$$all $$tests passed"; \
 
442
            else \
 
443
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
 
444
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
 
445
            fi; \
 
446
          else \
 
447
            if test "$$xpass" -eq 0; then \
 
448
              banner="$$failed of $$all $$tests failed"; \
 
449
            else \
 
450
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
 
451
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
 
452
            fi; \
 
453
          fi; \
 
454
          dashes="$$banner"; \
 
455
          skipped=""; \
 
456
          if test "$$skip" -ne 0; then \
 
457
            if test "$$skip" -eq 1; then \
 
458
              skipped="($$skip test was not run)"; \
 
459
            else \
 
460
              skipped="($$skip tests were not run)"; \
 
461
            fi; \
 
462
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
 
463
              dashes="$$skipped"; \
 
464
          fi; \
 
465
          report=""; \
 
466
          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
 
467
            report="Please report to $(PACKAGE_BUGREPORT)"; \
 
468
            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
 
469
              dashes="$$report"; \
 
470
          fi; \
 
471
          dashes=`echo "$$dashes" | sed s/./=/g`; \
 
472
          if test "$$failed" -eq 0; then \
 
473
            echo "$$grn$$dashes"; \
 
474
          else \
 
475
            echo "$$red$$dashes"; \
 
476
          fi; \
 
477
          echo "$$banner"; \
 
478
          test -z "$$skipped" || echo "$$skipped"; \
 
479
          test -z "$$report" || echo "$$report"; \
 
480
          echo "$$dashes$$std"; \
 
481
          test "$$failed" -eq 0; \
 
482
        else :; fi
 
483
 
 
484
distdir: $(DISTFILES)
 
485
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
486
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
487
        list='$(DISTFILES)'; \
 
488
          dist_files=`for file in $$list; do echo $$file; done | \
 
489
          sed -e "s|^$$srcdirstrip/||;t" \
 
490
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
491
        case $$dist_files in \
 
492
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
493
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
494
                           sort -u` ;; \
 
495
        esac; \
 
496
        for file in $$dist_files; do \
 
497
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
498
          if test -d $$d/$$file; then \
 
499
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
500
            if test -d "$(distdir)/$$file"; then \
 
501
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
502
            fi; \
 
503
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
504
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
505
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
506
            fi; \
 
507
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
508
          else \
 
509
            test -f "$(distdir)/$$file" \
 
510
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
511
            || exit 1; \
 
512
          fi; \
 
513
        done
 
514
check-am: all-am
 
515
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
 
516
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
 
517
check: check-am
 
518
all-am: Makefile
 
519
installdirs:
 
520
install: install-am
 
521
install-exec: install-exec-am
 
522
install-data: install-data-am
 
523
uninstall: uninstall-am
 
524
 
 
525
install-am: all-am
 
526
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
527
 
 
528
installcheck: installcheck-am
 
529
install-strip:
 
530
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
531
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
532
          `test -z '$(STRIP)' || \
 
533
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
534
mostlyclean-generic:
 
535
 
 
536
clean-generic:
 
537
 
 
538
distclean-generic:
 
539
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
540
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
541
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
542
 
 
543
maintainer-clean-generic:
 
544
        @echo "This command is intended for maintainers to use"
 
545
        @echo "it deletes files that may require special tools to rebuild."
 
546
clean: clean-am
 
547
 
 
548
clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
 
549
        mostlyclean-am
 
550
 
 
551
distclean: distclean-am
 
552
        -rm -rf ./$(DEPDIR)
 
553
        -rm -f Makefile
 
554
distclean-am: clean-am distclean-compile distclean-generic \
 
555
        distclean-tags
 
556
 
 
557
dvi: dvi-am
 
558
 
 
559
dvi-am:
 
560
 
 
561
html: html-am
 
562
 
 
563
html-am:
 
564
 
 
565
info: info-am
 
566
 
 
567
info-am:
 
568
 
 
569
install-data-am:
 
570
 
 
571
install-dvi: install-dvi-am
 
572
 
 
573
install-dvi-am:
 
574
 
 
575
install-exec-am:
 
576
 
 
577
install-html: install-html-am
 
578
 
 
579
install-html-am:
 
580
 
 
581
install-info: install-info-am
 
582
 
 
583
install-info-am:
 
584
 
 
585
install-man:
 
586
 
 
587
install-pdf: install-pdf-am
 
588
 
 
589
install-pdf-am:
 
590
 
 
591
install-ps: install-ps-am
 
592
 
 
593
install-ps-am:
 
594
 
 
595
installcheck-am:
 
596
 
 
597
maintainer-clean: maintainer-clean-am
 
598
        -rm -rf ./$(DEPDIR)
 
599
        -rm -f Makefile
 
600
maintainer-clean-am: distclean-am maintainer-clean-generic
 
601
 
 
602
mostlyclean: mostlyclean-am
 
603
 
 
604
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
605
        mostlyclean-libtool
 
606
 
 
607
pdf: pdf-am
 
608
 
 
609
pdf-am:
 
610
 
 
611
ps: ps-am
 
612
 
 
613
ps-am:
 
614
 
 
615
uninstall-am:
 
616
 
 
617
.MAKE: check-am install-am install-strip
 
618
 
 
619
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
 
620
        clean-checkPROGRAMS clean-generic clean-libtool ctags \
 
621
        distclean distclean-compile distclean-generic \
 
622
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
623
        html-am info info-am install install-am install-data \
 
624
        install-data-am install-dvi install-dvi-am install-exec \
 
625
        install-exec-am install-html install-html-am install-info \
 
626
        install-info-am install-man install-pdf install-pdf-am \
 
627
        install-ps install-ps-am install-strip installcheck \
 
628
        installcheck-am installdirs maintainer-clean \
 
629
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
630
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
631
        tags uninstall uninstall-am
 
632
 
 
633
 
 
634
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
635
# Otherwise a system limit (for SysV at least) may be exceeded.
 
636
.NOEXPORT: