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. # Convenient makefile for managing translations.
  18.  
  19. # Prerequisites:
  20. # - GNU gettext
  21. # - Python
  22.  
  23. # Adding new translations
  24. # -----------------------
  25.  
  26. # To start working on a new translation edit the POS=... line
  27. # below. If you want to add for example a french translation, add
  28. # fr.po.
  29.  
  30. # Then run "make po" to generate a fresh .po file from translatable
  31. # strings in t_options.h. Now you can edit the new .po file (fr.po in
  32. # the example above) to translate the strings. Please make sure that
  33. # your editor encodes the file in UTF-8.
  34.  
  35. # Updating existing translations
  36. # ------------------------------
  37.  
  38. # Run "make po" to update .po files with new translatable strings from
  39. # t_options.h. Now you can edit the .po files you're interested
  40. # in. Please make sure that your editor encodes the file in UTF-8.
  41.  
  42. # Updating options.h
  43. # ------------------
  44.  
  45. # Finally run "make" to generate options.h from t_options.h with all
  46. # translations. Now you can rebuild the drivers. Any common options
  47. # used by the drivers will have option descriptions with the latest
  48. # translations.
  49.  
  50. # Publishing translations
  51. # -----------------------
  52.  
  53. # To get your translation(s) into Mesa CVS, please send me your
  54. # <lang>.po file.
  55.  
  56. # More information:
  57. # - info gettext
  58. VPATH = @srcdir@
  59. am__is_gnu_make = { \
  60.   if test -z '$(MAKELEVEL)'; then \
  61.     false; \
  62.   elif test -n '$(MAKE_HOST)'; then \
  63.     true; \
  64.   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  65.     true; \
  66.   else \
  67.     false; \
  68.   fi; \
  69. }
  70. am__make_running_with_option = \
  71.   case $${target_option-} in \
  72.       ?) ;; \
  73.       *) echo "am__make_running_with_option: internal error: invalid" \
  74.               "target option '$${target_option-}' specified" >&2; \
  75.          exit 1;; \
  76.   esac; \
  77.   has_opt=no; \
  78.   sane_makeflags=$$MAKEFLAGS; \
  79.   if $(am__is_gnu_make); then \
  80.     sane_makeflags=$$MFLAGS; \
  81.   else \
  82.     case $$MAKEFLAGS in \
  83.       *\\[\ \   ]*) \
  84.         bs=\\; \
  85.         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  86.           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
  87.     esac; \
  88.   fi; \
  89.   skip_next=no; \
  90.   strip_trailopt () \
  91.   { \
  92.     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  93.   }; \
  94.   for flg in $$sane_makeflags; do \
  95.     test $$skip_next = yes && { skip_next=no; continue; }; \
  96.     case $$flg in \
  97.       *=*|--*) continue;; \
  98.         -*I) strip_trailopt 'I'; skip_next=yes;; \
  99.       -*I?*) strip_trailopt 'I';; \
  100.         -*O) strip_trailopt 'O'; skip_next=yes;; \
  101.       -*O?*) strip_trailopt 'O';; \
  102.         -*l) strip_trailopt 'l'; skip_next=yes;; \
  103.       -*l?*) strip_trailopt 'l';; \
  104.       -[dEDm]) skip_next=yes;; \
  105.       -[JT]) skip_next=yes;; \
  106.     esac; \
  107.     case $$flg in \
  108.       *$$target_option*) has_opt=yes; break;; \
  109.     esac; \
  110.   done; \
  111.   test $$has_opt = yes
  112. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  113. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  114. pkgdatadir = $(datadir)/@PACKAGE@
  115. pkgincludedir = $(includedir)/@PACKAGE@
  116. pkglibdir = $(libdir)/@PACKAGE@
  117. pkglibexecdir = $(libexecdir)/@PACKAGE@
  118. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  119. install_sh_DATA = $(install_sh) -c -m 644
  120. install_sh_PROGRAM = $(install_sh) -c
  121. install_sh_SCRIPT = $(install_sh) -c
  122. INSTALL_HEADER = $(INSTALL_DATA)
  123. transform = $(program_transform_name)
  124. NORMAL_INSTALL = :
  125. PRE_INSTALL = :
  126. POST_INSTALL = :
  127. NORMAL_UNINSTALL = :
  128. PRE_UNINSTALL = :
  129. POST_UNINSTALL = :
  130. build_triplet = @build@
  131. host_triplet = @host@
  132. target_triplet = @target@
  133. subdir = src/mesa/drivers/dri/common/xmlpool
  134. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  135. am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_gnu_make.m4 \
  136.         $(top_srcdir)/m4/ax_check_python_mako_module.m4 \
  137.         $(top_srcdir)/m4/ax_gcc_builtin.m4 \
  138.         $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \
  139.         $(top_srcdir)/m4/ax_prog_bison.m4 \
  140.         $(top_srcdir)/m4/ax_prog_flex.m4 \
  141.         $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \
  142.         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  143.         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  144.         $(top_srcdir)/VERSION $(top_srcdir)/configure.ac
  145. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  146.         $(ACLOCAL_M4)
  147. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  148. mkinstalldirs = $(install_sh) -d
  149. CONFIG_CLEAN_FILES =
  150. CONFIG_CLEAN_VPATH_FILES =
  151. AM_V_P = $(am__v_P_@AM_V@)
  152. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  153. am__v_P_0 = false
  154. am__v_P_1 = :
  155. AM_V_GEN = $(am__v_GEN_@AM_V@)
  156. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  157. am__v_GEN_0 = @echo "  GEN     " $@;
  158. am__v_GEN_1 =
  159. AM_V_at = $(am__v_at_@AM_V@)
  160. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  161. am__v_at_0 = @
  162. am__v_at_1 =
  163. SOURCES =
  164. DIST_SOURCES =
  165. am__can_run_installinfo = \
  166.   case $$AM_UPDATE_INFO_DIR in \
  167.     n|no|NO) false;; \
  168.     *) (install-info --version) >/dev/null 2>&1;; \
  169.   esac
  170. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  171. am__DIST_COMMON = $(srcdir)/Makefile.in
  172. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  173. ACLOCAL = @ACLOCAL@
  174. AMTAR = @AMTAR@
  175. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  176. AR = @AR@
  177. AUTOCONF = @AUTOCONF@
  178. AUTOHEADER = @AUTOHEADER@
  179. AUTOMAKE = @AUTOMAKE@
  180. AWK = @AWK@
  181. BSYMBOLIC = @BSYMBOLIC@
  182. CC = @CC@
  183. CCAS = @CCAS@
  184. CCASDEPMODE = @CCASDEPMODE@
  185. CCASFLAGS = @CCASFLAGS@
  186. CCDEPMODE = @CCDEPMODE@
  187. CFLAGS = @CFLAGS@
  188. CLANG_RESOURCE_DIR = @CLANG_RESOURCE_DIR@
  189. CLOCK_LIB = @CLOCK_LIB@
  190. CPP = @CPP@
  191. CPPFLAGS = @CPPFLAGS@
  192. CXX = @CXX@
  193. CXXCPP = @CXXCPP@
  194. CXXDEPMODE = @CXXDEPMODE@
  195. CXXFLAGS = @CXXFLAGS@
  196. CYGPATH_W = @CYGPATH_W@
  197. D3D_DRIVER_INSTALL_DIR = @D3D_DRIVER_INSTALL_DIR@
  198. DEFINES = @DEFINES@
  199. DEFS = @DEFS@
  200. DEPDIR = @DEPDIR@
  201. DLLTOOL = @DLLTOOL@
  202. DLOPEN_LIBS = @DLOPEN_LIBS@
  203. DRI2PROTO_CFLAGS = @DRI2PROTO_CFLAGS@
  204. DRI2PROTO_LIBS = @DRI2PROTO_LIBS@
  205. DRI3PROTO_CFLAGS = @DRI3PROTO_CFLAGS@
  206. DRI3PROTO_LIBS = @DRI3PROTO_LIBS@
  207. DRIGL_CFLAGS = @DRIGL_CFLAGS@
  208. DRIGL_LIBS = @DRIGL_LIBS@
  209. DRI_DRIVER_INSTALL_DIR = @DRI_DRIVER_INSTALL_DIR@
  210. DRI_DRIVER_SEARCH_DIR = @DRI_DRIVER_SEARCH_DIR@
  211. DRI_LIB_DEPS = @DRI_LIB_DEPS@
  212. DRI_PC_REQ_PRIV = @DRI_PC_REQ_PRIV@
  213. DSYMUTIL = @DSYMUTIL@
  214. DUMPBIN = @DUMPBIN@
  215. ECHO_C = @ECHO_C@
  216. ECHO_N = @ECHO_N@
  217. ECHO_T = @ECHO_T@
  218. EGL_CFLAGS = @EGL_CFLAGS@
  219. EGL_CLIENT_APIS = @EGL_CLIENT_APIS@
  220. EGL_LIB_DEPS = @EGL_LIB_DEPS@
  221. EGL_NATIVE_PLATFORM = @EGL_NATIVE_PLATFORM@
  222. EGREP = @EGREP@
  223. ELF_LIB = @ELF_LIB@
  224. EXEEXT = @EXEEXT@
  225. EXPAT_CFLAGS = @EXPAT_CFLAGS@
  226. EXPAT_LIBS = @EXPAT_LIBS@
  227. FGREP = @FGREP@
  228. FREEDRENO_CFLAGS = @FREEDRENO_CFLAGS@
  229. FREEDRENO_LIBS = @FREEDRENO_LIBS@
  230. GALLIUM_PIPE_LOADER_CLIENT_DEFINES = @GALLIUM_PIPE_LOADER_CLIENT_DEFINES@
  231. GALLIUM_PIPE_LOADER_CLIENT_LIBS = @GALLIUM_PIPE_LOADER_CLIENT_LIBS@
  232. GALLIUM_PIPE_LOADER_DEFINES = @GALLIUM_PIPE_LOADER_DEFINES@
  233. GALLIUM_PIPE_LOADER_LIBS = @GALLIUM_PIPE_LOADER_LIBS@
  234. GALLIUM_PIPE_LOADER_XCB_CFLAGS = @GALLIUM_PIPE_LOADER_XCB_CFLAGS@
  235. GALLIUM_PIPE_LOADER_XCB_LIBS = @GALLIUM_PIPE_LOADER_XCB_LIBS@
  236. GBM_PC_LIB_PRIV = @GBM_PC_LIB_PRIV@
  237. GBM_PC_REQ_PRIV = @GBM_PC_REQ_PRIV@
  238. GC_SECTIONS = @GC_SECTIONS@
  239. GLESv1_CM_LIB_DEPS = @GLESv1_CM_LIB_DEPS@
  240. GLESv1_CM_PC_LIB_PRIV = @GLESv1_CM_PC_LIB_PRIV@
  241. GLESv2_LIB_DEPS = @GLESv2_LIB_DEPS@
  242. GLESv2_PC_LIB_PRIV = @GLESv2_PC_LIB_PRIV@
  243. GLPROTO_CFLAGS = @GLPROTO_CFLAGS@
  244. GLPROTO_LIBS = @GLPROTO_LIBS@
  245. GLX_TLS = @GLX_TLS@
  246. GL_LIB = @GL_LIB@
  247. GL_LIB_DEPS = @GL_LIB_DEPS@
  248. GL_PC_CFLAGS = @GL_PC_CFLAGS@
  249. GL_PC_LIB_PRIV = @GL_PC_LIB_PRIV@
  250. GL_PC_REQ_PRIV = @GL_PC_REQ_PRIV@
  251. GREP = @GREP@
  252. HAVE_XF86VIDMODE = @HAVE_XF86VIDMODE@
  253. INDENT = @INDENT@
  254. INDENT_FLAGS = @INDENT_FLAGS@
  255. INSTALL = @INSTALL@
  256. INSTALL_DATA = @INSTALL_DATA@
  257. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  258. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  259. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  260. INTEL_CFLAGS = @INTEL_CFLAGS@
  261. INTEL_LIBS = @INTEL_LIBS@
  262. LD = @LD@
  263. LDFLAGS = @LDFLAGS@
  264. LD_NO_UNDEFINED = @LD_NO_UNDEFINED@
  265. LEX = @LEX@
  266. LEXLIB = @LEXLIB@
  267. LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  268. LIBCLC_INCLUDEDIR = @LIBCLC_INCLUDEDIR@
  269. LIBCLC_LIBEXECDIR = @LIBCLC_LIBEXECDIR@
  270. LIBDRM_CFLAGS = @LIBDRM_CFLAGS@
  271. LIBDRM_LIBS = @LIBDRM_LIBS@
  272. LIBOBJS = @LIBOBJS@
  273. LIBS = @LIBS@
  274. LIBSHA1_CFLAGS = @LIBSHA1_CFLAGS@
  275. LIBSHA1_LIBS = @LIBSHA1_LIBS@
  276. LIBTOOL = @LIBTOOL@
  277. LIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@
  278. LIBUDEV_LIBS = @LIBUDEV_LIBS@
  279. LIB_DIR = @LIB_DIR@
  280. LIB_EXT = @LIB_EXT@
  281. LIPO = @LIPO@
  282. LLVM_BINDIR = @LLVM_BINDIR@
  283. LLVM_CFLAGS = @LLVM_CFLAGS@
  284. LLVM_CONFIG = @LLVM_CONFIG@
  285. LLVM_CPPFLAGS = @LLVM_CPPFLAGS@
  286. LLVM_CXXFLAGS = @LLVM_CXXFLAGS@
  287. LLVM_INCLUDEDIR = @LLVM_INCLUDEDIR@
  288. LLVM_LDFLAGS = @LLVM_LDFLAGS@
  289. LLVM_LIBDIR = @LLVM_LIBDIR@
  290. LLVM_LIBS = @LLVM_LIBS@
  291. LLVM_VERSION = @LLVM_VERSION@
  292. LN_S = @LN_S@
  293. LTLIBOBJS = @LTLIBOBJS@
  294. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  295. MAKEINFO = @MAKEINFO@
  296. MANIFEST_TOOL = @MANIFEST_TOOL@
  297. MESA_LLVM = @MESA_LLVM@
  298. MKDIR_P = @MKDIR_P@
  299. MSVC2008_COMPAT_CFLAGS = @MSVC2008_COMPAT_CFLAGS@
  300. MSVC2008_COMPAT_CXXFLAGS = @MSVC2008_COMPAT_CXXFLAGS@
  301. MSVC2013_COMPAT_CFLAGS = @MSVC2013_COMPAT_CFLAGS@
  302. MSVC2013_COMPAT_CXXFLAGS = @MSVC2013_COMPAT_CXXFLAGS@
  303. NINE_MAJOR = @NINE_MAJOR@
  304. NINE_MINOR = @NINE_MINOR@
  305. NINE_TINY = @NINE_TINY@
  306. NINE_VERSION = @NINE_VERSION@
  307. NM = @NM@
  308. NMEDIT = @NMEDIT@
  309. NOUVEAU_CFLAGS = @NOUVEAU_CFLAGS@
  310. NOUVEAU_LIBS = @NOUVEAU_LIBS@
  311. OBJDUMP = @OBJDUMP@
  312. OBJEXT = @OBJEXT@
  313. OMX_CFLAGS = @OMX_CFLAGS@
  314. OMX_LIBS = @OMX_LIBS@
  315. OMX_LIB_INSTALL_DIR = @OMX_LIB_INSTALL_DIR@
  316. OPENCL_LIBNAME = @OPENCL_LIBNAME@
  317. OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
  318. OPENSSL_LIBS = @OPENSSL_LIBS@
  319. OSMESA_LIB = @OSMESA_LIB@
  320. OSMESA_LIB_DEPS = @OSMESA_LIB_DEPS@
  321. OSMESA_PC_LIB_PRIV = @OSMESA_PC_LIB_PRIV@
  322. OSMESA_PC_REQ = @OSMESA_PC_REQ@
  323. OSMESA_VERSION = @OSMESA_VERSION@
  324. OTOOL = @OTOOL@
  325. OTOOL64 = @OTOOL64@
  326. PACKAGE = @PACKAGE@
  327. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  328. PACKAGE_NAME = @PACKAGE_NAME@
  329. PACKAGE_STRING = @PACKAGE_STRING@
  330. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  331. PACKAGE_URL = @PACKAGE_URL@
  332. PACKAGE_VERSION = @PACKAGE_VERSION@
  333. PATH_SEPARATOR = @PATH_SEPARATOR@
  334. PKG_CONFIG = @PKG_CONFIG@
  335. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  336. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  337. POSIX_SHELL = @POSIX_SHELL@
  338. PRESENTPROTO_CFLAGS = @PRESENTPROTO_CFLAGS@
  339. PRESENTPROTO_LIBS = @PRESENTPROTO_LIBS@
  340. PTHREAD_CC = @PTHREAD_CC@
  341. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  342. PTHREAD_LIBS = @PTHREAD_LIBS@
  343. PYTHON2 = @PYTHON2@
  344. RADEON_CFLAGS = @RADEON_CFLAGS@
  345. RADEON_LIBS = @RADEON_LIBS@
  346. RANLIB = @RANLIB@
  347. SED = @SED@
  348. SELINUX_CFLAGS = @SELINUX_CFLAGS@
  349. SELINUX_LIBS = @SELINUX_LIBS@
  350. SET_MAKE = @SET_MAKE@
  351. SHA1_CFLAGS = @SHA1_CFLAGS@
  352. SHA1_LIBS = @SHA1_LIBS@
  353. SHELL = @SHELL@
  354. SSE41_CFLAGS = @SSE41_CFLAGS@
  355. STRIP = @STRIP@
  356. VA_CFLAGS = @VA_CFLAGS@
  357. VA_LIBS = @VA_LIBS@
  358. VA_LIB_INSTALL_DIR = @VA_LIB_INSTALL_DIR@
  359. VA_MAJOR = @VA_MAJOR@
  360. VA_MINOR = @VA_MINOR@
  361. VDPAU_CFLAGS = @VDPAU_CFLAGS@
  362. VDPAU_LIBS = @VDPAU_LIBS@
  363. VDPAU_LIB_INSTALL_DIR = @VDPAU_LIB_INSTALL_DIR@
  364. VDPAU_MAJOR = @VDPAU_MAJOR@
  365. VDPAU_MINOR = @VDPAU_MINOR@
  366. VERSION = @VERSION@
  367. VG_LIB_DEPS = @VG_LIB_DEPS@
  368. VISIBILITY_CFLAGS = @VISIBILITY_CFLAGS@
  369. VISIBILITY_CXXFLAGS = @VISIBILITY_CXXFLAGS@
  370. VL_CFLAGS = @VL_CFLAGS@
  371. VL_LIBS = @VL_LIBS@
  372. WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
  373. WAYLAND_LIBS = @WAYLAND_LIBS@
  374. WAYLAND_SCANNER = @WAYLAND_SCANNER@
  375. WAYLAND_SCANNER_CFLAGS = @WAYLAND_SCANNER_CFLAGS@
  376. WAYLAND_SCANNER_LIBS = @WAYLAND_SCANNER_LIBS@
  377. X11_INCLUDES = @X11_INCLUDES@
  378. XA_MAJOR = @XA_MAJOR@
  379. XA_MINOR = @XA_MINOR@
  380. XA_TINY = @XA_TINY@
  381. XA_VERSION = @XA_VERSION@
  382. XCB_DRI2_CFLAGS = @XCB_DRI2_CFLAGS@
  383. XCB_DRI2_LIBS = @XCB_DRI2_LIBS@
  384. XF86VIDMODE_CFLAGS = @XF86VIDMODE_CFLAGS@
  385. XF86VIDMODE_LIBS = @XF86VIDMODE_LIBS@
  386. XLIBGL_CFLAGS = @XLIBGL_CFLAGS@
  387. XLIBGL_LIBS = @XLIBGL_LIBS@
  388. XVMC_CFLAGS = @XVMC_CFLAGS@
  389. XVMC_LIBS = @XVMC_LIBS@
  390. XVMC_LIB_INSTALL_DIR = @XVMC_LIB_INSTALL_DIR@
  391. XVMC_MAJOR = @XVMC_MAJOR@
  392. XVMC_MINOR = @XVMC_MINOR@
  393. YACC = @YACC@
  394. YFLAGS = @YFLAGS@
  395. abs_builddir = @abs_builddir@
  396. abs_srcdir = @abs_srcdir@
  397. abs_top_builddir = @abs_top_builddir@
  398. abs_top_srcdir = @abs_top_srcdir@
  399. ac_ct_AR = @ac_ct_AR@
  400. ac_ct_CC = @ac_ct_CC@
  401. ac_ct_CXX = @ac_ct_CXX@
  402. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  403. acv_mako_found = @acv_mako_found@
  404. am__include = @am__include@
  405. am__leading_dot = @am__leading_dot@
  406. am__quote = @am__quote@
  407. am__tar = @am__tar@
  408. am__untar = @am__untar@
  409. ax_pthread_config = @ax_pthread_config@
  410. bindir = @bindir@
  411. build = @build@
  412. build_alias = @build_alias@
  413. build_cpu = @build_cpu@
  414. build_os = @build_os@
  415. build_vendor = @build_vendor@
  416. builddir = @builddir@
  417. datadir = @datadir@
  418. datarootdir = @datarootdir@
  419. docdir = @docdir@
  420. dvidir = @dvidir@
  421. exec_prefix = @exec_prefix@
  422. host = @host@
  423. host_alias = @host_alias@
  424. host_cpu = @host_cpu@
  425. host_os = @host_os@
  426. host_vendor = @host_vendor@
  427. htmldir = @htmldir@
  428. ifGNUmake = @ifGNUmake@
  429. includedir = @includedir@
  430. infodir = @infodir@
  431. install_sh = @install_sh@
  432. libdir = @libdir@
  433. libexecdir = @libexecdir@
  434. localedir = @localedir@
  435. localstatedir = @localstatedir@
  436. mandir = @mandir@
  437. mkdir_p = @mkdir_p@
  438. oldincludedir = @oldincludedir@
  439. pdfdir = @pdfdir@
  440. prefix = @prefix@
  441. program_transform_name = @program_transform_name@
  442. psdir = @psdir@
  443. sbindir = @sbindir@
  444. sharedstatedir = @sharedstatedir@
  445. srcdir = @srcdir@
  446. sysconfdir = @sysconfdir@
  447. target = @target@
  448. target_alias = @target_alias@
  449. target_cpu = @target_cpu@
  450. target_os = @target_os@
  451. target_vendor = @target_vendor@
  452. top_build_prefix = @top_build_prefix@
  453. top_builddir = @top_builddir@
  454. top_srcdir = @top_srcdir@
  455.  
  456. # The set of supported languages. Add languages as needed.
  457. POS = ca.po de.po es.po nl.po fr.po sv.po
  458.  
  459. #
  460. # Don't change anything below, unless you know what you're doing.
  461. #
  462. LANGS = $(POS:%.po=%)
  463. MOS = $(POS:%.po=%/LC_MESSAGES/options.mo)
  464. POT = xmlpool.pot
  465. EXTRA_DIST = \
  466.         gen_xmlpool.py \
  467.         options.h \
  468.         t_options.h \
  469.         $(POS) \
  470.         $(MOS) \
  471.         SConscript
  472.  
  473. BUILT_SOURCES = options.h
  474. CLEANFILES = \
  475.         options.h
  476.  
  477. all: $(BUILT_SOURCES)
  478.         $(MAKE) $(AM_MAKEFLAGS) all-am
  479.  
  480. .SUFFIXES:
  481. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  482.         @for dep in $?; do \
  483.           case '$(am__configure_deps)' in \
  484.             *$$dep*) \
  485.               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  486.                 && { if test -f $@; then exit 0; else break; fi; }; \
  487.               exit 1;; \
  488.           esac; \
  489.         done; \
  490.         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/mesa/drivers/dri/common/xmlpool/Makefile'; \
  491.         $(am__cd) $(top_srcdir) && \
  492.           $(AUTOMAKE) --foreign src/mesa/drivers/dri/common/xmlpool/Makefile
  493. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  494.         @case '$?' in \
  495.           *config.status*) \
  496.             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  497.           *) \
  498.             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  499.             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  500.         esac;
  501.  
  502. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  503.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  504.  
  505. $(top_srcdir)/configure:  $(am__configure_deps)
  506.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  507. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  508.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  509. $(am__aclocal_m4_deps):
  510.  
  511. mostlyclean-libtool:
  512.         -rm -f *.lo
  513.  
  514. clean-libtool:
  515.         -rm -rf .libs _libs
  516. tags TAGS:
  517.  
  518. ctags CTAGS:
  519.  
  520. cscope cscopelist:
  521.  
  522.  
  523. distdir: $(DISTFILES)
  524.         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  525.         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  526.         list='$(DISTFILES)'; \
  527.           dist_files=`for file in $$list; do echo $$file; done | \
  528.           sed -e "s|^$$srcdirstrip/||;t" \
  529.               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  530.         case $$dist_files in \
  531.           */*) $(MKDIR_P) `echo "$$dist_files" | \
  532.                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  533.                            sort -u` ;; \
  534.         esac; \
  535.         for file in $$dist_files; do \
  536.           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  537.           if test -d $$d/$$file; then \
  538.             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  539.             if test -d "$(distdir)/$$file"; then \
  540.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  541.             fi; \
  542.             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  543.               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  544.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  545.             fi; \
  546.             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  547.           else \
  548.             test -f "$(distdir)/$$file" \
  549.             || cp -p $$d/$$file "$(distdir)/$$file" \
  550.             || exit 1; \
  551.           fi; \
  552.         done
  553. check-am: all-am
  554. check: $(BUILT_SOURCES)
  555.         $(MAKE) $(AM_MAKEFLAGS) check-am
  556. all-am: Makefile
  557. installdirs:
  558. install: $(BUILT_SOURCES)
  559.         $(MAKE) $(AM_MAKEFLAGS) install-am
  560. install-exec: install-exec-am
  561. install-data: install-data-am
  562. uninstall: uninstall-am
  563.  
  564. install-am: all-am
  565.         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  566.  
  567. installcheck: installcheck-am
  568. install-strip:
  569.         if test -z '$(STRIP)'; then \
  570.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  571.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  572.               install; \
  573.         else \
  574.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  575.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  576.             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  577.         fi
  578. mostlyclean-generic:
  579.  
  580. clean-generic:
  581.         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  582.  
  583. distclean-generic:
  584.         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  585.         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  586.  
  587. maintainer-clean-generic:
  588.         @echo "This command is intended for maintainers to use"
  589.         @echo "it deletes files that may require special tools to rebuild."
  590.         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  591. clean: clean-am
  592.  
  593. clean-am: clean-generic clean-libtool mostlyclean-am
  594.  
  595. distclean: distclean-am
  596.         -rm -f Makefile
  597. distclean-am: clean-am distclean-generic
  598.  
  599. dvi: dvi-am
  600.  
  601. dvi-am:
  602.  
  603. html: html-am
  604.  
  605. html-am:
  606.  
  607. info: info-am
  608.  
  609. info-am:
  610.  
  611. install-data-am:
  612.  
  613. install-dvi: install-dvi-am
  614.  
  615. install-dvi-am:
  616.  
  617. install-exec-am:
  618.  
  619. install-html: install-html-am
  620.  
  621. install-html-am:
  622.  
  623. install-info: install-info-am
  624.  
  625. install-info-am:
  626.  
  627. install-man:
  628.  
  629. install-pdf: install-pdf-am
  630.  
  631. install-pdf-am:
  632.  
  633. install-ps: install-ps-am
  634.  
  635. install-ps-am:
  636.  
  637. installcheck-am:
  638.  
  639. maintainer-clean: maintainer-clean-am
  640.         -rm -f Makefile
  641. maintainer-clean-am: distclean-am maintainer-clean-generic
  642.  
  643. mostlyclean: mostlyclean-am
  644.  
  645. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  646.  
  647. pdf: pdf-am
  648.  
  649. pdf-am:
  650.  
  651. ps: ps-am
  652.  
  653. ps-am:
  654.  
  655. uninstall-am:
  656.  
  657. .MAKE: all check install install-am install-strip
  658.  
  659. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  660.         cscopelist-am ctags-am distclean distclean-generic \
  661.         distclean-libtool distdir dvi dvi-am html html-am info info-am \
  662.         install install-am install-data install-data-am install-dvi \
  663.         install-dvi-am install-exec install-exec-am install-html \
  664.         install-html-am install-info install-info-am install-man \
  665.         install-pdf install-pdf-am install-ps install-ps-am \
  666.         install-strip installcheck installcheck-am installdirs \
  667.         maintainer-clean maintainer-clean-generic mostlyclean \
  668.         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  669.         tags-am uninstall uninstall-am
  670.  
  671. .PRECIOUS: Makefile
  672.  
  673.  
  674. .PHONY: all clean pot po mo
  675.         $(POS) \
  676.         $(MOS)
  677.  
  678. # Default target options.h
  679. options.h: LOCALEDIR := .
  680. options.h: t_options.h $(MOS)
  681.         $(AM_V_GEN) $(PYTHON2) $(PYTHON_FLAGS) $(srcdir)/gen_xmlpool.py $(srcdir)/t_options.h $(LOCALEDIR) $(LANGS) > options.h
  682.  
  683. # Update .mo files from the corresponding .po files.
  684. %/LC_MESSAGES/options.mo: %.po
  685.         @mo="$@"; \
  686.         lang=$${mo%%/*}; \
  687.         echo "Updating ($$lang) $@ from $?."; \
  688.         $(MKDIR_P) $$lang/LC_MESSAGES; \
  689.         msgfmt -o $@ $?
  690.  
  691. # Use this target to create or update .po files with new messages in
  692. # driconf.py.
  693. po: $(POT)
  694.         @for po in $(POS); do \
  695.                 if [ -f $$po ]; then \
  696.                         echo "Merging new strings from $(POT) into $@."; \
  697.                         mv $$po $$po~; \
  698.                         msgmerge -o $$po $$po~ $(POT); \
  699.                 else \
  700.                         echo "Initializing $$po from $(POT)."; \
  701.                         msginit -i $(POT) -o $$po~ --locale=$*; \
  702.                         sed -e 's/charset=.*\\n/charset=UTF-8\\n/' $$po~ > $$po; \
  703.                 fi \
  704.         done
  705.  
  706. pot: $(POT)
  707.  
  708. # Extract message catalog from driconf.py.
  709. $(POT): t_options.h
  710.         xgettext -L C --from-code utf-8 -o $(POT) t_options.h
  711.  
  712. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  713. # Otherwise a system limit (for SysV at least) may be exceeded.
  714. .NOEXPORT:
  715.