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. # Copyright (C) 2013 LunarG, Inc.
  19. #
  20. # Permission is hereby granted, free of charge, to any person obtaining a
  21. # copy of this software and associated documentation files (the "Software"),
  22. # to deal in the Software without restriction, including without limitation
  23. # the rights to use, copy, modify, merge, publish, distribute, sublicense,
  24. # and/or sell copies of the Software, and to permit persons to whom the
  25. # Software is furnished to do so, subject to the following conditions:
  26. #
  27. # The above copyright notice and this permission notice (including the next
  28. # paragraph) shall be included in all copies or substantial portions of the
  29. # Software.
  30. #
  31. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  32. # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  33. # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  34. # NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  35. # HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  36. # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  37. # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  38. # DEALINGS IN THE SOFTWARE.
  39.  
  40. VPATH = @srcdir@
  41. am__is_gnu_make = { \
  42.   if test -z '$(MAKELEVEL)'; then \
  43.     false; \
  44.   elif test -n '$(MAKE_HOST)'; then \
  45.     true; \
  46.   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  47.     true; \
  48.   else \
  49.     false; \
  50.   fi; \
  51. }
  52. am__make_running_with_option = \
  53.   case $${target_option-} in \
  54.       ?) ;; \
  55.       *) echo "am__make_running_with_option: internal error: invalid" \
  56.               "target option '$${target_option-}' specified" >&2; \
  57.          exit 1;; \
  58.   esac; \
  59.   has_opt=no; \
  60.   sane_makeflags=$$MAKEFLAGS; \
  61.   if $(am__is_gnu_make); then \
  62.     sane_makeflags=$$MFLAGS; \
  63.   else \
  64.     case $$MAKEFLAGS in \
  65.       *\\[\ \   ]*) \
  66.         bs=\\; \
  67.         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  68.           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
  69.     esac; \
  70.   fi; \
  71.   skip_next=no; \
  72.   strip_trailopt () \
  73.   { \
  74.     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  75.   }; \
  76.   for flg in $$sane_makeflags; do \
  77.     test $$skip_next = yes && { skip_next=no; continue; }; \
  78.     case $$flg in \
  79.       *=*|--*) continue;; \
  80.         -*I) strip_trailopt 'I'; skip_next=yes;; \
  81.       -*I?*) strip_trailopt 'I';; \
  82.         -*O) strip_trailopt 'O'; skip_next=yes;; \
  83.       -*O?*) strip_trailopt 'O';; \
  84.         -*l) strip_trailopt 'l'; skip_next=yes;; \
  85.       -*l?*) strip_trailopt 'l';; \
  86.       -[dEDm]) skip_next=yes;; \
  87.       -[JT]) skip_next=yes;; \
  88.     esac; \
  89.     case $$flg in \
  90.       *$$target_option*) has_opt=yes; break;; \
  91.     esac; \
  92.   done; \
  93.   test $$has_opt = yes
  94. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  95. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  96. pkgdatadir = $(datadir)/@PACKAGE@
  97. pkgincludedir = $(includedir)/@PACKAGE@
  98. pkglibdir = $(libdir)/@PACKAGE@
  99. pkglibexecdir = $(libexecdir)/@PACKAGE@
  100. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  101. install_sh_DATA = $(install_sh) -c -m 644
  102. install_sh_PROGRAM = $(install_sh) -c
  103. install_sh_SCRIPT = $(install_sh) -c
  104. INSTALL_HEADER = $(INSTALL_DATA)
  105. transform = $(program_transform_name)
  106. NORMAL_INSTALL = :
  107. PRE_INSTALL = :
  108. POST_INSTALL = :
  109. NORMAL_UNINSTALL = :
  110. PRE_UNINSTALL = :
  111. POST_UNINSTALL = :
  112. build_triplet = @build@
  113. host_triplet = @host@
  114. target_triplet = @target@
  115. @HAVE_DRISW_TRUE@am__append_1 = \
  116. @HAVE_DRISW_TRUE@       $(top_builddir)/src/gallium/winsys/sw/dri/libswdri.la
  117.  
  118. @NEED_WINSYS_XLIB_TRUE@am__append_2 = \
  119. @NEED_WINSYS_XLIB_TRUE@ $(top_builddir)/src/gallium/winsys/sw/xlib/libws_xlib.la \
  120. @NEED_WINSYS_XLIB_TRUE@ -lX11 -lXext -lXfixes \
  121. @NEED_WINSYS_XLIB_TRUE@ $(LIBDRM_LIBS)
  122.  
  123. subdir = src/gallium/winsys/intel/drm
  124. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  125. am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_gnu_make.m4 \
  126.         $(top_srcdir)/m4/ax_check_python_mako_module.m4 \
  127.         $(top_srcdir)/m4/ax_gcc_builtin.m4 \
  128.         $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \
  129.         $(top_srcdir)/m4/ax_prog_bison.m4 \
  130.         $(top_srcdir)/m4/ax_prog_flex.m4 \
  131.         $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \
  132.         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  133.         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  134.         $(top_srcdir)/VERSION $(top_srcdir)/configure.ac
  135. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  136.         $(ACLOCAL_M4)
  137. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  138. mkinstalldirs = $(install_sh) -d
  139. CONFIG_CLEAN_FILES =
  140. CONFIG_CLEAN_VPATH_FILES =
  141. LTLIBRARIES = $(noinst_LTLIBRARIES)
  142. libintelwinsys_la_LIBADD =
  143. am__objects_1 = intel_drm_winsys.lo
  144. am_libintelwinsys_la_OBJECTS = $(am__objects_1)
  145. libintelwinsys_la_OBJECTS = $(am_libintelwinsys_la_OBJECTS)
  146. AM_V_lt = $(am__v_lt_@AM_V@)
  147. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  148. am__v_lt_0 = --silent
  149. am__v_lt_1 =
  150. AM_V_P = $(am__v_P_@AM_V@)
  151. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  152. am__v_P_0 = false
  153. am__v_P_1 = :
  154. AM_V_GEN = $(am__v_GEN_@AM_V@)
  155. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  156. am__v_GEN_0 = @echo "  GEN     " $@;
  157. am__v_GEN_1 =
  158. AM_V_at = $(am__v_at_@AM_V@)
  159. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  160. am__v_at_0 = @
  161. am__v_at_1 =
  162. DEFAULT_INCLUDES = -I.@am__isrc@
  163. depcomp = $(SHELL) $(top_srcdir)/bin/depcomp
  164. am__depfiles_maybe = depfiles
  165. am__mv = mv -f
  166. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  167.         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  168. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  169.         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  170.         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  171.         $(AM_CFLAGS) $(CFLAGS)
  172. AM_V_CC = $(am__v_CC_@AM_V@)
  173. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  174. am__v_CC_0 = @echo "  CC      " $@;
  175. am__v_CC_1 =
  176. CCLD = $(CC)
  177. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  178.         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  179.         $(AM_LDFLAGS) $(LDFLAGS) -o $@
  180. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  181. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  182. am__v_CCLD_0 = @echo "  CCLD    " $@;
  183. am__v_CCLD_1 =
  184. SOURCES = $(libintelwinsys_la_SOURCES)
  185. DIST_SOURCES = $(libintelwinsys_la_SOURCES)
  186. am__can_run_installinfo = \
  187.   case $$AM_UPDATE_INFO_DIR in \
  188.     n|no|NO) false;; \
  189.     *) (install-info --version) >/dev/null 2>&1;; \
  190.   esac
  191. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  192. # Read a list of newline-separated strings from the standard input,
  193. # and print each of them once, without duplicates.  Input order is
  194. # *not* preserved.
  195. am__uniquify_input = $(AWK) '\
  196.   BEGIN { nonempty = 0; } \
  197.   { items[$$0] = 1; nonempty = 1; } \
  198.   END { if (nonempty) { for (i in items) print i; }; } \
  199. '
  200. # Make sure the list of sources is unique.  This is necessary because,
  201. # e.g., the same source file might be shared among _SOURCES variables
  202. # for different programs/libraries.
  203. am__define_uniq_tagged_files = \
  204.   list='$(am__tagged_files)'; \
  205.   unique=`for i in $$list; do \
  206.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  207.   done | $(am__uniquify_input)`
  208. ETAGS = etags
  209. CTAGS = ctags
  210. am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.sources \
  211.         $(top_srcdir)/bin/depcomp \
  212.         $(top_srcdir)/src/gallium/Automake.inc
  213. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  214. ACLOCAL = @ACLOCAL@
  215. AMTAR = @AMTAR@
  216. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  217. AR = @AR@
  218. AUTOCONF = @AUTOCONF@
  219. AUTOHEADER = @AUTOHEADER@
  220. AUTOMAKE = @AUTOMAKE@
  221. AWK = @AWK@
  222. BSYMBOLIC = @BSYMBOLIC@
  223. CC = @CC@
  224. CCAS = @CCAS@
  225. CCASDEPMODE = @CCASDEPMODE@
  226. CCASFLAGS = @CCASFLAGS@
  227. CCDEPMODE = @CCDEPMODE@
  228. CFLAGS = @CFLAGS@
  229. CLANG_RESOURCE_DIR = @CLANG_RESOURCE_DIR@
  230. CLOCK_LIB = @CLOCK_LIB@
  231. CPP = @CPP@
  232. CPPFLAGS = @CPPFLAGS@
  233. CXX = @CXX@
  234. CXXCPP = @CXXCPP@
  235. CXXDEPMODE = @CXXDEPMODE@
  236. CXXFLAGS = @CXXFLAGS@
  237. CYGPATH_W = @CYGPATH_W@
  238. D3D_DRIVER_INSTALL_DIR = @D3D_DRIVER_INSTALL_DIR@
  239. DEFINES = @DEFINES@
  240. DEFS = @DEFS@
  241. DEPDIR = @DEPDIR@
  242. DLLTOOL = @DLLTOOL@
  243. DLOPEN_LIBS = @DLOPEN_LIBS@
  244. DRI2PROTO_CFLAGS = @DRI2PROTO_CFLAGS@
  245. DRI2PROTO_LIBS = @DRI2PROTO_LIBS@
  246. DRI3PROTO_CFLAGS = @DRI3PROTO_CFLAGS@
  247. DRI3PROTO_LIBS = @DRI3PROTO_LIBS@
  248. DRIGL_CFLAGS = @DRIGL_CFLAGS@
  249. DRIGL_LIBS = @DRIGL_LIBS@
  250. DRI_DRIVER_INSTALL_DIR = @DRI_DRIVER_INSTALL_DIR@
  251. DRI_DRIVER_SEARCH_DIR = @DRI_DRIVER_SEARCH_DIR@
  252. DRI_LIB_DEPS = @DRI_LIB_DEPS@
  253. DRI_PC_REQ_PRIV = @DRI_PC_REQ_PRIV@
  254. DSYMUTIL = @DSYMUTIL@
  255. DUMPBIN = @DUMPBIN@
  256. ECHO_C = @ECHO_C@
  257. ECHO_N = @ECHO_N@
  258. ECHO_T = @ECHO_T@
  259. EGL_CFLAGS = @EGL_CFLAGS@
  260. EGL_CLIENT_APIS = @EGL_CLIENT_APIS@
  261. EGL_LIB_DEPS = @EGL_LIB_DEPS@
  262. EGL_NATIVE_PLATFORM = @EGL_NATIVE_PLATFORM@
  263. EGREP = @EGREP@
  264. ELF_LIB = @ELF_LIB@
  265. EXEEXT = @EXEEXT@
  266. EXPAT_CFLAGS = @EXPAT_CFLAGS@
  267. EXPAT_LIBS = @EXPAT_LIBS@
  268. FGREP = @FGREP@
  269. FREEDRENO_CFLAGS = @FREEDRENO_CFLAGS@
  270. FREEDRENO_LIBS = @FREEDRENO_LIBS@
  271. GALLIUM_PIPE_LOADER_CLIENT_DEFINES = @GALLIUM_PIPE_LOADER_CLIENT_DEFINES@
  272. GALLIUM_PIPE_LOADER_CLIENT_LIBS = @GALLIUM_PIPE_LOADER_CLIENT_LIBS@
  273. GALLIUM_PIPE_LOADER_DEFINES = @GALLIUM_PIPE_LOADER_DEFINES@
  274. GALLIUM_PIPE_LOADER_LIBS = @GALLIUM_PIPE_LOADER_LIBS@
  275. GALLIUM_PIPE_LOADER_XCB_CFLAGS = @GALLIUM_PIPE_LOADER_XCB_CFLAGS@
  276. GALLIUM_PIPE_LOADER_XCB_LIBS = @GALLIUM_PIPE_LOADER_XCB_LIBS@
  277. GBM_PC_LIB_PRIV = @GBM_PC_LIB_PRIV@
  278. GBM_PC_REQ_PRIV = @GBM_PC_REQ_PRIV@
  279. GC_SECTIONS = @GC_SECTIONS@
  280. GLESv1_CM_LIB_DEPS = @GLESv1_CM_LIB_DEPS@
  281. GLESv1_CM_PC_LIB_PRIV = @GLESv1_CM_PC_LIB_PRIV@
  282. GLESv2_LIB_DEPS = @GLESv2_LIB_DEPS@
  283. GLESv2_PC_LIB_PRIV = @GLESv2_PC_LIB_PRIV@
  284. GLPROTO_CFLAGS = @GLPROTO_CFLAGS@
  285. GLPROTO_LIBS = @GLPROTO_LIBS@
  286. GLX_TLS = @GLX_TLS@
  287. GL_LIB = @GL_LIB@
  288. GL_LIB_DEPS = @GL_LIB_DEPS@
  289. GL_PC_CFLAGS = @GL_PC_CFLAGS@
  290. GL_PC_LIB_PRIV = @GL_PC_LIB_PRIV@
  291. GL_PC_REQ_PRIV = @GL_PC_REQ_PRIV@
  292. GREP = @GREP@
  293. HAVE_XF86VIDMODE = @HAVE_XF86VIDMODE@
  294. INDENT = @INDENT@
  295. INDENT_FLAGS = @INDENT_FLAGS@
  296. INSTALL = @INSTALL@
  297. INSTALL_DATA = @INSTALL_DATA@
  298. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  299. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  300. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  301. INTEL_CFLAGS = @INTEL_CFLAGS@
  302. INTEL_LIBS = @INTEL_LIBS@
  303. LD = @LD@
  304. LDFLAGS = @LDFLAGS@
  305. LD_NO_UNDEFINED = @LD_NO_UNDEFINED@
  306. LEX = @LEX@
  307. LEXLIB = @LEXLIB@
  308. LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  309. LIBCLC_INCLUDEDIR = @LIBCLC_INCLUDEDIR@
  310. LIBCLC_LIBEXECDIR = @LIBCLC_LIBEXECDIR@
  311. LIBDRM_CFLAGS = @LIBDRM_CFLAGS@
  312. LIBDRM_LIBS = @LIBDRM_LIBS@
  313. LIBOBJS = @LIBOBJS@
  314. LIBS = @LIBS@
  315. LIBSHA1_CFLAGS = @LIBSHA1_CFLAGS@
  316. LIBSHA1_LIBS = @LIBSHA1_LIBS@
  317. LIBTOOL = @LIBTOOL@
  318. LIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@
  319. LIBUDEV_LIBS = @LIBUDEV_LIBS@
  320. LIB_DIR = @LIB_DIR@
  321. LIB_EXT = @LIB_EXT@
  322. LIPO = @LIPO@
  323. LLVM_BINDIR = @LLVM_BINDIR@
  324. LLVM_CFLAGS = @LLVM_CFLAGS@
  325. LLVM_CONFIG = @LLVM_CONFIG@
  326. LLVM_CPPFLAGS = @LLVM_CPPFLAGS@
  327. LLVM_CXXFLAGS = @LLVM_CXXFLAGS@
  328. LLVM_INCLUDEDIR = @LLVM_INCLUDEDIR@
  329. LLVM_LDFLAGS = @LLVM_LDFLAGS@
  330. LLVM_LIBDIR = @LLVM_LIBDIR@
  331. LLVM_LIBS = @LLVM_LIBS@
  332. LLVM_VERSION = @LLVM_VERSION@
  333. LN_S = @LN_S@
  334. LTLIBOBJS = @LTLIBOBJS@
  335. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  336. MAKEINFO = @MAKEINFO@
  337. MANIFEST_TOOL = @MANIFEST_TOOL@
  338. MESA_LLVM = @MESA_LLVM@
  339. MKDIR_P = @MKDIR_P@
  340. MSVC2008_COMPAT_CFLAGS = @MSVC2008_COMPAT_CFLAGS@
  341. MSVC2008_COMPAT_CXXFLAGS = @MSVC2008_COMPAT_CXXFLAGS@
  342. MSVC2013_COMPAT_CFLAGS = @MSVC2013_COMPAT_CFLAGS@
  343. MSVC2013_COMPAT_CXXFLAGS = @MSVC2013_COMPAT_CXXFLAGS@
  344. NINE_MAJOR = @NINE_MAJOR@
  345. NINE_MINOR = @NINE_MINOR@
  346. NINE_TINY = @NINE_TINY@
  347. NINE_VERSION = @NINE_VERSION@
  348. NM = @NM@
  349. NMEDIT = @NMEDIT@
  350. NOUVEAU_CFLAGS = @NOUVEAU_CFLAGS@
  351. NOUVEAU_LIBS = @NOUVEAU_LIBS@
  352. OBJDUMP = @OBJDUMP@
  353. OBJEXT = @OBJEXT@
  354. OMX_CFLAGS = @OMX_CFLAGS@
  355. OMX_LIBS = @OMX_LIBS@
  356. OMX_LIB_INSTALL_DIR = @OMX_LIB_INSTALL_DIR@
  357. OPENCL_LIBNAME = @OPENCL_LIBNAME@
  358. OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
  359. OPENSSL_LIBS = @OPENSSL_LIBS@
  360. OSMESA_LIB = @OSMESA_LIB@
  361. OSMESA_LIB_DEPS = @OSMESA_LIB_DEPS@
  362. OSMESA_PC_LIB_PRIV = @OSMESA_PC_LIB_PRIV@
  363. OSMESA_PC_REQ = @OSMESA_PC_REQ@
  364. OSMESA_VERSION = @OSMESA_VERSION@
  365. OTOOL = @OTOOL@
  366. OTOOL64 = @OTOOL64@
  367. PACKAGE = @PACKAGE@
  368. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  369. PACKAGE_NAME = @PACKAGE_NAME@
  370. PACKAGE_STRING = @PACKAGE_STRING@
  371. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  372. PACKAGE_URL = @PACKAGE_URL@
  373. PACKAGE_VERSION = @PACKAGE_VERSION@
  374. PATH_SEPARATOR = @PATH_SEPARATOR@
  375. PKG_CONFIG = @PKG_CONFIG@
  376. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  377. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  378. POSIX_SHELL = @POSIX_SHELL@
  379. PRESENTPROTO_CFLAGS = @PRESENTPROTO_CFLAGS@
  380. PRESENTPROTO_LIBS = @PRESENTPROTO_LIBS@
  381. PTHREAD_CC = @PTHREAD_CC@
  382. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  383. PTHREAD_LIBS = @PTHREAD_LIBS@
  384. PYTHON2 = @PYTHON2@
  385. RADEON_CFLAGS = @RADEON_CFLAGS@
  386. RADEON_LIBS = @RADEON_LIBS@
  387. RANLIB = @RANLIB@
  388. SED = @SED@
  389. SELINUX_CFLAGS = @SELINUX_CFLAGS@
  390. SELINUX_LIBS = @SELINUX_LIBS@
  391. SET_MAKE = @SET_MAKE@
  392. SHA1_CFLAGS = @SHA1_CFLAGS@
  393. SHA1_LIBS = @SHA1_LIBS@
  394. SHELL = @SHELL@
  395. SSE41_CFLAGS = @SSE41_CFLAGS@
  396. STRIP = @STRIP@
  397. VA_CFLAGS = @VA_CFLAGS@
  398. VA_LIBS = @VA_LIBS@
  399. VA_LIB_INSTALL_DIR = @VA_LIB_INSTALL_DIR@
  400. VA_MAJOR = @VA_MAJOR@
  401. VA_MINOR = @VA_MINOR@
  402. VDPAU_CFLAGS = @VDPAU_CFLAGS@
  403. VDPAU_LIBS = @VDPAU_LIBS@
  404. VDPAU_LIB_INSTALL_DIR = @VDPAU_LIB_INSTALL_DIR@
  405. VDPAU_MAJOR = @VDPAU_MAJOR@
  406. VDPAU_MINOR = @VDPAU_MINOR@
  407. VERSION = @VERSION@
  408. VG_LIB_DEPS = @VG_LIB_DEPS@
  409. VISIBILITY_CFLAGS = @VISIBILITY_CFLAGS@
  410. VISIBILITY_CXXFLAGS = @VISIBILITY_CXXFLAGS@
  411. VL_CFLAGS = @VL_CFLAGS@
  412. VL_LIBS = @VL_LIBS@
  413. WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
  414. WAYLAND_LIBS = @WAYLAND_LIBS@
  415. WAYLAND_SCANNER = @WAYLAND_SCANNER@
  416. WAYLAND_SCANNER_CFLAGS = @WAYLAND_SCANNER_CFLAGS@
  417. WAYLAND_SCANNER_LIBS = @WAYLAND_SCANNER_LIBS@
  418. X11_INCLUDES = @X11_INCLUDES@
  419. XA_MAJOR = @XA_MAJOR@
  420. XA_MINOR = @XA_MINOR@
  421. XA_TINY = @XA_TINY@
  422. XA_VERSION = @XA_VERSION@
  423. XCB_DRI2_CFLAGS = @XCB_DRI2_CFLAGS@
  424. XCB_DRI2_LIBS = @XCB_DRI2_LIBS@
  425. XF86VIDMODE_CFLAGS = @XF86VIDMODE_CFLAGS@
  426. XF86VIDMODE_LIBS = @XF86VIDMODE_LIBS@
  427. XLIBGL_CFLAGS = @XLIBGL_CFLAGS@
  428. XLIBGL_LIBS = @XLIBGL_LIBS@
  429. XVMC_CFLAGS = @XVMC_CFLAGS@
  430. XVMC_LIBS = @XVMC_LIBS@
  431. XVMC_LIB_INSTALL_DIR = @XVMC_LIB_INSTALL_DIR@
  432. XVMC_MAJOR = @XVMC_MAJOR@
  433. XVMC_MINOR = @XVMC_MINOR@
  434. YACC = @YACC@
  435. YFLAGS = @YFLAGS@
  436. abs_builddir = @abs_builddir@
  437. abs_srcdir = @abs_srcdir@
  438. abs_top_builddir = @abs_top_builddir@
  439. abs_top_srcdir = @abs_top_srcdir@
  440. ac_ct_AR = @ac_ct_AR@
  441. ac_ct_CC = @ac_ct_CC@
  442. ac_ct_CXX = @ac_ct_CXX@
  443. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  444. acv_mako_found = @acv_mako_found@
  445. am__include = @am__include@
  446. am__leading_dot = @am__leading_dot@
  447. am__quote = @am__quote@
  448. am__tar = @am__tar@
  449. am__untar = @am__untar@
  450. ax_pthread_config = @ax_pthread_config@
  451. bindir = @bindir@
  452. build = @build@
  453. build_alias = @build_alias@
  454. build_cpu = @build_cpu@
  455. build_os = @build_os@
  456. build_vendor = @build_vendor@
  457. builddir = @builddir@
  458. datadir = @datadir@
  459. datarootdir = @datarootdir@
  460. docdir = @docdir@
  461. dvidir = @dvidir@
  462. exec_prefix = @exec_prefix@
  463. host = @host@
  464. host_alias = @host_alias@
  465. host_cpu = @host_cpu@
  466. host_os = @host_os@
  467. host_vendor = @host_vendor@
  468. htmldir = @htmldir@
  469. ifGNUmake = @ifGNUmake@
  470. includedir = @includedir@
  471. infodir = @infodir@
  472. install_sh = @install_sh@
  473. libdir = @libdir@
  474. libexecdir = @libexecdir@
  475. localedir = @localedir@
  476. localstatedir = @localstatedir@
  477. mandir = @mandir@
  478. mkdir_p = @mkdir_p@
  479. oldincludedir = @oldincludedir@
  480. pdfdir = @pdfdir@
  481. prefix = @prefix@
  482. program_transform_name = @program_transform_name@
  483. psdir = @psdir@
  484. sbindir = @sbindir@
  485. sharedstatedir = @sharedstatedir@
  486. srcdir = @srcdir@
  487. sysconfdir = @sysconfdir@
  488. target = @target@
  489. target_alias = @target_alias@
  490. target_cpu = @target_cpu@
  491. target_os = @target_os@
  492. target_vendor = @target_vendor@
  493. top_build_prefix = @top_build_prefix@
  494. top_builddir = @top_builddir@
  495. top_srcdir = @top_srcdir@
  496. C_SOURCES := \
  497.         intel_drm_public.h \
  498.         intel_drm_winsys.c
  499.  
  500. GALLIUM_CFLAGS = \
  501.         -I$(top_srcdir)/include \
  502.         -I$(top_srcdir)/src \
  503.         -I$(top_srcdir)/src/gallium/include \
  504.         -I$(top_srcdir)/src/gallium/auxiliary \
  505.         $(DEFINES)
  506.  
  507.  
  508. # src/gallium/auxiliary must appear before src/gallium/drivers
  509. # because there are stupidly two rbug_context.h files in
  510. # different directories, and which one is included by the
  511. # preprocessor is determined by the ordering of the -I flags.
  512. GALLIUM_DRIVER_CFLAGS = \
  513.         -I$(srcdir)/include \
  514.         -I$(top_srcdir)/src \
  515.         -I$(top_srcdir)/include \
  516.         -I$(top_srcdir)/src/gallium/include \
  517.         -I$(top_srcdir)/src/gallium/auxiliary \
  518.         -I$(top_srcdir)/src/gallium/drivers \
  519.         -I$(top_srcdir)/src/gallium/winsys \
  520.         $(DEFINES) \
  521.         $(VISIBILITY_CFLAGS)
  522.  
  523. GALLIUM_DRIVER_CXXFLAGS = \
  524.         -I$(srcdir)/include \
  525.         -I$(top_srcdir)/src \
  526.         -I$(top_srcdir)/include \
  527.         -I$(top_srcdir)/src/gallium/include \
  528.         -I$(top_srcdir)/src/gallium/auxiliary \
  529.         -I$(top_srcdir)/src/gallium/drivers \
  530.         -I$(top_srcdir)/src/gallium/winsys \
  531.         $(DEFINES) \
  532.         $(VISIBILITY_CXXFLAGS)
  533.  
  534. GALLIUM_TARGET_CFLAGS = \
  535.         -I$(top_srcdir)/src \
  536.         -I$(top_srcdir)/include \
  537.         -I$(top_srcdir)/src/loader \
  538.         -I$(top_srcdir)/src/gallium/include \
  539.         -I$(top_srcdir)/src/gallium/auxiliary \
  540.         -I$(top_srcdir)/src/gallium/drivers \
  541.         -I$(top_srcdir)/src/gallium/winsys \
  542.         $(DEFINES) \
  543.         $(PTHREAD_CFLAGS) \
  544.         $(LIBDRM_CFLAGS) \
  545.         $(VISIBILITY_CFLAGS)
  546.  
  547. GALLIUM_COMMON_LIB_DEPS = \
  548.         -lm \
  549.         $(CLOCK_LIB) \
  550.         $(PTHREAD_LIBS) \
  551.         $(DLOPEN_LIBS)
  552.  
  553. GALLIUM_WINSYS_CFLAGS = \
  554.         -I$(top_srcdir)/src \
  555.         -I$(top_srcdir)/include \
  556.         -I$(top_srcdir)/src/gallium/include \
  557.         -I$(top_srcdir)/src/gallium/auxiliary \
  558.         $(DEFINES) \
  559.         $(VISIBILITY_CFLAGS)
  560.  
  561. GALLIUM_PIPE_LOADER_WINSYS_LIBS =  \
  562.         $(top_builddir)/src/gallium/winsys/sw/null/libws_null.la \
  563.         $(top_builddir)/src/gallium/winsys/sw/wrapper/libwsw.la \
  564.         $(am__append_1) $(am__append_2)
  565. AM_CFLAGS = \
  566.         -I$(top_srcdir)/src/gallium/drivers \
  567.         $(GALLIUM_WINSYS_CFLAGS) \
  568.         $(INTEL_CFLAGS)
  569.  
  570. noinst_LTLIBRARIES = libintelwinsys.la
  571. libintelwinsys_la_SOURCES = $(C_SOURCES)
  572. all: all-am
  573.  
  574. .SUFFIXES:
  575. .SUFFIXES: .c .lo .o .obj
  576. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/Makefile.sources $(top_srcdir)/src/gallium/Automake.inc $(am__configure_deps)
  577.         @for dep in $?; do \
  578.           case '$(am__configure_deps)' in \
  579.             *$$dep*) \
  580.               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  581.                 && { if test -f $@; then exit 0; else break; fi; }; \
  582.               exit 1;; \
  583.           esac; \
  584.         done; \
  585.         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/gallium/winsys/intel/drm/Makefile'; \
  586.         $(am__cd) $(top_srcdir) && \
  587.           $(AUTOMAKE) --foreign src/gallium/winsys/intel/drm/Makefile
  588. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  589.         @case '$?' in \
  590.           *config.status*) \
  591.             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  592.           *) \
  593.             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  594.             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  595.         esac;
  596. $(srcdir)/Makefile.sources $(top_srcdir)/src/gallium/Automake.inc $(am__empty):
  597.  
  598. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  599.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  600.  
  601. $(top_srcdir)/configure:  $(am__configure_deps)
  602.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  603. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  604.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  605. $(am__aclocal_m4_deps):
  606.  
  607. clean-noinstLTLIBRARIES:
  608.         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  609.         @list='$(noinst_LTLIBRARIES)'; \
  610.         locs=`for p in $$list; do echo $$p; done | \
  611.               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  612.               sort -u`; \
  613.         test -z "$$locs" || { \
  614.           echo rm -f $${locs}; \
  615.           rm -f $${locs}; \
  616.         }
  617.  
  618. libintelwinsys.la: $(libintelwinsys_la_OBJECTS) $(libintelwinsys_la_DEPENDENCIES) $(EXTRA_libintelwinsys_la_DEPENDENCIES)
  619.         $(AM_V_CCLD)$(LINK)  $(libintelwinsys_la_OBJECTS) $(libintelwinsys_la_LIBADD) $(LIBS)
  620.  
  621. mostlyclean-compile:
  622.         -rm -f *.$(OBJEXT)
  623.  
  624. distclean-compile:
  625.         -rm -f *.tab.c
  626.  
  627. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intel_drm_winsys.Plo@am__quote@
  628.  
  629. .c.o:
  630. @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  631. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  632. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  633. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  634. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  635.  
  636. .c.obj:
  637. @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  638. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  639. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  640. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  641. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  642.  
  643. .c.lo:
  644. @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  645. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  646. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  647. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  648. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  649.  
  650. mostlyclean-libtool:
  651.         -rm -f *.lo
  652.  
  653. clean-libtool:
  654.         -rm -rf .libs _libs
  655.  
  656. ID: $(am__tagged_files)
  657.         $(am__define_uniq_tagged_files); mkid -fID $$unique
  658. tags: tags-am
  659. TAGS: tags
  660.  
  661. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  662.         set x; \
  663.         here=`pwd`; \
  664.         $(am__define_uniq_tagged_files); \
  665.         shift; \
  666.         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  667.           test -n "$$unique" || unique=$$empty_fix; \
  668.           if test $$# -gt 0; then \
  669.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  670.               "$$@" $$unique; \
  671.           else \
  672.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  673.               $$unique; \
  674.           fi; \
  675.         fi
  676. ctags: ctags-am
  677.  
  678. CTAGS: ctags
  679. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  680.         $(am__define_uniq_tagged_files); \
  681.         test -z "$(CTAGS_ARGS)$$unique" \
  682.           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  683.              $$unique
  684.  
  685. GTAGS:
  686.         here=`$(am__cd) $(top_builddir) && pwd` \
  687.           && $(am__cd) $(top_srcdir) \
  688.           && gtags -i $(GTAGS_ARGS) "$$here"
  689. cscopelist: cscopelist-am
  690.  
  691. cscopelist-am: $(am__tagged_files)
  692.         list='$(am__tagged_files)'; \
  693.         case "$(srcdir)" in \
  694.           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  695.           *) sdir=$(subdir)/$(srcdir) ;; \
  696.         esac; \
  697.         for i in $$list; do \
  698.           if test -f "$$i"; then \
  699.             echo "$(subdir)/$$i"; \
  700.           else \
  701.             echo "$$sdir/$$i"; \
  702.           fi; \
  703.         done >> $(top_builddir)/cscope.files
  704.  
  705. distclean-tags:
  706.         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  707.  
  708. distdir: $(DISTFILES)
  709.         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  710.         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  711.         list='$(DISTFILES)'; \
  712.           dist_files=`for file in $$list; do echo $$file; done | \
  713.           sed -e "s|^$$srcdirstrip/||;t" \
  714.               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  715.         case $$dist_files in \
  716.           */*) $(MKDIR_P) `echo "$$dist_files" | \
  717.                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  718.                            sort -u` ;; \
  719.         esac; \
  720.         for file in $$dist_files; do \
  721.           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  722.           if test -d $$d/$$file; then \
  723.             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  724.             if test -d "$(distdir)/$$file"; then \
  725.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  726.             fi; \
  727.             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  728.               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  729.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  730.             fi; \
  731.             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  732.           else \
  733.             test -f "$(distdir)/$$file" \
  734.             || cp -p $$d/$$file "$(distdir)/$$file" \
  735.             || exit 1; \
  736.           fi; \
  737.         done
  738. check-am: all-am
  739. check: check-am
  740. all-am: Makefile $(LTLIBRARIES)
  741. installdirs:
  742. install: install-am
  743. install-exec: install-exec-am
  744. install-data: install-data-am
  745. uninstall: uninstall-am
  746.  
  747. install-am: all-am
  748.         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  749.  
  750. installcheck: installcheck-am
  751. install-strip:
  752.         if test -z '$(STRIP)'; then \
  753.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  754.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  755.               install; \
  756.         else \
  757.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  758.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  759.             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  760.         fi
  761. mostlyclean-generic:
  762.  
  763. clean-generic:
  764.  
  765. distclean-generic:
  766.         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  767.         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  768.  
  769. maintainer-clean-generic:
  770.         @echo "This command is intended for maintainers to use"
  771.         @echo "it deletes files that may require special tools to rebuild."
  772. clean: clean-am
  773.  
  774. clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
  775.         mostlyclean-am
  776.  
  777. distclean: distclean-am
  778.         -rm -rf ./$(DEPDIR)
  779.         -rm -f Makefile
  780. distclean-am: clean-am distclean-compile distclean-generic \
  781.         distclean-tags
  782.  
  783. dvi: dvi-am
  784.  
  785. dvi-am:
  786.  
  787. html: html-am
  788.  
  789. html-am:
  790.  
  791. info: info-am
  792.  
  793. info-am:
  794.  
  795. install-data-am:
  796.  
  797. install-dvi: install-dvi-am
  798.  
  799. install-dvi-am:
  800.  
  801. install-exec-am:
  802.  
  803. install-html: install-html-am
  804.  
  805. install-html-am:
  806.  
  807. install-info: install-info-am
  808.  
  809. install-info-am:
  810.  
  811. install-man:
  812.  
  813. install-pdf: install-pdf-am
  814.  
  815. install-pdf-am:
  816.  
  817. install-ps: install-ps-am
  818.  
  819. install-ps-am:
  820.  
  821. installcheck-am:
  822.  
  823. maintainer-clean: maintainer-clean-am
  824.         -rm -rf ./$(DEPDIR)
  825.         -rm -f Makefile
  826. maintainer-clean-am: distclean-am maintainer-clean-generic
  827.  
  828. mostlyclean: mostlyclean-am
  829.  
  830. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  831.         mostlyclean-libtool
  832.  
  833. pdf: pdf-am
  834.  
  835. pdf-am:
  836.  
  837. ps: ps-am
  838.  
  839. ps-am:
  840.  
  841. uninstall-am:
  842.  
  843. .MAKE: install-am install-strip
  844.  
  845. .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
  846.         clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
  847.         ctags-am distclean distclean-compile distclean-generic \
  848.         distclean-libtool distclean-tags distdir dvi dvi-am html \
  849.         html-am info info-am install install-am install-data \
  850.         install-data-am install-dvi install-dvi-am install-exec \
  851.         install-exec-am install-html install-html-am install-info \
  852.         install-info-am install-man install-pdf install-pdf-am \
  853.         install-ps install-ps-am install-strip installcheck \
  854.         installcheck-am installdirs maintainer-clean \
  855.         maintainer-clean-generic mostlyclean mostlyclean-compile \
  856.         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  857.         tags tags-am uninstall uninstall-am
  858.  
  859. .PRECIOUS: Makefile
  860.  
  861.  
  862. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  863. # Otherwise a system limit (for SysV at least) may be exceeded.
  864. .NOEXPORT:
  865.