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. VPATH = @srcdir@
  18. am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
  19. am__make_running_with_option = \
  20.   case $${target_option-} in \
  21.       ?) ;; \
  22.       *) echo "am__make_running_with_option: internal error: invalid" \
  23.               "target option '$${target_option-}' specified" >&2; \
  24.          exit 1;; \
  25.   esac; \
  26.   has_opt=no; \
  27.   sane_makeflags=$$MAKEFLAGS; \
  28.   if $(am__is_gnu_make); then \
  29.     sane_makeflags=$$MFLAGS; \
  30.   else \
  31.     case $$MAKEFLAGS in \
  32.       *\\[\ \   ]*) \
  33.         bs=\\; \
  34.         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  35.           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
  36.     esac; \
  37.   fi; \
  38.   skip_next=no; \
  39.   strip_trailopt () \
  40.   { \
  41.     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  42.   }; \
  43.   for flg in $$sane_makeflags; do \
  44.     test $$skip_next = yes && { skip_next=no; continue; }; \
  45.     case $$flg in \
  46.       *=*|--*) continue;; \
  47.         -*I) strip_trailopt 'I'; skip_next=yes;; \
  48.       -*I?*) strip_trailopt 'I';; \
  49.         -*O) strip_trailopt 'O'; skip_next=yes;; \
  50.       -*O?*) strip_trailopt 'O';; \
  51.         -*l) strip_trailopt 'l'; skip_next=yes;; \
  52.       -*l?*) strip_trailopt 'l';; \
  53.       -[dEDm]) skip_next=yes;; \
  54.       -[JT]) skip_next=yes;; \
  55.     esac; \
  56.     case $$flg in \
  57.       *$$target_option*) has_opt=yes; break;; \
  58.     esac; \
  59.   done; \
  60.   test $$has_opt = yes
  61. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  62. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  63. pkgdatadir = $(datadir)/@PACKAGE@
  64. pkgincludedir = $(includedir)/@PACKAGE@
  65. pkglibdir = $(libdir)/@PACKAGE@
  66. pkglibexecdir = $(libexecdir)/@PACKAGE@
  67. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  68. install_sh_DATA = $(install_sh) -c -m 644
  69. install_sh_PROGRAM = $(install_sh) -c
  70. install_sh_SCRIPT = $(install_sh) -c
  71. INSTALL_HEADER = $(INSTALL_DATA)
  72. transform = $(program_transform_name)
  73. NORMAL_INSTALL = :
  74. PRE_INSTALL = :
  75. POST_INSTALL = :
  76. NORMAL_UNINSTALL = :
  77. PRE_UNINSTALL = :
  78. POST_UNINSTALL = :
  79. build_triplet = @build@
  80. host_triplet = @host@
  81. target_triplet = @target@
  82. DIST_COMMON = $(top_srcdir)/src/gallium/Automake.inc \
  83.         $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  84.         $(top_srcdir)/bin/depcomp
  85. subdir = src/gallium/drivers/freedreno
  86. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  87. am__aclocal_m4_deps = $(top_srcdir)/m4/ax_prog_bison.m4 \
  88.         $(top_srcdir)/m4/ax_prog_cc_for_build.m4 \
  89.         $(top_srcdir)/m4/ax_prog_cxx_for_build.m4 \
  90.         $(top_srcdir)/m4/ax_prog_flex.m4 \
  91.         $(top_srcdir)/m4/ax_pthread.m4 \
  92.         $(top_srcdir)/m4/ax_python_module.m4 \
  93.         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
  94.         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
  95.         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
  96. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  97.         $(ACLOCAL_M4)
  98. mkinstalldirs = $(install_sh) -d
  99. CONFIG_CLEAN_FILES =
  100. CONFIG_CLEAN_VPATH_FILES =
  101. LTLIBRARIES = $(noinst_LTLIBRARIES)
  102. libfreedreno_la_DEPENDENCIES = a3xx/libfd3xx.la a2xx/libfd2xx.la
  103. am_libfreedreno_la_OBJECTS = freedreno_util.lo freedreno_fence.lo \
  104.         freedreno_resource.lo freedreno_surface.lo freedreno_draw.lo \
  105.         freedreno_state.lo freedreno_texture.lo freedreno_context.lo \
  106.         freedreno_screen.lo freedreno_gmem.lo
  107. libfreedreno_la_OBJECTS = $(am_libfreedreno_la_OBJECTS)
  108. AM_V_lt = $(am__v_lt_@AM_V@)
  109. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  110. am__v_lt_0 = --silent
  111. am__v_lt_1 =
  112. AM_V_P = $(am__v_P_@AM_V@)
  113. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  114. am__v_P_0 = false
  115. am__v_P_1 = :
  116. AM_V_GEN = $(am__v_GEN_@AM_V@)
  117. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  118. am__v_GEN_0 = @echo "  GEN     " $@;
  119. am__v_GEN_1 =
  120. AM_V_at = $(am__v_at_@AM_V@)
  121. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  122. am__v_at_0 = @
  123. am__v_at_1 =
  124. DEFAULT_INCLUDES = -I.@am__isrc@
  125. depcomp = $(SHELL) $(top_srcdir)/bin/depcomp
  126. am__depfiles_maybe = depfiles
  127. am__mv = mv -f
  128. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  129.         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  130. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  131.         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  132.         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  133.         $(AM_CFLAGS) $(CFLAGS)
  134. AM_V_CC = $(am__v_CC_@AM_V@)
  135. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  136. am__v_CC_0 = @echo "  CC      " $@;
  137. am__v_CC_1 =
  138. CCLD = $(CC)
  139. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  140.         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  141.         $(AM_LDFLAGS) $(LDFLAGS) -o $@
  142. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  143. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  144. am__v_CCLD_0 = @echo "  CCLD    " $@;
  145. am__v_CCLD_1 =
  146. SOURCES = $(libfreedreno_la_SOURCES)
  147. DIST_SOURCES = $(libfreedreno_la_SOURCES)
  148. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  149.         ctags-recursive dvi-recursive html-recursive info-recursive \
  150.         install-data-recursive install-dvi-recursive \
  151.         install-exec-recursive install-html-recursive \
  152.         install-info-recursive install-pdf-recursive \
  153.         install-ps-recursive install-recursive installcheck-recursive \
  154.         installdirs-recursive pdf-recursive ps-recursive \
  155.         tags-recursive uninstall-recursive
  156. am__can_run_installinfo = \
  157.   case $$AM_UPDATE_INFO_DIR in \
  158.     n|no|NO) false;; \
  159.     *) (install-info --version) >/dev/null 2>&1;; \
  160.   esac
  161. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  162.   distclean-recursive maintainer-clean-recursive
  163. am__recursive_targets = \
  164.   $(RECURSIVE_TARGETS) \
  165.   $(RECURSIVE_CLEAN_TARGETS) \
  166.   $(am__extra_recursive_targets)
  167. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  168.         distdir
  169. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  170. # Read a list of newline-separated strings from the standard input,
  171. # and print each of them once, without duplicates.  Input order is
  172. # *not* preserved.
  173. am__uniquify_input = $(AWK) '\
  174.   BEGIN { nonempty = 0; } \
  175.   { items[$$0] = 1; nonempty = 1; } \
  176.   END { if (nonempty) { for (i in items) print i; }; } \
  177. '
  178. # Make sure the list of sources is unique.  This is necessary because,
  179. # e.g., the same source file might be shared among _SOURCES variables
  180. # for different programs/libraries.
  181. am__define_uniq_tagged_files = \
  182.   list='$(am__tagged_files)'; \
  183.   unique=`for i in $$list; do \
  184.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  185.   done | $(am__uniquify_input)`
  186. ETAGS = etags
  187. CTAGS = ctags
  188. DIST_SUBDIRS = $(SUBDIRS)
  189. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  190. am__relativize = \
  191.   dir0=`pwd`; \
  192.   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  193.   sed_rest='s,^[^/]*/*,,'; \
  194.   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  195.   sed_butlast='s,/*[^/]*$$,,'; \
  196.   while test -n "$$dir1"; do \
  197.     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  198.     if test "$$first" != "."; then \
  199.       if test "$$first" = ".."; then \
  200.         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  201.         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  202.       else \
  203.         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  204.         if test "$$first2" = "$$first"; then \
  205.           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  206.         else \
  207.           dir2="../$$dir2"; \
  208.         fi; \
  209.         dir0="$$dir0"/"$$first"; \
  210.       fi; \
  211.     fi; \
  212.     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  213.   done; \
  214.   reldir="$$dir2"
  215. ACLOCAL = @ACLOCAL@
  216. AMTAR = @AMTAR@
  217. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  218. AR = @AR@
  219. AUTOCONF = @AUTOCONF@
  220. AUTOHEADER = @AUTOHEADER@
  221. AUTOMAKE = @AUTOMAKE@
  222. AWK = @AWK@
  223. BUILD_EXEEXT = @BUILD_EXEEXT@
  224. BUILD_OBJEXT = @BUILD_OBJEXT@
  225. CC = @CC@
  226. CCAS = @CCAS@
  227. CCASDEPMODE = @CCASDEPMODE@
  228. CCASFLAGS = @CCASFLAGS@
  229. CCDEPMODE = @CCDEPMODE@
  230. CC_FOR_BUILD = @CC_FOR_BUILD@
  231. CFLAGS = @CFLAGS@
  232. CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
  233. CLANG_RESOURCE_DIR = @CLANG_RESOURCE_DIR@
  234. CLOCK_LIB = @CLOCK_LIB@
  235. CPP = @CPP@
  236. CPPFLAGS = @CPPFLAGS@
  237. CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
  238. CPP_FOR_BUILD = @CPP_FOR_BUILD@
  239. CXX = @CXX@
  240. CXXCPP = @CXXCPP@
  241. CXXCPPFLAGS_FOR_BUILD = @CXXCPPFLAGS_FOR_BUILD@
  242. CXXCPP_FOR_BUILD = @CXXCPP_FOR_BUILD@
  243. CXXDEPMODE = @CXXDEPMODE@
  244. CXXFLAGS = @CXXFLAGS@
  245. CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@
  246. CXX_FOR_BUILD = @CXX_FOR_BUILD@
  247. CYGPATH_W = @CYGPATH_W@
  248. DEFINES = @DEFINES@
  249. DEFINES_FOR_BUILD = @DEFINES_FOR_BUILD@
  250. DEFS = @DEFS@
  251. DEPDIR = @DEPDIR@
  252. DLLTOOL = @DLLTOOL@
  253. DLOPEN_LIBS = @DLOPEN_LIBS@
  254. DRI2PROTO_CFLAGS = @DRI2PROTO_CFLAGS@
  255. DRI2PROTO_LIBS = @DRI2PROTO_LIBS@
  256. DRIGL_CFLAGS = @DRIGL_CFLAGS@
  257. DRIGL_LIBS = @DRIGL_LIBS@
  258. DRI_DRIVER_INSTALL_DIR = @DRI_DRIVER_INSTALL_DIR@
  259. DRI_DRIVER_SEARCH_DIR = @DRI_DRIVER_SEARCH_DIR@
  260. DRI_LIB_DEPS = @DRI_LIB_DEPS@
  261. DRI_PC_REQ_PRIV = @DRI_PC_REQ_PRIV@
  262. DSYMUTIL = @DSYMUTIL@
  263. DUMPBIN = @DUMPBIN@
  264. ECHO_C = @ECHO_C@
  265. ECHO_N = @ECHO_N@
  266. ECHO_T = @ECHO_T@
  267. EGL_CFLAGS = @EGL_CFLAGS@
  268. EGL_CLIENT_APIS = @EGL_CLIENT_APIS@
  269. EGL_DRIVER_INSTALL_DIR = @EGL_DRIVER_INSTALL_DIR@
  270. EGL_LIB_DEPS = @EGL_LIB_DEPS@
  271. EGL_LIB_GLOB = @EGL_LIB_GLOB@
  272. EGL_LIB_NAME = @EGL_LIB_NAME@
  273. EGL_NATIVE_PLATFORM = @EGL_NATIVE_PLATFORM@
  274. EGL_PLATFORMS = @EGL_PLATFORMS@
  275. EGREP = @EGREP@
  276. ELF_LIB = @ELF_LIB@
  277. EXEEXT = @EXEEXT@
  278. EXPAT_INCLUDES = @EXPAT_INCLUDES@
  279. FGREP = @FGREP@
  280. FREEDRENO_CFLAGS = @FREEDRENO_CFLAGS@
  281. FREEDRENO_LIBS = @FREEDRENO_LIBS@
  282. GALLIUM_DRI_LIB_DEPS = @GALLIUM_DRI_LIB_DEPS@
  283. GALLIUM_PIPE_LOADER_DEFINES = @GALLIUM_PIPE_LOADER_DEFINES@
  284. GALLIUM_PIPE_LOADER_LIBS = @GALLIUM_PIPE_LOADER_LIBS@
  285. GALLIUM_PIPE_LOADER_XCB_CFLAGS = @GALLIUM_PIPE_LOADER_XCB_CFLAGS@
  286. GALLIUM_PIPE_LOADER_XCB_LIBS = @GALLIUM_PIPE_LOADER_XCB_LIBS@
  287. GBM_PC_LIB_PRIV = @GBM_PC_LIB_PRIV@
  288. GBM_PC_REQ_PRIV = @GBM_PC_REQ_PRIV@
  289. GLAPI_LIB_GLOB = @GLAPI_LIB_GLOB@
  290. GLAPI_LIB_NAME = @GLAPI_LIB_NAME@
  291. GLESv1_CM_LIB_DEPS = @GLESv1_CM_LIB_DEPS@
  292. GLESv1_CM_LIB_GLOB = @GLESv1_CM_LIB_GLOB@
  293. GLESv1_CM_LIB_NAME = @GLESv1_CM_LIB_NAME@
  294. GLESv1_CM_PC_LIB_PRIV = @GLESv1_CM_PC_LIB_PRIV@
  295. GLESv2_LIB_DEPS = @GLESv2_LIB_DEPS@
  296. GLESv2_LIB_GLOB = @GLESv2_LIB_GLOB@
  297. GLESv2_LIB_NAME = @GLESv2_LIB_NAME@
  298. GLESv2_PC_LIB_PRIV = @GLESv2_PC_LIB_PRIV@
  299. GLPROTO_CFLAGS = @GLPROTO_CFLAGS@
  300. GLPROTO_LIBS = @GLPROTO_LIBS@
  301. GLX_TLS = @GLX_TLS@
  302. GL_LIB = @GL_LIB@
  303. GL_LIB_DEPS = @GL_LIB_DEPS@
  304. GL_LIB_GLOB = @GL_LIB_GLOB@
  305. GL_LIB_NAME = @GL_LIB_NAME@
  306. GL_PC_CFLAGS = @GL_PC_CFLAGS@
  307. GL_PC_LIB_PRIV = @GL_PC_LIB_PRIV@
  308. GL_PC_REQ_PRIV = @GL_PC_REQ_PRIV@
  309. GREP = @GREP@
  310. HAVE_XF86VIDMODE = @HAVE_XF86VIDMODE@
  311. INDENT = @INDENT@
  312. INDENT_FLAGS = @INDENT_FLAGS@
  313. INSTALL = @INSTALL@
  314. INSTALL_DATA = @INSTALL_DATA@
  315. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  316. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  317. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  318. INTEL_CFLAGS = @INTEL_CFLAGS@
  319. INTEL_LIBS = @INTEL_LIBS@
  320. LD = @LD@
  321. LDFLAGS = @LDFLAGS@
  322. LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
  323. LEX = @LEX@
  324. LEXLIB = @LEXLIB@
  325. LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  326. LIBCLC_INCLUDEDIR = @LIBCLC_INCLUDEDIR@
  327. LIBCLC_LIBEXECDIR = @LIBCLC_LIBEXECDIR@
  328. LIBDRM_CFLAGS = @LIBDRM_CFLAGS@
  329. LIBDRM_LIBS = @LIBDRM_LIBS@
  330. LIBDRM_XORG_CFLAGS = @LIBDRM_XORG_CFLAGS@
  331. LIBDRM_XORG_LIBS = @LIBDRM_XORG_LIBS@
  332. LIBKMS_XORG_CFLAGS = @LIBKMS_XORG_CFLAGS@
  333. LIBKMS_XORG_LIBS = @LIBKMS_XORG_LIBS@
  334. LIBOBJS = @LIBOBJS@
  335. LIBS = @LIBS@
  336. LIBTOOL = @LIBTOOL@
  337. LIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@
  338. LIBUDEV_LIBS = @LIBUDEV_LIBS@
  339. LIB_DIR = @LIB_DIR@
  340. LIPO = @LIPO@
  341. LLVM_BINDIR = @LLVM_BINDIR@
  342. LLVM_CFLAGS = @LLVM_CFLAGS@
  343. LLVM_CONFIG = @LLVM_CONFIG@
  344. LLVM_CPPFLAGS = @LLVM_CPPFLAGS@
  345. LLVM_CXXFLAGS = @LLVM_CXXFLAGS@
  346. LLVM_INCLUDEDIR = @LLVM_INCLUDEDIR@
  347. LLVM_LDFLAGS = @LLVM_LDFLAGS@
  348. LLVM_LIBDIR = @LLVM_LIBDIR@
  349. LLVM_LIBS = @LLVM_LIBS@
  350. LLVM_VERSION = @LLVM_VERSION@
  351. LN_S = @LN_S@
  352. LTLIBOBJS = @LTLIBOBJS@
  353. MAKE = @MAKE@
  354. MAKEINFO = @MAKEINFO@
  355. MANIFEST_TOOL = @MANIFEST_TOOL@
  356. MESA_LLVM = @MESA_LLVM@
  357. MKDIR_P = @MKDIR_P@
  358. NM = @NM@
  359. NMEDIT = @NMEDIT@
  360. NOUVEAU_CFLAGS = @NOUVEAU_CFLAGS@
  361. NOUVEAU_LIBS = @NOUVEAU_LIBS@
  362. OBJDUMP = @OBJDUMP@
  363. OBJEXT = @OBJEXT@
  364. OPENCL_LIB_INSTALL_DIR = @OPENCL_LIB_INSTALL_DIR@
  365. OSMESA_LIB = @OSMESA_LIB@
  366. OSMESA_LIB_DEPS = @OSMESA_LIB_DEPS@
  367. OSMESA_LIB_NAME = @OSMESA_LIB_NAME@
  368. OSMESA_MESA_DEPS = @OSMESA_MESA_DEPS@
  369. OSMESA_PC_LIB_PRIV = @OSMESA_PC_LIB_PRIV@
  370. OSMESA_PC_REQ = @OSMESA_PC_REQ@
  371. OSMESA_VERSION = @OSMESA_VERSION@
  372. OTOOL = @OTOOL@
  373. OTOOL64 = @OTOOL64@
  374. PACKAGE = @PACKAGE@
  375. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  376. PACKAGE_NAME = @PACKAGE_NAME@
  377. PACKAGE_STRING = @PACKAGE_STRING@
  378. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  379. PACKAGE_URL = @PACKAGE_URL@
  380. PACKAGE_VERSION = @PACKAGE_VERSION@
  381. PATH_SEPARATOR = @PATH_SEPARATOR@
  382. PERL = @PERL@
  383. PKG_CONFIG = @PKG_CONFIG@
  384. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  385. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  386. POSIX_SHELL = @POSIX_SHELL@
  387. PTHREAD_CC = @PTHREAD_CC@
  388. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  389. PTHREAD_LIBS = @PTHREAD_LIBS@
  390. PYTHON2 = @PYTHON2@
  391. RADEON_CFLAGS = @RADEON_CFLAGS@
  392. RADEON_LIBS = @RADEON_LIBS@
  393. RANLIB = @RANLIB@
  394. SED = @SED@
  395. SELINUX_LIBS = @SELINUX_LIBS@
  396. SET_MAKE = @SET_MAKE@
  397. SHELL = @SHELL@
  398. STRIP = @STRIP@
  399. VDPAU_CFLAGS = @VDPAU_CFLAGS@
  400. VDPAU_LIBS = @VDPAU_LIBS@
  401. VDPAU_LIB_INSTALL_DIR = @VDPAU_LIB_INSTALL_DIR@
  402. VDPAU_MAJOR = @VDPAU_MAJOR@
  403. VDPAU_MINOR = @VDPAU_MINOR@
  404. VERSION = @VERSION@
  405. VG_LIB_DEPS = @VG_LIB_DEPS@
  406. VG_LIB_GLOB = @VG_LIB_GLOB@
  407. VG_LIB_NAME = @VG_LIB_NAME@
  408. VG_PC_LIB_PRIV = @VG_PC_LIB_PRIV@
  409. VISIBILITY_CFLAGS = @VISIBILITY_CFLAGS@
  410. VISIBILITY_CXXFLAGS = @VISIBILITY_CXXFLAGS@
  411. WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
  412. WAYLAND_LIBS = @WAYLAND_LIBS@
  413. WAYLAND_SCANNER = @WAYLAND_SCANNER@
  414. X11_INCLUDES = @X11_INCLUDES@
  415. XA_MAJOR = @XA_MAJOR@
  416. XA_MINOR = @XA_MINOR@
  417. XA_TINY = @XA_TINY@
  418. XA_VERSION = @XA_VERSION@
  419. XCB_DRI2_CFLAGS = @XCB_DRI2_CFLAGS@
  420. XCB_DRI2_LIBS = @XCB_DRI2_LIBS@
  421. XEXT_CFLAGS = @XEXT_CFLAGS@
  422. XEXT_LIBS = @XEXT_LIBS@
  423. XF86VIDMODE_CFLAGS = @XF86VIDMODE_CFLAGS@
  424. XF86VIDMODE_LIBS = @XF86VIDMODE_LIBS@
  425. XLIBGL_CFLAGS = @XLIBGL_CFLAGS@
  426. XLIBGL_LIBS = @XLIBGL_LIBS@
  427. XORG_CFLAGS = @XORG_CFLAGS@
  428. XORG_DRIVER_INSTALL_DIR = @XORG_DRIVER_INSTALL_DIR@
  429. XORG_LIBS = @XORG_LIBS@
  430. XVMC_CFLAGS = @XVMC_CFLAGS@
  431. XVMC_LIBS = @XVMC_LIBS@
  432. XVMC_LIB_INSTALL_DIR = @XVMC_LIB_INSTALL_DIR@
  433. XVMC_MAJOR = @XVMC_MAJOR@
  434. XVMC_MINOR = @XVMC_MINOR@
  435. YACC = @YACC@
  436. YFLAGS = @YFLAGS@
  437. abs_builddir = @abs_builddir@
  438. abs_srcdir = @abs_srcdir@
  439. abs_top_builddir = @abs_top_builddir@
  440. abs_top_srcdir = @abs_top_srcdir@
  441. ac_ct_AR = @ac_ct_AR@
  442. ac_ct_CC = @ac_ct_CC@
  443. ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
  444. ac_ct_CXX = @ac_ct_CXX@
  445. ac_ct_CXX_FOR_BUILD = @ac_ct_CXX_FOR_BUILD@
  446. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  447. am__include = @am__include@
  448. am__leading_dot = @am__leading_dot@
  449. am__quote = @am__quote@
  450. am__tar = @am__tar@
  451. am__untar = @am__untar@
  452. ax_pthread_config = @ax_pthread_config@
  453. bindir = @bindir@
  454. build = @build@
  455. build_alias = @build_alias@
  456. build_cpu = @build_cpu@
  457. build_os = @build_os@
  458. build_vendor = @build_vendor@
  459. builddir = @builddir@
  460. datadir = @datadir@
  461. datarootdir = @datarootdir@
  462. docdir = @docdir@
  463. dvidir = @dvidir@
  464. exec_prefix = @exec_prefix@
  465. host = @host@
  466. host_alias = @host_alias@
  467. host_cpu = @host_cpu@
  468. host_os = @host_os@
  469. host_vendor = @host_vendor@
  470. htmldir = @htmldir@
  471. includedir = @includedir@
  472. infodir = @infodir@
  473. install_sh = @install_sh@
  474. libdir = @libdir@
  475. libexecdir = @libexecdir@
  476. localedir = @localedir@
  477. localstatedir = @localstatedir@
  478. mandir = @mandir@
  479. mkdir_p = @mkdir_p@
  480. oldincludedir = @oldincludedir@
  481. pdfdir = @pdfdir@
  482. prefix = @prefix@
  483. program_transform_name = @program_transform_name@
  484. psdir = @psdir@
  485. sbindir = @sbindir@
  486. sharedstatedir = @sharedstatedir@
  487. srcdir = @srcdir@
  488. sysconfdir = @sysconfdir@
  489. target = @target@
  490. target_alias = @target_alias@
  491. target_cpu = @target_cpu@
  492. target_os = @target_os@
  493. target_vendor = @target_vendor@
  494. top_build_prefix = @top_build_prefix@
  495. top_builddir = @top_builddir@
  496. top_srcdir = @top_srcdir@
  497. GALLIUM_CFLAGS = \
  498.         -I$(top_srcdir)/include \
  499.         -I$(top_srcdir)/src/gallium/include \
  500.         -I$(top_srcdir)/src/gallium/auxiliary \
  501.         $(DEFINES)
  502.  
  503. noinst_LTLIBRARIES = libfreedreno.la
  504. AM_CFLAGS = \
  505.         -Wno-packed-bitfield-compat \
  506.         -I$(top_srcdir)/src/gallium/drivers \
  507.         -I$(top_srcdir)/src/gallium/drivers/freedreno/a3xx \
  508.         -I$(top_srcdir)/src/gallium/drivers/freedreno/a2xx \
  509.         $(GALLIUM_CFLAGS) \
  510.         $(FREEDRENO_CFLAGS) \
  511.         $(VISIBILITY_CFLAGS)
  512.  
  513. SUBDIRS = a2xx a3xx
  514. libfreedreno_la_SOURCES = \
  515.         freedreno_util.c \
  516.         freedreno_fence.c \
  517.         freedreno_resource.c \
  518.         freedreno_surface.c \
  519.         freedreno_draw.c \
  520.         freedreno_state.c \
  521.         freedreno_texture.c \
  522.         freedreno_context.c \
  523.         freedreno_screen.c \
  524.         freedreno_gmem.c
  525.  
  526. libfreedreno_la_LIBADD = \
  527.         a3xx/libfd3xx.la \
  528.         a2xx/libfd2xx.la
  529.  
  530. all: all-recursive
  531.  
  532. .SUFFIXES:
  533. .SUFFIXES: .c .lo .o .obj
  534. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/src/gallium/Automake.inc $(am__configure_deps)
  535.         @for dep in $?; do \
  536.           case '$(am__configure_deps)' in \
  537.             *$$dep*) \
  538.               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  539.                 && { if test -f $@; then exit 0; else break; fi; }; \
  540.               exit 1;; \
  541.           esac; \
  542.         done; \
  543.         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/gallium/drivers/freedreno/Makefile'; \
  544.         $(am__cd) $(top_srcdir) && \
  545.           $(AUTOMAKE) --foreign src/gallium/drivers/freedreno/Makefile
  546. .PRECIOUS: Makefile
  547. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  548.         @case '$?' in \
  549.           *config.status*) \
  550.             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  551.           *) \
  552.             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  553.             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  554.         esac;
  555. $(top_srcdir)/src/gallium/Automake.inc:
  556.  
  557. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  558.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  559.  
  560. $(top_srcdir)/configure:  $(am__configure_deps)
  561.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  562. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  563.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  564. $(am__aclocal_m4_deps):
  565.  
  566. clean-noinstLTLIBRARIES:
  567.         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  568.         @list='$(noinst_LTLIBRARIES)'; \
  569.         locs=`for p in $$list; do echo $$p; done | \
  570.               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  571.               sort -u`; \
  572.         test -z "$$locs" || { \
  573.           echo rm -f $${locs}; \
  574.           rm -f $${locs}; \
  575.         }
  576.  
  577. libfreedreno.la: $(libfreedreno_la_OBJECTS) $(libfreedreno_la_DEPENDENCIES) $(EXTRA_libfreedreno_la_DEPENDENCIES)
  578.         $(AM_V_CCLD)$(LINK)  $(libfreedreno_la_OBJECTS) $(libfreedreno_la_LIBADD) $(LIBS)
  579.  
  580. mostlyclean-compile:
  581.         -rm -f *.$(OBJEXT)
  582.  
  583. distclean-compile:
  584.         -rm -f *.tab.c
  585.  
  586. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_context.Plo@am__quote@
  587. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_draw.Plo@am__quote@
  588. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_fence.Plo@am__quote@
  589. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_gmem.Plo@am__quote@
  590. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_resource.Plo@am__quote@
  591. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_screen.Plo@am__quote@
  592. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_state.Plo@am__quote@
  593. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_surface.Plo@am__quote@
  594. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_texture.Plo@am__quote@
  595. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_util.Plo@am__quote@
  596.  
  597. .c.o:
  598. @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  599. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  600. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  601. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  602. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  603.  
  604. .c.obj:
  605. @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  606. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  607. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  608. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  609. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  610.  
  611. .c.lo:
  612. @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  613. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  614. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  615. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  616. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  617.  
  618. mostlyclean-libtool:
  619.         -rm -f *.lo
  620.  
  621. clean-libtool:
  622.         -rm -rf .libs _libs
  623.  
  624. # This directory's subdirectories are mostly independent; you can cd
  625. # into them and run 'make' without going through this Makefile.
  626. # To change the values of 'make' variables: instead of editing Makefiles,
  627. # (1) if the variable is set in 'config.status', edit 'config.status'
  628. #     (which will cause the Makefiles to be regenerated when you run 'make');
  629. # (2) otherwise, pass the desired values on the 'make' command line.
  630. $(am__recursive_targets):
  631.         @fail=; \
  632.         if $(am__make_keepgoing); then \
  633.           failcom='fail=yes'; \
  634.         else \
  635.           failcom='exit 1'; \
  636.         fi; \
  637.         dot_seen=no; \
  638.         target=`echo $@ | sed s/-recursive//`; \
  639.         case "$@" in \
  640.           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  641.           *) list='$(SUBDIRS)' ;; \
  642.         esac; \
  643.         for subdir in $$list; do \
  644.           echo "Making $$target in $$subdir"; \
  645.           if test "$$subdir" = "."; then \
  646.             dot_seen=yes; \
  647.             local_target="$$target-am"; \
  648.           else \
  649.             local_target="$$target"; \
  650.           fi; \
  651.           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  652.           || eval $$failcom; \
  653.         done; \
  654.         if test "$$dot_seen" = "no"; then \
  655.           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  656.         fi; test -z "$$fail"
  657.  
  658. ID: $(am__tagged_files)
  659.         $(am__define_uniq_tagged_files); mkid -fID $$unique
  660. tags: tags-recursive
  661. TAGS: tags
  662.  
  663. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  664.         set x; \
  665.         here=`pwd`; \
  666.         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  667.           include_option=--etags-include; \
  668.           empty_fix=.; \
  669.         else \
  670.           include_option=--include; \
  671.           empty_fix=; \
  672.         fi; \
  673.         list='$(SUBDIRS)'; for subdir in $$list; do \
  674.           if test "$$subdir" = .; then :; else \
  675.             test ! -f $$subdir/TAGS || \
  676.               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  677.           fi; \
  678.         done; \
  679.         $(am__define_uniq_tagged_files); \
  680.         shift; \
  681.         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  682.           test -n "$$unique" || unique=$$empty_fix; \
  683.           if test $$# -gt 0; then \
  684.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  685.               "$$@" $$unique; \
  686.           else \
  687.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  688.               $$unique; \
  689.           fi; \
  690.         fi
  691. ctags: ctags-recursive
  692.  
  693. CTAGS: ctags
  694. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  695.         $(am__define_uniq_tagged_files); \
  696.         test -z "$(CTAGS_ARGS)$$unique" \
  697.           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  698.              $$unique
  699.  
  700. GTAGS:
  701.         here=`$(am__cd) $(top_builddir) && pwd` \
  702.           && $(am__cd) $(top_srcdir) \
  703.           && gtags -i $(GTAGS_ARGS) "$$here"
  704. cscopelist: cscopelist-recursive
  705.  
  706. cscopelist-am: $(am__tagged_files)
  707.         list='$(am__tagged_files)'; \
  708.         case "$(srcdir)" in \
  709.           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  710.           *) sdir=$(subdir)/$(srcdir) ;; \
  711.         esac; \
  712.         for i in $$list; do \
  713.           if test -f "$$i"; then \
  714.             echo "$(subdir)/$$i"; \
  715.           else \
  716.             echo "$$sdir/$$i"; \
  717.           fi; \
  718.         done >> $(top_builddir)/cscope.files
  719.  
  720. distclean-tags:
  721.         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  722.  
  723. distdir: $(DISTFILES)
  724.         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  725.         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  726.         list='$(DISTFILES)'; \
  727.           dist_files=`for file in $$list; do echo $$file; done | \
  728.           sed -e "s|^$$srcdirstrip/||;t" \
  729.               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  730.         case $$dist_files in \
  731.           */*) $(MKDIR_P) `echo "$$dist_files" | \
  732.                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  733.                            sort -u` ;; \
  734.         esac; \
  735.         for file in $$dist_files; do \
  736.           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  737.           if test -d $$d/$$file; then \
  738.             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  739.             if test -d "$(distdir)/$$file"; then \
  740.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  741.             fi; \
  742.             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  743.               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  744.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  745.             fi; \
  746.             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  747.           else \
  748.             test -f "$(distdir)/$$file" \
  749.             || cp -p $$d/$$file "$(distdir)/$$file" \
  750.             || exit 1; \
  751.           fi; \
  752.         done
  753.         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  754.           if test "$$subdir" = .; then :; else \
  755.             $(am__make_dryrun) \
  756.               || test -d "$(distdir)/$$subdir" \
  757.               || $(MKDIR_P) "$(distdir)/$$subdir" \
  758.               || exit 1; \
  759.             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  760.             $(am__relativize); \
  761.             new_distdir=$$reldir; \
  762.             dir1=$$subdir; dir2="$(top_distdir)"; \
  763.             $(am__relativize); \
  764.             new_top_distdir=$$reldir; \
  765.             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  766.             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  767.             ($(am__cd) $$subdir && \
  768.               $(MAKE) $(AM_MAKEFLAGS) \
  769.                 top_distdir="$$new_top_distdir" \
  770.                 distdir="$$new_distdir" \
  771.                 am__remove_distdir=: \
  772.                 am__skip_length_check=: \
  773.                 am__skip_mode_fix=: \
  774.                 distdir) \
  775.               || exit 1; \
  776.           fi; \
  777.         done
  778. check-am: all-am
  779. check: check-recursive
  780. all-am: Makefile $(LTLIBRARIES)
  781. installdirs: installdirs-recursive
  782. installdirs-am:
  783. install: install-recursive
  784. install-exec: install-exec-recursive
  785. install-data: install-data-recursive
  786. uninstall: uninstall-recursive
  787.  
  788. install-am: all-am
  789.         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  790.  
  791. installcheck: installcheck-recursive
  792. install-strip:
  793.         if test -z '$(STRIP)'; then \
  794.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  795.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  796.               install; \
  797.         else \
  798.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  799.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  800.             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  801.         fi
  802. mostlyclean-generic:
  803.  
  804. clean-generic:
  805.  
  806. distclean-generic:
  807.         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  808.         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  809.  
  810. maintainer-clean-generic:
  811.         @echo "This command is intended for maintainers to use"
  812.         @echo "it deletes files that may require special tools to rebuild."
  813. clean: clean-recursive
  814.  
  815. clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
  816.         mostlyclean-am
  817.  
  818. distclean: distclean-recursive
  819.         -rm -rf ./$(DEPDIR)
  820.         -rm -f Makefile
  821. distclean-am: clean-am distclean-compile distclean-generic \
  822.         distclean-tags
  823.  
  824. dvi: dvi-recursive
  825.  
  826. dvi-am:
  827.  
  828. html: html-recursive
  829.  
  830. html-am:
  831.  
  832. info: info-recursive
  833.  
  834. info-am:
  835.  
  836. install-data-am:
  837.  
  838. install-dvi: install-dvi-recursive
  839.  
  840. install-dvi-am:
  841.  
  842. install-exec-am:
  843.  
  844. install-html: install-html-recursive
  845.  
  846. install-html-am:
  847.  
  848. install-info: install-info-recursive
  849.  
  850. install-info-am:
  851.  
  852. install-man:
  853.  
  854. install-pdf: install-pdf-recursive
  855.  
  856. install-pdf-am:
  857.  
  858. install-ps: install-ps-recursive
  859.  
  860. install-ps-am:
  861.  
  862. installcheck-am:
  863.  
  864. maintainer-clean: maintainer-clean-recursive
  865.         -rm -rf ./$(DEPDIR)
  866.         -rm -f Makefile
  867. maintainer-clean-am: distclean-am maintainer-clean-generic
  868.  
  869. mostlyclean: mostlyclean-recursive
  870.  
  871. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  872.         mostlyclean-libtool
  873.  
  874. pdf: pdf-recursive
  875.  
  876. pdf-am:
  877.  
  878. ps: ps-recursive
  879.  
  880. ps-am:
  881.  
  882. uninstall-am:
  883.  
  884. .MAKE: $(am__recursive_targets) install-am install-strip
  885.  
  886. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  887.         check-am clean clean-generic clean-libtool \
  888.         clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \
  889.         distclean-compile distclean-generic distclean-libtool \
  890.         distclean-tags distdir dvi dvi-am html html-am info info-am \
  891.         install install-am install-data install-data-am install-dvi \
  892.         install-dvi-am install-exec install-exec-am install-html \
  893.         install-html-am install-info install-info-am install-man \
  894.         install-pdf install-pdf-am install-ps install-ps-am \
  895.         install-strip installcheck installcheck-am installdirs \
  896.         installdirs-am maintainer-clean maintainer-clean-generic \
  897.         mostlyclean mostlyclean-compile mostlyclean-generic \
  898.         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
  899.         uninstall-am
  900.  
  901.  
  902. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  903. # Otherwise a system limit (for SysV at least) may be exceeded.
  904. .NOEXPORT:
  905.