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 Matt Turner <mattst88@gmail.com>
  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 = src/mesa/drivers/dri/i915
  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 $(am__DIST_COMMON)
  128. mkinstalldirs = $(install_sh) -d
  129. CONFIG_CLEAN_FILES =
  130. CONFIG_CLEAN_VPATH_FILES =
  131. LTLIBRARIES = $(noinst_LTLIBRARIES)
  132. am__DEPENDENCIES_1 =
  133. libi915_dri_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
  134. am__objects_1 = i830_context.lo i830_state.lo i830_texblend.lo \
  135.         i830_texstate.lo i830_vtbl.lo i915_context.lo i915_debug_fp.lo \
  136.         i915_fragprog.lo i915_program.lo i915_state.lo \
  137.         i915_tex_layout.lo i915_texstate.lo i915_vtbl.lo \
  138.         intel_batchbuffer.lo intel_blit.lo intel_buffer_objects.lo \
  139.         intel_buffers.lo intel_clear.lo intel_context.lo \
  140.         intel_extensions.lo intel_fbo.lo intel_mipmap_tree.lo \
  141.         intel_pixel_bitmap.lo intel_pixel.lo intel_pixel_copy.lo \
  142.         intel_pixel_draw.lo intel_pixel_read.lo intel_regions.lo \
  143.         intel_render.lo intel_screen.lo intel_state.lo \
  144.         intel_syncobj.lo intel_tex.lo intel_tex_copy.lo \
  145.         intel_tex_image.lo intel_tex_layout.lo intel_tex_subimage.lo \
  146.         intel_tex_validate.lo intel_tris.lo
  147. am_libi915_dri_la_OBJECTS = $(am__objects_1)
  148. libi915_dri_la_OBJECTS = $(am_libi915_dri_la_OBJECTS)
  149. AM_V_lt = $(am__v_lt_@AM_V@)
  150. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  151. am__v_lt_0 = --silent
  152. am__v_lt_1 =
  153. AM_V_P = $(am__v_P_@AM_V@)
  154. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  155. am__v_P_0 = false
  156. am__v_P_1 = :
  157. AM_V_GEN = $(am__v_GEN_@AM_V@)
  158. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  159. am__v_GEN_0 = @echo "  GEN     " $@;
  160. am__v_GEN_1 =
  161. AM_V_at = $(am__v_at_@AM_V@)
  162. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  163. am__v_at_0 = @
  164. am__v_at_1 =
  165. DEFAULT_INCLUDES = -I.@am__isrc@
  166. depcomp = $(SHELL) $(top_srcdir)/bin/depcomp
  167. am__depfiles_maybe = depfiles
  168. am__mv = mv -f
  169. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  170.         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  171. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  172.         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  173.         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  174.         $(AM_CFLAGS) $(CFLAGS)
  175. AM_V_CC = $(am__v_CC_@AM_V@)
  176. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  177. am__v_CC_0 = @echo "  CC      " $@;
  178. am__v_CC_1 =
  179. CCLD = $(CC)
  180. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  181.         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  182.         $(AM_LDFLAGS) $(LDFLAGS) -o $@
  183. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  184. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  185. am__v_CCLD_0 = @echo "  CCLD    " $@;
  186. am__v_CCLD_1 =
  187. SOURCES = $(libi915_dri_la_SOURCES)
  188. DIST_SOURCES = $(libi915_dri_la_SOURCES)
  189. am__can_run_installinfo = \
  190.   case $$AM_UPDATE_INFO_DIR in \
  191.     n|no|NO) false;; \
  192.     *) (install-info --version) >/dev/null 2>&1;; \
  193.   esac
  194. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  195. # Read a list of newline-separated strings from the standard input,
  196. # and print each of them once, without duplicates.  Input order is
  197. # *not* preserved.
  198. am__uniquify_input = $(AWK) '\
  199.   BEGIN { nonempty = 0; } \
  200.   { items[$$0] = 1; nonempty = 1; } \
  201.   END { if (nonempty) { for (i in items) print i; }; } \
  202. '
  203. # Make sure the list of sources is unique.  This is necessary because,
  204. # e.g., the same source file might be shared among _SOURCES variables
  205. # for different programs/libraries.
  206. am__define_uniq_tagged_files = \
  207.   list='$(am__tagged_files)'; \
  208.   unique=`for i in $$list; do \
  209.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  210.   done | $(am__uniquify_input)`
  211. ETAGS = etags
  212. CTAGS = ctags
  213. am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.sources \
  214.         $(top_srcdir)/bin/depcomp
  215. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  216. ACLOCAL = @ACLOCAL@
  217. AMTAR = @AMTAR@
  218. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  219. AR = @AR@
  220. AUTOCONF = @AUTOCONF@
  221. AUTOHEADER = @AUTOHEADER@
  222. AUTOMAKE = @AUTOMAKE@
  223. AWK = @AWK@
  224. BSYMBOLIC = @BSYMBOLIC@
  225. CC = @CC@
  226. CCAS = @CCAS@
  227. CCASDEPMODE = @CCASDEPMODE@
  228. CCASFLAGS = @CCASFLAGS@
  229. CCDEPMODE = @CCDEPMODE@
  230. CFLAGS = @CFLAGS@
  231. CLANG_RESOURCE_DIR = @CLANG_RESOURCE_DIR@
  232. CLOCK_LIB = @CLOCK_LIB@
  233. CPP = @CPP@
  234. CPPFLAGS = @CPPFLAGS@
  235. CXX = @CXX@
  236. CXXCPP = @CXXCPP@
  237. CXXDEPMODE = @CXXDEPMODE@
  238. CXXFLAGS = @CXXFLAGS@
  239. CYGPATH_W = @CYGPATH_W@
  240. D3D_DRIVER_INSTALL_DIR = @D3D_DRIVER_INSTALL_DIR@
  241. DEFINES = @DEFINES@
  242. DEFS = @DEFS@
  243. DEPDIR = @DEPDIR@
  244. DLLTOOL = @DLLTOOL@
  245. DLOPEN_LIBS = @DLOPEN_LIBS@
  246. DRI2PROTO_CFLAGS = @DRI2PROTO_CFLAGS@
  247. DRI2PROTO_LIBS = @DRI2PROTO_LIBS@
  248. DRI3PROTO_CFLAGS = @DRI3PROTO_CFLAGS@
  249. DRI3PROTO_LIBS = @DRI3PROTO_LIBS@
  250. DRIGL_CFLAGS = @DRIGL_CFLAGS@
  251. DRIGL_LIBS = @DRIGL_LIBS@
  252. DRI_DRIVER_INSTALL_DIR = @DRI_DRIVER_INSTALL_DIR@
  253. DRI_DRIVER_SEARCH_DIR = @DRI_DRIVER_SEARCH_DIR@
  254. DRI_LIB_DEPS = @DRI_LIB_DEPS@
  255. DRI_PC_REQ_PRIV = @DRI_PC_REQ_PRIV@
  256. DSYMUTIL = @DSYMUTIL@
  257. DUMPBIN = @DUMPBIN@
  258. ECHO_C = @ECHO_C@
  259. ECHO_N = @ECHO_N@
  260. ECHO_T = @ECHO_T@
  261. EGL_CFLAGS = @EGL_CFLAGS@
  262. EGL_CLIENT_APIS = @EGL_CLIENT_APIS@
  263. EGL_LIB_DEPS = @EGL_LIB_DEPS@
  264. EGL_NATIVE_PLATFORM = @EGL_NATIVE_PLATFORM@
  265. EGREP = @EGREP@
  266. ELF_LIB = @ELF_LIB@
  267. EXEEXT = @EXEEXT@
  268. EXPAT_CFLAGS = @EXPAT_CFLAGS@
  269. EXPAT_LIBS = @EXPAT_LIBS@
  270. FGREP = @FGREP@
  271. FREEDRENO_CFLAGS = @FREEDRENO_CFLAGS@
  272. FREEDRENO_LIBS = @FREEDRENO_LIBS@
  273. GALLIUM_PIPE_LOADER_CLIENT_DEFINES = @GALLIUM_PIPE_LOADER_CLIENT_DEFINES@
  274. GALLIUM_PIPE_LOADER_CLIENT_LIBS = @GALLIUM_PIPE_LOADER_CLIENT_LIBS@
  275. GALLIUM_PIPE_LOADER_DEFINES = @GALLIUM_PIPE_LOADER_DEFINES@
  276. GALLIUM_PIPE_LOADER_LIBS = @GALLIUM_PIPE_LOADER_LIBS@
  277. GALLIUM_PIPE_LOADER_XCB_CFLAGS = @GALLIUM_PIPE_LOADER_XCB_CFLAGS@
  278. GALLIUM_PIPE_LOADER_XCB_LIBS = @GALLIUM_PIPE_LOADER_XCB_LIBS@
  279. GBM_PC_LIB_PRIV = @GBM_PC_LIB_PRIV@
  280. GBM_PC_REQ_PRIV = @GBM_PC_REQ_PRIV@
  281. GC_SECTIONS = @GC_SECTIONS@
  282. GLESv1_CM_LIB_DEPS = @GLESv1_CM_LIB_DEPS@
  283. GLESv1_CM_PC_LIB_PRIV = @GLESv1_CM_PC_LIB_PRIV@
  284. GLESv2_LIB_DEPS = @GLESv2_LIB_DEPS@
  285. GLESv2_PC_LIB_PRIV = @GLESv2_PC_LIB_PRIV@
  286. GLPROTO_CFLAGS = @GLPROTO_CFLAGS@
  287. GLPROTO_LIBS = @GLPROTO_LIBS@
  288. GLX_TLS = @GLX_TLS@
  289. GL_LIB = @GL_LIB@
  290. GL_LIB_DEPS = @GL_LIB_DEPS@
  291. GL_PC_CFLAGS = @GL_PC_CFLAGS@
  292. GL_PC_LIB_PRIV = @GL_PC_LIB_PRIV@
  293. GL_PC_REQ_PRIV = @GL_PC_REQ_PRIV@
  294. GREP = @GREP@
  295. HAVE_XF86VIDMODE = @HAVE_XF86VIDMODE@
  296. INDENT = @INDENT@
  297. INDENT_FLAGS = @INDENT_FLAGS@
  298. INSTALL = @INSTALL@
  299. INSTALL_DATA = @INSTALL_DATA@
  300. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  301. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  302. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  303. INTEL_CFLAGS = @INTEL_CFLAGS@
  304. INTEL_LIBS = @INTEL_LIBS@
  305. LD = @LD@
  306. LDFLAGS = @LDFLAGS@
  307. LD_NO_UNDEFINED = @LD_NO_UNDEFINED@
  308. LEX = @LEX@
  309. LEXLIB = @LEXLIB@
  310. LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  311. LIBCLC_INCLUDEDIR = @LIBCLC_INCLUDEDIR@
  312. LIBCLC_LIBEXECDIR = @LIBCLC_LIBEXECDIR@
  313. LIBDRM_CFLAGS = @LIBDRM_CFLAGS@
  314. LIBDRM_LIBS = @LIBDRM_LIBS@
  315. LIBOBJS = @LIBOBJS@
  316. LIBS = @LIBS@
  317. LIBSHA1_CFLAGS = @LIBSHA1_CFLAGS@
  318. LIBSHA1_LIBS = @LIBSHA1_LIBS@
  319. LIBTOOL = @LIBTOOL@
  320. LIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@
  321. LIBUDEV_LIBS = @LIBUDEV_LIBS@
  322. LIB_DIR = @LIB_DIR@
  323. LIB_EXT = @LIB_EXT@
  324. LIPO = @LIPO@
  325. LLVM_BINDIR = @LLVM_BINDIR@
  326. LLVM_CFLAGS = @LLVM_CFLAGS@
  327. LLVM_CONFIG = @LLVM_CONFIG@
  328. LLVM_CPPFLAGS = @LLVM_CPPFLAGS@
  329. LLVM_CXXFLAGS = @LLVM_CXXFLAGS@
  330. LLVM_INCLUDEDIR = @LLVM_INCLUDEDIR@
  331. LLVM_LDFLAGS = @LLVM_LDFLAGS@
  332. LLVM_LIBDIR = @LLVM_LIBDIR@
  333. LLVM_LIBS = @LLVM_LIBS@
  334. LLVM_VERSION = @LLVM_VERSION@
  335. LN_S = @LN_S@
  336. LTLIBOBJS = @LTLIBOBJS@
  337. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  338. MAKEINFO = @MAKEINFO@
  339. MANIFEST_TOOL = @MANIFEST_TOOL@
  340. MESA_LLVM = @MESA_LLVM@
  341. MKDIR_P = @MKDIR_P@
  342. MSVC2008_COMPAT_CFLAGS = @MSVC2008_COMPAT_CFLAGS@
  343. MSVC2008_COMPAT_CXXFLAGS = @MSVC2008_COMPAT_CXXFLAGS@
  344. MSVC2013_COMPAT_CFLAGS = @MSVC2013_COMPAT_CFLAGS@
  345. MSVC2013_COMPAT_CXXFLAGS = @MSVC2013_COMPAT_CXXFLAGS@
  346. NINE_MAJOR = @NINE_MAJOR@
  347. NINE_MINOR = @NINE_MINOR@
  348. NINE_TINY = @NINE_TINY@
  349. NINE_VERSION = @NINE_VERSION@
  350. NM = @NM@
  351. NMEDIT = @NMEDIT@
  352. NOUVEAU_CFLAGS = @NOUVEAU_CFLAGS@
  353. NOUVEAU_LIBS = @NOUVEAU_LIBS@
  354. OBJDUMP = @OBJDUMP@
  355. OBJEXT = @OBJEXT@
  356. OMX_CFLAGS = @OMX_CFLAGS@
  357. OMX_LIBS = @OMX_LIBS@
  358. OMX_LIB_INSTALL_DIR = @OMX_LIB_INSTALL_DIR@
  359. OPENCL_LIBNAME = @OPENCL_LIBNAME@
  360. OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
  361. OPENSSL_LIBS = @OPENSSL_LIBS@
  362. OSMESA_LIB = @OSMESA_LIB@
  363. OSMESA_LIB_DEPS = @OSMESA_LIB_DEPS@
  364. OSMESA_PC_LIB_PRIV = @OSMESA_PC_LIB_PRIV@
  365. OSMESA_PC_REQ = @OSMESA_PC_REQ@
  366. OSMESA_VERSION = @OSMESA_VERSION@
  367. OTOOL = @OTOOL@
  368. OTOOL64 = @OTOOL64@
  369. PACKAGE = @PACKAGE@
  370. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  371. PACKAGE_NAME = @PACKAGE_NAME@
  372. PACKAGE_STRING = @PACKAGE_STRING@
  373. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  374. PACKAGE_URL = @PACKAGE_URL@
  375. PACKAGE_VERSION = @PACKAGE_VERSION@
  376. PATH_SEPARATOR = @PATH_SEPARATOR@
  377. PKG_CONFIG = @PKG_CONFIG@
  378. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  379. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  380. POSIX_SHELL = @POSIX_SHELL@
  381. PRESENTPROTO_CFLAGS = @PRESENTPROTO_CFLAGS@
  382. PRESENTPROTO_LIBS = @PRESENTPROTO_LIBS@
  383. PTHREAD_CC = @PTHREAD_CC@
  384. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  385. PTHREAD_LIBS = @PTHREAD_LIBS@
  386. PYTHON2 = @PYTHON2@
  387. RADEON_CFLAGS = @RADEON_CFLAGS@
  388. RADEON_LIBS = @RADEON_LIBS@
  389. RANLIB = @RANLIB@
  390. SED = @SED@
  391. SELINUX_CFLAGS = @SELINUX_CFLAGS@
  392. SELINUX_LIBS = @SELINUX_LIBS@
  393. SET_MAKE = @SET_MAKE@
  394. SHA1_CFLAGS = @SHA1_CFLAGS@
  395. SHA1_LIBS = @SHA1_LIBS@
  396. SHELL = @SHELL@
  397. SSE41_CFLAGS = @SSE41_CFLAGS@
  398. STRIP = @STRIP@
  399. VA_CFLAGS = @VA_CFLAGS@
  400. VA_LIBS = @VA_LIBS@
  401. VA_LIB_INSTALL_DIR = @VA_LIB_INSTALL_DIR@
  402. VA_MAJOR = @VA_MAJOR@
  403. VA_MINOR = @VA_MINOR@
  404. VDPAU_CFLAGS = @VDPAU_CFLAGS@
  405. VDPAU_LIBS = @VDPAU_LIBS@
  406. VDPAU_LIB_INSTALL_DIR = @VDPAU_LIB_INSTALL_DIR@
  407. VDPAU_MAJOR = @VDPAU_MAJOR@
  408. VDPAU_MINOR = @VDPAU_MINOR@
  409. VERSION = @VERSION@
  410. VG_LIB_DEPS = @VG_LIB_DEPS@
  411. VISIBILITY_CFLAGS = @VISIBILITY_CFLAGS@
  412. VISIBILITY_CXXFLAGS = @VISIBILITY_CXXFLAGS@
  413. VL_CFLAGS = @VL_CFLAGS@
  414. VL_LIBS = @VL_LIBS@
  415. WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
  416. WAYLAND_LIBS = @WAYLAND_LIBS@
  417. WAYLAND_SCANNER = @WAYLAND_SCANNER@
  418. WAYLAND_SCANNER_CFLAGS = @WAYLAND_SCANNER_CFLAGS@
  419. WAYLAND_SCANNER_LIBS = @WAYLAND_SCANNER_LIBS@
  420. X11_INCLUDES = @X11_INCLUDES@
  421. XA_MAJOR = @XA_MAJOR@
  422. XA_MINOR = @XA_MINOR@
  423. XA_TINY = @XA_TINY@
  424. XA_VERSION = @XA_VERSION@
  425. XCB_DRI2_CFLAGS = @XCB_DRI2_CFLAGS@
  426. XCB_DRI2_LIBS = @XCB_DRI2_LIBS@
  427. XF86VIDMODE_CFLAGS = @XF86VIDMODE_CFLAGS@
  428. XF86VIDMODE_LIBS = @XF86VIDMODE_LIBS@
  429. XLIBGL_CFLAGS = @XLIBGL_CFLAGS@
  430. XLIBGL_LIBS = @XLIBGL_LIBS@
  431. XVMC_CFLAGS = @XVMC_CFLAGS@
  432. XVMC_LIBS = @XVMC_LIBS@
  433. XVMC_LIB_INSTALL_DIR = @XVMC_LIB_INSTALL_DIR@
  434. XVMC_MAJOR = @XVMC_MAJOR@
  435. XVMC_MINOR = @XVMC_MINOR@
  436. YACC = @YACC@
  437. YFLAGS = @YFLAGS@
  438. abs_builddir = @abs_builddir@
  439. abs_srcdir = @abs_srcdir@
  440. abs_top_builddir = @abs_top_builddir@
  441. abs_top_srcdir = @abs_top_srcdir@
  442. ac_ct_AR = @ac_ct_AR@
  443. ac_ct_CC = @ac_ct_CC@
  444. ac_ct_CXX = @ac_ct_CXX@
  445. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  446. acv_mako_found = @acv_mako_found@
  447. am__include = @am__include@
  448. am__leading_dot = @am__leading_dot@
  449. am__quote = @am__quote@
  450. am__tar = @am__tar@
  451. am__untar = @am__untar@
  452. ax_pthread_config = @ax_pthread_config@
  453. bindir = @bindir@
  454. build = @build@
  455. build_alias = @build_alias@
  456. build_cpu = @build_cpu@
  457. build_os = @build_os@
  458. build_vendor = @build_vendor@
  459. builddir = @builddir@
  460. datadir = @datadir@
  461. datarootdir = @datarootdir@
  462. docdir = @docdir@
  463. dvidir = @dvidir@
  464. exec_prefix = @exec_prefix@
  465. host = @host@
  466. host_alias = @host_alias@
  467. host_cpu = @host_cpu@
  468. host_os = @host_os@
  469. host_vendor = @host_vendor@
  470. htmldir = @htmldir@
  471. ifGNUmake = @ifGNUmake@
  472. includedir = @includedir@
  473. infodir = @infodir@
  474. install_sh = @install_sh@
  475. libdir = @libdir@
  476. libexecdir = @libexecdir@
  477. localedir = @localedir@
  478. localstatedir = @localstatedir@
  479. mandir = @mandir@
  480. mkdir_p = @mkdir_p@
  481. oldincludedir = @oldincludedir@
  482. pdfdir = @pdfdir@
  483. prefix = @prefix@
  484. program_transform_name = @program_transform_name@
  485. psdir = @psdir@
  486. sbindir = @sbindir@
  487. sharedstatedir = @sharedstatedir@
  488. srcdir = @srcdir@
  489. sysconfdir = @sysconfdir@
  490. target = @target@
  491. target_alias = @target_alias@
  492. target_cpu = @target_cpu@
  493. target_os = @target_os@
  494. target_vendor = @target_vendor@
  495. top_build_prefix = @top_build_prefix@
  496. top_builddir = @top_builddir@
  497. top_srcdir = @top_srcdir@
  498. i915_FILES = \
  499.         i830_context.c \
  500.         i830_context.h \
  501.         i830_reg.h \
  502.         i830_state.c \
  503.         i830_texblend.c \
  504.         i830_texstate.c \
  505.         i830_vtbl.c \
  506.         i915_context.c \
  507.         i915_context.h \
  508.         i915_debug_fp.c \
  509.         i915_debug.h \
  510.         i915_fragprog.c \
  511.         i915_program.c \
  512.         i915_program.h \
  513.         i915_reg.h \
  514.         i915_state.c \
  515.         i915_tex_layout.c \
  516.         i915_texstate.c \
  517.         i915_vtbl.c \
  518.         intel_batchbuffer.c \
  519.         intel_batchbuffer.h \
  520.         intel_blit.c \
  521.         intel_blit.h \
  522.         intel_buffer_objects.c \
  523.         intel_buffer_objects.h \
  524.         intel_buffers.c \
  525.         intel_buffers.h \
  526.         intel_chipset.h \
  527.         intel_clear.c \
  528.         intel_clear.h \
  529.         intel_context.c \
  530.         intel_context.h \
  531.         intel_extensions.c \
  532.         intel_extensions.h \
  533.         intel_fbo.c \
  534.         intel_fbo.h \
  535.         intel_mipmap_tree.c \
  536.         intel_mipmap_tree.h \
  537.         intel_pixel_bitmap.c \
  538.         intel_pixel.c \
  539.         intel_pixel_copy.c \
  540.         intel_pixel_draw.c \
  541.         intel_pixel.h \
  542.         intel_pixel_read.c \
  543.         intel_reg.h \
  544.         intel_regions.c \
  545.         intel_regions.h \
  546.         intel_render.c \
  547.         intel_screen.c \
  548.         intel_screen.h \
  549.         intel_state.c \
  550.         intel_syncobj.c \
  551.         intel_tex.c \
  552.         intel_tex_copy.c \
  553.         intel_tex.h \
  554.         intel_tex_image.c \
  555.         intel_tex_layout.c \
  556.         intel_tex_layout.h \
  557.         intel_tex_obj.h \
  558.         intel_tex_subimage.c \
  559.         intel_tex_validate.c \
  560.         intel_tris.c \
  561.         intel_tris.h
  562.  
  563. AM_CFLAGS = \
  564.         -I$(top_srcdir)/include \
  565.         -I$(top_srcdir)/src/ \
  566.         -I$(top_srcdir)/src/mapi \
  567.         -I$(top_srcdir)/src/mesa/ \
  568.         -I$(top_srcdir)/src/gallium/include \
  569.         -I$(top_srcdir)/src/gallium/auxiliary \
  570.         -I$(top_srcdir)/src/mesa/drivers/dri/common \
  571.         -I$(top_srcdir)/src/mesa/drivers/dri/intel/server \
  572.         -I$(top_builddir)/src/mesa/drivers/dri/common \
  573.         $(DEFINES) \
  574.         $(VISIBILITY_CFLAGS) \
  575.         $(INTEL_CFLAGS)
  576.  
  577. noinst_LTLIBRARIES = libi915_dri.la
  578. libi915_dri_la_SOURCES = $(i915_FILES)
  579. libi915_dri_la_LIBADD = $(INTEL_LIBS)
  580. all: all-am
  581.  
  582. .SUFFIXES:
  583. .SUFFIXES: .c .lo .o .obj
  584. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/Makefile.sources $(am__configure_deps)
  585.         @for dep in $?; do \
  586.           case '$(am__configure_deps)' in \
  587.             *$$dep*) \
  588.               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  589.                 && { if test -f $@; then exit 0; else break; fi; }; \
  590.               exit 1;; \
  591.           esac; \
  592.         done; \
  593.         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mesa/drivers/dri/i915/Makefile'; \
  594.         $(am__cd) $(top_srcdir) && \
  595.           $(AUTOMAKE) --foreign src/mesa/drivers/dri/i915/Makefile
  596. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  597.         @case '$?' in \
  598.           *config.status*) \
  599.             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  600.           *) \
  601.             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  602.             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  603.         esac;
  604. $(srcdir)/Makefile.sources $(am__empty):
  605.  
  606. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  607.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  608.  
  609. $(top_srcdir)/configure:  $(am__configure_deps)
  610.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  611. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  612.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  613. $(am__aclocal_m4_deps):
  614.  
  615. clean-noinstLTLIBRARIES:
  616.         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  617.         @list='$(noinst_LTLIBRARIES)'; \
  618.         locs=`for p in $$list; do echo $$p; done | \
  619.               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  620.               sort -u`; \
  621.         test -z "$$locs" || { \
  622.           echo rm -f $${locs}; \
  623.           rm -f $${locs}; \
  624.         }
  625.  
  626. libi915_dri.la: $(libi915_dri_la_OBJECTS) $(libi915_dri_la_DEPENDENCIES) $(EXTRA_libi915_dri_la_DEPENDENCIES)
  627.         $(AM_V_CCLD)$(LINK)  $(libi915_dri_la_OBJECTS) $(libi915_dri_la_LIBADD) $(LIBS)
  628.  
  629. mostlyclean-compile:
  630.         -rm -f *.$(OBJEXT)
  631.  
  632. distclean-compile:
  633.         -rm -f *.tab.c
  634.  
  635. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i830_context.Plo@am__quote@
  636. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i830_state.Plo@am__quote@
  637. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i830_texblend.Plo@am__quote@
  638. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i830_texstate.Plo@am__quote@
  639. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i830_vtbl.Plo@am__quote@
  640. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i915_context.Plo@am__quote@
  641. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i915_debug_fp.Plo@am__quote@
  642. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i915_fragprog.Plo@am__quote@
  643. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i915_program.Plo@am__quote@
  644. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i915_state.Plo@am__quote@
  645. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i915_tex_layout.Plo@am__quote@
  646. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i915_texstate.Plo@am__quote@
  647. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i915_vtbl.Plo@am__quote@
  648. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_batchbuffer.Plo@am__quote@
  649. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_blit.Plo@am__quote@
  650. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_buffer_objects.Plo@am__quote@
  651. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_buffers.Plo@am__quote@
  652. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_clear.Plo@am__quote@
  653. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_context.Plo@am__quote@
  654. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_extensions.Plo@am__quote@
  655. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_fbo.Plo@am__quote@
  656. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_mipmap_tree.Plo@am__quote@
  657. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_pixel.Plo@am__quote@
  658. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_pixel_bitmap.Plo@am__quote@
  659. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_pixel_copy.Plo@am__quote@
  660. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_pixel_draw.Plo@am__quote@
  661. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_pixel_read.Plo@am__quote@
  662. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_regions.Plo@am__quote@
  663. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_render.Plo@am__quote@
  664. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_screen.Plo@am__quote@
  665. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_state.Plo@am__quote@
  666. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_syncobj.Plo@am__quote@
  667. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_tex.Plo@am__quote@
  668. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_tex_copy.Plo@am__quote@
  669. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_tex_image.Plo@am__quote@
  670. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_tex_layout.Plo@am__quote@
  671. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_tex_subimage.Plo@am__quote@
  672. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_tex_validate.Plo@am__quote@
  673. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_tris.Plo@am__quote@
  674.  
  675. .c.o:
  676. @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  677. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  678. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  679. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  680. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  681.  
  682. .c.obj:
  683. @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  684. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  685. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  686. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  687. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  688.  
  689. .c.lo:
  690. @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  691. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  692. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  693. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  694. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  695.  
  696. mostlyclean-libtool:
  697.         -rm -f *.lo
  698.  
  699. clean-libtool:
  700.         -rm -rf .libs _libs
  701.  
  702. ID: $(am__tagged_files)
  703.         $(am__define_uniq_tagged_files); mkid -fID $$unique
  704. tags: tags-am
  705. TAGS: tags
  706.  
  707. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  708.         set x; \
  709.         here=`pwd`; \
  710.         $(am__define_uniq_tagged_files); \
  711.         shift; \
  712.         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  713.           test -n "$$unique" || unique=$$empty_fix; \
  714.           if test $$# -gt 0; then \
  715.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  716.               "$$@" $$unique; \
  717.           else \
  718.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  719.               $$unique; \
  720.           fi; \
  721.         fi
  722. ctags: ctags-am
  723.  
  724. CTAGS: ctags
  725. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  726.         $(am__define_uniq_tagged_files); \
  727.         test -z "$(CTAGS_ARGS)$$unique" \
  728.           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  729.              $$unique
  730.  
  731. GTAGS:
  732.         here=`$(am__cd) $(top_builddir) && pwd` \
  733.           && $(am__cd) $(top_srcdir) \
  734.           && gtags -i $(GTAGS_ARGS) "$$here"
  735. cscopelist: cscopelist-am
  736.  
  737. cscopelist-am: $(am__tagged_files)
  738.         list='$(am__tagged_files)'; \
  739.         case "$(srcdir)" in \
  740.           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  741.           *) sdir=$(subdir)/$(srcdir) ;; \
  742.         esac; \
  743.         for i in $$list; do \
  744.           if test -f "$$i"; then \
  745.             echo "$(subdir)/$$i"; \
  746.           else \
  747.             echo "$$sdir/$$i"; \
  748.           fi; \
  749.         done >> $(top_builddir)/cscope.files
  750.  
  751. distclean-tags:
  752.         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  753.  
  754. distdir: $(DISTFILES)
  755.         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  756.         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  757.         list='$(DISTFILES)'; \
  758.           dist_files=`for file in $$list; do echo $$file; done | \
  759.           sed -e "s|^$$srcdirstrip/||;t" \
  760.               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  761.         case $$dist_files in \
  762.           */*) $(MKDIR_P) `echo "$$dist_files" | \
  763.                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  764.                            sort -u` ;; \
  765.         esac; \
  766.         for file in $$dist_files; do \
  767.           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  768.           if test -d $$d/$$file; then \
  769.             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  770.             if test -d "$(distdir)/$$file"; then \
  771.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  772.             fi; \
  773.             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  774.               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  775.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  776.             fi; \
  777.             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  778.           else \
  779.             test -f "$(distdir)/$$file" \
  780.             || cp -p $$d/$$file "$(distdir)/$$file" \
  781.             || exit 1; \
  782.           fi; \
  783.         done
  784. check-am: all-am
  785. check: check-am
  786. all-am: Makefile $(LTLIBRARIES)
  787. installdirs:
  788. install: install-am
  789. install-exec: install-exec-am
  790. install-data: install-data-am
  791. uninstall: uninstall-am
  792.  
  793. install-am: all-am
  794.         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  795.  
  796. installcheck: installcheck-am
  797. install-strip:
  798.         if test -z '$(STRIP)'; then \
  799.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  800.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  801.               install; \
  802.         else \
  803.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  804.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  805.             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  806.         fi
  807. mostlyclean-generic:
  808.  
  809. clean-generic:
  810.  
  811. distclean-generic:
  812.         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  813.         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  814.  
  815. maintainer-clean-generic:
  816.         @echo "This command is intended for maintainers to use"
  817.         @echo "it deletes files that may require special tools to rebuild."
  818. clean: clean-am
  819.  
  820. clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
  821.         mostlyclean-am
  822.  
  823. distclean: distclean-am
  824.         -rm -rf ./$(DEPDIR)
  825.         -rm -f Makefile
  826. distclean-am: clean-am distclean-compile distclean-generic \
  827.         distclean-tags
  828.  
  829. dvi: dvi-am
  830.  
  831. dvi-am:
  832.  
  833. html: html-am
  834.  
  835. html-am:
  836.  
  837. info: info-am
  838.  
  839. info-am:
  840.  
  841. install-data-am:
  842.  
  843. install-dvi: install-dvi-am
  844.  
  845. install-dvi-am:
  846.  
  847. install-exec-am:
  848.  
  849. install-html: install-html-am
  850.  
  851. install-html-am:
  852.  
  853. install-info: install-info-am
  854.  
  855. install-info-am:
  856.  
  857. install-man:
  858.  
  859. install-pdf: install-pdf-am
  860.  
  861. install-pdf-am:
  862.  
  863. install-ps: install-ps-am
  864.  
  865. install-ps-am:
  866.  
  867. installcheck-am:
  868.  
  869. maintainer-clean: maintainer-clean-am
  870.         -rm -rf ./$(DEPDIR)
  871.         -rm -f Makefile
  872. maintainer-clean-am: distclean-am maintainer-clean-generic
  873.  
  874. mostlyclean: mostlyclean-am
  875.  
  876. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  877.         mostlyclean-libtool
  878.  
  879. pdf: pdf-am
  880.  
  881. pdf-am:
  882.  
  883. ps: ps-am
  884.  
  885. ps-am:
  886.  
  887. uninstall-am:
  888.  
  889. .MAKE: install-am install-strip
  890.  
  891. .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
  892.         clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
  893.         ctags-am distclean distclean-compile distclean-generic \
  894.         distclean-libtool distclean-tags distdir dvi dvi-am html \
  895.         html-am info info-am install install-am install-data \
  896.         install-data-am install-dvi install-dvi-am install-exec \
  897.         install-exec-am install-html install-html-am install-info \
  898.         install-info-am install-man install-pdf install-pdf-am \
  899.         install-ps install-ps-am install-strip installcheck \
  900.         installcheck-am installdirs maintainer-clean \
  901.         maintainer-clean-generic mostlyclean mostlyclean-compile \
  902.         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  903.         tags tags-am uninstall uninstall-am
  904.  
  905. .PRECIOUS: Makefile
  906.  
  907.  
  908. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  909. # Otherwise a system limit (for SysV at least) may be exceeded.
  910. .NOEXPORT:
  911.