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. # Provide compatibility with scripts for the old Mesa build system for
  39. # a while by putting a link to the driver into /lib of the build tree.
  40.  
  41. VPATH = @srcdir@
  42. am__is_gnu_make = { \
  43.   if test -z '$(MAKELEVEL)'; then \
  44.     false; \
  45.   elif test -n '$(MAKE_HOST)'; then \
  46.     true; \
  47.   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  48.     true; \
  49.   else \
  50.     false; \
  51.   fi; \
  52. }
  53. am__make_running_with_option = \
  54.   case $${target_option-} in \
  55.       ?) ;; \
  56.       *) echo "am__make_running_with_option: internal error: invalid" \
  57.               "target option '$${target_option-}' specified" >&2; \
  58.          exit 1;; \
  59.   esac; \
  60.   has_opt=no; \
  61.   sane_makeflags=$$MAKEFLAGS; \
  62.   if $(am__is_gnu_make); then \
  63.     sane_makeflags=$$MFLAGS; \
  64.   else \
  65.     case $$MAKEFLAGS in \
  66.       *\\[\ \   ]*) \
  67.         bs=\\; \
  68.         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  69.           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
  70.     esac; \
  71.   fi; \
  72.   skip_next=no; \
  73.   strip_trailopt () \
  74.   { \
  75.     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  76.   }; \
  77.   for flg in $$sane_makeflags; do \
  78.     test $$skip_next = yes && { skip_next=no; continue; }; \
  79.     case $$flg in \
  80.       *=*|--*) continue;; \
  81.         -*I) strip_trailopt 'I'; skip_next=yes;; \
  82.       -*I?*) strip_trailopt 'I';; \
  83.         -*O) strip_trailopt 'O'; skip_next=yes;; \
  84.       -*O?*) strip_trailopt 'O';; \
  85.         -*l) strip_trailopt 'l'; skip_next=yes;; \
  86.       -*l?*) strip_trailopt 'l';; \
  87.       -[dEDm]) skip_next=yes;; \
  88.       -[JT]) skip_next=yes;; \
  89.     esac; \
  90.     case $$flg in \
  91.       *$$target_option*) has_opt=yes; break;; \
  92.     esac; \
  93.   done; \
  94.   test $$has_opt = yes
  95. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  96. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  97. pkgdatadir = $(datadir)/@PACKAGE@
  98. pkgincludedir = $(includedir)/@PACKAGE@
  99. pkglibdir = $(libdir)/@PACKAGE@
  100. pkglibexecdir = $(libexecdir)/@PACKAGE@
  101. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  102. install_sh_DATA = $(install_sh) -c -m 644
  103. install_sh_PROGRAM = $(install_sh) -c
  104. install_sh_SCRIPT = $(install_sh) -c
  105. INSTALL_HEADER = $(INSTALL_DATA)
  106. transform = $(program_transform_name)
  107. NORMAL_INSTALL = :
  108. PRE_INSTALL = :
  109. POST_INSTALL = :
  110. NORMAL_UNINSTALL = :
  111. PRE_UNINSTALL = :
  112. POST_UNINSTALL = :
  113. build_triplet = @build@
  114. host_triplet = @host@
  115. target_triplet = @target@
  116. @HAVE_DRISW_TRUE@am__append_1 = \
  117. @HAVE_DRISW_TRUE@       drisw_glx.c \
  118. @HAVE_DRISW_TRUE@       drisw_priv.h
  119.  
  120. @HAVE_DRICOMMON_TRUE@am__append_2 = \
  121. @HAVE_DRICOMMON_TRUE@   dri_common.c \
  122. @HAVE_DRICOMMON_TRUE@   dri_common.h \
  123. @HAVE_DRICOMMON_TRUE@   dri_common_query_renderer.c \
  124. @HAVE_DRICOMMON_TRUE@   xfont.c
  125.  
  126. @HAVE_DRI2_TRUE@am__append_3 = \
  127. @HAVE_DRI2_TRUE@        dri2.c \
  128. @HAVE_DRI2_TRUE@        dri2_glx.c \
  129. @HAVE_DRI2_TRUE@        dri2.h \
  130. @HAVE_DRI2_TRUE@        dri2_priv.h \
  131. @HAVE_DRI2_TRUE@        dri_glx.c \
  132. @HAVE_DRI2_TRUE@        dri_sarea.h \
  133. @HAVE_DRI2_TRUE@        XF86dri.c \
  134. @HAVE_DRI2_TRUE@        xf86dri.h \
  135. @HAVE_DRI2_TRUE@        xf86dristr.h
  136.  
  137. @HAVE_DRI3_TRUE@am__append_4 = \
  138. @HAVE_DRI3_TRUE@        dri3_glx.c \
  139. @HAVE_DRI3_TRUE@        dri3_priv.h
  140.  
  141. @HAVE_APPLEDRI_TRUE@am__append_5 = \
  142. @HAVE_APPLEDRI_TRUE@    applegl_glx.c
  143.  
  144. @HAVE_APPLEDRI_TRUE@am__append_6 = apple
  145. @HAVE_APPLEDRI_TRUE@am__append_7 = $(builddir)/apple/libappleglx.la
  146. subdir = src/glx
  147. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  148. am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_gnu_make.m4 \
  149.         $(top_srcdir)/m4/ax_check_python_mako_module.m4 \
  150.         $(top_srcdir)/m4/ax_gcc_builtin.m4 \
  151.         $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \
  152.         $(top_srcdir)/m4/ax_prog_bison.m4 \
  153.         $(top_srcdir)/m4/ax_prog_flex.m4 \
  154.         $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \
  155.         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  156.         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  157.         $(top_srcdir)/VERSION $(top_srcdir)/configure.ac
  158. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  159.         $(ACLOCAL_M4)
  160. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  161. mkinstalldirs = $(install_sh) -d
  162. CONFIG_CLEAN_FILES =
  163. CONFIG_CLEAN_VPATH_FILES =
  164. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  165. am__vpath_adj = case $$p in \
  166.     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  167.     *) f=$$p;; \
  168.   esac;
  169. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  170. am__install_max = 40
  171. am__nobase_strip_setup = \
  172.   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  173. am__nobase_strip = \
  174.   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  175. am__nobase_list = $(am__nobase_strip_setup); \
  176.   for p in $$list; do echo "$$p $$p"; done | \
  177.   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  178.   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  179.     if (++n[$$2] == $(am__install_max)) \
  180.       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  181.     END { for (dir in files) print dir, files[dir] }'
  182. am__base_list = \
  183.   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  184.   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  185. am__uninstall_files_from_dir = { \
  186.   test -z "$$files" \
  187.     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  188.     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  189.          $(am__cd) "$$dir" && rm -f $$files; }; \
  190.   }
  191. am__installdirs = "$(DESTDIR)$(libdir)"
  192. LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
  193. am__DEPENDENCIES_1 =
  194. am__DEPENDENCIES_2 = libglx.la \
  195.         $(top_builddir)/src/mapi/glapi/libglapi.la $(SHARED_GLAPI_LIB) \
  196.         $(am__DEPENDENCIES_1)
  197. lib@GL_LIB@_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
  198. am_lib@GL_LIB@_la_OBJECTS =
  199. lib@GL_LIB@_la_OBJECTS = $(am_lib@GL_LIB@_la_OBJECTS)
  200. AM_V_lt = $(am__v_lt_@AM_V@)
  201. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  202. am__v_lt_0 = --silent
  203. am__v_lt_1 =
  204. lib@GL_LIB@_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
  205.         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
  206.         $(AM_CFLAGS) $(CFLAGS) $(lib@GL_LIB@_la_LDFLAGS) $(LDFLAGS) -o \
  207.         $@
  208. libglx_la_DEPENDENCIES = $(top_builddir)/src/loader/libloader.la \
  209.         $(am__append_7)
  210. am__libglx_la_SOURCES_DIST = clientattrib.c clientinfo.c compsize.c \
  211.         create_context.c eval.c glxclient.h glxcmds.c glxconfig.c \
  212.         glxconfig.h glxcurrent.c glx_error.c glx_error.h glxext.c \
  213.         glxextensions.c glxextensions.h glxhash.c glxhash.h \
  214.         glx_pbuffer.c glx_query.c indirect.c indirect_glx.c \
  215.         indirect_init.c indirect_init.h indirect_size.c \
  216.         indirect_texture_compression.c indirect_transpose_matrix.c \
  217.         indirect_vertex_array.c indirect_vertex_array.h \
  218.         indirect_vertex_array_priv.h indirect_vertex_program.c \
  219.         indirect_window_pos.c packrender.h packsingle.h pixel.c \
  220.         pixelstore.c query_renderer.c render2.c renderpix.c single2.c \
  221.         singlepix.c vertarr.c drisw_glx.c drisw_priv.h dri_common.c \
  222.         dri_common.h dri_common_query_renderer.c xfont.c dri2.c \
  223.         dri2_glx.c dri2.h dri2_priv.h dri_glx.c dri_sarea.h XF86dri.c \
  224.         xf86dri.h xf86dristr.h dri3_glx.c dri3_priv.h applegl_glx.c
  225. @HAVE_DRISW_TRUE@am__objects_1 = drisw_glx.lo
  226. @HAVE_DRICOMMON_TRUE@am__objects_2 = dri_common.lo \
  227. @HAVE_DRICOMMON_TRUE@   dri_common_query_renderer.lo xfont.lo
  228. @HAVE_DRI2_TRUE@am__objects_3 = dri2.lo dri2_glx.lo dri_glx.lo \
  229. @HAVE_DRI2_TRUE@        XF86dri.lo
  230. @HAVE_DRI3_TRUE@am__objects_4 = dri3_glx.lo
  231. @HAVE_APPLEDRI_TRUE@am__objects_5 = applegl_glx.lo
  232. am_libglx_la_OBJECTS = clientattrib.lo clientinfo.lo compsize.lo \
  233.         create_context.lo eval.lo glxcmds.lo glxconfig.lo \
  234.         glxcurrent.lo glx_error.lo glxext.lo glxextensions.lo \
  235.         glxhash.lo glx_pbuffer.lo glx_query.lo indirect.lo \
  236.         indirect_glx.lo indirect_init.lo indirect_size.lo \
  237.         indirect_texture_compression.lo indirect_transpose_matrix.lo \
  238.         indirect_vertex_array.lo indirect_vertex_program.lo \
  239.         indirect_window_pos.lo pixel.lo pixelstore.lo \
  240.         query_renderer.lo render2.lo renderpix.lo single2.lo \
  241.         singlepix.lo vertarr.lo $(am__objects_1) $(am__objects_2) \
  242.         $(am__objects_3) $(am__objects_4) $(am__objects_5)
  243. libglx_la_OBJECTS = $(am_libglx_la_OBJECTS)
  244. AM_V_P = $(am__v_P_@AM_V@)
  245. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  246. am__v_P_0 = false
  247. am__v_P_1 = :
  248. AM_V_GEN = $(am__v_GEN_@AM_V@)
  249. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  250. am__v_GEN_0 = @echo "  GEN     " $@;
  251. am__v_GEN_1 =
  252. AM_V_at = $(am__v_at_@AM_V@)
  253. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  254. am__v_at_0 = @
  255. am__v_at_1 =
  256. DEFAULT_INCLUDES = -I.@am__isrc@
  257. depcomp = $(SHELL) $(top_srcdir)/bin/depcomp
  258. am__depfiles_maybe = depfiles
  259. am__mv = mv -f
  260. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  261.         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  262. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  263.         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  264.         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  265.         $(AM_CFLAGS) $(CFLAGS)
  266. AM_V_CC = $(am__v_CC_@AM_V@)
  267. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  268. am__v_CC_0 = @echo "  CC      " $@;
  269. am__v_CC_1 =
  270. CCLD = $(CC)
  271. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  272.         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  273.         $(AM_LDFLAGS) $(LDFLAGS) -o $@
  274. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  275. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  276. am__v_CCLD_0 = @echo "  CCLD    " $@;
  277. am__v_CCLD_1 =
  278. SOURCES = $(lib@GL_LIB@_la_SOURCES) $(libglx_la_SOURCES)
  279. DIST_SOURCES = $(lib@GL_LIB@_la_SOURCES) $(am__libglx_la_SOURCES_DIST)
  280. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  281.         ctags-recursive dvi-recursive html-recursive info-recursive \
  282.         install-data-recursive install-dvi-recursive \
  283.         install-exec-recursive install-html-recursive \
  284.         install-info-recursive install-pdf-recursive \
  285.         install-ps-recursive install-recursive installcheck-recursive \
  286.         installdirs-recursive pdf-recursive ps-recursive \
  287.         tags-recursive uninstall-recursive
  288. am__can_run_installinfo = \
  289.   case $$AM_UPDATE_INFO_DIR in \
  290.     n|no|NO) false;; \
  291.     *) (install-info --version) >/dev/null 2>&1;; \
  292.   esac
  293. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  294.   distclean-recursive maintainer-clean-recursive
  295. am__recursive_targets = \
  296.   $(RECURSIVE_TARGETS) \
  297.   $(RECURSIVE_CLEAN_TARGETS) \
  298.   $(am__extra_recursive_targets)
  299. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  300.         distdir
  301. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  302. # Read a list of newline-separated strings from the standard input,
  303. # and print each of them once, without duplicates.  Input order is
  304. # *not* preserved.
  305. am__uniquify_input = $(AWK) '\
  306.   BEGIN { nonempty = 0; } \
  307.   { items[$$0] = 1; nonempty = 1; } \
  308.   END { if (nonempty) { for (i in items) print i; }; } \
  309. '
  310. # Make sure the list of sources is unique.  This is necessary because,
  311. # e.g., the same source file might be shared among _SOURCES variables
  312. # for different programs/libraries.
  313. am__define_uniq_tagged_files = \
  314.   list='$(am__tagged_files)'; \
  315.   unique=`for i in $$list; do \
  316.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  317.   done | $(am__uniquify_input)`
  318. ETAGS = etags
  319. CTAGS = ctags
  320. DIST_SUBDIRS = apple . tests
  321. am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/bin/depcomp \
  322.         $(top_srcdir)/install-lib-links.mk
  323. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  324. am__relativize = \
  325.   dir0=`pwd`; \
  326.   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  327.   sed_rest='s,^[^/]*/*,,'; \
  328.   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  329.   sed_butlast='s,/*[^/]*$$,,'; \
  330.   while test -n "$$dir1"; do \
  331.     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  332.     if test "$$first" != "."; then \
  333.       if test "$$first" = ".."; then \
  334.         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  335.         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  336.       else \
  337.         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  338.         if test "$$first2" = "$$first"; then \
  339.           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  340.         else \
  341.           dir2="../$$dir2"; \
  342.         fi; \
  343.         dir0="$$dir0"/"$$first"; \
  344.       fi; \
  345.     fi; \
  346.     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  347.   done; \
  348.   reldir="$$dir2"
  349. ACLOCAL = @ACLOCAL@
  350. AMTAR = @AMTAR@
  351. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  352. AR = @AR@
  353. AUTOCONF = @AUTOCONF@
  354. AUTOHEADER = @AUTOHEADER@
  355. AUTOMAKE = @AUTOMAKE@
  356. AWK = @AWK@
  357. BSYMBOLIC = @BSYMBOLIC@
  358. CC = @CC@
  359. CCAS = @CCAS@
  360. CCASDEPMODE = @CCASDEPMODE@
  361. CCASFLAGS = @CCASFLAGS@
  362. CCDEPMODE = @CCDEPMODE@
  363. CFLAGS = @CFLAGS@
  364. CLANG_RESOURCE_DIR = @CLANG_RESOURCE_DIR@
  365. CLOCK_LIB = @CLOCK_LIB@
  366. CPP = @CPP@
  367. CPPFLAGS = @CPPFLAGS@
  368. CXX = @CXX@
  369. CXXCPP = @CXXCPP@
  370. CXXDEPMODE = @CXXDEPMODE@
  371. CXXFLAGS = @CXXFLAGS@
  372. CYGPATH_W = @CYGPATH_W@
  373. D3D_DRIVER_INSTALL_DIR = @D3D_DRIVER_INSTALL_DIR@
  374. DEFINES = @DEFINES@
  375. DEFS = @DEFS@
  376. DEPDIR = @DEPDIR@
  377. DLLTOOL = @DLLTOOL@
  378. DLOPEN_LIBS = @DLOPEN_LIBS@
  379. DRI2PROTO_CFLAGS = @DRI2PROTO_CFLAGS@
  380. DRI2PROTO_LIBS = @DRI2PROTO_LIBS@
  381. DRI3PROTO_CFLAGS = @DRI3PROTO_CFLAGS@
  382. DRI3PROTO_LIBS = @DRI3PROTO_LIBS@
  383. DRIGL_CFLAGS = @DRIGL_CFLAGS@
  384. DRIGL_LIBS = @DRIGL_LIBS@
  385. DRI_DRIVER_INSTALL_DIR = @DRI_DRIVER_INSTALL_DIR@
  386. DRI_DRIVER_SEARCH_DIR = @DRI_DRIVER_SEARCH_DIR@
  387. DRI_LIB_DEPS = @DRI_LIB_DEPS@
  388. DRI_PC_REQ_PRIV = @DRI_PC_REQ_PRIV@
  389. DSYMUTIL = @DSYMUTIL@
  390. DUMPBIN = @DUMPBIN@
  391. ECHO_C = @ECHO_C@
  392. ECHO_N = @ECHO_N@
  393. ECHO_T = @ECHO_T@
  394. EGL_CFLAGS = @EGL_CFLAGS@
  395. EGL_CLIENT_APIS = @EGL_CLIENT_APIS@
  396. EGL_LIB_DEPS = @EGL_LIB_DEPS@
  397. EGL_NATIVE_PLATFORM = @EGL_NATIVE_PLATFORM@
  398. EGREP = @EGREP@
  399. ELF_LIB = @ELF_LIB@
  400. EXEEXT = @EXEEXT@
  401. EXPAT_CFLAGS = @EXPAT_CFLAGS@
  402. EXPAT_LIBS = @EXPAT_LIBS@
  403. FGREP = @FGREP@
  404. FREEDRENO_CFLAGS = @FREEDRENO_CFLAGS@
  405. FREEDRENO_LIBS = @FREEDRENO_LIBS@
  406. GALLIUM_PIPE_LOADER_CLIENT_DEFINES = @GALLIUM_PIPE_LOADER_CLIENT_DEFINES@
  407. GALLIUM_PIPE_LOADER_CLIENT_LIBS = @GALLIUM_PIPE_LOADER_CLIENT_LIBS@
  408. GALLIUM_PIPE_LOADER_DEFINES = @GALLIUM_PIPE_LOADER_DEFINES@
  409. GALLIUM_PIPE_LOADER_LIBS = @GALLIUM_PIPE_LOADER_LIBS@
  410. GALLIUM_PIPE_LOADER_XCB_CFLAGS = @GALLIUM_PIPE_LOADER_XCB_CFLAGS@
  411. GALLIUM_PIPE_LOADER_XCB_LIBS = @GALLIUM_PIPE_LOADER_XCB_LIBS@
  412. GBM_PC_LIB_PRIV = @GBM_PC_LIB_PRIV@
  413. GBM_PC_REQ_PRIV = @GBM_PC_REQ_PRIV@
  414. GC_SECTIONS = @GC_SECTIONS@
  415. GLESv1_CM_LIB_DEPS = @GLESv1_CM_LIB_DEPS@
  416. GLESv1_CM_PC_LIB_PRIV = @GLESv1_CM_PC_LIB_PRIV@
  417. GLESv2_LIB_DEPS = @GLESv2_LIB_DEPS@
  418. GLESv2_PC_LIB_PRIV = @GLESv2_PC_LIB_PRIV@
  419. GLPROTO_CFLAGS = @GLPROTO_CFLAGS@
  420. GLPROTO_LIBS = @GLPROTO_LIBS@
  421. GLX_TLS = @GLX_TLS@
  422. GL_LIB = @GL_LIB@
  423. GL_LIB_DEPS = @GL_LIB_DEPS@
  424. GL_PC_CFLAGS = @GL_PC_CFLAGS@
  425. GL_PC_LIB_PRIV = @GL_PC_LIB_PRIV@
  426. GL_PC_REQ_PRIV = @GL_PC_REQ_PRIV@
  427. GREP = @GREP@
  428. HAVE_XF86VIDMODE = @HAVE_XF86VIDMODE@
  429. INDENT = @INDENT@
  430. INDENT_FLAGS = @INDENT_FLAGS@
  431. INSTALL = @INSTALL@
  432. INSTALL_DATA = @INSTALL_DATA@
  433. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  434. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  435. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  436. INTEL_CFLAGS = @INTEL_CFLAGS@
  437. INTEL_LIBS = @INTEL_LIBS@
  438. LD = @LD@
  439. LDFLAGS = @LDFLAGS@
  440. LD_NO_UNDEFINED = @LD_NO_UNDEFINED@
  441. LEX = @LEX@
  442. LEXLIB = @LEXLIB@
  443. LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  444. LIBCLC_INCLUDEDIR = @LIBCLC_INCLUDEDIR@
  445. LIBCLC_LIBEXECDIR = @LIBCLC_LIBEXECDIR@
  446. LIBDRM_CFLAGS = @LIBDRM_CFLAGS@
  447. LIBDRM_LIBS = @LIBDRM_LIBS@
  448. LIBOBJS = @LIBOBJS@
  449. LIBS = @LIBS@
  450. LIBSHA1_CFLAGS = @LIBSHA1_CFLAGS@
  451. LIBSHA1_LIBS = @LIBSHA1_LIBS@
  452. LIBTOOL = @LIBTOOL@
  453. LIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@
  454. LIBUDEV_LIBS = @LIBUDEV_LIBS@
  455. LIB_DIR = @LIB_DIR@
  456. LIB_EXT = @LIB_EXT@
  457. LIPO = @LIPO@
  458. LLVM_BINDIR = @LLVM_BINDIR@
  459. LLVM_CFLAGS = @LLVM_CFLAGS@
  460. LLVM_CONFIG = @LLVM_CONFIG@
  461. LLVM_CPPFLAGS = @LLVM_CPPFLAGS@
  462. LLVM_CXXFLAGS = @LLVM_CXXFLAGS@
  463. LLVM_INCLUDEDIR = @LLVM_INCLUDEDIR@
  464. LLVM_LDFLAGS = @LLVM_LDFLAGS@
  465. LLVM_LIBDIR = @LLVM_LIBDIR@
  466. LLVM_LIBS = @LLVM_LIBS@
  467. LLVM_VERSION = @LLVM_VERSION@
  468. LN_S = @LN_S@
  469. LTLIBOBJS = @LTLIBOBJS@
  470. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  471. MAKEINFO = @MAKEINFO@
  472. MANIFEST_TOOL = @MANIFEST_TOOL@
  473. MESA_LLVM = @MESA_LLVM@
  474. MKDIR_P = @MKDIR_P@
  475. MSVC2008_COMPAT_CFLAGS = @MSVC2008_COMPAT_CFLAGS@
  476. MSVC2008_COMPAT_CXXFLAGS = @MSVC2008_COMPAT_CXXFLAGS@
  477. MSVC2013_COMPAT_CFLAGS = @MSVC2013_COMPAT_CFLAGS@
  478. MSVC2013_COMPAT_CXXFLAGS = @MSVC2013_COMPAT_CXXFLAGS@
  479. NINE_MAJOR = @NINE_MAJOR@
  480. NINE_MINOR = @NINE_MINOR@
  481. NINE_TINY = @NINE_TINY@
  482. NINE_VERSION = @NINE_VERSION@
  483. NM = @NM@
  484. NMEDIT = @NMEDIT@
  485. NOUVEAU_CFLAGS = @NOUVEAU_CFLAGS@
  486. NOUVEAU_LIBS = @NOUVEAU_LIBS@
  487. OBJDUMP = @OBJDUMP@
  488. OBJEXT = @OBJEXT@
  489. OMX_CFLAGS = @OMX_CFLAGS@
  490. OMX_LIBS = @OMX_LIBS@
  491. OMX_LIB_INSTALL_DIR = @OMX_LIB_INSTALL_DIR@
  492. OPENCL_LIBNAME = @OPENCL_LIBNAME@
  493. OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
  494. OPENSSL_LIBS = @OPENSSL_LIBS@
  495. OSMESA_LIB = @OSMESA_LIB@
  496. OSMESA_LIB_DEPS = @OSMESA_LIB_DEPS@
  497. OSMESA_PC_LIB_PRIV = @OSMESA_PC_LIB_PRIV@
  498. OSMESA_PC_REQ = @OSMESA_PC_REQ@
  499. OSMESA_VERSION = @OSMESA_VERSION@
  500. OTOOL = @OTOOL@
  501. OTOOL64 = @OTOOL64@
  502. PACKAGE = @PACKAGE@
  503. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  504. PACKAGE_NAME = @PACKAGE_NAME@
  505. PACKAGE_STRING = @PACKAGE_STRING@
  506. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  507. PACKAGE_URL = @PACKAGE_URL@
  508. PACKAGE_VERSION = @PACKAGE_VERSION@
  509. PATH_SEPARATOR = @PATH_SEPARATOR@
  510. PKG_CONFIG = @PKG_CONFIG@
  511. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  512. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  513. POSIX_SHELL = @POSIX_SHELL@
  514. PRESENTPROTO_CFLAGS = @PRESENTPROTO_CFLAGS@
  515. PRESENTPROTO_LIBS = @PRESENTPROTO_LIBS@
  516. PTHREAD_CC = @PTHREAD_CC@
  517. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  518. PTHREAD_LIBS = @PTHREAD_LIBS@
  519. PYTHON2 = @PYTHON2@
  520. RADEON_CFLAGS = @RADEON_CFLAGS@
  521. RADEON_LIBS = @RADEON_LIBS@
  522. RANLIB = @RANLIB@
  523. SED = @SED@
  524. SELINUX_CFLAGS = @SELINUX_CFLAGS@
  525. SELINUX_LIBS = @SELINUX_LIBS@
  526. SET_MAKE = @SET_MAKE@
  527. SHA1_CFLAGS = @SHA1_CFLAGS@
  528. SHA1_LIBS = @SHA1_LIBS@
  529. SHELL = @SHELL@
  530. SSE41_CFLAGS = @SSE41_CFLAGS@
  531. STRIP = @STRIP@
  532. VA_CFLAGS = @VA_CFLAGS@
  533. VA_LIBS = @VA_LIBS@
  534. VA_LIB_INSTALL_DIR = @VA_LIB_INSTALL_DIR@
  535. VA_MAJOR = @VA_MAJOR@
  536. VA_MINOR = @VA_MINOR@
  537. VDPAU_CFLAGS = @VDPAU_CFLAGS@
  538. VDPAU_LIBS = @VDPAU_LIBS@
  539. VDPAU_LIB_INSTALL_DIR = @VDPAU_LIB_INSTALL_DIR@
  540. VDPAU_MAJOR = @VDPAU_MAJOR@
  541. VDPAU_MINOR = @VDPAU_MINOR@
  542. VERSION = @VERSION@
  543. VG_LIB_DEPS = @VG_LIB_DEPS@
  544. VISIBILITY_CFLAGS = @VISIBILITY_CFLAGS@
  545. VISIBILITY_CXXFLAGS = @VISIBILITY_CXXFLAGS@
  546. VL_CFLAGS = @VL_CFLAGS@
  547. VL_LIBS = @VL_LIBS@
  548. WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
  549. WAYLAND_LIBS = @WAYLAND_LIBS@
  550. WAYLAND_SCANNER = @WAYLAND_SCANNER@
  551. WAYLAND_SCANNER_CFLAGS = @WAYLAND_SCANNER_CFLAGS@
  552. WAYLAND_SCANNER_LIBS = @WAYLAND_SCANNER_LIBS@
  553. X11_INCLUDES = @X11_INCLUDES@
  554. XA_MAJOR = @XA_MAJOR@
  555. XA_MINOR = @XA_MINOR@
  556. XA_TINY = @XA_TINY@
  557. XA_VERSION = @XA_VERSION@
  558. XCB_DRI2_CFLAGS = @XCB_DRI2_CFLAGS@
  559. XCB_DRI2_LIBS = @XCB_DRI2_LIBS@
  560. XF86VIDMODE_CFLAGS = @XF86VIDMODE_CFLAGS@
  561. XF86VIDMODE_LIBS = @XF86VIDMODE_LIBS@
  562. XLIBGL_CFLAGS = @XLIBGL_CFLAGS@
  563. XLIBGL_LIBS = @XLIBGL_LIBS@
  564. XVMC_CFLAGS = @XVMC_CFLAGS@
  565. XVMC_LIBS = @XVMC_LIBS@
  566. XVMC_LIB_INSTALL_DIR = @XVMC_LIB_INSTALL_DIR@
  567. XVMC_MAJOR = @XVMC_MAJOR@
  568. XVMC_MINOR = @XVMC_MINOR@
  569. YACC = @YACC@
  570. YFLAGS = @YFLAGS@
  571. abs_builddir = @abs_builddir@
  572. abs_srcdir = @abs_srcdir@
  573. abs_top_builddir = @abs_top_builddir@
  574. abs_top_srcdir = @abs_top_srcdir@
  575. ac_ct_AR = @ac_ct_AR@
  576. ac_ct_CC = @ac_ct_CC@
  577. ac_ct_CXX = @ac_ct_CXX@
  578. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  579. acv_mako_found = @acv_mako_found@
  580. am__include = @am__include@
  581. am__leading_dot = @am__leading_dot@
  582. am__quote = @am__quote@
  583. am__tar = @am__tar@
  584. am__untar = @am__untar@
  585. ax_pthread_config = @ax_pthread_config@
  586. bindir = @bindir@
  587. build = @build@
  588. build_alias = @build_alias@
  589. build_cpu = @build_cpu@
  590. build_os = @build_os@
  591. build_vendor = @build_vendor@
  592. builddir = @builddir@
  593. datadir = @datadir@
  594. datarootdir = @datarootdir@
  595. docdir = @docdir@
  596. dvidir = @dvidir@
  597. exec_prefix = @exec_prefix@
  598. host = @host@
  599. host_alias = @host_alias@
  600. host_cpu = @host_cpu@
  601. host_os = @host_os@
  602. host_vendor = @host_vendor@
  603. htmldir = @htmldir@
  604. ifGNUmake = @ifGNUmake@
  605. includedir = @includedir@
  606. infodir = @infodir@
  607. install_sh = @install_sh@
  608. libdir = @libdir@
  609. libexecdir = @libexecdir@
  610. localedir = @localedir@
  611. localstatedir = @localstatedir@
  612. mandir = @mandir@
  613. mkdir_p = @mkdir_p@
  614. oldincludedir = @oldincludedir@
  615. pdfdir = @pdfdir@
  616. prefix = @prefix@
  617. program_transform_name = @program_transform_name@
  618. psdir = @psdir@
  619. sbindir = @sbindir@
  620. sharedstatedir = @sharedstatedir@
  621. srcdir = @srcdir@
  622. sysconfdir = @sysconfdir@
  623. target = @target@
  624. target_alias = @target_alias@
  625. target_cpu = @target_cpu@
  626. target_os = @target_os@
  627. target_vendor = @target_vendor@
  628. top_build_prefix = @top_build_prefix@
  629. top_builddir = @top_builddir@
  630. top_srcdir = @top_srcdir@
  631. @HAVE_SHARED_GLAPI_TRUE@SHARED_GLAPI_CFLAGS = -DGLX_SHARED_GLAPI
  632. @HAVE_SHARED_GLAPI_TRUE@SHARED_GLAPI_LIB = $(top_builddir)/src/mapi/shared-glapi/libglapi.la
  633. SUBDIRS = $(am__append_6) . tests
  634. EXTRA_DIST = SConscript
  635. @HAVE_XF86VIDMODE_TRUE@EXTRA_DEFINES_XF86VIDMODE = -DXF86VIDMODE
  636. AM_CFLAGS = \
  637.         -I$(top_srcdir)/include \
  638.         -I$(top_srcdir)/include/GL/internal \
  639.         -I$(top_srcdir)/src \
  640.         -I$(top_srcdir)/src/loader \
  641.         -I$(top_srcdir)/src/mapi \
  642.         -I$(top_srcdir)/src/mapi/glapi \
  643.         -I$(top_builddir)/src/mapi \
  644.         -I$(top_builddir)/src/mapi/glapi \
  645.         $(VISIBILITY_CFLAGS) \
  646.         $(SHARED_GLAPI_CFLAGS) \
  647.         $(EXTRA_DEFINES_XF86VIDMODE) \
  648.         -D_REENTRANT \
  649.         -DDEFAULT_DRIVER_DIR=\"$(DRI_DRIVER_SEARCH_DIR)\" \
  650.         $(DEFINES) \
  651.         $(LIBDRM_CFLAGS) \
  652.         $(DRI2PROTO_CFLAGS) \
  653.         $(GLPROTO_CFLAGS) \
  654.         $(X11_INCLUDES)
  655.  
  656. lib_LTLIBRARIES = lib@GL_LIB@.la
  657. noinst_LTLIBRARIES = libglx.la
  658. libglx_la_SOURCES = clientattrib.c clientinfo.c compsize.c \
  659.         create_context.c eval.c glxclient.h glxcmds.c glxconfig.c \
  660.         glxconfig.h glxcurrent.c glx_error.c glx_error.h glxext.c \
  661.         glxextensions.c glxextensions.h glxhash.c glxhash.h \
  662.         glx_pbuffer.c glx_query.c indirect.c indirect_glx.c \
  663.         indirect_init.c indirect_init.h indirect_size.c \
  664.         indirect_texture_compression.c indirect_transpose_matrix.c \
  665.         indirect_vertex_array.c indirect_vertex_array.h \
  666.         indirect_vertex_array_priv.h indirect_vertex_program.c \
  667.         indirect_window_pos.c packrender.h packsingle.h pixel.c \
  668.         pixelstore.c query_renderer.c render2.c renderpix.c single2.c \
  669.         singlepix.c vertarr.c $(am__append_1) $(am__append_2) \
  670.         $(am__append_3) $(am__append_4) $(am__append_5)
  671. libglx_la_LIBADD = $(top_builddir)/src/loader/libloader.la \
  672.         $(am__append_7)
  673. GL_LIBS = \
  674.         libglx.la \
  675.         $(top_builddir)/src/mapi/glapi/libglapi.la \
  676.         $(SHARED_GLAPI_LIB) \
  677.         $(GL_LIB_DEPS)
  678.  
  679. GL_LDFLAGS = \
  680.         -no-undefined \
  681.         -version-number 1:2 \
  682.         $(BSYMBOLIC) \
  683.         $(GC_SECTIONS) \
  684.         $(LD_NO_UNDEFINED)
  685.  
  686. lib@GL_LIB@_la_SOURCES =
  687. lib@GL_LIB@_la_LIBADD = $(GL_LIBS)
  688. lib@GL_LIB@_la_LDFLAGS = $(GL_LDFLAGS)
  689. all: all-recursive
  690.  
  691. .SUFFIXES:
  692. .SUFFIXES: .c .lo .o .obj
  693. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/install-lib-links.mk $(am__configure_deps)
  694.         @for dep in $?; do \
  695.           case '$(am__configure_deps)' in \
  696.             *$$dep*) \
  697.               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  698.                 && { if test -f $@; then exit 0; else break; fi; }; \
  699.               exit 1;; \
  700.           esac; \
  701.         done; \
  702.         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/glx/Makefile'; \
  703.         $(am__cd) $(top_srcdir) && \
  704.           $(AUTOMAKE) --foreign src/glx/Makefile
  705. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  706.         @case '$?' in \
  707.           *config.status*) \
  708.             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  709.           *) \
  710.             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  711.             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  712.         esac;
  713. $(top_srcdir)/install-lib-links.mk $(am__empty):
  714.  
  715. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  716.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  717.  
  718. $(top_srcdir)/configure:  $(am__configure_deps)
  719.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  720. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  721.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  722. $(am__aclocal_m4_deps):
  723.  
  724. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  725.         @$(NORMAL_INSTALL)
  726.         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  727.         list2=; for p in $$list; do \
  728.           if test -f $$p; then \
  729.             list2="$$list2 $$p"; \
  730.           else :; fi; \
  731.         done; \
  732.         test -z "$$list2" || { \
  733.           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
  734.           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
  735.           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
  736.           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
  737.         }
  738.  
  739. uninstall-libLTLIBRARIES:
  740.         @$(NORMAL_UNINSTALL)
  741.         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  742.         for p in $$list; do \
  743.           $(am__strip_dir) \
  744.           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
  745.           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
  746.         done
  747.  
  748. clean-libLTLIBRARIES:
  749.         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  750.         @list='$(lib_LTLIBRARIES)'; \
  751.         locs=`for p in $$list; do echo $$p; done | \
  752.               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  753.               sort -u`; \
  754.         test -z "$$locs" || { \
  755.           echo rm -f $${locs}; \
  756.           rm -f $${locs}; \
  757.         }
  758.  
  759. clean-noinstLTLIBRARIES:
  760.         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  761.         @list='$(noinst_LTLIBRARIES)'; \
  762.         locs=`for p in $$list; do echo $$p; done | \
  763.               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  764.               sort -u`; \
  765.         test -z "$$locs" || { \
  766.           echo rm -f $${locs}; \
  767.           rm -f $${locs}; \
  768.         }
  769.  
  770. lib@GL_LIB@.la: $(lib@GL_LIB@_la_OBJECTS) $(lib@GL_LIB@_la_DEPENDENCIES) $(EXTRA_lib@GL_LIB@_la_DEPENDENCIES)
  771.         $(AM_V_CCLD)$(lib@GL_LIB@_la_LINK) -rpath $(libdir) $(lib@GL_LIB@_la_OBJECTS) $(lib@GL_LIB@_la_LIBADD) $(LIBS)
  772.  
  773. libglx.la: $(libglx_la_OBJECTS) $(libglx_la_DEPENDENCIES) $(EXTRA_libglx_la_DEPENDENCIES)
  774.         $(AM_V_CCLD)$(LINK)  $(libglx_la_OBJECTS) $(libglx_la_LIBADD) $(LIBS)
  775.  
  776. mostlyclean-compile:
  777.         -rm -f *.$(OBJEXT)
  778.  
  779. distclean-compile:
  780.         -rm -f *.tab.c
  781.  
  782. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/XF86dri.Plo@am__quote@
  783. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/applegl_glx.Plo@am__quote@
  784. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clientattrib.Plo@am__quote@
  785. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clientinfo.Plo@am__quote@
  786. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compsize.Plo@am__quote@
  787. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/create_context.Plo@am__quote@
  788. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dri2.Plo@am__quote@
  789. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dri2_glx.Plo@am__quote@
  790. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dri3_glx.Plo@am__quote@
  791. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dri_common.Plo@am__quote@
  792. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dri_common_query_renderer.Plo@am__quote@
  793. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dri_glx.Plo@am__quote@
  794. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drisw_glx.Plo@am__quote@
  795. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eval.Plo@am__quote@
  796. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glx_error.Plo@am__quote@
  797. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glx_pbuffer.Plo@am__quote@
  798. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glx_query.Plo@am__quote@
  799. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glxcmds.Plo@am__quote@
  800. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glxconfig.Plo@am__quote@
  801. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glxcurrent.Plo@am__quote@
  802. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glxext.Plo@am__quote@
  803. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glxextensions.Plo@am__quote@
  804. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glxhash.Plo@am__quote@
  805. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/indirect.Plo@am__quote@
  806. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/indirect_glx.Plo@am__quote@
  807. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/indirect_init.Plo@am__quote@
  808. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/indirect_size.Plo@am__quote@
  809. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/indirect_texture_compression.Plo@am__quote@
  810. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/indirect_transpose_matrix.Plo@am__quote@
  811. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/indirect_vertex_array.Plo@am__quote@
  812. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/indirect_vertex_program.Plo@am__quote@
  813. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/indirect_window_pos.Plo@am__quote@
  814. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pixel.Plo@am__quote@
  815. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pixelstore.Plo@am__quote@
  816. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/query_renderer.Plo@am__quote@
  817. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/render2.Plo@am__quote@
  818. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/renderpix.Plo@am__quote@
  819. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/single2.Plo@am__quote@
  820. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/singlepix.Plo@am__quote@
  821. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vertarr.Plo@am__quote@
  822. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfont.Plo@am__quote@
  823.  
  824. .c.o:
  825. @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  826. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  827. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  828. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  829. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  830.  
  831. .c.obj:
  832. @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  833. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  834. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  835. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  836. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  837.  
  838. .c.lo:
  839. @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  840. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  841. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  842. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  843. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  844.  
  845. mostlyclean-libtool:
  846.         -rm -f *.lo
  847.  
  848. clean-libtool:
  849.         -rm -rf .libs _libs
  850.  
  851. # This directory's subdirectories are mostly independent; you can cd
  852. # into them and run 'make' without going through this Makefile.
  853. # To change the values of 'make' variables: instead of editing Makefiles,
  854. # (1) if the variable is set in 'config.status', edit 'config.status'
  855. #     (which will cause the Makefiles to be regenerated when you run 'make');
  856. # (2) otherwise, pass the desired values on the 'make' command line.
  857. $(am__recursive_targets):
  858.         @fail=; \
  859.         if $(am__make_keepgoing); then \
  860.           failcom='fail=yes'; \
  861.         else \
  862.           failcom='exit 1'; \
  863.         fi; \
  864.         dot_seen=no; \
  865.         target=`echo $@ | sed s/-recursive//`; \
  866.         case "$@" in \
  867.           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  868.           *) list='$(SUBDIRS)' ;; \
  869.         esac; \
  870.         for subdir in $$list; do \
  871.           echo "Making $$target in $$subdir"; \
  872.           if test "$$subdir" = "."; then \
  873.             dot_seen=yes; \
  874.             local_target="$$target-am"; \
  875.           else \
  876.             local_target="$$target"; \
  877.           fi; \
  878.           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  879.           || eval $$failcom; \
  880.         done; \
  881.         if test "$$dot_seen" = "no"; then \
  882.           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  883.         fi; test -z "$$fail"
  884.  
  885. ID: $(am__tagged_files)
  886.         $(am__define_uniq_tagged_files); mkid -fID $$unique
  887. tags: tags-recursive
  888. TAGS: tags
  889.  
  890. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  891.         set x; \
  892.         here=`pwd`; \
  893.         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  894.           include_option=--etags-include; \
  895.           empty_fix=.; \
  896.         else \
  897.           include_option=--include; \
  898.           empty_fix=; \
  899.         fi; \
  900.         list='$(SUBDIRS)'; for subdir in $$list; do \
  901.           if test "$$subdir" = .; then :; else \
  902.             test ! -f $$subdir/TAGS || \
  903.               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  904.           fi; \
  905.         done; \
  906.         $(am__define_uniq_tagged_files); \
  907.         shift; \
  908.         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  909.           test -n "$$unique" || unique=$$empty_fix; \
  910.           if test $$# -gt 0; then \
  911.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  912.               "$$@" $$unique; \
  913.           else \
  914.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  915.               $$unique; \
  916.           fi; \
  917.         fi
  918. ctags: ctags-recursive
  919.  
  920. CTAGS: ctags
  921. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  922.         $(am__define_uniq_tagged_files); \
  923.         test -z "$(CTAGS_ARGS)$$unique" \
  924.           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  925.              $$unique
  926.  
  927. GTAGS:
  928.         here=`$(am__cd) $(top_builddir) && pwd` \
  929.           && $(am__cd) $(top_srcdir) \
  930.           && gtags -i $(GTAGS_ARGS) "$$here"
  931. cscopelist: cscopelist-recursive
  932.  
  933. cscopelist-am: $(am__tagged_files)
  934.         list='$(am__tagged_files)'; \
  935.         case "$(srcdir)" in \
  936.           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  937.           *) sdir=$(subdir)/$(srcdir) ;; \
  938.         esac; \
  939.         for i in $$list; do \
  940.           if test -f "$$i"; then \
  941.             echo "$(subdir)/$$i"; \
  942.           else \
  943.             echo "$$sdir/$$i"; \
  944.           fi; \
  945.         done >> $(top_builddir)/cscope.files
  946.  
  947. distclean-tags:
  948.         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  949.  
  950. distdir: $(DISTFILES)
  951.         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  952.         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  953.         list='$(DISTFILES)'; \
  954.           dist_files=`for file in $$list; do echo $$file; done | \
  955.           sed -e "s|^$$srcdirstrip/||;t" \
  956.               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  957.         case $$dist_files in \
  958.           */*) $(MKDIR_P) `echo "$$dist_files" | \
  959.                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  960.                            sort -u` ;; \
  961.         esac; \
  962.         for file in $$dist_files; do \
  963.           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  964.           if test -d $$d/$$file; then \
  965.             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  966.             if test -d "$(distdir)/$$file"; then \
  967.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  968.             fi; \
  969.             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  970.               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  971.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  972.             fi; \
  973.             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  974.           else \
  975.             test -f "$(distdir)/$$file" \
  976.             || cp -p $$d/$$file "$(distdir)/$$file" \
  977.             || exit 1; \
  978.           fi; \
  979.         done
  980.         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  981.           if test "$$subdir" = .; then :; else \
  982.             $(am__make_dryrun) \
  983.               || test -d "$(distdir)/$$subdir" \
  984.               || $(MKDIR_P) "$(distdir)/$$subdir" \
  985.               || exit 1; \
  986.             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  987.             $(am__relativize); \
  988.             new_distdir=$$reldir; \
  989.             dir1=$$subdir; dir2="$(top_distdir)"; \
  990.             $(am__relativize); \
  991.             new_top_distdir=$$reldir; \
  992.             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  993.             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  994.             ($(am__cd) $$subdir && \
  995.               $(MAKE) $(AM_MAKEFLAGS) \
  996.                 top_distdir="$$new_top_distdir" \
  997.                 distdir="$$new_distdir" \
  998.                 am__remove_distdir=: \
  999.                 am__skip_length_check=: \
  1000.                 am__skip_mode_fix=: \
  1001.                 distdir) \
  1002.               || exit 1; \
  1003.           fi; \
  1004.         done
  1005. check-am: all-am
  1006. check: check-recursive
  1007. @BUILD_SHARED_FALSE@all-local:
  1008. @HAVE_COMPAT_SYMLINKS_FALSE@all-local:
  1009. all-am: Makefile $(LTLIBRARIES) all-local
  1010. installdirs: installdirs-recursive
  1011. installdirs-am:
  1012.         for dir in "$(DESTDIR)$(libdir)"; do \
  1013.           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  1014.         done
  1015. install: install-recursive
  1016. install-exec: install-exec-recursive
  1017. install-data: install-data-recursive
  1018. uninstall: uninstall-recursive
  1019.  
  1020. install-am: all-am
  1021.         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  1022.  
  1023. installcheck: installcheck-recursive
  1024. install-strip:
  1025.         if test -z '$(STRIP)'; then \
  1026.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  1027.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  1028.               install; \
  1029.         else \
  1030.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  1031.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  1032.             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  1033.         fi
  1034. mostlyclean-generic:
  1035.  
  1036. clean-generic:
  1037.  
  1038. distclean-generic:
  1039.         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  1040.         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  1041.  
  1042. maintainer-clean-generic:
  1043.         @echo "This command is intended for maintainers to use"
  1044.         @echo "it deletes files that may require special tools to rebuild."
  1045. @BUILD_SHARED_FALSE@clean-local:
  1046. @HAVE_COMPAT_SYMLINKS_FALSE@clean-local:
  1047. clean: clean-recursive
  1048.  
  1049. clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
  1050.         clean-noinstLTLIBRARIES mostlyclean-am
  1051.  
  1052. distclean: distclean-recursive
  1053.         -rm -rf ./$(DEPDIR)
  1054.         -rm -f Makefile
  1055. distclean-am: clean-am distclean-compile distclean-generic \
  1056.         distclean-tags
  1057.  
  1058. dvi: dvi-recursive
  1059.  
  1060. dvi-am:
  1061.  
  1062. html: html-recursive
  1063.  
  1064. html-am:
  1065.  
  1066. info: info-recursive
  1067.  
  1068. info-am:
  1069.  
  1070. install-data-am:
  1071.  
  1072. install-dvi: install-dvi-recursive
  1073.  
  1074. install-dvi-am:
  1075.  
  1076. install-exec-am: install-libLTLIBRARIES
  1077.  
  1078. install-html: install-html-recursive
  1079.  
  1080. install-html-am:
  1081.  
  1082. install-info: install-info-recursive
  1083.  
  1084. install-info-am:
  1085.  
  1086. install-man:
  1087.  
  1088. install-pdf: install-pdf-recursive
  1089.  
  1090. install-pdf-am:
  1091.  
  1092. install-ps: install-ps-recursive
  1093.  
  1094. install-ps-am:
  1095.  
  1096. installcheck-am:
  1097.  
  1098. maintainer-clean: maintainer-clean-recursive
  1099.         -rm -rf ./$(DEPDIR)
  1100.         -rm -f Makefile
  1101. maintainer-clean-am: distclean-am maintainer-clean-generic
  1102.  
  1103. mostlyclean: mostlyclean-recursive
  1104.  
  1105. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  1106.         mostlyclean-libtool
  1107.  
  1108. pdf: pdf-recursive
  1109.  
  1110. pdf-am:
  1111.  
  1112. ps: ps-recursive
  1113.  
  1114. ps-am:
  1115.  
  1116. uninstall-am: uninstall-libLTLIBRARIES
  1117.  
  1118. .MAKE: $(am__recursive_targets) install-am install-strip
  1119.  
  1120. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
  1121.         check check-am clean clean-generic clean-libLTLIBRARIES \
  1122.         clean-libtool clean-local clean-noinstLTLIBRARIES \
  1123.         cscopelist-am ctags ctags-am distclean distclean-compile \
  1124.         distclean-generic distclean-libtool distclean-tags distdir dvi \
  1125.         dvi-am html html-am info info-am install install-am \
  1126.         install-data install-data-am install-dvi install-dvi-am \
  1127.         install-exec install-exec-am install-html install-html-am \
  1128.         install-info install-info-am install-libLTLIBRARIES \
  1129.         install-man install-pdf install-pdf-am install-ps \
  1130.         install-ps-am install-strip installcheck installcheck-am \
  1131.         installdirs installdirs-am maintainer-clean \
  1132.         maintainer-clean-generic mostlyclean mostlyclean-compile \
  1133.         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  1134.         tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES
  1135.  
  1136. .PRECIOUS: Makefile
  1137.  
  1138.  
  1139. @BUILD_SHARED_TRUE@@HAVE_COMPAT_SYMLINKS_TRUE@all-local : .install-mesa-links
  1140.  
  1141. @BUILD_SHARED_TRUE@@HAVE_COMPAT_SYMLINKS_TRUE@.install-mesa-links : $(lib_LTLIBRARIES)
  1142. @BUILD_SHARED_TRUE@@HAVE_COMPAT_SYMLINKS_TRUE@  $(AM_V_GEN)$(MKDIR_P) $(top_builddir)/$(LIB_DIR);       \
  1143. @BUILD_SHARED_TRUE@@HAVE_COMPAT_SYMLINKS_TRUE@  for f in $(join $(addsuffix .libs/,$(dir $(lib_LTLIBRARIES))),$(notdir $(lib_LTLIBRARIES:%.la=%.$(LIB_EXT)*))); do \
  1144. @BUILD_SHARED_TRUE@@HAVE_COMPAT_SYMLINKS_TRUE@          if test -h .libs/$$f; then                      \
  1145. @BUILD_SHARED_TRUE@@HAVE_COMPAT_SYMLINKS_TRUE@                  cp -d $$f $(top_builddir)/$(LIB_DIR);   \
  1146. @BUILD_SHARED_TRUE@@HAVE_COMPAT_SYMLINKS_TRUE@          else                                            \
  1147. @BUILD_SHARED_TRUE@@HAVE_COMPAT_SYMLINKS_TRUE@                  ln -f $$f $(top_builddir)/$(LIB_DIR);   \
  1148. @BUILD_SHARED_TRUE@@HAVE_COMPAT_SYMLINKS_TRUE@          fi;                                             \
  1149. @BUILD_SHARED_TRUE@@HAVE_COMPAT_SYMLINKS_TRUE@  done && touch $@
  1150.  
  1151. @BUILD_SHARED_TRUE@@HAVE_COMPAT_SYMLINKS_TRUE@clean-local:
  1152. @BUILD_SHARED_TRUE@@HAVE_COMPAT_SYMLINKS_TRUE@  for f in $(notdir $(lib_LTLIBRARIES:%.la=.libs/%.$(LIB_EXT)*)); do \
  1153. @BUILD_SHARED_TRUE@@HAVE_COMPAT_SYMLINKS_TRUE@          $(RM) $(top_builddir)/$(LIB_DIR)/$$f;   \
  1154. @BUILD_SHARED_TRUE@@HAVE_COMPAT_SYMLINKS_TRUE@  done;
  1155. @BUILD_SHARED_TRUE@@HAVE_COMPAT_SYMLINKS_TRUE@  $(RM) .install-mesa-links
  1156.  
  1157. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  1158. # Otherwise a system limit (for SysV at least) may be exceeded.
  1159. .NOEXPORT:
  1160.