Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

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