Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  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 = @WAYLAND_SCANNER@
  319. X11_CFLAGS = @X11_CFLAGS@
  320. X11_LIBS = @X11_LIBS@
  321. XEXT_CFLAGS = @XEXT_CFLAGS@
  322. XEXT_LIBS = @XEXT_LIBS@
  323. XFIXES_CFLAGS = @XFIXES_CFLAGS@
  324. XFIXES_LIBS = @XFIXES_LIBS@
  325. abs_builddir = @abs_builddir@
  326. abs_srcdir = @abs_srcdir@
  327. abs_top_builddir = @abs_top_builddir@
  328. abs_top_srcdir = @abs_top_srcdir@
  329. ac_ct_AR = @ac_ct_AR@
  330. ac_ct_CC = @ac_ct_CC@
  331. ac_ct_CXX = @ac_ct_CXX@
  332. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  333. am__include = @am__include@
  334. am__leading_dot = @am__leading_dot@
  335. am__quote = @am__quote@
  336. am__tar = @am__tar@
  337. am__untar = @am__untar@
  338. bindir = @bindir@
  339. build = @build@
  340. build_alias = @build_alias@
  341. build_cpu = @build_cpu@
  342. build_os = @build_os@
  343. build_vendor = @build_vendor@
  344. builddir = @builddir@
  345. datadir = @datadir@
  346. datarootdir = @datarootdir@
  347. docdir = @docdir@
  348. dvidir = @dvidir@
  349. exec_prefix = @exec_prefix@
  350. host = @host@
  351. host_alias = @host_alias@
  352. host_cpu = @host_cpu@
  353. host_os = @host_os@
  354. host_vendor = @host_vendor@
  355. htmldir = @htmldir@
  356. includedir = @includedir@
  357. infodir = @infodir@
  358. install_sh = @install_sh@
  359. libdir = @libdir@
  360. libexecdir = @libexecdir@
  361. localedir = @localedir@
  362. localstatedir = @localstatedir@
  363. mandir = @mandir@
  364. mkdir_p = @mkdir_p@
  365. oldincludedir = @oldincludedir@
  366. pdfdir = @pdfdir@
  367. pkgconfigdir = @pkgconfigdir@
  368. prefix = @prefix@
  369. program_transform_name = @program_transform_name@
  370. psdir = @psdir@
  371. sbindir = @sbindir@
  372. sharedstatedir = @sharedstatedir@
  373. srcdir = @srcdir@
  374. sysconfdir = @sysconfdir@
  375. target_alias = @target_alias@
  376. top_build_prefix = @top_build_prefix@
  377. top_builddir = @top_builddir@
  378. top_srcdir = @top_srcdir@
  379. AM_CFLAGS = \
  380.         -DIN_LIBVA              \
  381.         -I$(top_srcdir)         \
  382.         $(X11_CFLAGS)           \
  383.         $(NULL)
  384.  
  385. TEST_LIBS = \
  386.         $(top_builddir)/va/libva.la     \
  387.         $(top_builddir)/va/libva-x11.la \
  388.         $(X11_LIBS)                     \
  389.         $(NULL)
  390.  
  391. test_01_LDADD = $(TEST_LIBS)
  392. test_01_SOURCES = test_01.c
  393. test_02_LDADD = $(TEST_LIBS)
  394. test_02_SOURCES = test_02.c
  395. test_03_LDADD = $(TEST_LIBS)
  396. test_03_SOURCES = test_03.c
  397. test_04_LDADD = $(TEST_LIBS)
  398. test_04_SOURCES = test_04.c
  399. test_05_LDADD = $(TEST_LIBS)
  400. test_05_SOURCES = test_05.c
  401. test_06_LDADD = $(TEST_LIBS)
  402. test_06_SOURCES = test_06.c
  403. test_07_LDADD = $(TEST_LIBS)
  404. test_07_SOURCES = test_07.c
  405. test_08_LDADD = $(TEST_LIBS)
  406. test_08_SOURCES = test_08.c
  407. test_09_LDADD = $(TEST_LIBS)
  408. test_09_SOURCES = test_09.c
  409. test_10_LDADD = $(TEST_LIBS)
  410. test_10_SOURCES = test_10.c
  411. test_11_LDADD = $(TEST_LIBS)
  412. test_11_SOURCES = test_11.c
  413. EXTRA_DIST = test_common.c test_x11.c
  414. all: all-am
  415.  
  416. .SUFFIXES:
  417. .SUFFIXES: .c .lo .o .obj
  418. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  419.         @for dep in $?; do \
  420.           case '$(am__configure_deps)' in \
  421.             *$$dep*) \
  422.               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  423.                 && { if test -f $@; then exit 0; else break; fi; }; \
  424.               exit 1;; \
  425.           esac; \
  426.         done; \
  427.         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/basic/Makefile'; \
  428.         $(am__cd) $(top_srcdir) && \
  429.           $(AUTOMAKE) --gnu test/basic/Makefile
  430. .PRECIOUS: Makefile
  431. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  432.         @case '$?' in \
  433.           *config.status*) \
  434.             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  435.           *) \
  436.             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  437.             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  438.         esac;
  439.  
  440. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  441.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  442.  
  443. $(top_srcdir)/configure:  $(am__configure_deps)
  444.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  445. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  446.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  447. $(am__aclocal_m4_deps):
  448.  
  449. clean-noinstPROGRAMS:
  450.         @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
  451.         echo " rm -f" $$list; \
  452.         rm -f $$list || exit $$?; \
  453.         test -n "$(EXEEXT)" || exit 0; \
  454.         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  455.         echo " rm -f" $$list; \
  456.         rm -f $$list
  457.  
  458. test_01$(EXEEXT): $(test_01_OBJECTS) $(test_01_DEPENDENCIES) $(EXTRA_test_01_DEPENDENCIES)
  459.         @rm -f test_01$(EXEEXT)
  460.         $(AM_V_CCLD)$(LINK) $(test_01_OBJECTS) $(test_01_LDADD) $(LIBS)
  461.  
  462. test_02$(EXEEXT): $(test_02_OBJECTS) $(test_02_DEPENDENCIES) $(EXTRA_test_02_DEPENDENCIES)
  463.         @rm -f test_02$(EXEEXT)
  464.         $(AM_V_CCLD)$(LINK) $(test_02_OBJECTS) $(test_02_LDADD) $(LIBS)
  465.  
  466. test_03$(EXEEXT): $(test_03_OBJECTS) $(test_03_DEPENDENCIES) $(EXTRA_test_03_DEPENDENCIES)
  467.         @rm -f test_03$(EXEEXT)
  468.         $(AM_V_CCLD)$(LINK) $(test_03_OBJECTS) $(test_03_LDADD) $(LIBS)
  469.  
  470. test_04$(EXEEXT): $(test_04_OBJECTS) $(test_04_DEPENDENCIES) $(EXTRA_test_04_DEPENDENCIES)
  471.         @rm -f test_04$(EXEEXT)
  472.         $(AM_V_CCLD)$(LINK) $(test_04_OBJECTS) $(test_04_LDADD) $(LIBS)
  473.  
  474. test_05$(EXEEXT): $(test_05_OBJECTS) $(test_05_DEPENDENCIES) $(EXTRA_test_05_DEPENDENCIES)
  475.         @rm -f test_05$(EXEEXT)
  476.         $(AM_V_CCLD)$(LINK) $(test_05_OBJECTS) $(test_05_LDADD) $(LIBS)
  477.  
  478. test_06$(EXEEXT): $(test_06_OBJECTS) $(test_06_DEPENDENCIES) $(EXTRA_test_06_DEPENDENCIES)
  479.         @rm -f test_06$(EXEEXT)
  480.         $(AM_V_CCLD)$(LINK) $(test_06_OBJECTS) $(test_06_LDADD) $(LIBS)
  481.  
  482. test_07$(EXEEXT): $(test_07_OBJECTS) $(test_07_DEPENDENCIES) $(EXTRA_test_07_DEPENDENCIES)
  483.         @rm -f test_07$(EXEEXT)
  484.         $(AM_V_CCLD)$(LINK) $(test_07_OBJECTS) $(test_07_LDADD) $(LIBS)
  485.  
  486. test_08$(EXEEXT): $(test_08_OBJECTS) $(test_08_DEPENDENCIES) $(EXTRA_test_08_DEPENDENCIES)
  487.         @rm -f test_08$(EXEEXT)
  488.         $(AM_V_CCLD)$(LINK) $(test_08_OBJECTS) $(test_08_LDADD) $(LIBS)
  489.  
  490. test_09$(EXEEXT): $(test_09_OBJECTS) $(test_09_DEPENDENCIES) $(EXTRA_test_09_DEPENDENCIES)
  491.         @rm -f test_09$(EXEEXT)
  492.         $(AM_V_CCLD)$(LINK) $(test_09_OBJECTS) $(test_09_LDADD) $(LIBS)
  493.  
  494. test_10$(EXEEXT): $(test_10_OBJECTS) $(test_10_DEPENDENCIES) $(EXTRA_test_10_DEPENDENCIES)
  495.         @rm -f test_10$(EXEEXT)
  496.         $(AM_V_CCLD)$(LINK) $(test_10_OBJECTS) $(test_10_LDADD) $(LIBS)
  497.  
  498. test_11$(EXEEXT): $(test_11_OBJECTS) $(test_11_DEPENDENCIES) $(EXTRA_test_11_DEPENDENCIES)
  499.         @rm -f test_11$(EXEEXT)
  500.         $(AM_V_CCLD)$(LINK) $(test_11_OBJECTS) $(test_11_LDADD) $(LIBS)
  501.  
  502. mostlyclean-compile:
  503.         -rm -f *.$(OBJEXT)
  504.  
  505. distclean-compile:
  506.         -rm -f *.tab.c
  507.  
  508. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_01.Po@am__quote@
  509. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_02.Po@am__quote@
  510. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_03.Po@am__quote@
  511. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_04.Po@am__quote@
  512. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_05.Po@am__quote@
  513. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_06.Po@am__quote@
  514. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_07.Po@am__quote@
  515. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_08.Po@am__quote@
  516. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_09.Po@am__quote@
  517. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_10.Po@am__quote@
  518. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_11.Po@am__quote@
  519.  
  520. .c.o:
  521. @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  522. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  523. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  524. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  525. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  526.  
  527. .c.obj:
  528. @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  529. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  530. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  531. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  532. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  533.  
  534. .c.lo:
  535. @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  536. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  537. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  538. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  539. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  540.  
  541. mostlyclean-libtool:
  542.         -rm -f *.lo
  543.  
  544. clean-libtool:
  545.         -rm -rf .libs _libs
  546.  
  547. ID: $(am__tagged_files)
  548.         $(am__define_uniq_tagged_files); mkid -fID $$unique
  549. tags: tags-am
  550. TAGS: tags
  551.  
  552. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  553.         set x; \
  554.         here=`pwd`; \
  555.         $(am__define_uniq_tagged_files); \
  556.         shift; \
  557.         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  558.           test -n "$$unique" || unique=$$empty_fix; \
  559.           if test $$# -gt 0; then \
  560.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  561.               "$$@" $$unique; \
  562.           else \
  563.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  564.               $$unique; \
  565.           fi; \
  566.         fi
  567. ctags: ctags-am
  568.  
  569. CTAGS: ctags
  570. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  571.         $(am__define_uniq_tagged_files); \
  572.         test -z "$(CTAGS_ARGS)$$unique" \
  573.           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  574.              $$unique
  575.  
  576. GTAGS:
  577.         here=`$(am__cd) $(top_builddir) && pwd` \
  578.           && $(am__cd) $(top_srcdir) \
  579.           && gtags -i $(GTAGS_ARGS) "$$here"
  580. cscopelist: cscopelist-am
  581.  
  582. cscopelist-am: $(am__tagged_files)
  583.         list='$(am__tagged_files)'; \
  584.         case "$(srcdir)" in \
  585.           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  586.           *) sdir=$(subdir)/$(srcdir) ;; \
  587.         esac; \
  588.         for i in $$list; do \
  589.           if test -f "$$i"; then \
  590.             echo "$(subdir)/$$i"; \
  591.           else \
  592.             echo "$$sdir/$$i"; \
  593.           fi; \
  594.         done >> $(top_builddir)/cscope.files
  595.  
  596. distclean-tags:
  597.         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  598.  
  599. distdir: $(DISTFILES)
  600.         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  601.         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  602.         list='$(DISTFILES)'; \
  603.           dist_files=`for file in $$list; do echo $$file; done | \
  604.           sed -e "s|^$$srcdirstrip/||;t" \
  605.               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  606.         case $$dist_files in \
  607.           */*) $(MKDIR_P) `echo "$$dist_files" | \
  608.                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  609.                            sort -u` ;; \
  610.         esac; \
  611.         for file in $$dist_files; do \
  612.           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  613.           if test -d $$d/$$file; then \
  614.             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  615.             if test -d "$(distdir)/$$file"; then \
  616.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  617.             fi; \
  618.             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  619.               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  620.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  621.             fi; \
  622.             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  623.           else \
  624.             test -f "$(distdir)/$$file" \
  625.             || cp -p $$d/$$file "$(distdir)/$$file" \
  626.             || exit 1; \
  627.           fi; \
  628.         done
  629. check-am: all-am
  630. check: check-am
  631. all-am: Makefile $(PROGRAMS)
  632. installdirs:
  633. install: install-am
  634. install-exec: install-exec-am
  635. install-data: install-data-am
  636. uninstall: uninstall-am
  637.  
  638. install-am: all-am
  639.         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  640.  
  641. installcheck: installcheck-am
  642. install-strip:
  643.         if test -z '$(STRIP)'; then \
  644.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  645.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  646.               install; \
  647.         else \
  648.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  649.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  650.             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  651.         fi
  652. mostlyclean-generic:
  653.  
  654. clean-generic:
  655.  
  656. distclean-generic:
  657.         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  658.         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  659.  
  660. maintainer-clean-generic:
  661.         @echo "This command is intended for maintainers to use"
  662.         @echo "it deletes files that may require special tools to rebuild."
  663. clean: clean-am
  664.  
  665. clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
  666.         mostlyclean-am
  667.  
  668. distclean: distclean-am
  669.         -rm -rf ./$(DEPDIR)
  670.         -rm -f Makefile
  671. distclean-am: clean-am distclean-compile distclean-generic \
  672.         distclean-tags
  673.  
  674. dvi: dvi-am
  675.  
  676. dvi-am:
  677.  
  678. html: html-am
  679.  
  680. html-am:
  681.  
  682. info: info-am
  683.  
  684. info-am:
  685.  
  686. install-data-am:
  687.  
  688. install-dvi: install-dvi-am
  689.  
  690. install-dvi-am:
  691.  
  692. install-exec-am:
  693.  
  694. install-html: install-html-am
  695.  
  696. install-html-am:
  697.  
  698. install-info: install-info-am
  699.  
  700. install-info-am:
  701.  
  702. install-man:
  703.  
  704. install-pdf: install-pdf-am
  705.  
  706. install-pdf-am:
  707.  
  708. install-ps: install-ps-am
  709.  
  710. install-ps-am:
  711.  
  712. installcheck-am:
  713.  
  714. maintainer-clean: maintainer-clean-am
  715.         -rm -rf ./$(DEPDIR)
  716.         -rm -f Makefile
  717. maintainer-clean-am: distclean-am maintainer-clean-generic
  718.  
  719. mostlyclean: mostlyclean-am
  720.  
  721. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  722.         mostlyclean-libtool
  723.  
  724. pdf: pdf-am
  725.  
  726. pdf-am:
  727.  
  728. ps: ps-am
  729.  
  730. ps-am:
  731.  
  732. uninstall-am:
  733.  
  734. .MAKE: install-am install-strip
  735.  
  736. .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
  737.         clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
  738.         ctags-am distclean distclean-compile distclean-generic \
  739.         distclean-libtool distclean-tags distdir dvi dvi-am html \
  740.         html-am info info-am install install-am install-data \
  741.         install-data-am install-dvi install-dvi-am install-exec \
  742.         install-exec-am install-html install-html-am install-info \
  743.         install-info-am install-man install-pdf install-pdf-am \
  744.         install-ps install-ps-am install-strip installcheck \
  745.         installcheck-am installdirs maintainer-clean \
  746.         maintainer-clean-generic mostlyclean mostlyclean-compile \
  747.         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  748.         tags tags-am uninstall uninstall-am
  749.  
  750.  
  751. valgrind:       $(noinst_PROGRAMS)
  752.         for a in $(noinst_PROGRAMS); do \
  753.                 valgrind --leak-check=full --show-reachable=yes .libs/$$a; \
  754.         done
  755.  
  756. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  757. # Otherwise a system limit (for SysV at least) may be exceeded.
  758. .NOEXPORT:
  759.