Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1. # Makefile.in generated by automake 1.15 from Makefile.am.
  2. # @configure_input@
  3.  
  4. # Copyright (C) 1994-2014 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 © 2012 Intel Corporation
  18. #
  19. # Permission is hereby granted, free of charge, to any person obtaining a
  20. # copy of this software and associated documentation files (the "Software"),
  21. # to deal in the Software without restriction, including without limitation
  22. # the rights to use, copy, modify, merge, publish, distribute, sublicense,
  23. # and/or sell copies of the Software, and to permit persons to whom the
  24. # Software is furnished to do so, subject to the following conditions:
  25. #
  26. # The above copyright notice and this permission notice (including the next
  27. # paragraph) shall be included in all copies or substantial portions of the
  28. # Software.
  29. #
  30. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  31. # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  32. # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
  33. # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  34. # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  35. # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  36. # IN THE SOFTWARE.
  37.  
  38. VPATH = @srcdir@
  39. am__is_gnu_make = { \
  40.   if test -z '$(MAKELEVEL)'; then \
  41.     false; \
  42.   elif test -n '$(MAKE_HOST)'; then \
  43.     true; \
  44.   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  45.     true; \
  46.   else \
  47.     false; \
  48.   fi; \
  49. }
  50. am__make_running_with_option = \
  51.   case $${target_option-} in \
  52.       ?) ;; \
  53.       *) echo "am__make_running_with_option: internal error: invalid" \
  54.               "target option '$${target_option-}' specified" >&2; \
  55.          exit 1;; \
  56.   esac; \
  57.   has_opt=no; \
  58.   sane_makeflags=$$MAKEFLAGS; \
  59.   if $(am__is_gnu_make); then \
  60.     sane_makeflags=$$MFLAGS; \
  61.   else \
  62.     case $$MAKEFLAGS in \
  63.       *\\[\ \   ]*) \
  64.         bs=\\; \
  65.         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  66.           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
  67.     esac; \
  68.   fi; \
  69.   skip_next=no; \
  70.   strip_trailopt () \
  71.   { \
  72.     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  73.   }; \
  74.   for flg in $$sane_makeflags; do \
  75.     test $$skip_next = yes && { skip_next=no; continue; }; \
  76.     case $$flg in \
  77.       *=*|--*) continue;; \
  78.         -*I) strip_trailopt 'I'; skip_next=yes;; \
  79.       -*I?*) strip_trailopt 'I';; \
  80.         -*O) strip_trailopt 'O'; skip_next=yes;; \
  81.       -*O?*) strip_trailopt 'O';; \
  82.         -*l) strip_trailopt 'l'; skip_next=yes;; \
  83.       -*l?*) strip_trailopt 'l';; \
  84.       -[dEDm]) skip_next=yes;; \
  85.       -[JT]) skip_next=yes;; \
  86.     esac; \
  87.     case $$flg in \
  88.       *$$target_option*) has_opt=yes; break;; \
  89.     esac; \
  90.   done; \
  91.   test $$has_opt = yes
  92. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  93. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  94. pkgdatadir = $(datadir)/@PACKAGE@
  95. pkgincludedir = $(includedir)/@PACKAGE@
  96. pkglibdir = $(libdir)/@PACKAGE@
  97. pkglibexecdir = $(libexecdir)/@PACKAGE@
  98. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  99. install_sh_DATA = $(install_sh) -c -m 644
  100. install_sh_PROGRAM = $(install_sh) -c
  101. install_sh_SCRIPT = $(install_sh) -c
  102. INSTALL_HEADER = $(INSTALL_DATA)
  103. transform = $(program_transform_name)
  104. NORMAL_INSTALL = :
  105. PRE_INSTALL = :
  106. POST_INSTALL = :
  107. NORMAL_UNINSTALL = :
  108. PRE_UNINSTALL = :
  109. POST_UNINSTALL = :
  110. build_triplet = @build@
  111. host_triplet = @host@
  112. target_triplet = @target@
  113. subdir = .
  114. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  115. am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_gnu_make.m4 \
  116.         $(top_srcdir)/m4/ax_check_python_mako_module.m4 \
  117.         $(top_srcdir)/m4/ax_gcc_builtin.m4 \
  118.         $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \
  119.         $(top_srcdir)/m4/ax_prog_bison.m4 \
  120.         $(top_srcdir)/m4/ax_prog_flex.m4 \
  121.         $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \
  122.         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  123.         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  124.         $(top_srcdir)/VERSION $(top_srcdir)/configure.ac
  125. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  126.         $(ACLOCAL_M4)
  127. DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
  128.         $(am__configure_deps) $(noinst_HEADERS) $(am__DIST_COMMON)
  129. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  130.  configure.lineno config.status.lineno
  131. mkinstalldirs = $(install_sh) -d
  132. CONFIG_CLEAN_FILES = src/gbm/main/gbm.pc src/mapi/es1api/glesv1_cm.pc \
  133.         src/mapi/es2api/glesv2.pc
  134. CONFIG_CLEAN_VPATH_FILES =
  135. AM_V_P = $(am__v_P_@AM_V@)
  136. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  137. am__v_P_0 = false
  138. am__v_P_1 = :
  139. AM_V_GEN = $(am__v_GEN_@AM_V@)
  140. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  141. am__v_GEN_0 = @echo "  GEN     " $@;
  142. am__v_GEN_1 =
  143. AM_V_at = $(am__v_at_@AM_V@)
  144. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  145. am__v_at_0 = @
  146. am__v_at_1 =
  147. SOURCES =
  148. DIST_SOURCES =
  149. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  150.         ctags-recursive dvi-recursive html-recursive info-recursive \
  151.         install-data-recursive install-dvi-recursive \
  152.         install-exec-recursive install-html-recursive \
  153.         install-info-recursive install-pdf-recursive \
  154.         install-ps-recursive install-recursive installcheck-recursive \
  155.         installdirs-recursive pdf-recursive ps-recursive \
  156.         tags-recursive uninstall-recursive
  157. am__can_run_installinfo = \
  158.   case $$AM_UPDATE_INFO_DIR in \
  159.     n|no|NO) false;; \
  160.     *) (install-info --version) >/dev/null 2>&1;; \
  161.   esac
  162. HEADERS = $(noinst_HEADERS)
  163. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  164.   distclean-recursive maintainer-clean-recursive
  165. am__recursive_targets = \
  166.   $(RECURSIVE_TARGETS) \
  167.   $(RECURSIVE_CLEAN_TARGETS) \
  168.   $(am__extra_recursive_targets)
  169. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  170.         cscope distdir dist dist-all distcheck
  171. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  172. # Read a list of newline-separated strings from the standard input,
  173. # and print each of them once, without duplicates.  Input order is
  174. # *not* preserved.
  175. am__uniquify_input = $(AWK) '\
  176.   BEGIN { nonempty = 0; } \
  177.   { items[$$0] = 1; nonempty = 1; } \
  178.   END { if (nonempty) { for (i in items) print i; }; } \
  179. '
  180. # Make sure the list of sources is unique.  This is necessary because,
  181. # e.g., the same source file might be shared among _SOURCES variables
  182. # for different programs/libraries.
  183. am__define_uniq_tagged_files = \
  184.   list='$(am__tagged_files)'; \
  185.   unique=`for i in $$list; do \
  186.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  187.   done | $(am__uniquify_input)`
  188. ETAGS = etags
  189. CTAGS = ctags
  190. CSCOPE = cscope
  191. DIST_SUBDIRS = $(SUBDIRS)
  192. am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/bin/ar-lib \
  193.         $(top_srcdir)/bin/compile $(top_srcdir)/bin/config.guess \
  194.         $(top_srcdir)/bin/config.sub $(top_srcdir)/bin/install-sh \
  195.         $(top_srcdir)/bin/ltmain.sh $(top_srcdir)/bin/missing \
  196.         $(top_srcdir)/src/gbm/main/gbm.pc.in \
  197.         $(top_srcdir)/src/mapi/es1api/glesv1_cm.pc.in \
  198.         $(top_srcdir)/src/mapi/es2api/glesv2.pc.in bin/ar-lib \
  199.         bin/compile bin/config.guess bin/config.sub bin/install-sh \
  200.         bin/ltmain.sh bin/missing
  201. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  202. distdir = $(PACKAGE)-$(VERSION)
  203. top_distdir = $(distdir)
  204. am__remove_distdir = \
  205.   if test -d "$(distdir)"; then \
  206.     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  207.       && rm -rf "$(distdir)" \
  208.       || { sleep 5 && rm -rf "$(distdir)"; }; \
  209.   else :; fi
  210. am__post_remove_distdir = $(am__remove_distdir)
  211. am__relativize = \
  212.   dir0=`pwd`; \
  213.   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  214.   sed_rest='s,^[^/]*/*,,'; \
  215.   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  216.   sed_butlast='s,/*[^/]*$$,,'; \
  217.   while test -n "$$dir1"; do \
  218.     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  219.     if test "$$first" != "."; then \
  220.       if test "$$first" = ".."; then \
  221.         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  222.         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  223.       else \
  224.         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  225.         if test "$$first2" = "$$first"; then \
  226.           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  227.         else \
  228.           dir2="../$$dir2"; \
  229.         fi; \
  230.         dir0="$$dir0"/"$$first"; \
  231.       fi; \
  232.     fi; \
  233.     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  234.   done; \
  235.   reldir="$$dir2"
  236. DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
  237. GZIP_ENV = --best
  238. DIST_TARGETS = dist-xz dist-gzip
  239. distuninstallcheck_listfiles = find . -type f -print
  240. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  241.   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  242. distcleancheck_listfiles = find . -type f -print
  243. ACLOCAL = @ACLOCAL@
  244. AMTAR = @AMTAR@
  245. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  246. AR = @AR@
  247. AUTOCONF = @AUTOCONF@
  248. AUTOHEADER = @AUTOHEADER@
  249. AUTOMAKE = @AUTOMAKE@
  250. AWK = @AWK@
  251. BSYMBOLIC = @BSYMBOLIC@
  252. CC = @CC@
  253. CCAS = @CCAS@
  254. CCASDEPMODE = @CCASDEPMODE@
  255. CCASFLAGS = @CCASFLAGS@
  256. CCDEPMODE = @CCDEPMODE@
  257. CFLAGS = @CFLAGS@
  258. CLANG_RESOURCE_DIR = @CLANG_RESOURCE_DIR@
  259. CLOCK_LIB = @CLOCK_LIB@
  260. CPP = @CPP@
  261. CPPFLAGS = @CPPFLAGS@
  262. CXX = @CXX@
  263. CXXCPP = @CXXCPP@
  264. CXXDEPMODE = @CXXDEPMODE@
  265. CXXFLAGS = @CXXFLAGS@
  266. CYGPATH_W = @CYGPATH_W@
  267. D3D_DRIVER_INSTALL_DIR = @D3D_DRIVER_INSTALL_DIR@
  268. DEFINES = @DEFINES@
  269. DEFS = @DEFS@
  270. DEPDIR = @DEPDIR@
  271. DLLTOOL = @DLLTOOL@
  272. DLOPEN_LIBS = @DLOPEN_LIBS@
  273. DRI2PROTO_CFLAGS = @DRI2PROTO_CFLAGS@
  274. DRI2PROTO_LIBS = @DRI2PROTO_LIBS@
  275. DRI3PROTO_CFLAGS = @DRI3PROTO_CFLAGS@
  276. DRI3PROTO_LIBS = @DRI3PROTO_LIBS@
  277. DRIGL_CFLAGS = @DRIGL_CFLAGS@
  278. DRIGL_LIBS = @DRIGL_LIBS@
  279. DRI_DRIVER_INSTALL_DIR = @DRI_DRIVER_INSTALL_DIR@
  280. DRI_DRIVER_SEARCH_DIR = @DRI_DRIVER_SEARCH_DIR@
  281. DRI_LIB_DEPS = @DRI_LIB_DEPS@
  282. DRI_PC_REQ_PRIV = @DRI_PC_REQ_PRIV@
  283. DSYMUTIL = @DSYMUTIL@
  284. DUMPBIN = @DUMPBIN@
  285. ECHO_C = @ECHO_C@
  286. ECHO_N = @ECHO_N@
  287. ECHO_T = @ECHO_T@
  288. EGL_CFLAGS = @EGL_CFLAGS@
  289. EGL_CLIENT_APIS = @EGL_CLIENT_APIS@
  290. EGL_LIB_DEPS = @EGL_LIB_DEPS@
  291. EGL_NATIVE_PLATFORM = @EGL_NATIVE_PLATFORM@
  292. EGREP = @EGREP@
  293. ELF_LIB = @ELF_LIB@
  294. EXEEXT = @EXEEXT@
  295. EXPAT_CFLAGS = @EXPAT_CFLAGS@
  296. EXPAT_LIBS = @EXPAT_LIBS@
  297. FGREP = @FGREP@
  298. FREEDRENO_CFLAGS = @FREEDRENO_CFLAGS@
  299. FREEDRENO_LIBS = @FREEDRENO_LIBS@
  300. GALLIUM_PIPE_LOADER_CLIENT_DEFINES = @GALLIUM_PIPE_LOADER_CLIENT_DEFINES@
  301. GALLIUM_PIPE_LOADER_CLIENT_LIBS = @GALLIUM_PIPE_LOADER_CLIENT_LIBS@
  302. GALLIUM_PIPE_LOADER_DEFINES = @GALLIUM_PIPE_LOADER_DEFINES@
  303. GALLIUM_PIPE_LOADER_LIBS = @GALLIUM_PIPE_LOADER_LIBS@
  304. GALLIUM_PIPE_LOADER_XCB_CFLAGS = @GALLIUM_PIPE_LOADER_XCB_CFLAGS@
  305. GALLIUM_PIPE_LOADER_XCB_LIBS = @GALLIUM_PIPE_LOADER_XCB_LIBS@
  306. GBM_PC_LIB_PRIV = @GBM_PC_LIB_PRIV@
  307. GBM_PC_REQ_PRIV = @GBM_PC_REQ_PRIV@
  308. GC_SECTIONS = @GC_SECTIONS@
  309. GLESv1_CM_LIB_DEPS = @GLESv1_CM_LIB_DEPS@
  310. GLESv1_CM_PC_LIB_PRIV = @GLESv1_CM_PC_LIB_PRIV@
  311. GLESv2_LIB_DEPS = @GLESv2_LIB_DEPS@
  312. GLESv2_PC_LIB_PRIV = @GLESv2_PC_LIB_PRIV@
  313. GLPROTO_CFLAGS = @GLPROTO_CFLAGS@
  314. GLPROTO_LIBS = @GLPROTO_LIBS@
  315. GLX_TLS = @GLX_TLS@
  316. GL_LIB = @GL_LIB@
  317. GL_LIB_DEPS = @GL_LIB_DEPS@
  318. GL_PC_CFLAGS = @GL_PC_CFLAGS@
  319. GL_PC_LIB_PRIV = @GL_PC_LIB_PRIV@
  320. GL_PC_REQ_PRIV = @GL_PC_REQ_PRIV@
  321. GREP = @GREP@
  322. HAVE_XF86VIDMODE = @HAVE_XF86VIDMODE@
  323. INDENT = @INDENT@
  324. INDENT_FLAGS = @INDENT_FLAGS@
  325. INSTALL = @INSTALL@
  326. INSTALL_DATA = @INSTALL_DATA@
  327. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  328. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  329. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  330. INTEL_CFLAGS = @INTEL_CFLAGS@
  331. INTEL_LIBS = @INTEL_LIBS@
  332. LD = @LD@
  333. LDFLAGS = @LDFLAGS@
  334. LD_NO_UNDEFINED = @LD_NO_UNDEFINED@
  335. LEX = @LEX@
  336. LEXLIB = @LEXLIB@
  337. LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  338. LIBCLC_INCLUDEDIR = @LIBCLC_INCLUDEDIR@
  339. LIBCLC_LIBEXECDIR = @LIBCLC_LIBEXECDIR@
  340. LIBDRM_CFLAGS = @LIBDRM_CFLAGS@
  341. LIBDRM_LIBS = @LIBDRM_LIBS@
  342. LIBOBJS = @LIBOBJS@
  343. LIBS = @LIBS@
  344. LIBSHA1_CFLAGS = @LIBSHA1_CFLAGS@
  345. LIBSHA1_LIBS = @LIBSHA1_LIBS@
  346. LIBTOOL = @LIBTOOL@
  347. LIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@
  348. LIBUDEV_LIBS = @LIBUDEV_LIBS@
  349. LIB_DIR = @LIB_DIR@
  350. LIB_EXT = @LIB_EXT@
  351. LIPO = @LIPO@
  352. LLVM_BINDIR = @LLVM_BINDIR@
  353. LLVM_CFLAGS = @LLVM_CFLAGS@
  354. LLVM_CONFIG = @LLVM_CONFIG@
  355. LLVM_CPPFLAGS = @LLVM_CPPFLAGS@
  356. LLVM_CXXFLAGS = @LLVM_CXXFLAGS@
  357. LLVM_INCLUDEDIR = @LLVM_INCLUDEDIR@
  358. LLVM_LDFLAGS = @LLVM_LDFLAGS@
  359. LLVM_LIBDIR = @LLVM_LIBDIR@
  360. LLVM_LIBS = @LLVM_LIBS@
  361. LLVM_VERSION = @LLVM_VERSION@
  362. LN_S = @LN_S@
  363. LTLIBOBJS = @LTLIBOBJS@
  364. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  365. MAKEINFO = @MAKEINFO@
  366. MANIFEST_TOOL = @MANIFEST_TOOL@
  367. MESA_LLVM = @MESA_LLVM@
  368. MKDIR_P = @MKDIR_P@
  369. MSVC2008_COMPAT_CFLAGS = @MSVC2008_COMPAT_CFLAGS@
  370. MSVC2008_COMPAT_CXXFLAGS = @MSVC2008_COMPAT_CXXFLAGS@
  371. MSVC2013_COMPAT_CFLAGS = @MSVC2013_COMPAT_CFLAGS@
  372. MSVC2013_COMPAT_CXXFLAGS = @MSVC2013_COMPAT_CXXFLAGS@
  373. NINE_MAJOR = @NINE_MAJOR@
  374. NINE_MINOR = @NINE_MINOR@
  375. NINE_TINY = @NINE_TINY@
  376. NINE_VERSION = @NINE_VERSION@
  377. NM = @NM@
  378. NMEDIT = @NMEDIT@
  379. NOUVEAU_CFLAGS = @NOUVEAU_CFLAGS@
  380. NOUVEAU_LIBS = @NOUVEAU_LIBS@
  381. OBJDUMP = @OBJDUMP@
  382. OBJEXT = @OBJEXT@
  383. OMX_CFLAGS = @OMX_CFLAGS@
  384. OMX_LIBS = @OMX_LIBS@
  385. OMX_LIB_INSTALL_DIR = @OMX_LIB_INSTALL_DIR@
  386. OPENCL_LIBNAME = @OPENCL_LIBNAME@
  387. OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
  388. OPENSSL_LIBS = @OPENSSL_LIBS@
  389. OSMESA_LIB = @OSMESA_LIB@
  390. OSMESA_LIB_DEPS = @OSMESA_LIB_DEPS@
  391. OSMESA_PC_LIB_PRIV = @OSMESA_PC_LIB_PRIV@
  392. OSMESA_PC_REQ = @OSMESA_PC_REQ@
  393. OSMESA_VERSION = @OSMESA_VERSION@
  394. OTOOL = @OTOOL@
  395. OTOOL64 = @OTOOL64@
  396. PACKAGE = @PACKAGE@
  397. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  398. PACKAGE_NAME = @PACKAGE_NAME@
  399. PACKAGE_STRING = @PACKAGE_STRING@
  400. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  401. PACKAGE_URL = @PACKAGE_URL@
  402. PACKAGE_VERSION = @PACKAGE_VERSION@
  403. PATH_SEPARATOR = @PATH_SEPARATOR@
  404. PKG_CONFIG = @PKG_CONFIG@
  405. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  406. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  407. POSIX_SHELL = @POSIX_SHELL@
  408. PRESENTPROTO_CFLAGS = @PRESENTPROTO_CFLAGS@
  409. PRESENTPROTO_LIBS = @PRESENTPROTO_LIBS@
  410. PTHREAD_CC = @PTHREAD_CC@
  411. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  412. PTHREAD_LIBS = @PTHREAD_LIBS@
  413. PYTHON2 = @PYTHON2@
  414. RADEON_CFLAGS = @RADEON_CFLAGS@
  415. RADEON_LIBS = @RADEON_LIBS@
  416. RANLIB = @RANLIB@
  417. SED = @SED@
  418. SELINUX_CFLAGS = @SELINUX_CFLAGS@
  419. SELINUX_LIBS = @SELINUX_LIBS@
  420. SET_MAKE = @SET_MAKE@
  421. SHA1_CFLAGS = @SHA1_CFLAGS@
  422. SHA1_LIBS = @SHA1_LIBS@
  423. SHELL = @SHELL@
  424. SSE41_CFLAGS = @SSE41_CFLAGS@
  425. STRIP = @STRIP@
  426. VA_CFLAGS = @VA_CFLAGS@
  427. VA_LIBS = @VA_LIBS@
  428. VA_LIB_INSTALL_DIR = @VA_LIB_INSTALL_DIR@
  429. VA_MAJOR = @VA_MAJOR@
  430. VA_MINOR = @VA_MINOR@
  431. VDPAU_CFLAGS = @VDPAU_CFLAGS@
  432. VDPAU_LIBS = @VDPAU_LIBS@
  433. VDPAU_LIB_INSTALL_DIR = @VDPAU_LIB_INSTALL_DIR@
  434. VDPAU_MAJOR = @VDPAU_MAJOR@
  435. VDPAU_MINOR = @VDPAU_MINOR@
  436. VERSION = @VERSION@
  437. VG_LIB_DEPS = @VG_LIB_DEPS@
  438. VISIBILITY_CFLAGS = @VISIBILITY_CFLAGS@
  439. VISIBILITY_CXXFLAGS = @VISIBILITY_CXXFLAGS@
  440. VL_CFLAGS = @VL_CFLAGS@
  441. VL_LIBS = @VL_LIBS@
  442. WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
  443. WAYLAND_LIBS = @WAYLAND_LIBS@
  444. WAYLAND_SCANNER = @WAYLAND_SCANNER@
  445. WAYLAND_SCANNER_CFLAGS = @WAYLAND_SCANNER_CFLAGS@
  446. WAYLAND_SCANNER_LIBS = @WAYLAND_SCANNER_LIBS@
  447. X11_INCLUDES = @X11_INCLUDES@
  448. XA_MAJOR = @XA_MAJOR@
  449. XA_MINOR = @XA_MINOR@
  450. XA_TINY = @XA_TINY@
  451. XA_VERSION = @XA_VERSION@
  452. XCB_DRI2_CFLAGS = @XCB_DRI2_CFLAGS@
  453. XCB_DRI2_LIBS = @XCB_DRI2_LIBS@
  454. XF86VIDMODE_CFLAGS = @XF86VIDMODE_CFLAGS@
  455. XF86VIDMODE_LIBS = @XF86VIDMODE_LIBS@
  456. XLIBGL_CFLAGS = @XLIBGL_CFLAGS@
  457. XLIBGL_LIBS = @XLIBGL_LIBS@
  458. XVMC_CFLAGS = @XVMC_CFLAGS@
  459. XVMC_LIBS = @XVMC_LIBS@
  460. XVMC_LIB_INSTALL_DIR = @XVMC_LIB_INSTALL_DIR@
  461. XVMC_MAJOR = @XVMC_MAJOR@
  462. XVMC_MINOR = @XVMC_MINOR@
  463. YACC = @YACC@
  464. YFLAGS = @YFLAGS@
  465. abs_builddir = @abs_builddir@
  466. abs_srcdir = @abs_srcdir@
  467. abs_top_builddir = @abs_top_builddir@
  468. abs_top_srcdir = @abs_top_srcdir@
  469. ac_ct_AR = @ac_ct_AR@
  470. ac_ct_CC = @ac_ct_CC@
  471. ac_ct_CXX = @ac_ct_CXX@
  472. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  473. acv_mako_found = @acv_mako_found@
  474. am__include = @am__include@
  475. am__leading_dot = @am__leading_dot@
  476. am__quote = @am__quote@
  477. am__tar = @am__tar@
  478. am__untar = @am__untar@
  479. ax_pthread_config = @ax_pthread_config@
  480. bindir = @bindir@
  481. build = @build@
  482. build_alias = @build_alias@
  483. build_cpu = @build_cpu@
  484. build_os = @build_os@
  485. build_vendor = @build_vendor@
  486. builddir = @builddir@
  487. datadir = @datadir@
  488. datarootdir = @datarootdir@
  489. docdir = @docdir@
  490. dvidir = @dvidir@
  491. exec_prefix = @exec_prefix@
  492. host = @host@
  493. host_alias = @host_alias@
  494. host_cpu = @host_cpu@
  495. host_os = @host_os@
  496. host_vendor = @host_vendor@
  497. htmldir = @htmldir@
  498. ifGNUmake = @ifGNUmake@
  499. includedir = @includedir@
  500. infodir = @infodir@
  501. install_sh = @install_sh@
  502. libdir = @libdir@
  503. libexecdir = @libexecdir@
  504. localedir = @localedir@
  505. localstatedir = @localstatedir@
  506. mandir = @mandir@
  507. mkdir_p = @mkdir_p@
  508. oldincludedir = @oldincludedir@
  509. pdfdir = @pdfdir@
  510. prefix = @prefix@
  511. program_transform_name = @program_transform_name@
  512. psdir = @psdir@
  513. sbindir = @sbindir@
  514. sharedstatedir = @sharedstatedir@
  515. srcdir = @srcdir@
  516. sysconfdir = @sysconfdir@
  517. target = @target@
  518. target_alias = @target_alias@
  519. target_cpu = @target_cpu@
  520. target_os = @target_os@
  521. target_vendor = @target_vendor@
  522. top_build_prefix = @top_build_prefix@
  523. top_builddir = @top_builddir@
  524. top_srcdir = @top_srcdir@
  525. SUBDIRS = src
  526. AM_DISTCHECK_CONFIGURE_FLAGS = \
  527.         --enable-dri3 \
  528.         --enable-gallium-tests \
  529.         --enable-gbm \
  530.         --enable-gles1 \
  531.         --enable-gles2 \
  532.         --enable-glx-tls \
  533.         --enable-va \
  534.         --enable-vdpau \
  535.         --enable-xa \
  536.         --enable-xvmc \
  537.         --with-egl-platforms=x11,wayland,drm
  538.  
  539. ACLOCAL_AMFLAGS = -I m4
  540. EXTRA_DIST = \
  541.         autogen.sh \
  542.         common.py \
  543.         docs \
  544.         doxygen \
  545.         scons \
  546.         SConstruct
  547.  
  548. noinst_HEADERS = \
  549.         include/c99_alloca.h \
  550.         include/c99_compat.h \
  551.         include/c99_math.h \
  552.         include/c99 \
  553.         include/c11 \
  554.         include/D3D9 \
  555.         include/HaikuGL \
  556.         include/no_extern_c.h \
  557.         include/pci_ids
  558.  
  559. all: all-recursive
  560.  
  561. .SUFFIXES:
  562. am--refresh: Makefile
  563.         @:
  564. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  565.         @for dep in $?; do \
  566.           case '$(am__configure_deps)' in \
  567.             *$$dep*) \
  568.               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  569.               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  570.                 && exit 0; \
  571.               exit 1;; \
  572.           esac; \
  573.         done; \
  574.         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  575.         $(am__cd) $(top_srcdir) && \
  576.           $(AUTOMAKE) --foreign Makefile
  577. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  578.         @case '$?' in \
  579.           *config.status*) \
  580.             echo ' $(SHELL) ./config.status'; \
  581.             $(SHELL) ./config.status;; \
  582.           *) \
  583.             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  584.             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  585.         esac;
  586.  
  587. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  588.         $(SHELL) ./config.status --recheck
  589.  
  590. $(top_srcdir)/configure:  $(am__configure_deps)
  591.         $(am__cd) $(srcdir) && $(AUTOCONF)
  592. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  593.         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  594. $(am__aclocal_m4_deps):
  595. src/gbm/main/gbm.pc: $(top_builddir)/config.status $(top_srcdir)/src/gbm/main/gbm.pc.in
  596.         cd $(top_builddir) && $(SHELL) ./config.status $@
  597. src/mapi/es1api/glesv1_cm.pc: $(top_builddir)/config.status $(top_srcdir)/src/mapi/es1api/glesv1_cm.pc.in
  598.         cd $(top_builddir) && $(SHELL) ./config.status $@
  599. src/mapi/es2api/glesv2.pc: $(top_builddir)/config.status $(top_srcdir)/src/mapi/es2api/glesv2.pc.in
  600.         cd $(top_builddir) && $(SHELL) ./config.status $@
  601.  
  602. mostlyclean-libtool:
  603.         -rm -f *.lo
  604.  
  605. clean-libtool:
  606.         -rm -rf .libs _libs
  607.  
  608. distclean-libtool:
  609.         -rm -f libtool config.lt
  610.  
  611. # This directory's subdirectories are mostly independent; you can cd
  612. # into them and run 'make' without going through this Makefile.
  613. # To change the values of 'make' variables: instead of editing Makefiles,
  614. # (1) if the variable is set in 'config.status', edit 'config.status'
  615. #     (which will cause the Makefiles to be regenerated when you run 'make');
  616. # (2) otherwise, pass the desired values on the 'make' command line.
  617. $(am__recursive_targets):
  618.         @fail=; \
  619.         if $(am__make_keepgoing); then \
  620.           failcom='fail=yes'; \
  621.         else \
  622.           failcom='exit 1'; \
  623.         fi; \
  624.         dot_seen=no; \
  625.         target=`echo $@ | sed s/-recursive//`; \
  626.         case "$@" in \
  627.           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  628.           *) list='$(SUBDIRS)' ;; \
  629.         esac; \
  630.         for subdir in $$list; do \
  631.           echo "Making $$target in $$subdir"; \
  632.           if test "$$subdir" = "."; then \
  633.             dot_seen=yes; \
  634.             local_target="$$target-am"; \
  635.           else \
  636.             local_target="$$target"; \
  637.           fi; \
  638.           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  639.           || eval $$failcom; \
  640.         done; \
  641.         if test "$$dot_seen" = "no"; then \
  642.           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  643.         fi; test -z "$$fail"
  644.  
  645. ID: $(am__tagged_files)
  646.         $(am__define_uniq_tagged_files); mkid -fID $$unique
  647. tags: tags-recursive
  648. TAGS: tags
  649.  
  650. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  651.         set x; \
  652.         here=`pwd`; \
  653.         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  654.           include_option=--etags-include; \
  655.           empty_fix=.; \
  656.         else \
  657.           include_option=--include; \
  658.           empty_fix=; \
  659.         fi; \
  660.         list='$(SUBDIRS)'; for subdir in $$list; do \
  661.           if test "$$subdir" = .; then :; else \
  662.             test ! -f $$subdir/TAGS || \
  663.               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  664.           fi; \
  665.         done; \
  666.         $(am__define_uniq_tagged_files); \
  667.         shift; \
  668.         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  669.           test -n "$$unique" || unique=$$empty_fix; \
  670.           if test $$# -gt 0; then \
  671.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  672.               "$$@" $$unique; \
  673.           else \
  674.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  675.               $$unique; \
  676.           fi; \
  677.         fi
  678. ctags: ctags-recursive
  679.  
  680. CTAGS: ctags
  681. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  682.         $(am__define_uniq_tagged_files); \
  683.         test -z "$(CTAGS_ARGS)$$unique" \
  684.           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  685.              $$unique
  686.  
  687. GTAGS:
  688.         here=`$(am__cd) $(top_builddir) && pwd` \
  689.           && $(am__cd) $(top_srcdir) \
  690.           && gtags -i $(GTAGS_ARGS) "$$here"
  691. cscope: cscope.files
  692.         test ! -s cscope.files \
  693.           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  694. clean-cscope:
  695.         -rm -f cscope.files
  696. cscope.files: clean-cscope cscopelist
  697. cscopelist: cscopelist-recursive
  698.  
  699. cscopelist-am: $(am__tagged_files)
  700.         list='$(am__tagged_files)'; \
  701.         case "$(srcdir)" in \
  702.           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  703.           *) sdir=$(subdir)/$(srcdir) ;; \
  704.         esac; \
  705.         for i in $$list; do \
  706.           if test -f "$$i"; then \
  707.             echo "$(subdir)/$$i"; \
  708.           else \
  709.             echo "$$sdir/$$i"; \
  710.           fi; \
  711.         done >> $(top_builddir)/cscope.files
  712.  
  713. distclean-tags:
  714.         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  715.         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  716.  
  717. distdir: $(DISTFILES)
  718.         $(am__remove_distdir)
  719.         test -d "$(distdir)" || mkdir "$(distdir)"
  720.         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  721.         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  722.         list='$(DISTFILES)'; \
  723.           dist_files=`for file in $$list; do echo $$file; done | \
  724.           sed -e "s|^$$srcdirstrip/||;t" \
  725.               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  726.         case $$dist_files in \
  727.           */*) $(MKDIR_P) `echo "$$dist_files" | \
  728.                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  729.                            sort -u` ;; \
  730.         esac; \
  731.         for file in $$dist_files; do \
  732.           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  733.           if test -d $$d/$$file; then \
  734.             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  735.             if test -d "$(distdir)/$$file"; then \
  736.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  737.             fi; \
  738.             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  739.               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  740.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  741.             fi; \
  742.             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  743.           else \
  744.             test -f "$(distdir)/$$file" \
  745.             || cp -p $$d/$$file "$(distdir)/$$file" \
  746.             || exit 1; \
  747.           fi; \
  748.         done
  749.         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  750.           if test "$$subdir" = .; then :; else \
  751.             $(am__make_dryrun) \
  752.               || test -d "$(distdir)/$$subdir" \
  753.               || $(MKDIR_P) "$(distdir)/$$subdir" \
  754.               || exit 1; \
  755.             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  756.             $(am__relativize); \
  757.             new_distdir=$$reldir; \
  758.             dir1=$$subdir; dir2="$(top_distdir)"; \
  759.             $(am__relativize); \
  760.             new_top_distdir=$$reldir; \
  761.             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  762.             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  763.             ($(am__cd) $$subdir && \
  764.               $(MAKE) $(AM_MAKEFLAGS) \
  765.                 top_distdir="$$new_top_distdir" \
  766.                 distdir="$$new_distdir" \
  767.                 am__remove_distdir=: \
  768.                 am__skip_length_check=: \
  769.                 am__skip_mode_fix=: \
  770.                 distdir) \
  771.               || exit 1; \
  772.           fi; \
  773.         done
  774.         $(MAKE) $(AM_MAKEFLAGS) \
  775.           top_distdir="$(top_distdir)" distdir="$(distdir)" \
  776.           dist-hook
  777.         -test -n "$(am__skip_mode_fix)" \
  778.         || find "$(distdir)" -type d ! -perm -755 \
  779.                 -exec chmod u+rwx,go+rx {} \; -o \
  780.           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  781.           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  782.           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  783.         || chmod -R a+r "$(distdir)"
  784. dist-gzip: distdir
  785.         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  786.         $(am__post_remove_distdir)
  787.  
  788. dist-bzip2: distdir
  789.         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  790.         $(am__post_remove_distdir)
  791.  
  792. dist-lzip: distdir
  793.         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  794.         $(am__post_remove_distdir)
  795. dist-xz: distdir
  796.         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  797.         $(am__post_remove_distdir)
  798.  
  799. dist-tarZ: distdir
  800.         @echo WARNING: "Support for distribution archives compressed with" \
  801.                        "legacy program 'compress' is deprecated." >&2
  802.         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  803.         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  804.         $(am__post_remove_distdir)
  805.  
  806. dist-shar: distdir
  807.         @echo WARNING: "Support for shar distribution archives is" \
  808.                        "deprecated." >&2
  809.         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  810.         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  811.         $(am__post_remove_distdir)
  812.  
  813. dist-zip: distdir
  814.         -rm -f $(distdir).zip
  815.         zip -rq $(distdir).zip $(distdir)
  816.         $(am__post_remove_distdir)
  817.  
  818. dist dist-all:
  819.         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  820.         $(am__post_remove_distdir)
  821.  
  822. # This target untars the dist file and tries a VPATH configuration.  Then
  823. # it guarantees that the distribution is self-contained by making another
  824. # tarfile.
  825. distcheck: dist
  826.         case '$(DIST_ARCHIVES)' in \
  827.         *.tar.gz*) \
  828.           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  829.         *.tar.bz2*) \
  830.           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  831.         *.tar.lz*) \
  832.           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  833.         *.tar.xz*) \
  834.           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  835.         *.tar.Z*) \
  836.           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  837.         *.shar.gz*) \
  838.           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  839.         *.zip*) \
  840.           unzip $(distdir).zip ;;\
  841.         esac
  842.         chmod -R a-w $(distdir)
  843.         chmod u+w $(distdir)
  844.         mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
  845.         chmod a-w $(distdir)
  846.         test -d $(distdir)/_build || exit 0; \
  847.         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  848.           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  849.           && am__cwd=`pwd` \
  850.           && $(am__cd) $(distdir)/_build/sub \
  851.           && ../../configure \
  852.             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  853.             $(DISTCHECK_CONFIGURE_FLAGS) \
  854.             --srcdir=../.. --prefix="$$dc_install_base" \
  855.           && $(MAKE) $(AM_MAKEFLAGS) \
  856.           && $(MAKE) $(AM_MAKEFLAGS) dvi \
  857.           && $(MAKE) $(AM_MAKEFLAGS) check \
  858.           && $(MAKE) $(AM_MAKEFLAGS) install \
  859.           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  860.           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  861.           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  862.                 distuninstallcheck \
  863.           && chmod -R a-w "$$dc_install_base" \
  864.           && ({ \
  865.                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  866.                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  867.                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  868.                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  869.                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  870.               } || { rm -rf "$$dc_destdir"; exit 1; }) \
  871.           && rm -rf "$$dc_destdir" \
  872.           && $(MAKE) $(AM_MAKEFLAGS) dist \
  873.           && rm -rf $(DIST_ARCHIVES) \
  874.           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  875.           && cd "$$am__cwd" \
  876.           || exit 1
  877.         $(am__post_remove_distdir)
  878.         @(echo "$(distdir) archives ready for distribution: "; \
  879.           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  880.           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  881. distuninstallcheck:
  882.         @test -n '$(distuninstallcheck_dir)' || { \
  883.           echo 'ERROR: trying to run $@ with an empty' \
  884.                '$$(distuninstallcheck_dir)' >&2; \
  885.           exit 1; \
  886.         }; \
  887.         $(am__cd) '$(distuninstallcheck_dir)' || { \
  888.           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  889.           exit 1; \
  890.         }; \
  891.         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  892.            || { echo "ERROR: files left after uninstall:" ; \
  893.                 if test -n "$(DESTDIR)"; then \
  894.                   echo "  (check DESTDIR support)"; \
  895.                 fi ; \
  896.                 $(distuninstallcheck_listfiles) ; \
  897.                 exit 1; } >&2
  898. distcleancheck: distclean
  899.         @if test '$(srcdir)' = . ; then \
  900.           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  901.           exit 1 ; \
  902.         fi
  903.         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  904.           || { echo "ERROR: files left in build directory after distclean:" ; \
  905.                $(distcleancheck_listfiles) ; \
  906.                exit 1; } >&2
  907. check-am: all-am
  908. check: check-recursive
  909. all-am: Makefile $(HEADERS)
  910. installdirs: installdirs-recursive
  911. installdirs-am:
  912. install: install-recursive
  913. install-exec: install-exec-recursive
  914. install-data: install-data-recursive
  915. uninstall: uninstall-recursive
  916.  
  917. install-am: all-am
  918.         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  919.  
  920. installcheck: installcheck-recursive
  921. install-strip:
  922.         if test -z '$(STRIP)'; then \
  923.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  924.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  925.               install; \
  926.         else \
  927.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  928.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  929.             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  930.         fi
  931. mostlyclean-generic:
  932.  
  933. clean-generic:
  934.  
  935. distclean-generic:
  936.         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  937.         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  938.  
  939. maintainer-clean-generic:
  940.         @echo "This command is intended for maintainers to use"
  941.         @echo "it deletes files that may require special tools to rebuild."
  942. clean: clean-recursive
  943.  
  944. clean-am: clean-generic clean-libtool mostlyclean-am
  945.  
  946. distclean: distclean-recursive
  947.         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  948.         -rm -f Makefile
  949. distclean-am: clean-am distclean-generic distclean-libtool \
  950.         distclean-tags
  951.  
  952. dvi: dvi-recursive
  953.  
  954. dvi-am:
  955.  
  956. html: html-recursive
  957.  
  958. html-am:
  959.  
  960. info: info-recursive
  961.  
  962. info-am:
  963.  
  964. install-data-am:
  965.  
  966. install-dvi: install-dvi-recursive
  967.  
  968. install-dvi-am:
  969.  
  970. install-exec-am:
  971.  
  972. install-html: install-html-recursive
  973.  
  974. install-html-am:
  975.  
  976. install-info: install-info-recursive
  977.  
  978. install-info-am:
  979.  
  980. install-man:
  981.  
  982. install-pdf: install-pdf-recursive
  983.  
  984. install-pdf-am:
  985.  
  986. install-ps: install-ps-recursive
  987.  
  988. install-ps-am:
  989.  
  990. installcheck-am:
  991.  
  992. maintainer-clean: maintainer-clean-recursive
  993.         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  994.         -rm -rf $(top_srcdir)/autom4te.cache
  995.         -rm -f Makefile
  996. maintainer-clean-am: distclean-am maintainer-clean-generic
  997.  
  998. mostlyclean: mostlyclean-recursive
  999.  
  1000. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  1001.  
  1002. pdf: pdf-recursive
  1003.  
  1004. pdf-am:
  1005.  
  1006. ps: ps-recursive
  1007.  
  1008. ps-am:
  1009.  
  1010. uninstall-am:
  1011.  
  1012. .MAKE: $(am__recursive_targets) install-am install-strip
  1013.  
  1014. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  1015.         am--refresh check check-am clean clean-cscope clean-generic \
  1016.         clean-libtool cscope cscopelist-am ctags ctags-am dist \
  1017.         dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
  1018.         dist-tarZ dist-xz dist-zip distcheck distclean \
  1019.         distclean-generic distclean-libtool distclean-tags \
  1020.         distcleancheck distdir distuninstallcheck dvi dvi-am html \
  1021.         html-am info info-am install install-am install-data \
  1022.         install-data-am install-dvi install-dvi-am install-exec \
  1023.         install-exec-am install-html install-html-am install-info \
  1024.         install-info-am install-man install-pdf install-pdf-am \
  1025.         install-ps install-ps-am install-strip installcheck \
  1026.         installcheck-am installdirs installdirs-am maintainer-clean \
  1027.         maintainer-clean-generic mostlyclean mostlyclean-generic \
  1028.         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
  1029.         uninstall-am
  1030.  
  1031. .PRECIOUS: Makefile
  1032.  
  1033.  
  1034. # We list some directories in EXTRA_DIST, but don't actually want to include
  1035. # the .gitignore files in the tarball.
  1036. dist-hook:
  1037.         find $(distdir) -name .gitignore -exec $(RM) {} +
  1038.  
  1039. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  1040. # Otherwise a system limit (for SysV at least) may be exceeded.
  1041. .NOEXPORT:
  1042.