Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5362 serge 1
# Makefile.in generated by automake 1.14.1 from Makefile.am.
2
# @configure_input@
3
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
 
6
# This Makefile.in is free software; the Free Software Foundation
7
# gives unlimited permission to copy and/or distribute it,
8
# with or without modifications, as long as this notice is preserved.
9
 
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
# PARTICULAR PURPOSE.
14
 
15
@SET_MAKE@
16
 
17
# Copyright (c) 2007 Intel Corporation. All Rights Reserved.
18
#
19
# Permission is hereby granted, free of charge, to any person obtaining a
20
# copy of this software and associated documentation files (the
21
# "Software"), to deal in the Software without restriction, including
22
# without limitation the rights to use, copy, modify, merge, publish,
23
# distribute, sub license, and/or sell copies of the Software, and to
24
# permit persons to whom the Software is furnished to do so, subject to
25
# the following conditions:
26
#
27
# The above copyright notice and this permission notice (including the
28
# next paragraph) shall be included in all copies or substantial portions
29
# of the Software.
30
#
31
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
32
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
33
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
34
# IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
35
# ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
36
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
37
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
38
 
39
VPATH = @srcdir@
40
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
41
am__make_running_with_option = \
42
  case $${target_option-} in \
43
      ?) ;; \
44
      *) echo "am__make_running_with_option: internal error: invalid" \
45
              "target option '$${target_option-}' specified" >&2; \
46
         exit 1;; \
47
  esac; \
48
  has_opt=no; \
49
  sane_makeflags=$$MAKEFLAGS; \
50
  if $(am__is_gnu_make); then \
51
    sane_makeflags=$$MFLAGS; \
52
  else \
53
    case $$MAKEFLAGS in \
54
      *\\[\ \	]*) \
55
        bs=\\; \
56
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
57
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
58
    esac; \
59
  fi; \
60
  skip_next=no; \
61
  strip_trailopt () \
62
  { \
63
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
64
  }; \
65
  for flg in $$sane_makeflags; do \
66
    test $$skip_next = yes && { skip_next=no; continue; }; \
67
    case $$flg in \
68
      *=*|--*) continue;; \
69
        -*I) strip_trailopt 'I'; skip_next=yes;; \
70
      -*I?*) strip_trailopt 'I';; \
71
        -*O) strip_trailopt 'O'; skip_next=yes;; \
72
      -*O?*) strip_trailopt 'O';; \
73
        -*l) strip_trailopt 'l'; skip_next=yes;; \
74
      -*l?*) strip_trailopt 'l';; \
75
      -[dEDm]) skip_next=yes;; \
76
      -[JT]) skip_next=yes;; \
77
    esac; \
78
    case $$flg in \
79
      *$$target_option*) has_opt=yes; break;; \
80
    esac; \
81
  done; \
82
  test $$has_opt = yes
83
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
84
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
85
pkgdatadir = $(datadir)/@PACKAGE@
86
pkgincludedir = $(includedir)/@PACKAGE@
87
pkglibdir = $(libdir)/@PACKAGE@
88
pkglibexecdir = $(libexecdir)/@PACKAGE@
89
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
90
install_sh_DATA = $(install_sh) -c -m 644
91
install_sh_PROGRAM = $(install_sh) -c
92
install_sh_SCRIPT = $(install_sh) -c
93
INSTALL_HEADER = $(INSTALL_DATA)
94
transform = $(program_transform_name)
95
NORMAL_INSTALL = :
96
PRE_INSTALL = :
97
POST_INSTALL = :
98
NORMAL_UNINSTALL = :
99
PRE_UNINSTALL = :
100
POST_UNINSTALL = :
101
build_triplet = @build@
102
host_triplet = @host@
103
noinst_PROGRAMS = test_01$(EXEEXT) test_02$(EXEEXT) test_03$(EXEEXT) \
104
	test_04$(EXEEXT) test_05$(EXEEXT) test_06$(EXEEXT) \
105
	test_07$(EXEEXT) test_08$(EXEEXT) test_09$(EXEEXT) \
106
	test_10$(EXEEXT) test_11$(EXEEXT)
107
subdir = test/basic
108
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
109
	$(top_srcdir)/depcomp
110
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
111
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
112
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
113
	$(ACLOCAL_M4)
114
mkinstalldirs = $(install_sh) -d
115
CONFIG_HEADER = $(top_builddir)/config.h
116
CONFIG_CLEAN_FILES =
117
CONFIG_CLEAN_VPATH_FILES =
118
PROGRAMS = $(noinst_PROGRAMS)
119
am_test_01_OBJECTS = test_01.$(OBJEXT)
120
test_01_OBJECTS = $(am_test_01_OBJECTS)
121
am__DEPENDENCIES_1 =
122
am__DEPENDENCIES_2 = $(top_builddir)/va/libva.la \
123
	$(top_builddir)/va/libva-x11.la $(am__DEPENDENCIES_1)
124
test_01_DEPENDENCIES = $(am__DEPENDENCIES_2)
125
AM_V_lt = $(am__v_lt_@AM_V@)
126
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
127
am__v_lt_0 = --silent
128
am__v_lt_1 =
129
am_test_02_OBJECTS = test_02.$(OBJEXT)
130
test_02_OBJECTS = $(am_test_02_OBJECTS)
131
test_02_DEPENDENCIES = $(am__DEPENDENCIES_2)
132
am_test_03_OBJECTS = test_03.$(OBJEXT)
133
test_03_OBJECTS = $(am_test_03_OBJECTS)
134
test_03_DEPENDENCIES = $(am__DEPENDENCIES_2)
135
am_test_04_OBJECTS = test_04.$(OBJEXT)
136
test_04_OBJECTS = $(am_test_04_OBJECTS)
137
test_04_DEPENDENCIES = $(am__DEPENDENCIES_2)
138
am_test_05_OBJECTS = test_05.$(OBJEXT)
139
test_05_OBJECTS = $(am_test_05_OBJECTS)
140
test_05_DEPENDENCIES = $(am__DEPENDENCIES_2)
141
am_test_06_OBJECTS = test_06.$(OBJEXT)
142
test_06_OBJECTS = $(am_test_06_OBJECTS)
143
test_06_DEPENDENCIES = $(am__DEPENDENCIES_2)
144
am_test_07_OBJECTS = test_07.$(OBJEXT)
145
test_07_OBJECTS = $(am_test_07_OBJECTS)
146
test_07_DEPENDENCIES = $(am__DEPENDENCIES_2)
147
am_test_08_OBJECTS = test_08.$(OBJEXT)
148
test_08_OBJECTS = $(am_test_08_OBJECTS)
149
test_08_DEPENDENCIES = $(am__DEPENDENCIES_2)
150
am_test_09_OBJECTS = test_09.$(OBJEXT)
151
test_09_OBJECTS = $(am_test_09_OBJECTS)
152
test_09_DEPENDENCIES = $(am__DEPENDENCIES_2)
153
am_test_10_OBJECTS = test_10.$(OBJEXT)
154
test_10_OBJECTS = $(am_test_10_OBJECTS)
155
test_10_DEPENDENCIES = $(am__DEPENDENCIES_2)
156
am_test_11_OBJECTS = test_11.$(OBJEXT)
157
test_11_OBJECTS = $(am_test_11_OBJECTS)
158
test_11_DEPENDENCIES = $(am__DEPENDENCIES_2)
159
AM_V_P = $(am__v_P_@AM_V@)
160
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
161
am__v_P_0 = false
162
am__v_P_1 = :
163
AM_V_GEN = $(am__v_GEN_@AM_V@)
164
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
165
am__v_GEN_0 = @echo "  GEN     " $@;
166
am__v_GEN_1 =
167
AM_V_at = $(am__v_at_@AM_V@)
168
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
169
am__v_at_0 = @
170
am__v_at_1 =
171
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
172
depcomp = $(SHELL) $(top_srcdir)/depcomp
173
am__depfiles_maybe = depfiles
174
am__mv = mv -f
175
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
176
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
177
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
178
	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
179
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
180
	$(AM_CFLAGS) $(CFLAGS)
181
AM_V_CC = $(am__v_CC_@AM_V@)
182
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
183
am__v_CC_0 = @echo "  CC      " $@;
184
am__v_CC_1 =
185
CCLD = $(CC)
186
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
187
	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
188
	$(AM_LDFLAGS) $(LDFLAGS) -o $@
189
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
190
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
191
am__v_CCLD_0 = @echo "  CCLD    " $@;
192
am__v_CCLD_1 =
193
SOURCES = $(test_01_SOURCES) $(test_02_SOURCES) $(test_03_SOURCES) \
194
	$(test_04_SOURCES) $(test_05_SOURCES) $(test_06_SOURCES) \
195
	$(test_07_SOURCES) $(test_08_SOURCES) $(test_09_SOURCES) \
196
	$(test_10_SOURCES) $(test_11_SOURCES)
197
DIST_SOURCES = $(test_01_SOURCES) $(test_02_SOURCES) \
198
	$(test_03_SOURCES) $(test_04_SOURCES) $(test_05_SOURCES) \
199
	$(test_06_SOURCES) $(test_07_SOURCES) $(test_08_SOURCES) \
200
	$(test_09_SOURCES) $(test_10_SOURCES) $(test_11_SOURCES)
201
am__can_run_installinfo = \
202
  case $$AM_UPDATE_INFO_DIR in \
203
    n|no|NO) false;; \
204
    *) (install-info --version) >/dev/null 2>&1;; \
205
  esac
206
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
207
# Read a list of newline-separated strings from the standard input,
208
# and print each of them once, without duplicates.  Input order is
209
# *not* preserved.
210
am__uniquify_input = $(AWK) '\
211
  BEGIN { nonempty = 0; } \
212
  { items[$$0] = 1; nonempty = 1; } \
213
  END { if (nonempty) { for (i in items) print i; }; } \
214
'
215
# Make sure the list of sources is unique.  This is necessary because,
216
# e.g., the same source file might be shared among _SOURCES variables
217
# for different programs/libraries.
218
am__define_uniq_tagged_files = \
219
  list='$(am__tagged_files)'; \
220
  unique=`for i in $$list; do \
221
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
222
  done | $(am__uniquify_input)`
223
ETAGS = etags
224
CTAGS = ctags
225
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
226
ACLOCAL = @ACLOCAL@
227
AMTAR = @AMTAR@
228
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
229
AR = @AR@
230
AUTOCONF = @AUTOCONF@
231
AUTOHEADER = @AUTOHEADER@
232
AUTOMAKE = @AUTOMAKE@
233
AWK = @AWK@
234
CC = @CC@
235
CCDEPMODE = @CCDEPMODE@
236
CFLAGS = @CFLAGS@
237
CPP = @CPP@
238
CPPFLAGS = @CPPFLAGS@
239
CXX = @CXX@
240
CXXCPP = @CXXCPP@
241
CXXDEPMODE = @CXXDEPMODE@
242
CXXFLAGS = @CXXFLAGS@
243
CYGPATH_W = @CYGPATH_W@
244
DEFS = @DEFS@
245
DEPDIR = @DEPDIR@
246
DLLTOOL = @DLLTOOL@
247
DOXYGEN = @DOXYGEN@
248
DRM_CFLAGS = @DRM_CFLAGS@
249
DRM_LIBS = @DRM_LIBS@
250
DSYMUTIL = @DSYMUTIL@
251
DUMPBIN = @DUMPBIN@
252
ECHO_C = @ECHO_C@
253
ECHO_N = @ECHO_N@
254
ECHO_T = @ECHO_T@
255
EGL_CFLAGS = @EGL_CFLAGS@
256
EGL_LIBS = @EGL_LIBS@
257
EGREP = @EGREP@
258
EXEEXT = @EXEEXT@
259
FGREP = @FGREP@
260
GLX_CFLAGS = @GLX_CFLAGS@
261
GLX_LIBS = @GLX_LIBS@
262
GREP = @GREP@
263
INSTALL = @INSTALL@
264
INSTALL_DATA = @INSTALL_DATA@
265
INSTALL_PROGRAM = @INSTALL_PROGRAM@
266
INSTALL_SCRIPT = @INSTALL_SCRIPT@
267
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
268
LD = @LD@
269
LDFLAGS = @LDFLAGS@
270
LIBDRM_VERSION = @LIBDRM_VERSION@
271
LIBOBJS = @LIBOBJS@
272
LIBS = @LIBS@
273
LIBTOOL = @LIBTOOL@
274
LIBVA_DRIVERS_PATH = @LIBVA_DRIVERS_PATH@
275
LIBVA_LT_LDFLAGS = @LIBVA_LT_LDFLAGS@
276
LIBVA_LT_VERSION = @LIBVA_LT_VERSION@
277
LIBVA_MAJOR_VERSION = @LIBVA_MAJOR_VERSION@
278
LIBVA_MICRO_VERSION = @LIBVA_MICRO_VERSION@
279
LIBVA_MINOR_VERSION = @LIBVA_MINOR_VERSION@
280
LIBVA_VERSION = @LIBVA_VERSION@
281
LIPO = @LIPO@
282
LN_S = @LN_S@
283
LTLIBOBJS = @LTLIBOBJS@
284
MAKEINFO = @MAKEINFO@
285
MANIFEST_TOOL = @MANIFEST_TOOL@
286
MKDIR_P = @MKDIR_P@
287
NM = @NM@
288
NMEDIT = @NMEDIT@
289
OBJDUMP = @OBJDUMP@
290
OBJEXT = @OBJEXT@
291
OTOOL = @OTOOL@
292
OTOOL64 = @OTOOL64@
293
PACKAGE = @PACKAGE@
294
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
295
PACKAGE_NAME = @PACKAGE_NAME@
296
PACKAGE_STRING = @PACKAGE_STRING@
297
PACKAGE_TARNAME = @PACKAGE_TARNAME@
298
PACKAGE_URL = @PACKAGE_URL@
299
PACKAGE_VERSION = @PACKAGE_VERSION@
300
PATH_SEPARATOR = @PATH_SEPARATOR@
301
PKG_CONFIG = @PKG_CONFIG@
302
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
303
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
304
RANLIB = @RANLIB@
305
SED = @SED@
306
SET_MAKE = @SET_MAKE@
307
SHELL = @SHELL@
308
STRIP = @STRIP@
309
TODAY = @TODAY@
310
VA_API_MAJOR_VERSION = @VA_API_MAJOR_VERSION@
311
VA_API_MICRO_VERSION = @VA_API_MICRO_VERSION@
312
VA_API_MINOR_VERSION = @VA_API_MINOR_VERSION@
313
VA_API_VERSION = @VA_API_VERSION@
314
VERSION = @VERSION@
315
WAYLAND_API_VERSION = @WAYLAND_API_VERSION@
316
WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
317
WAYLAND_LIBS = @WAYLAND_LIBS@
318
WAYLAND_SCANNER_CFLAGS = @WAYLAND_SCANNER_CFLAGS@
319
WAYLAND_SCANNER_LIBS = @WAYLAND_SCANNER_LIBS@
320
X11_CFLAGS = @X11_CFLAGS@
321
X11_LIBS = @X11_LIBS@
322
XEXT_CFLAGS = @XEXT_CFLAGS@
323
XEXT_LIBS = @XEXT_LIBS@
324
XFIXES_CFLAGS = @XFIXES_CFLAGS@
325
XFIXES_LIBS = @XFIXES_LIBS@
326
abs_builddir = @abs_builddir@
327
abs_srcdir = @abs_srcdir@
328
abs_top_builddir = @abs_top_builddir@
329
abs_top_srcdir = @abs_top_srcdir@
330
ac_ct_AR = @ac_ct_AR@
331
ac_ct_CC = @ac_ct_CC@
332
ac_ct_CXX = @ac_ct_CXX@
333
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
334
am__include = @am__include@
335
am__leading_dot = @am__leading_dot@
336
am__quote = @am__quote@
337
am__tar = @am__tar@
338
am__untar = @am__untar@
339
bindir = @bindir@
340
build = @build@
341
build_alias = @build_alias@
342
build_cpu = @build_cpu@
343
build_os = @build_os@
344
build_vendor = @build_vendor@
345
builddir = @builddir@
346
datadir = @datadir@
347
datarootdir = @datarootdir@
348
docdir = @docdir@
349
dvidir = @dvidir@
350
exec_prefix = @exec_prefix@
351
host = @host@
352
host_alias = @host_alias@
353
host_cpu = @host_cpu@
354
host_os = @host_os@
355
host_vendor = @host_vendor@
356
htmldir = @htmldir@
357
includedir = @includedir@
358
infodir = @infodir@
359
install_sh = @install_sh@
360
libdir = @libdir@
361
libexecdir = @libexecdir@
362
localedir = @localedir@
363
localstatedir = @localstatedir@
364
mandir = @mandir@
365
mkdir_p = @mkdir_p@
366
oldincludedir = @oldincludedir@
367
pdfdir = @pdfdir@
368
pkgconfigdir = @pkgconfigdir@
369
prefix = @prefix@
370
program_transform_name = @program_transform_name@
371
psdir = @psdir@
372
sbindir = @sbindir@
373
sharedstatedir = @sharedstatedir@
374
srcdir = @srcdir@
375
sysconfdir = @sysconfdir@
376
target_alias = @target_alias@
377
top_build_prefix = @top_build_prefix@
378
top_builddir = @top_builddir@
379
top_srcdir = @top_srcdir@
380
wayland_protocoldir = @wayland_protocoldir@
381
wayland_scanner = @wayland_scanner@
382
AM_CFLAGS = \
383
	-DIN_LIBVA		\
384
	-I$(top_srcdir)		\
385
	$(X11_CFLAGS)		\
386
	$(NULL)
387
 
388
TEST_LIBS = \
389
	$(top_builddir)/va/libva.la	\
390
	$(top_builddir)/va/libva-x11.la	\
391
	$(X11_LIBS)			\
392
	$(NULL)
393
 
394
test_01_LDADD = $(TEST_LIBS)
395
test_01_SOURCES = test_01.c
396
test_02_LDADD = $(TEST_LIBS)
397
test_02_SOURCES = test_02.c
398
test_03_LDADD = $(TEST_LIBS)
399
test_03_SOURCES = test_03.c
400
test_04_LDADD = $(TEST_LIBS)
401
test_04_SOURCES = test_04.c
402
test_05_LDADD = $(TEST_LIBS)
403
test_05_SOURCES = test_05.c
404
test_06_LDADD = $(TEST_LIBS)
405
test_06_SOURCES = test_06.c
406
test_07_LDADD = $(TEST_LIBS)
407
test_07_SOURCES = test_07.c
408
test_08_LDADD = $(TEST_LIBS)
409
test_08_SOURCES = test_08.c
410
test_09_LDADD = $(TEST_LIBS)
411
test_09_SOURCES = test_09.c
412
test_10_LDADD = $(TEST_LIBS)
413
test_10_SOURCES = test_10.c
414
test_11_LDADD = $(TEST_LIBS)
415
test_11_SOURCES = test_11.c
416
EXTRA_DIST = test_common.c test_x11.c
417
all: all-am
418
 
419
.SUFFIXES:
420
.SUFFIXES: .c .lo .o .obj
421
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
422
	@for dep in $?; do \
423
	  case '$(am__configure_deps)' in \
424
	    *$$dep*) \
425
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
426
	        && { if test -f $@; then exit 0; else break; fi; }; \
427
	      exit 1;; \
428
	  esac; \
429
	done; \
430
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/basic/Makefile'; \
431
	$(am__cd) $(top_srcdir) && \
432
	  $(AUTOMAKE) --gnu test/basic/Makefile
433
.PRECIOUS: Makefile
434
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
435
	@case '$?' in \
436
	  *config.status*) \
437
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
438
	  *) \
439
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
440
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
441
	esac;
442
 
443
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
444
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
445
 
446
$(top_srcdir)/configure:  $(am__configure_deps)
447
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
448
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
449
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
450
$(am__aclocal_m4_deps):
451
 
452
clean-noinstPROGRAMS:
453
	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
454
	echo " rm -f" $$list; \
455
	rm -f $$list || exit $$?; \
456
	test -n "$(EXEEXT)" || exit 0; \
457
	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
458
	echo " rm -f" $$list; \
459
	rm -f $$list
460
 
461
test_01$(EXEEXT): $(test_01_OBJECTS) $(test_01_DEPENDENCIES) $(EXTRA_test_01_DEPENDENCIES)
462
	@rm -f test_01$(EXEEXT)
463
	$(AM_V_CCLD)$(LINK) $(test_01_OBJECTS) $(test_01_LDADD) $(LIBS)
464
 
465
test_02$(EXEEXT): $(test_02_OBJECTS) $(test_02_DEPENDENCIES) $(EXTRA_test_02_DEPENDENCIES)
466
	@rm -f test_02$(EXEEXT)
467
	$(AM_V_CCLD)$(LINK) $(test_02_OBJECTS) $(test_02_LDADD) $(LIBS)
468
 
469
test_03$(EXEEXT): $(test_03_OBJECTS) $(test_03_DEPENDENCIES) $(EXTRA_test_03_DEPENDENCIES)
470
	@rm -f test_03$(EXEEXT)
471
	$(AM_V_CCLD)$(LINK) $(test_03_OBJECTS) $(test_03_LDADD) $(LIBS)
472
 
473
test_04$(EXEEXT): $(test_04_OBJECTS) $(test_04_DEPENDENCIES) $(EXTRA_test_04_DEPENDENCIES)
474
	@rm -f test_04$(EXEEXT)
475
	$(AM_V_CCLD)$(LINK) $(test_04_OBJECTS) $(test_04_LDADD) $(LIBS)
476
 
477
test_05$(EXEEXT): $(test_05_OBJECTS) $(test_05_DEPENDENCIES) $(EXTRA_test_05_DEPENDENCIES)
478
	@rm -f test_05$(EXEEXT)
479
	$(AM_V_CCLD)$(LINK) $(test_05_OBJECTS) $(test_05_LDADD) $(LIBS)
480
 
481
test_06$(EXEEXT): $(test_06_OBJECTS) $(test_06_DEPENDENCIES) $(EXTRA_test_06_DEPENDENCIES)
482
	@rm -f test_06$(EXEEXT)
483
	$(AM_V_CCLD)$(LINK) $(test_06_OBJECTS) $(test_06_LDADD) $(LIBS)
484
 
485
test_07$(EXEEXT): $(test_07_OBJECTS) $(test_07_DEPENDENCIES) $(EXTRA_test_07_DEPENDENCIES)
486
	@rm -f test_07$(EXEEXT)
487
	$(AM_V_CCLD)$(LINK) $(test_07_OBJECTS) $(test_07_LDADD) $(LIBS)
488
 
489
test_08$(EXEEXT): $(test_08_OBJECTS) $(test_08_DEPENDENCIES) $(EXTRA_test_08_DEPENDENCIES)
490
	@rm -f test_08$(EXEEXT)
491
	$(AM_V_CCLD)$(LINK) $(test_08_OBJECTS) $(test_08_LDADD) $(LIBS)
492
 
493
test_09$(EXEEXT): $(test_09_OBJECTS) $(test_09_DEPENDENCIES) $(EXTRA_test_09_DEPENDENCIES)
494
	@rm -f test_09$(EXEEXT)
495
	$(AM_V_CCLD)$(LINK) $(test_09_OBJECTS) $(test_09_LDADD) $(LIBS)
496
 
497
test_10$(EXEEXT): $(test_10_OBJECTS) $(test_10_DEPENDENCIES) $(EXTRA_test_10_DEPENDENCIES)
498
	@rm -f test_10$(EXEEXT)
499
	$(AM_V_CCLD)$(LINK) $(test_10_OBJECTS) $(test_10_LDADD) $(LIBS)
500
 
501
test_11$(EXEEXT): $(test_11_OBJECTS) $(test_11_DEPENDENCIES) $(EXTRA_test_11_DEPENDENCIES)
502
	@rm -f test_11$(EXEEXT)
503
	$(AM_V_CCLD)$(LINK) $(test_11_OBJECTS) $(test_11_LDADD) $(LIBS)
504
 
505
mostlyclean-compile:
506
	-rm -f *.$(OBJEXT)
507
 
508
distclean-compile:
509
	-rm -f *.tab.c
510
 
511
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_01.Po@am__quote@
512
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_02.Po@am__quote@
513
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_03.Po@am__quote@
514
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_04.Po@am__quote@
515
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_05.Po@am__quote@
516
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_06.Po@am__quote@
517
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_07.Po@am__quote@
518
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_08.Po@am__quote@
519
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_09.Po@am__quote@
520
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_10.Po@am__quote@
521
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_11.Po@am__quote@
522
 
523
.c.o:
524
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
525
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
526
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
527
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
528
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
529
 
530
.c.obj:
531
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
532
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
533
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
534
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
535
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
536
 
537
.c.lo:
538
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
539
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
540
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
541
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
542
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
543
 
544
mostlyclean-libtool:
545
	-rm -f *.lo
546
 
547
clean-libtool:
548
	-rm -rf .libs _libs
549
 
550
ID: $(am__tagged_files)
551
	$(am__define_uniq_tagged_files); mkid -fID $$unique
552
tags: tags-am
553
TAGS: tags
554
 
555
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
556
	set x; \
557
	here=`pwd`; \
558
	$(am__define_uniq_tagged_files); \
559
	shift; \
560
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
561
	  test -n "$$unique" || unique=$$empty_fix; \
562
	  if test $$# -gt 0; then \
563
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
564
	      "$$@" $$unique; \
565
	  else \
566
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
567
	      $$unique; \
568
	  fi; \
569
	fi
570
ctags: ctags-am
571
 
572
CTAGS: ctags
573
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
574
	$(am__define_uniq_tagged_files); \
575
	test -z "$(CTAGS_ARGS)$$unique" \
576
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
577
	     $$unique
578
 
579
GTAGS:
580
	here=`$(am__cd) $(top_builddir) && pwd` \
581
	  && $(am__cd) $(top_srcdir) \
582
	  && gtags -i $(GTAGS_ARGS) "$$here"
583
cscopelist: cscopelist-am
584
 
585
cscopelist-am: $(am__tagged_files)
586
	list='$(am__tagged_files)'; \
587
	case "$(srcdir)" in \
588
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
589
	  *) sdir=$(subdir)/$(srcdir) ;; \
590
	esac; \
591
	for i in $$list; do \
592
	  if test -f "$$i"; then \
593
	    echo "$(subdir)/$$i"; \
594
	  else \
595
	    echo "$$sdir/$$i"; \
596
	  fi; \
597
	done >> $(top_builddir)/cscope.files
598
 
599
distclean-tags:
600
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
601
 
602
distdir: $(DISTFILES)
603
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
604
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
605
	list='$(DISTFILES)'; \
606
	  dist_files=`for file in $$list; do echo $$file; done | \
607
	  sed -e "s|^$$srcdirstrip/||;t" \
608
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
609
	case $$dist_files in \
610
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
611
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
612
			   sort -u` ;; \
613
	esac; \
614
	for file in $$dist_files; do \
615
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
616
	  if test -d $$d/$$file; then \
617
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
618
	    if test -d "$(distdir)/$$file"; then \
619
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
620
	    fi; \
621
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
622
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
623
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
624
	    fi; \
625
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
626
	  else \
627
	    test -f "$(distdir)/$$file" \
628
	    || cp -p $$d/$$file "$(distdir)/$$file" \
629
	    || exit 1; \
630
	  fi; \
631
	done
632
check-am: all-am
633
check: check-am
634
all-am: Makefile $(PROGRAMS)
635
installdirs:
636
install: install-am
637
install-exec: install-exec-am
638
install-data: install-data-am
639
uninstall: uninstall-am
640
 
641
install-am: all-am
642
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
643
 
644
installcheck: installcheck-am
645
install-strip:
646
	if test -z '$(STRIP)'; then \
647
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
648
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
649
	      install; \
650
	else \
651
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
652
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
653
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
654
	fi
655
mostlyclean-generic:
656
 
657
clean-generic:
658
 
659
distclean-generic:
660
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
661
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
662
 
663
maintainer-clean-generic:
664
	@echo "This command is intended for maintainers to use"
665
	@echo "it deletes files that may require special tools to rebuild."
666
clean: clean-am
667
 
668
clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
669
	mostlyclean-am
670
 
671
distclean: distclean-am
672
	-rm -rf ./$(DEPDIR)
673
	-rm -f Makefile
674
distclean-am: clean-am distclean-compile distclean-generic \
675
	distclean-tags
676
 
677
dvi: dvi-am
678
 
679
dvi-am:
680
 
681
html: html-am
682
 
683
html-am:
684
 
685
info: info-am
686
 
687
info-am:
688
 
689
install-data-am:
690
 
691
install-dvi: install-dvi-am
692
 
693
install-dvi-am:
694
 
695
install-exec-am:
696
 
697
install-html: install-html-am
698
 
699
install-html-am:
700
 
701
install-info: install-info-am
702
 
703
install-info-am:
704
 
705
install-man:
706
 
707
install-pdf: install-pdf-am
708
 
709
install-pdf-am:
710
 
711
install-ps: install-ps-am
712
 
713
install-ps-am:
714
 
715
installcheck-am:
716
 
717
maintainer-clean: maintainer-clean-am
718
	-rm -rf ./$(DEPDIR)
719
	-rm -f Makefile
720
maintainer-clean-am: distclean-am maintainer-clean-generic
721
 
722
mostlyclean: mostlyclean-am
723
 
724
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
725
	mostlyclean-libtool
726
 
727
pdf: pdf-am
728
 
729
pdf-am:
730
 
731
ps: ps-am
732
 
733
ps-am:
734
 
735
uninstall-am:
736
 
737
.MAKE: install-am install-strip
738
 
739
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
740
	clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
741
	ctags-am distclean distclean-compile distclean-generic \
742
	distclean-libtool distclean-tags distdir dvi dvi-am html \
743
	html-am info info-am install install-am install-data \
744
	install-data-am install-dvi install-dvi-am install-exec \
745
	install-exec-am install-html install-html-am install-info \
746
	install-info-am install-man install-pdf install-pdf-am \
747
	install-ps install-ps-am install-strip installcheck \
748
	installcheck-am installdirs maintainer-clean \
749
	maintainer-clean-generic mostlyclean mostlyclean-compile \
750
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
751
	tags tags-am uninstall uninstall-am
752
 
753
 
754
valgrind:	$(noinst_PROGRAMS)
755
	for a in $(noinst_PROGRAMS); do \
756
		valgrind --leak-check=full --show-reachable=yes .libs/$$a; \
757
	done
758
 
759
# Tell versions [3.59,3.63) of GNU make to not export all variables.
760
# Otherwise a system limit (for SysV at least) may be exceeded.
761
.NOEXPORT: