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.  
  18. VPATH = @srcdir@
  19. am__is_gnu_make = { \
  20.   if test -z '$(MAKELEVEL)'; then \
  21.     false; \
  22.   elif test -n '$(MAKE_HOST)'; then \
  23.     true; \
  24.   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  25.     true; \
  26.   else \
  27.     false; \
  28.   fi; \
  29. }
  30. am__make_running_with_option = \
  31.   case $${target_option-} in \
  32.       ?) ;; \
  33.       *) echo "am__make_running_with_option: internal error: invalid" \
  34.               "target option '$${target_option-}' specified" >&2; \
  35.          exit 1;; \
  36.   esac; \
  37.   has_opt=no; \
  38.   sane_makeflags=$$MAKEFLAGS; \
  39.   if $(am__is_gnu_make); then \
  40.     sane_makeflags=$$MFLAGS; \
  41.   else \
  42.     case $$MAKEFLAGS in \
  43.       *\\[\ \   ]*) \
  44.         bs=\\; \
  45.         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  46.           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
  47.     esac; \
  48.   fi; \
  49.   skip_next=no; \
  50.   strip_trailopt () \
  51.   { \
  52.     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  53.   }; \
  54.   for flg in $$sane_makeflags; do \
  55.     test $$skip_next = yes && { skip_next=no; continue; }; \
  56.     case $$flg in \
  57.       *=*|--*) continue;; \
  58.         -*I) strip_trailopt 'I'; skip_next=yes;; \
  59.       -*I?*) strip_trailopt 'I';; \
  60.         -*O) strip_trailopt 'O'; skip_next=yes;; \
  61.       -*O?*) strip_trailopt 'O';; \
  62.         -*l) strip_trailopt 'l'; skip_next=yes;; \
  63.       -*l?*) strip_trailopt 'l';; \
  64.       -[dEDm]) skip_next=yes;; \
  65.       -[JT]) skip_next=yes;; \
  66.     esac; \
  67.     case $$flg in \
  68.       *$$target_option*) has_opt=yes; break;; \
  69.     esac; \
  70.   done; \
  71.   test $$has_opt = yes
  72. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  73. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  74. pkgdatadir = $(datadir)/@PACKAGE@
  75. pkgincludedir = $(includedir)/@PACKAGE@
  76. pkglibdir = $(libdir)/@PACKAGE@
  77. pkglibexecdir = $(libexecdir)/@PACKAGE@
  78. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  79. install_sh_DATA = $(install_sh) -c -m 644
  80. install_sh_PROGRAM = $(install_sh) -c
  81. install_sh_SCRIPT = $(install_sh) -c
  82. INSTALL_HEADER = $(INSTALL_DATA)
  83. transform = $(program_transform_name)
  84. NORMAL_INSTALL = :
  85. PRE_INSTALL = :
  86. POST_INSTALL = :
  87. NORMAL_UNINSTALL = :
  88. PRE_UNINSTALL = :
  89. POST_UNINSTALL = :
  90. build_triplet = @build@
  91. host_triplet = @host@
  92. target_triplet = @target@
  93. @HAVE_DRISW_TRUE@am__append_1 = \
  94. @HAVE_DRISW_TRUE@       $(top_builddir)/src/gallium/winsys/sw/dri/libswdri.la
  95.  
  96. @NEED_WINSYS_XLIB_TRUE@am__append_2 = \
  97. @NEED_WINSYS_XLIB_TRUE@ $(top_builddir)/src/gallium/winsys/sw/xlib/libws_xlib.la \
  98. @NEED_WINSYS_XLIB_TRUE@ -lX11 -lXext -lXfixes \
  99. @NEED_WINSYS_XLIB_TRUE@ $(LIBDRM_LIBS)
  100.  
  101. noinst_PROGRAMS = ir3_compiler$(EXEEXT)
  102. subdir = src/gallium/drivers/freedreno
  103. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  104. am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_gnu_make.m4 \
  105.         $(top_srcdir)/m4/ax_check_python_mako_module.m4 \
  106.         $(top_srcdir)/m4/ax_gcc_builtin.m4 \
  107.         $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \
  108.         $(top_srcdir)/m4/ax_prog_bison.m4 \
  109.         $(top_srcdir)/m4/ax_prog_flex.m4 \
  110.         $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \
  111.         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  112.         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  113.         $(top_srcdir)/VERSION $(top_srcdir)/configure.ac
  114. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  115.         $(ACLOCAL_M4)
  116. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  117. mkinstalldirs = $(install_sh) -d
  118. CONFIG_CLEAN_FILES =
  119. CONFIG_CLEAN_VPATH_FILES =
  120. LTLIBRARIES = $(noinst_LTLIBRARIES)
  121. libfreedreno_la_LIBADD =
  122. am__objects_1 = freedreno_context.lo freedreno_draw.lo \
  123.         freedreno_fence.lo freedreno_gmem.lo freedreno_program.lo \
  124.         freedreno_query.lo freedreno_query_hw.lo freedreno_query_sw.lo \
  125.         freedreno_resource.lo freedreno_screen.lo freedreno_state.lo \
  126.         freedreno_surface.lo freedreno_texture.lo freedreno_util.lo
  127. am__dirstamp = $(am__leading_dot)dirstamp
  128. am__objects_2 = a2xx/disasm-a2xx.lo a2xx/fd2_blend.lo \
  129.         a2xx/fd2_compiler.lo a2xx/fd2_context.lo a2xx/fd2_draw.lo \
  130.         a2xx/fd2_emit.lo a2xx/fd2_gmem.lo a2xx/fd2_program.lo \
  131.         a2xx/fd2_rasterizer.lo a2xx/fd2_screen.lo a2xx/fd2_texture.lo \
  132.         a2xx/fd2_util.lo a2xx/fd2_zsa.lo a2xx/ir-a2xx.lo
  133. am__objects_3 = a3xx/fd3_blend.lo a3xx/fd3_context.lo a3xx/fd3_draw.lo \
  134.         a3xx/fd3_emit.lo a3xx/fd3_format.lo a3xx/fd3_gmem.lo \
  135.         a3xx/fd3_program.lo a3xx/fd3_query.lo a3xx/fd3_rasterizer.lo \
  136.         a3xx/fd3_screen.lo a3xx/fd3_texture.lo a3xx/fd3_zsa.lo
  137. am__objects_4 = a4xx/fd4_blend.lo a4xx/fd4_context.lo a4xx/fd4_draw.lo \
  138.         a4xx/fd4_emit.lo a4xx/fd4_format.lo a4xx/fd4_gmem.lo \
  139.         a4xx/fd4_program.lo a4xx/fd4_query.lo a4xx/fd4_rasterizer.lo \
  140.         a4xx/fd4_screen.lo a4xx/fd4_texture.lo a4xx/fd4_zsa.lo
  141. am__objects_5 = ir3/disasm-a3xx.lo ir3/ir3.lo ir3/ir3_compiler.lo \
  142.         ir3/ir3_compiler_nir.lo ir3/ir3_cp.lo ir3/ir3_depth.lo \
  143.         ir3/ir3_dump.lo ir3/ir3_flatten.lo ir3/ir3_group.lo \
  144.         ir3/ir3_legalize.lo ir3/ir3_nir_lower_if_else.lo ir3/ir3_ra.lo \
  145.         ir3/ir3_sched.lo ir3/ir3_shader.lo
  146. am_libfreedreno_la_OBJECTS = $(am__objects_1) $(am__objects_2) \
  147.         $(am__objects_3) $(am__objects_4) $(am__objects_5)
  148. libfreedreno_la_OBJECTS = $(am_libfreedreno_la_OBJECTS)
  149. AM_V_lt = $(am__v_lt_@AM_V@)
  150. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  151. am__v_lt_0 = --silent
  152. am__v_lt_1 =
  153. PROGRAMS = $(noinst_PROGRAMS)
  154. am_ir3_compiler_OBJECTS = ir3/ir3_cmdline.$(OBJEXT)
  155. ir3_compiler_OBJECTS = $(am_ir3_compiler_OBJECTS)
  156. am__DEPENDENCIES_1 =
  157. am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
  158.         $(am__DEPENDENCIES_1)
  159. ir3_compiler_DEPENDENCIES = libfreedreno.la \
  160.         ../../auxiliary/libgallium.la \
  161.         $(top_builddir)/src/glsl/libnir.la \
  162.         $(top_builddir)/src/libglsl_util.la \
  163.         $(top_builddir)/src/util/libmesautil.la $(am__DEPENDENCIES_2) \
  164.         $(am__DEPENDENCIES_1)
  165. AM_V_P = $(am__v_P_@AM_V@)
  166. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  167. am__v_P_0 = false
  168. am__v_P_1 = :
  169. AM_V_GEN = $(am__v_GEN_@AM_V@)
  170. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  171. am__v_GEN_0 = @echo "  GEN     " $@;
  172. am__v_GEN_1 =
  173. AM_V_at = $(am__v_at_@AM_V@)
  174. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  175. am__v_at_0 = @
  176. am__v_at_1 =
  177. DEFAULT_INCLUDES = -I.@am__isrc@
  178. depcomp = $(SHELL) $(top_srcdir)/bin/depcomp
  179. am__depfiles_maybe = depfiles
  180. am__mv = mv -f
  181. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  182.         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  183. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  184.         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  185.         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  186.         $(AM_CFLAGS) $(CFLAGS)
  187. AM_V_CC = $(am__v_CC_@AM_V@)
  188. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  189. am__v_CC_0 = @echo "  CC      " $@;
  190. am__v_CC_1 =
  191. CCLD = $(CC)
  192. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  193.         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  194.         $(AM_LDFLAGS) $(LDFLAGS) -o $@
  195. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  196. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  197. am__v_CCLD_0 = @echo "  CCLD    " $@;
  198. am__v_CCLD_1 =
  199. SOURCES = $(libfreedreno_la_SOURCES) $(ir3_compiler_SOURCES)
  200. DIST_SOURCES = $(libfreedreno_la_SOURCES) $(ir3_compiler_SOURCES)
  201. am__can_run_installinfo = \
  202.   case $$AM_UPDATE_INFO_DIR in \
  203.     n|no|NO) false;; \
  204.     *) (install-info --version) >/dev/null 2>&1;; \
  205.   esac
  206. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  207. # Read a list of newline-separated strings from the standard input,
  208. # and print each of them once, without duplicates.  Input order is
  209. # *not* preserved.
  210. am__uniquify_input = $(AWK) '\
  211.   BEGIN { nonempty = 0; } \
  212.   { items[$$0] = 1; nonempty = 1; } \
  213.   END { if (nonempty) { for (i in items) print i; }; } \
  214. '
  215. # Make sure the list of sources is unique.  This is necessary because,
  216. # e.g., the same source file might be shared among _SOURCES variables
  217. # for different programs/libraries.
  218. am__define_uniq_tagged_files = \
  219.   list='$(am__tagged_files)'; \
  220.   unique=`for i in $$list; do \
  221.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  222.   done | $(am__uniquify_input)`
  223. ETAGS = etags
  224. CTAGS = ctags
  225. am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.sources \
  226.         $(top_srcdir)/bin/depcomp \
  227.         $(top_srcdir)/src/gallium/Automake.inc
  228. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  229. ACLOCAL = @ACLOCAL@
  230. AMTAR = @AMTAR@
  231. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  232. AR = @AR@
  233. AUTOCONF = @AUTOCONF@
  234. AUTOHEADER = @AUTOHEADER@
  235. AUTOMAKE = @AUTOMAKE@
  236. AWK = @AWK@
  237. BSYMBOLIC = @BSYMBOLIC@
  238. CC = @CC@
  239. CCAS = @CCAS@
  240. CCASDEPMODE = @CCASDEPMODE@
  241. CCASFLAGS = @CCASFLAGS@
  242. CCDEPMODE = @CCDEPMODE@
  243. CFLAGS = @CFLAGS@
  244. CLANG_RESOURCE_DIR = @CLANG_RESOURCE_DIR@
  245. CLOCK_LIB = @CLOCK_LIB@
  246. CPP = @CPP@
  247. CPPFLAGS = @CPPFLAGS@
  248. CXX = @CXX@
  249. CXXCPP = @CXXCPP@
  250. CXXDEPMODE = @CXXDEPMODE@
  251. CXXFLAGS = @CXXFLAGS@
  252. CYGPATH_W = @CYGPATH_W@
  253. D3D_DRIVER_INSTALL_DIR = @D3D_DRIVER_INSTALL_DIR@
  254. DEFINES = @DEFINES@
  255. DEFS = @DEFS@
  256. DEPDIR = @DEPDIR@
  257. DLLTOOL = @DLLTOOL@
  258. DLOPEN_LIBS = @DLOPEN_LIBS@
  259. DRI2PROTO_CFLAGS = @DRI2PROTO_CFLAGS@
  260. DRI2PROTO_LIBS = @DRI2PROTO_LIBS@
  261. DRI3PROTO_CFLAGS = @DRI3PROTO_CFLAGS@
  262. DRI3PROTO_LIBS = @DRI3PROTO_LIBS@
  263. DRIGL_CFLAGS = @DRIGL_CFLAGS@
  264. DRIGL_LIBS = @DRIGL_LIBS@
  265. DRI_DRIVER_INSTALL_DIR = @DRI_DRIVER_INSTALL_DIR@
  266. DRI_DRIVER_SEARCH_DIR = @DRI_DRIVER_SEARCH_DIR@
  267. DRI_LIB_DEPS = @DRI_LIB_DEPS@
  268. DRI_PC_REQ_PRIV = @DRI_PC_REQ_PRIV@
  269. DSYMUTIL = @DSYMUTIL@
  270. DUMPBIN = @DUMPBIN@
  271. ECHO_C = @ECHO_C@
  272. ECHO_N = @ECHO_N@
  273. ECHO_T = @ECHO_T@
  274. EGL_CFLAGS = @EGL_CFLAGS@
  275. EGL_CLIENT_APIS = @EGL_CLIENT_APIS@
  276. EGL_LIB_DEPS = @EGL_LIB_DEPS@
  277. EGL_NATIVE_PLATFORM = @EGL_NATIVE_PLATFORM@
  278. EGREP = @EGREP@
  279. ELF_LIB = @ELF_LIB@
  280. EXEEXT = @EXEEXT@
  281. EXPAT_CFLAGS = @EXPAT_CFLAGS@
  282. EXPAT_LIBS = @EXPAT_LIBS@
  283. FGREP = @FGREP@
  284. FREEDRENO_CFLAGS = @FREEDRENO_CFLAGS@
  285. FREEDRENO_LIBS = @FREEDRENO_LIBS@
  286. GALLIUM_PIPE_LOADER_CLIENT_DEFINES = @GALLIUM_PIPE_LOADER_CLIENT_DEFINES@
  287. GALLIUM_PIPE_LOADER_CLIENT_LIBS = @GALLIUM_PIPE_LOADER_CLIENT_LIBS@
  288. GALLIUM_PIPE_LOADER_DEFINES = @GALLIUM_PIPE_LOADER_DEFINES@
  289. GALLIUM_PIPE_LOADER_LIBS = @GALLIUM_PIPE_LOADER_LIBS@
  290. GALLIUM_PIPE_LOADER_XCB_CFLAGS = @GALLIUM_PIPE_LOADER_XCB_CFLAGS@
  291. GALLIUM_PIPE_LOADER_XCB_LIBS = @GALLIUM_PIPE_LOADER_XCB_LIBS@
  292. GBM_PC_LIB_PRIV = @GBM_PC_LIB_PRIV@
  293. GBM_PC_REQ_PRIV = @GBM_PC_REQ_PRIV@
  294. GC_SECTIONS = @GC_SECTIONS@
  295. GLESv1_CM_LIB_DEPS = @GLESv1_CM_LIB_DEPS@
  296. GLESv1_CM_PC_LIB_PRIV = @GLESv1_CM_PC_LIB_PRIV@
  297. GLESv2_LIB_DEPS = @GLESv2_LIB_DEPS@
  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_PC_CFLAGS = @GL_PC_CFLAGS@
  305. GL_PC_LIB_PRIV = @GL_PC_LIB_PRIV@
  306. GL_PC_REQ_PRIV = @GL_PC_REQ_PRIV@
  307. GREP = @GREP@
  308. HAVE_XF86VIDMODE = @HAVE_XF86VIDMODE@
  309. INDENT = @INDENT@
  310. INDENT_FLAGS = @INDENT_FLAGS@
  311. INSTALL = @INSTALL@
  312. INSTALL_DATA = @INSTALL_DATA@
  313. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  314. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  315. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  316. INTEL_CFLAGS = @INTEL_CFLAGS@
  317. INTEL_LIBS = @INTEL_LIBS@
  318. LD = @LD@
  319. LDFLAGS = @LDFLAGS@
  320. LD_NO_UNDEFINED = @LD_NO_UNDEFINED@
  321. LEX = @LEX@
  322. LEXLIB = @LEXLIB@
  323. LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  324. LIBCLC_INCLUDEDIR = @LIBCLC_INCLUDEDIR@
  325. LIBCLC_LIBEXECDIR = @LIBCLC_LIBEXECDIR@
  326. LIBDRM_CFLAGS = @LIBDRM_CFLAGS@
  327. LIBDRM_LIBS = @LIBDRM_LIBS@
  328. LIBOBJS = @LIBOBJS@
  329. LIBS = @LIBS@
  330. LIBSHA1_CFLAGS = @LIBSHA1_CFLAGS@
  331. LIBSHA1_LIBS = @LIBSHA1_LIBS@
  332. LIBTOOL = @LIBTOOL@
  333. LIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@
  334. LIBUDEV_LIBS = @LIBUDEV_LIBS@
  335. LIB_DIR = @LIB_DIR@
  336. LIB_EXT = @LIB_EXT@
  337. LIPO = @LIPO@
  338. LLVM_BINDIR = @LLVM_BINDIR@
  339. LLVM_CFLAGS = @LLVM_CFLAGS@
  340. LLVM_CONFIG = @LLVM_CONFIG@
  341. LLVM_CPPFLAGS = @LLVM_CPPFLAGS@
  342. LLVM_CXXFLAGS = @LLVM_CXXFLAGS@
  343. LLVM_INCLUDEDIR = @LLVM_INCLUDEDIR@
  344. LLVM_LDFLAGS = @LLVM_LDFLAGS@
  345. LLVM_LIBDIR = @LLVM_LIBDIR@
  346. LLVM_LIBS = @LLVM_LIBS@
  347. LLVM_VERSION = @LLVM_VERSION@
  348. LN_S = @LN_S@
  349. LTLIBOBJS = @LTLIBOBJS@
  350. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  351. MAKEINFO = @MAKEINFO@
  352. MANIFEST_TOOL = @MANIFEST_TOOL@
  353. MESA_LLVM = @MESA_LLVM@
  354. MKDIR_P = @MKDIR_P@
  355. MSVC2008_COMPAT_CFLAGS = @MSVC2008_COMPAT_CFLAGS@
  356. MSVC2008_COMPAT_CXXFLAGS = @MSVC2008_COMPAT_CXXFLAGS@
  357. MSVC2013_COMPAT_CFLAGS = @MSVC2013_COMPAT_CFLAGS@
  358. MSVC2013_COMPAT_CXXFLAGS = @MSVC2013_COMPAT_CXXFLAGS@
  359. NINE_MAJOR = @NINE_MAJOR@
  360. NINE_MINOR = @NINE_MINOR@
  361. NINE_TINY = @NINE_TINY@
  362. NINE_VERSION = @NINE_VERSION@
  363. NM = @NM@
  364. NMEDIT = @NMEDIT@
  365. NOUVEAU_CFLAGS = @NOUVEAU_CFLAGS@
  366. NOUVEAU_LIBS = @NOUVEAU_LIBS@
  367. OBJDUMP = @OBJDUMP@
  368. OBJEXT = @OBJEXT@
  369. OMX_CFLAGS = @OMX_CFLAGS@
  370. OMX_LIBS = @OMX_LIBS@
  371. OMX_LIB_INSTALL_DIR = @OMX_LIB_INSTALL_DIR@
  372. OPENCL_LIBNAME = @OPENCL_LIBNAME@
  373. OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
  374. OPENSSL_LIBS = @OPENSSL_LIBS@
  375. OSMESA_LIB = @OSMESA_LIB@
  376. OSMESA_LIB_DEPS = @OSMESA_LIB_DEPS@
  377. OSMESA_PC_LIB_PRIV = @OSMESA_PC_LIB_PRIV@
  378. OSMESA_PC_REQ = @OSMESA_PC_REQ@
  379. OSMESA_VERSION = @OSMESA_VERSION@
  380. OTOOL = @OTOOL@
  381. OTOOL64 = @OTOOL64@
  382. PACKAGE = @PACKAGE@
  383. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  384. PACKAGE_NAME = @PACKAGE_NAME@
  385. PACKAGE_STRING = @PACKAGE_STRING@
  386. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  387. PACKAGE_URL = @PACKAGE_URL@
  388. PACKAGE_VERSION = @PACKAGE_VERSION@
  389. PATH_SEPARATOR = @PATH_SEPARATOR@
  390. PKG_CONFIG = @PKG_CONFIG@
  391. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  392. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  393. POSIX_SHELL = @POSIX_SHELL@
  394. PRESENTPROTO_CFLAGS = @PRESENTPROTO_CFLAGS@
  395. PRESENTPROTO_LIBS = @PRESENTPROTO_LIBS@
  396. PTHREAD_CC = @PTHREAD_CC@
  397. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  398. PTHREAD_LIBS = @PTHREAD_LIBS@
  399. PYTHON2 = @PYTHON2@
  400. RADEON_CFLAGS = @RADEON_CFLAGS@
  401. RADEON_LIBS = @RADEON_LIBS@
  402. RANLIB = @RANLIB@
  403. SED = @SED@
  404. SELINUX_CFLAGS = @SELINUX_CFLAGS@
  405. SELINUX_LIBS = @SELINUX_LIBS@
  406. SET_MAKE = @SET_MAKE@
  407. SHA1_CFLAGS = @SHA1_CFLAGS@
  408. SHA1_LIBS = @SHA1_LIBS@
  409. SHELL = @SHELL@
  410. SSE41_CFLAGS = @SSE41_CFLAGS@
  411. STRIP = @STRIP@
  412. VA_CFLAGS = @VA_CFLAGS@
  413. VA_LIBS = @VA_LIBS@
  414. VA_LIB_INSTALL_DIR = @VA_LIB_INSTALL_DIR@
  415. VA_MAJOR = @VA_MAJOR@
  416. VA_MINOR = @VA_MINOR@
  417. VDPAU_CFLAGS = @VDPAU_CFLAGS@
  418. VDPAU_LIBS = @VDPAU_LIBS@
  419. VDPAU_LIB_INSTALL_DIR = @VDPAU_LIB_INSTALL_DIR@
  420. VDPAU_MAJOR = @VDPAU_MAJOR@
  421. VDPAU_MINOR = @VDPAU_MINOR@
  422. VERSION = @VERSION@
  423. VG_LIB_DEPS = @VG_LIB_DEPS@
  424. VISIBILITY_CFLAGS = @VISIBILITY_CFLAGS@
  425. VISIBILITY_CXXFLAGS = @VISIBILITY_CXXFLAGS@
  426. VL_CFLAGS = @VL_CFLAGS@
  427. VL_LIBS = @VL_LIBS@
  428. WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
  429. WAYLAND_LIBS = @WAYLAND_LIBS@
  430. WAYLAND_SCANNER = @WAYLAND_SCANNER@
  431. WAYLAND_SCANNER_CFLAGS = @WAYLAND_SCANNER_CFLAGS@
  432. WAYLAND_SCANNER_LIBS = @WAYLAND_SCANNER_LIBS@
  433. X11_INCLUDES = @X11_INCLUDES@
  434. XA_MAJOR = @XA_MAJOR@
  435. XA_MINOR = @XA_MINOR@
  436. XA_TINY = @XA_TINY@
  437. XA_VERSION = @XA_VERSION@
  438. XCB_DRI2_CFLAGS = @XCB_DRI2_CFLAGS@
  439. XCB_DRI2_LIBS = @XCB_DRI2_LIBS@
  440. XF86VIDMODE_CFLAGS = @XF86VIDMODE_CFLAGS@
  441. XF86VIDMODE_LIBS = @XF86VIDMODE_LIBS@
  442. XLIBGL_CFLAGS = @XLIBGL_CFLAGS@
  443. XLIBGL_LIBS = @XLIBGL_LIBS@
  444. XVMC_CFLAGS = @XVMC_CFLAGS@
  445. XVMC_LIBS = @XVMC_LIBS@
  446. XVMC_LIB_INSTALL_DIR = @XVMC_LIB_INSTALL_DIR@
  447. XVMC_MAJOR = @XVMC_MAJOR@
  448. XVMC_MINOR = @XVMC_MINOR@
  449. YACC = @YACC@
  450. YFLAGS = @YFLAGS@
  451. abs_builddir = @abs_builddir@
  452. abs_srcdir = @abs_srcdir@
  453. abs_top_builddir = @abs_top_builddir@
  454. abs_top_srcdir = @abs_top_srcdir@
  455. ac_ct_AR = @ac_ct_AR@
  456. ac_ct_CC = @ac_ct_CC@
  457. ac_ct_CXX = @ac_ct_CXX@
  458. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  459. acv_mako_found = @acv_mako_found@
  460. am__include = @am__include@
  461. am__leading_dot = @am__leading_dot@
  462. am__quote = @am__quote@
  463. am__tar = @am__tar@
  464. am__untar = @am__untar@
  465. ax_pthread_config = @ax_pthread_config@
  466. bindir = @bindir@
  467. build = @build@
  468. build_alias = @build_alias@
  469. build_cpu = @build_cpu@
  470. build_os = @build_os@
  471. build_vendor = @build_vendor@
  472. builddir = @builddir@
  473. datadir = @datadir@
  474. datarootdir = @datarootdir@
  475. docdir = @docdir@
  476. dvidir = @dvidir@
  477. exec_prefix = @exec_prefix@
  478. host = @host@
  479. host_alias = @host_alias@
  480. host_cpu = @host_cpu@
  481. host_os = @host_os@
  482. host_vendor = @host_vendor@
  483. htmldir = @htmldir@
  484. ifGNUmake = @ifGNUmake@
  485. includedir = @includedir@
  486. infodir = @infodir@
  487. install_sh = @install_sh@
  488. libdir = @libdir@
  489. libexecdir = @libexecdir@
  490. localedir = @localedir@
  491. localstatedir = @localstatedir@
  492. mandir = @mandir@
  493. mkdir_p = @mkdir_p@
  494. oldincludedir = @oldincludedir@
  495. pdfdir = @pdfdir@
  496. prefix = @prefix@
  497. program_transform_name = @program_transform_name@
  498. psdir = @psdir@
  499. sbindir = @sbindir@
  500. sharedstatedir = @sharedstatedir@
  501. srcdir = @srcdir@
  502. sysconfdir = @sysconfdir@
  503. target = @target@
  504. target_alias = @target_alias@
  505. target_cpu = @target_cpu@
  506. target_os = @target_os@
  507. target_vendor = @target_vendor@
  508. top_build_prefix = @top_build_prefix@
  509. top_builddir = @top_builddir@
  510. top_srcdir = @top_srcdir@
  511. AUTOMAKE_OPTIONS = subdir-objects
  512. C_SOURCES := \
  513.         adreno_common.xml.h \
  514.         adreno_pm4.xml.h \
  515.         disasm.h \
  516.         freedreno_context.c \
  517.         freedreno_context.h \
  518.         freedreno_draw.c \
  519.         freedreno_draw.h \
  520.         freedreno_fence.c \
  521.         freedreno_fence.h \
  522.         freedreno_gmem.c \
  523.         freedreno_gmem.h \
  524.         freedreno_program.c \
  525.         freedreno_program.h \
  526.         freedreno_query.c \
  527.         freedreno_query.h \
  528.         freedreno_query_hw.c \
  529.         freedreno_query_hw.h \
  530.         freedreno_query_sw.c \
  531.         freedreno_query_sw.h \
  532.         freedreno_resource.c \
  533.         freedreno_resource.h \
  534.         freedreno_screen.c \
  535.         freedreno_screen.h \
  536.         freedreno_state.c \
  537.         freedreno_state.h \
  538.         freedreno_surface.c \
  539.         freedreno_surface.h \
  540.         freedreno_texture.c \
  541.         freedreno_texture.h \
  542.         freedreno_util.c \
  543.         freedreno_util.h
  544.  
  545. a2xx_SOURCES := \
  546.         a2xx/a2xx.xml.h \
  547.         a2xx/disasm-a2xx.c \
  548.         a2xx/fd2_blend.c \
  549.         a2xx/fd2_blend.h \
  550.         a2xx/fd2_compiler.c \
  551.         a2xx/fd2_compiler.h \
  552.         a2xx/fd2_context.c \
  553.         a2xx/fd2_context.h \
  554.         a2xx/fd2_draw.c \
  555.         a2xx/fd2_draw.h \
  556.         a2xx/fd2_emit.c \
  557.         a2xx/fd2_emit.h \
  558.         a2xx/fd2_gmem.c \
  559.         a2xx/fd2_gmem.h \
  560.         a2xx/fd2_program.c \
  561.         a2xx/fd2_program.h \
  562.         a2xx/fd2_rasterizer.c \
  563.         a2xx/fd2_rasterizer.h \
  564.         a2xx/fd2_screen.c \
  565.         a2xx/fd2_screen.h \
  566.         a2xx/fd2_texture.c \
  567.         a2xx/fd2_texture.h \
  568.         a2xx/fd2_util.c \
  569.         a2xx/fd2_util.h \
  570.         a2xx/fd2_zsa.c \
  571.         a2xx/fd2_zsa.h \
  572.         a2xx/instr-a2xx.h \
  573.         a2xx/ir-a2xx.c \
  574.         a2xx/ir-a2xx.h
  575.  
  576. a3xx_SOURCES := \
  577.         a3xx/a3xx.xml.h \
  578.         a3xx/fd3_blend.c \
  579.         a3xx/fd3_blend.h \
  580.         a3xx/fd3_context.c \
  581.         a3xx/fd3_context.h \
  582.         a3xx/fd3_draw.c \
  583.         a3xx/fd3_draw.h \
  584.         a3xx/fd3_emit.c \
  585.         a3xx/fd3_emit.h \
  586.         a3xx/fd3_format.c \
  587.         a3xx/fd3_format.h \
  588.         a3xx/fd3_gmem.c \
  589.         a3xx/fd3_gmem.h \
  590.         a3xx/fd3_program.c \
  591.         a3xx/fd3_program.h \
  592.         a3xx/fd3_query.c \
  593.         a3xx/fd3_query.h \
  594.         a3xx/fd3_rasterizer.c \
  595.         a3xx/fd3_rasterizer.h \
  596.         a3xx/fd3_screen.c \
  597.         a3xx/fd3_screen.h \
  598.         a3xx/fd3_texture.c \
  599.         a3xx/fd3_texture.h \
  600.         a3xx/fd3_zsa.c \
  601.         a3xx/fd3_zsa.h
  602.  
  603. a4xx_SOURCES := \
  604.         a4xx/a4xx.xml.h \
  605.         a4xx/fd4_blend.c \
  606.         a4xx/fd4_blend.h \
  607.         a4xx/fd4_context.c \
  608.         a4xx/fd4_context.h \
  609.         a4xx/fd4_draw.c \
  610.         a4xx/fd4_draw.h \
  611.         a4xx/fd4_emit.c \
  612.         a4xx/fd4_emit.h \
  613.         a4xx/fd4_format.c \
  614.         a4xx/fd4_format.h \
  615.         a4xx/fd4_gmem.c \
  616.         a4xx/fd4_gmem.h \
  617.         a4xx/fd4_program.c \
  618.         a4xx/fd4_program.h \
  619.         a4xx/fd4_query.c \
  620.         a4xx/fd4_query.h \
  621.         a4xx/fd4_rasterizer.c \
  622.         a4xx/fd4_rasterizer.h \
  623.         a4xx/fd4_screen.c \
  624.         a4xx/fd4_screen.h \
  625.         a4xx/fd4_texture.c \
  626.         a4xx/fd4_texture.h \
  627.         a4xx/fd4_zsa.c \
  628.         a4xx/fd4_zsa.h
  629.  
  630. ir3_SOURCES := \
  631.         ir3/disasm-a3xx.c \
  632.         ir3/instr-a3xx.h \
  633.         ir3/ir3.c \
  634.         ir3/ir3_compiler.c \
  635.         ir3/ir3_compiler_nir.c \
  636.         ir3/ir3_compiler.h \
  637.         ir3/ir3_cp.c \
  638.         ir3/ir3_depth.c \
  639.         ir3/ir3_dump.c \
  640.         ir3/ir3_flatten.c \
  641.         ir3/ir3_group.c \
  642.         ir3/ir3.h \
  643.         ir3/ir3_legalize.c \
  644.         ir3/ir3_nir.h \
  645.         ir3/ir3_nir_lower_if_else.c \
  646.         ir3/ir3_ra.c \
  647.         ir3/ir3_sched.c \
  648.         ir3/ir3_shader.c \
  649.         ir3/ir3_shader.h
  650.  
  651. GALLIUM_CFLAGS = \
  652.         -I$(top_srcdir)/include \
  653.         -I$(top_srcdir)/src \
  654.         -I$(top_srcdir)/src/gallium/include \
  655.         -I$(top_srcdir)/src/gallium/auxiliary \
  656.         $(DEFINES)
  657.  
  658.  
  659. # src/gallium/auxiliary must appear before src/gallium/drivers
  660. # because there are stupidly two rbug_context.h files in
  661. # different directories, and which one is included by the
  662. # preprocessor is determined by the ordering of the -I flags.
  663. GALLIUM_DRIVER_CFLAGS = \
  664.         -I$(srcdir)/include \
  665.         -I$(top_srcdir)/src \
  666.         -I$(top_srcdir)/include \
  667.         -I$(top_srcdir)/src/gallium/include \
  668.         -I$(top_srcdir)/src/gallium/auxiliary \
  669.         -I$(top_srcdir)/src/gallium/drivers \
  670.         -I$(top_srcdir)/src/gallium/winsys \
  671.         $(DEFINES) \
  672.         $(VISIBILITY_CFLAGS)
  673.  
  674. GALLIUM_DRIVER_CXXFLAGS = \
  675.         -I$(srcdir)/include \
  676.         -I$(top_srcdir)/src \
  677.         -I$(top_srcdir)/include \
  678.         -I$(top_srcdir)/src/gallium/include \
  679.         -I$(top_srcdir)/src/gallium/auxiliary \
  680.         -I$(top_srcdir)/src/gallium/drivers \
  681.         -I$(top_srcdir)/src/gallium/winsys \
  682.         $(DEFINES) \
  683.         $(VISIBILITY_CXXFLAGS)
  684.  
  685. GALLIUM_TARGET_CFLAGS = \
  686.         -I$(top_srcdir)/src \
  687.         -I$(top_srcdir)/include \
  688.         -I$(top_srcdir)/src/loader \
  689.         -I$(top_srcdir)/src/gallium/include \
  690.         -I$(top_srcdir)/src/gallium/auxiliary \
  691.         -I$(top_srcdir)/src/gallium/drivers \
  692.         -I$(top_srcdir)/src/gallium/winsys \
  693.         $(DEFINES) \
  694.         $(PTHREAD_CFLAGS) \
  695.         $(LIBDRM_CFLAGS) \
  696.         $(VISIBILITY_CFLAGS)
  697.  
  698. GALLIUM_COMMON_LIB_DEPS = \
  699.         -lm \
  700.         $(CLOCK_LIB) \
  701.         $(PTHREAD_LIBS) \
  702.         $(DLOPEN_LIBS)
  703.  
  704. GALLIUM_WINSYS_CFLAGS = \
  705.         -I$(top_srcdir)/src \
  706.         -I$(top_srcdir)/include \
  707.         -I$(top_srcdir)/src/gallium/include \
  708.         -I$(top_srcdir)/src/gallium/auxiliary \
  709.         $(DEFINES) \
  710.         $(VISIBILITY_CFLAGS)
  711.  
  712. GALLIUM_PIPE_LOADER_WINSYS_LIBS =  \
  713.         $(top_builddir)/src/gallium/winsys/sw/null/libws_null.la \
  714.         $(top_builddir)/src/gallium/winsys/sw/wrapper/libwsw.la \
  715.         $(am__append_1) $(am__append_2)
  716. AM_CFLAGS = \
  717.         -Wno-packed-bitfield-compat \
  718.         -I$(top_srcdir)/src/gallium/drivers/freedreno/ir3 \
  719.         -I$(top_builddir)/src/glsl/nir \
  720.         $(GALLIUM_DRIVER_CFLAGS) \
  721.         $(FREEDRENO_CFLAGS)
  722.  
  723. noinst_LTLIBRARIES = libfreedreno.la
  724. libfreedreno_la_SOURCES = \
  725.         $(C_SOURCES) \
  726.         $(a2xx_SOURCES) \
  727.         $(a3xx_SOURCES) \
  728.         $(a4xx_SOURCES) \
  729.         $(ir3_SOURCES)
  730.  
  731. ir3_compiler_SOURCES = \
  732.         ir3/ir3_cmdline.c
  733.  
  734. ir3_compiler_LDADD = \
  735.         libfreedreno.la \
  736.         ../../auxiliary/libgallium.la \
  737.         $(top_builddir)/src/glsl/libnir.la \
  738.         $(top_builddir)/src/libglsl_util.la \
  739.         -lstdc++ \
  740.         $(top_builddir)/src/util/libmesautil.la \
  741.         $(GALLIUM_COMMON_LIB_DEPS) \
  742.         $(FREEDRENO_LIBS)
  743.  
  744. all: all-am
  745.  
  746. .SUFFIXES:
  747. .SUFFIXES: .c .lo .o .obj
  748. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/Makefile.sources $(top_srcdir)/src/gallium/Automake.inc $(am__configure_deps)
  749.         @for dep in $?; do \
  750.           case '$(am__configure_deps)' in \
  751.             *$$dep*) \
  752.               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  753.                 && { if test -f $@; then exit 0; else break; fi; }; \
  754.               exit 1;; \
  755.           esac; \
  756.         done; \
  757.         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/gallium/drivers/freedreno/Makefile'; \
  758.         $(am__cd) $(top_srcdir) && \
  759.           $(AUTOMAKE) --foreign src/gallium/drivers/freedreno/Makefile
  760. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  761.         @case '$?' in \
  762.           *config.status*) \
  763.             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  764.           *) \
  765.             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  766.             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  767.         esac;
  768. $(srcdir)/Makefile.sources $(top_srcdir)/src/gallium/Automake.inc $(am__empty):
  769.  
  770. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  771.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  772.  
  773. $(top_srcdir)/configure:  $(am__configure_deps)
  774.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  775. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  776.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  777. $(am__aclocal_m4_deps):
  778.  
  779. clean-noinstLTLIBRARIES:
  780.         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  781.         @list='$(noinst_LTLIBRARIES)'; \
  782.         locs=`for p in $$list; do echo $$p; done | \
  783.               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  784.               sort -u`; \
  785.         test -z "$$locs" || { \
  786.           echo rm -f $${locs}; \
  787.           rm -f $${locs}; \
  788.         }
  789. a2xx/$(am__dirstamp):
  790.         @$(MKDIR_P) a2xx
  791.         @: > a2xx/$(am__dirstamp)
  792. a2xx/$(DEPDIR)/$(am__dirstamp):
  793.         @$(MKDIR_P) a2xx/$(DEPDIR)
  794.         @: > a2xx/$(DEPDIR)/$(am__dirstamp)
  795. a2xx/disasm-a2xx.lo: a2xx/$(am__dirstamp) \
  796.         a2xx/$(DEPDIR)/$(am__dirstamp)
  797. a2xx/fd2_blend.lo: a2xx/$(am__dirstamp) a2xx/$(DEPDIR)/$(am__dirstamp)
  798. a2xx/fd2_compiler.lo: a2xx/$(am__dirstamp) \
  799.         a2xx/$(DEPDIR)/$(am__dirstamp)
  800. a2xx/fd2_context.lo: a2xx/$(am__dirstamp) \
  801.         a2xx/$(DEPDIR)/$(am__dirstamp)
  802. a2xx/fd2_draw.lo: a2xx/$(am__dirstamp) a2xx/$(DEPDIR)/$(am__dirstamp)
  803. a2xx/fd2_emit.lo: a2xx/$(am__dirstamp) a2xx/$(DEPDIR)/$(am__dirstamp)
  804. a2xx/fd2_gmem.lo: a2xx/$(am__dirstamp) a2xx/$(DEPDIR)/$(am__dirstamp)
  805. a2xx/fd2_program.lo: a2xx/$(am__dirstamp) \
  806.         a2xx/$(DEPDIR)/$(am__dirstamp)
  807. a2xx/fd2_rasterizer.lo: a2xx/$(am__dirstamp) \
  808.         a2xx/$(DEPDIR)/$(am__dirstamp)
  809. a2xx/fd2_screen.lo: a2xx/$(am__dirstamp) \
  810.         a2xx/$(DEPDIR)/$(am__dirstamp)
  811. a2xx/fd2_texture.lo: a2xx/$(am__dirstamp) \
  812.         a2xx/$(DEPDIR)/$(am__dirstamp)
  813. a2xx/fd2_util.lo: a2xx/$(am__dirstamp) a2xx/$(DEPDIR)/$(am__dirstamp)
  814. a2xx/fd2_zsa.lo: a2xx/$(am__dirstamp) a2xx/$(DEPDIR)/$(am__dirstamp)
  815. a2xx/ir-a2xx.lo: a2xx/$(am__dirstamp) a2xx/$(DEPDIR)/$(am__dirstamp)
  816. a3xx/$(am__dirstamp):
  817.         @$(MKDIR_P) a3xx
  818.         @: > a3xx/$(am__dirstamp)
  819. a3xx/$(DEPDIR)/$(am__dirstamp):
  820.         @$(MKDIR_P) a3xx/$(DEPDIR)
  821.         @: > a3xx/$(DEPDIR)/$(am__dirstamp)
  822. a3xx/fd3_blend.lo: a3xx/$(am__dirstamp) a3xx/$(DEPDIR)/$(am__dirstamp)
  823. a3xx/fd3_context.lo: a3xx/$(am__dirstamp) \
  824.         a3xx/$(DEPDIR)/$(am__dirstamp)
  825. a3xx/fd3_draw.lo: a3xx/$(am__dirstamp) a3xx/$(DEPDIR)/$(am__dirstamp)
  826. a3xx/fd3_emit.lo: a3xx/$(am__dirstamp) a3xx/$(DEPDIR)/$(am__dirstamp)
  827. a3xx/fd3_format.lo: a3xx/$(am__dirstamp) \
  828.         a3xx/$(DEPDIR)/$(am__dirstamp)
  829. a3xx/fd3_gmem.lo: a3xx/$(am__dirstamp) a3xx/$(DEPDIR)/$(am__dirstamp)
  830. a3xx/fd3_program.lo: a3xx/$(am__dirstamp) \
  831.         a3xx/$(DEPDIR)/$(am__dirstamp)
  832. a3xx/fd3_query.lo: a3xx/$(am__dirstamp) a3xx/$(DEPDIR)/$(am__dirstamp)
  833. a3xx/fd3_rasterizer.lo: a3xx/$(am__dirstamp) \
  834.         a3xx/$(DEPDIR)/$(am__dirstamp)
  835. a3xx/fd3_screen.lo: a3xx/$(am__dirstamp) \
  836.         a3xx/$(DEPDIR)/$(am__dirstamp)
  837. a3xx/fd3_texture.lo: a3xx/$(am__dirstamp) \
  838.         a3xx/$(DEPDIR)/$(am__dirstamp)
  839. a3xx/fd3_zsa.lo: a3xx/$(am__dirstamp) a3xx/$(DEPDIR)/$(am__dirstamp)
  840. a4xx/$(am__dirstamp):
  841.         @$(MKDIR_P) a4xx
  842.         @: > a4xx/$(am__dirstamp)
  843. a4xx/$(DEPDIR)/$(am__dirstamp):
  844.         @$(MKDIR_P) a4xx/$(DEPDIR)
  845.         @: > a4xx/$(DEPDIR)/$(am__dirstamp)
  846. a4xx/fd4_blend.lo: a4xx/$(am__dirstamp) a4xx/$(DEPDIR)/$(am__dirstamp)
  847. a4xx/fd4_context.lo: a4xx/$(am__dirstamp) \
  848.         a4xx/$(DEPDIR)/$(am__dirstamp)
  849. a4xx/fd4_draw.lo: a4xx/$(am__dirstamp) a4xx/$(DEPDIR)/$(am__dirstamp)
  850. a4xx/fd4_emit.lo: a4xx/$(am__dirstamp) a4xx/$(DEPDIR)/$(am__dirstamp)
  851. a4xx/fd4_format.lo: a4xx/$(am__dirstamp) \
  852.         a4xx/$(DEPDIR)/$(am__dirstamp)
  853. a4xx/fd4_gmem.lo: a4xx/$(am__dirstamp) a4xx/$(DEPDIR)/$(am__dirstamp)
  854. a4xx/fd4_program.lo: a4xx/$(am__dirstamp) \
  855.         a4xx/$(DEPDIR)/$(am__dirstamp)
  856. a4xx/fd4_query.lo: a4xx/$(am__dirstamp) a4xx/$(DEPDIR)/$(am__dirstamp)
  857. a4xx/fd4_rasterizer.lo: a4xx/$(am__dirstamp) \
  858.         a4xx/$(DEPDIR)/$(am__dirstamp)
  859. a4xx/fd4_screen.lo: a4xx/$(am__dirstamp) \
  860.         a4xx/$(DEPDIR)/$(am__dirstamp)
  861. a4xx/fd4_texture.lo: a4xx/$(am__dirstamp) \
  862.         a4xx/$(DEPDIR)/$(am__dirstamp)
  863. a4xx/fd4_zsa.lo: a4xx/$(am__dirstamp) a4xx/$(DEPDIR)/$(am__dirstamp)
  864. ir3/$(am__dirstamp):
  865.         @$(MKDIR_P) ir3
  866.         @: > ir3/$(am__dirstamp)
  867. ir3/$(DEPDIR)/$(am__dirstamp):
  868.         @$(MKDIR_P) ir3/$(DEPDIR)
  869.         @: > ir3/$(DEPDIR)/$(am__dirstamp)
  870. ir3/disasm-a3xx.lo: ir3/$(am__dirstamp) ir3/$(DEPDIR)/$(am__dirstamp)
  871. ir3/ir3.lo: ir3/$(am__dirstamp) ir3/$(DEPDIR)/$(am__dirstamp)
  872. ir3/ir3_compiler.lo: ir3/$(am__dirstamp) ir3/$(DEPDIR)/$(am__dirstamp)
  873. ir3/ir3_compiler_nir.lo: ir3/$(am__dirstamp) \
  874.         ir3/$(DEPDIR)/$(am__dirstamp)
  875. ir3/ir3_cp.lo: ir3/$(am__dirstamp) ir3/$(DEPDIR)/$(am__dirstamp)
  876. ir3/ir3_depth.lo: ir3/$(am__dirstamp) ir3/$(DEPDIR)/$(am__dirstamp)
  877. ir3/ir3_dump.lo: ir3/$(am__dirstamp) ir3/$(DEPDIR)/$(am__dirstamp)
  878. ir3/ir3_flatten.lo: ir3/$(am__dirstamp) ir3/$(DEPDIR)/$(am__dirstamp)
  879. ir3/ir3_group.lo: ir3/$(am__dirstamp) ir3/$(DEPDIR)/$(am__dirstamp)
  880. ir3/ir3_legalize.lo: ir3/$(am__dirstamp) ir3/$(DEPDIR)/$(am__dirstamp)
  881. ir3/ir3_nir_lower_if_else.lo: ir3/$(am__dirstamp) \
  882.         ir3/$(DEPDIR)/$(am__dirstamp)
  883. ir3/ir3_ra.lo: ir3/$(am__dirstamp) ir3/$(DEPDIR)/$(am__dirstamp)
  884. ir3/ir3_sched.lo: ir3/$(am__dirstamp) ir3/$(DEPDIR)/$(am__dirstamp)
  885. ir3/ir3_shader.lo: ir3/$(am__dirstamp) ir3/$(DEPDIR)/$(am__dirstamp)
  886.  
  887. libfreedreno.la: $(libfreedreno_la_OBJECTS) $(libfreedreno_la_DEPENDENCIES) $(EXTRA_libfreedreno_la_DEPENDENCIES)
  888.         $(AM_V_CCLD)$(LINK)  $(libfreedreno_la_OBJECTS) $(libfreedreno_la_LIBADD) $(LIBS)
  889.  
  890. clean-noinstPROGRAMS:
  891.         @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
  892.         echo " rm -f" $$list; \
  893.         rm -f $$list || exit $$?; \
  894.         test -n "$(EXEEXT)" || exit 0; \
  895.         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  896.         echo " rm -f" $$list; \
  897.         rm -f $$list
  898. ir3/ir3_cmdline.$(OBJEXT): ir3/$(am__dirstamp) \
  899.         ir3/$(DEPDIR)/$(am__dirstamp)
  900.  
  901. ir3_compiler$(EXEEXT): $(ir3_compiler_OBJECTS) $(ir3_compiler_DEPENDENCIES) $(EXTRA_ir3_compiler_DEPENDENCIES)
  902.         @rm -f ir3_compiler$(EXEEXT)
  903.         $(AM_V_CCLD)$(LINK) $(ir3_compiler_OBJECTS) $(ir3_compiler_LDADD) $(LIBS)
  904.  
  905. mostlyclean-compile:
  906.         -rm -f *.$(OBJEXT)
  907.         -rm -f a2xx/*.$(OBJEXT)
  908.         -rm -f a2xx/*.lo
  909.         -rm -f a3xx/*.$(OBJEXT)
  910.         -rm -f a3xx/*.lo
  911.         -rm -f a4xx/*.$(OBJEXT)
  912.         -rm -f a4xx/*.lo
  913.         -rm -f ir3/*.$(OBJEXT)
  914.         -rm -f ir3/*.lo
  915.  
  916. distclean-compile:
  917.         -rm -f *.tab.c
  918.  
  919. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_context.Plo@am__quote@
  920. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_draw.Plo@am__quote@
  921. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_fence.Plo@am__quote@
  922. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_gmem.Plo@am__quote@
  923. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_program.Plo@am__quote@
  924. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_query.Plo@am__quote@
  925. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_query_hw.Plo@am__quote@
  926. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_query_sw.Plo@am__quote@
  927. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_resource.Plo@am__quote@
  928. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_screen.Plo@am__quote@
  929. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_state.Plo@am__quote@
  930. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_surface.Plo@am__quote@
  931. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_texture.Plo@am__quote@
  932. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freedreno_util.Plo@am__quote@
  933. @AMDEP_TRUE@@am__include@ @am__quote@a2xx/$(DEPDIR)/disasm-a2xx.Plo@am__quote@
  934. @AMDEP_TRUE@@am__include@ @am__quote@a2xx/$(DEPDIR)/fd2_blend.Plo@am__quote@
  935. @AMDEP_TRUE@@am__include@ @am__quote@a2xx/$(DEPDIR)/fd2_compiler.Plo@am__quote@
  936. @AMDEP_TRUE@@am__include@ @am__quote@a2xx/$(DEPDIR)/fd2_context.Plo@am__quote@
  937. @AMDEP_TRUE@@am__include@ @am__quote@a2xx/$(DEPDIR)/fd2_draw.Plo@am__quote@
  938. @AMDEP_TRUE@@am__include@ @am__quote@a2xx/$(DEPDIR)/fd2_emit.Plo@am__quote@
  939. @AMDEP_TRUE@@am__include@ @am__quote@a2xx/$(DEPDIR)/fd2_gmem.Plo@am__quote@
  940. @AMDEP_TRUE@@am__include@ @am__quote@a2xx/$(DEPDIR)/fd2_program.Plo@am__quote@
  941. @AMDEP_TRUE@@am__include@ @am__quote@a2xx/$(DEPDIR)/fd2_rasterizer.Plo@am__quote@
  942. @AMDEP_TRUE@@am__include@ @am__quote@a2xx/$(DEPDIR)/fd2_screen.Plo@am__quote@
  943. @AMDEP_TRUE@@am__include@ @am__quote@a2xx/$(DEPDIR)/fd2_texture.Plo@am__quote@
  944. @AMDEP_TRUE@@am__include@ @am__quote@a2xx/$(DEPDIR)/fd2_util.Plo@am__quote@
  945. @AMDEP_TRUE@@am__include@ @am__quote@a2xx/$(DEPDIR)/fd2_zsa.Plo@am__quote@
  946. @AMDEP_TRUE@@am__include@ @am__quote@a2xx/$(DEPDIR)/ir-a2xx.Plo@am__quote@
  947. @AMDEP_TRUE@@am__include@ @am__quote@a3xx/$(DEPDIR)/fd3_blend.Plo@am__quote@
  948. @AMDEP_TRUE@@am__include@ @am__quote@a3xx/$(DEPDIR)/fd3_context.Plo@am__quote@
  949. @AMDEP_TRUE@@am__include@ @am__quote@a3xx/$(DEPDIR)/fd3_draw.Plo@am__quote@
  950. @AMDEP_TRUE@@am__include@ @am__quote@a3xx/$(DEPDIR)/fd3_emit.Plo@am__quote@
  951. @AMDEP_TRUE@@am__include@ @am__quote@a3xx/$(DEPDIR)/fd3_format.Plo@am__quote@
  952. @AMDEP_TRUE@@am__include@ @am__quote@a3xx/$(DEPDIR)/fd3_gmem.Plo@am__quote@
  953. @AMDEP_TRUE@@am__include@ @am__quote@a3xx/$(DEPDIR)/fd3_program.Plo@am__quote@
  954. @AMDEP_TRUE@@am__include@ @am__quote@a3xx/$(DEPDIR)/fd3_query.Plo@am__quote@
  955. @AMDEP_TRUE@@am__include@ @am__quote@a3xx/$(DEPDIR)/fd3_rasterizer.Plo@am__quote@
  956. @AMDEP_TRUE@@am__include@ @am__quote@a3xx/$(DEPDIR)/fd3_screen.Plo@am__quote@
  957. @AMDEP_TRUE@@am__include@ @am__quote@a3xx/$(DEPDIR)/fd3_texture.Plo@am__quote@
  958. @AMDEP_TRUE@@am__include@ @am__quote@a3xx/$(DEPDIR)/fd3_zsa.Plo@am__quote@
  959. @AMDEP_TRUE@@am__include@ @am__quote@a4xx/$(DEPDIR)/fd4_blend.Plo@am__quote@
  960. @AMDEP_TRUE@@am__include@ @am__quote@a4xx/$(DEPDIR)/fd4_context.Plo@am__quote@
  961. @AMDEP_TRUE@@am__include@ @am__quote@a4xx/$(DEPDIR)/fd4_draw.Plo@am__quote@
  962. @AMDEP_TRUE@@am__include@ @am__quote@a4xx/$(DEPDIR)/fd4_emit.Plo@am__quote@
  963. @AMDEP_TRUE@@am__include@ @am__quote@a4xx/$(DEPDIR)/fd4_format.Plo@am__quote@
  964. @AMDEP_TRUE@@am__include@ @am__quote@a4xx/$(DEPDIR)/fd4_gmem.Plo@am__quote@
  965. @AMDEP_TRUE@@am__include@ @am__quote@a4xx/$(DEPDIR)/fd4_program.Plo@am__quote@
  966. @AMDEP_TRUE@@am__include@ @am__quote@a4xx/$(DEPDIR)/fd4_query.Plo@am__quote@
  967. @AMDEP_TRUE@@am__include@ @am__quote@a4xx/$(DEPDIR)/fd4_rasterizer.Plo@am__quote@
  968. @AMDEP_TRUE@@am__include@ @am__quote@a4xx/$(DEPDIR)/fd4_screen.Plo@am__quote@
  969. @AMDEP_TRUE@@am__include@ @am__quote@a4xx/$(DEPDIR)/fd4_texture.Plo@am__quote@
  970. @AMDEP_TRUE@@am__include@ @am__quote@a4xx/$(DEPDIR)/fd4_zsa.Plo@am__quote@
  971. @AMDEP_TRUE@@am__include@ @am__quote@ir3/$(DEPDIR)/disasm-a3xx.Plo@am__quote@
  972. @AMDEP_TRUE@@am__include@ @am__quote@ir3/$(DEPDIR)/ir3.Plo@am__quote@
  973. @AMDEP_TRUE@@am__include@ @am__quote@ir3/$(DEPDIR)/ir3_cmdline.Po@am__quote@
  974. @AMDEP_TRUE@@am__include@ @am__quote@ir3/$(DEPDIR)/ir3_compiler.Plo@am__quote@
  975. @AMDEP_TRUE@@am__include@ @am__quote@ir3/$(DEPDIR)/ir3_compiler_nir.Plo@am__quote@
  976. @AMDEP_TRUE@@am__include@ @am__quote@ir3/$(DEPDIR)/ir3_cp.Plo@am__quote@
  977. @AMDEP_TRUE@@am__include@ @am__quote@ir3/$(DEPDIR)/ir3_depth.Plo@am__quote@
  978. @AMDEP_TRUE@@am__include@ @am__quote@ir3/$(DEPDIR)/ir3_dump.Plo@am__quote@
  979. @AMDEP_TRUE@@am__include@ @am__quote@ir3/$(DEPDIR)/ir3_flatten.Plo@am__quote@
  980. @AMDEP_TRUE@@am__include@ @am__quote@ir3/$(DEPDIR)/ir3_group.Plo@am__quote@
  981. @AMDEP_TRUE@@am__include@ @am__quote@ir3/$(DEPDIR)/ir3_legalize.Plo@am__quote@
  982. @AMDEP_TRUE@@am__include@ @am__quote@ir3/$(DEPDIR)/ir3_nir_lower_if_else.Plo@am__quote@
  983. @AMDEP_TRUE@@am__include@ @am__quote@ir3/$(DEPDIR)/ir3_ra.Plo@am__quote@
  984. @AMDEP_TRUE@@am__include@ @am__quote@ir3/$(DEPDIR)/ir3_sched.Plo@am__quote@
  985. @AMDEP_TRUE@@am__include@ @am__quote@ir3/$(DEPDIR)/ir3_shader.Plo@am__quote@
  986.  
  987. .c.o:
  988. @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  989. @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  990. @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
  991. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  992. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  993. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  994.  
  995. .c.obj:
  996. @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  997. @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  998. @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
  999. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  1000. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1001. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  1002.  
  1003. .c.lo:
  1004. @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  1005. @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  1006. @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
  1007. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  1008. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1009. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  1010.  
  1011. mostlyclean-libtool:
  1012.         -rm -f *.lo
  1013.  
  1014. clean-libtool:
  1015.         -rm -rf .libs _libs
  1016.         -rm -rf a2xx/.libs a2xx/_libs
  1017.         -rm -rf a3xx/.libs a3xx/_libs
  1018.         -rm -rf a4xx/.libs a4xx/_libs
  1019.         -rm -rf ir3/.libs ir3/_libs
  1020.  
  1021. ID: $(am__tagged_files)
  1022.         $(am__define_uniq_tagged_files); mkid -fID $$unique
  1023. tags: tags-am
  1024. TAGS: tags
  1025.  
  1026. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  1027.         set x; \
  1028.         here=`pwd`; \
  1029.         $(am__define_uniq_tagged_files); \
  1030.         shift; \
  1031.         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  1032.           test -n "$$unique" || unique=$$empty_fix; \
  1033.           if test $$# -gt 0; then \
  1034.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  1035.               "$$@" $$unique; \
  1036.           else \
  1037.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  1038.               $$unique; \
  1039.           fi; \
  1040.         fi
  1041. ctags: ctags-am
  1042.  
  1043. CTAGS: ctags
  1044. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  1045.         $(am__define_uniq_tagged_files); \
  1046.         test -z "$(CTAGS_ARGS)$$unique" \
  1047.           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  1048.              $$unique
  1049.  
  1050. GTAGS:
  1051.         here=`$(am__cd) $(top_builddir) && pwd` \
  1052.           && $(am__cd) $(top_srcdir) \
  1053.           && gtags -i $(GTAGS_ARGS) "$$here"
  1054. cscopelist: cscopelist-am
  1055.  
  1056. cscopelist-am: $(am__tagged_files)
  1057.         list='$(am__tagged_files)'; \
  1058.         case "$(srcdir)" in \
  1059.           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  1060.           *) sdir=$(subdir)/$(srcdir) ;; \
  1061.         esac; \
  1062.         for i in $$list; do \
  1063.           if test -f "$$i"; then \
  1064.             echo "$(subdir)/$$i"; \
  1065.           else \
  1066.             echo "$$sdir/$$i"; \
  1067.           fi; \
  1068.         done >> $(top_builddir)/cscope.files
  1069.  
  1070. distclean-tags:
  1071.         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  1072.  
  1073. distdir: $(DISTFILES)
  1074.         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  1075.         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  1076.         list='$(DISTFILES)'; \
  1077.           dist_files=`for file in $$list; do echo $$file; done | \
  1078.           sed -e "s|^$$srcdirstrip/||;t" \
  1079.               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  1080.         case $$dist_files in \
  1081.           */*) $(MKDIR_P) `echo "$$dist_files" | \
  1082.                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  1083.                            sort -u` ;; \
  1084.         esac; \
  1085.         for file in $$dist_files; do \
  1086.           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  1087.           if test -d $$d/$$file; then \
  1088.             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  1089.             if test -d "$(distdir)/$$file"; then \
  1090.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  1091.             fi; \
  1092.             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  1093.               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  1094.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  1095.             fi; \
  1096.             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  1097.           else \
  1098.             test -f "$(distdir)/$$file" \
  1099.             || cp -p $$d/$$file "$(distdir)/$$file" \
  1100.             || exit 1; \
  1101.           fi; \
  1102.         done
  1103. check-am: all-am
  1104. check: check-am
  1105. all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
  1106. installdirs:
  1107. install: install-am
  1108. install-exec: install-exec-am
  1109. install-data: install-data-am
  1110. uninstall: uninstall-am
  1111.  
  1112. install-am: all-am
  1113.         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  1114.  
  1115. installcheck: installcheck-am
  1116. install-strip:
  1117.         if test -z '$(STRIP)'; then \
  1118.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  1119.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  1120.               install; \
  1121.         else \
  1122.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  1123.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  1124.             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  1125.         fi
  1126. mostlyclean-generic:
  1127.  
  1128. clean-generic:
  1129.  
  1130. distclean-generic:
  1131.         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  1132.         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  1133.         -rm -f a2xx/$(DEPDIR)/$(am__dirstamp)
  1134.         -rm -f a2xx/$(am__dirstamp)
  1135.         -rm -f a3xx/$(DEPDIR)/$(am__dirstamp)
  1136.         -rm -f a3xx/$(am__dirstamp)
  1137.         -rm -f a4xx/$(DEPDIR)/$(am__dirstamp)
  1138.         -rm -f a4xx/$(am__dirstamp)
  1139.         -rm -f ir3/$(DEPDIR)/$(am__dirstamp)
  1140.         -rm -f ir3/$(am__dirstamp)
  1141.  
  1142. maintainer-clean-generic:
  1143.         @echo "This command is intended for maintainers to use"
  1144.         @echo "it deletes files that may require special tools to rebuild."
  1145. clean: clean-am
  1146.  
  1147. clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
  1148.         clean-noinstPROGRAMS mostlyclean-am
  1149.  
  1150. distclean: distclean-am
  1151.         -rm -rf ./$(DEPDIR) a2xx/$(DEPDIR) a3xx/$(DEPDIR) a4xx/$(DEPDIR) ir3/$(DEPDIR)
  1152.         -rm -f Makefile
  1153. distclean-am: clean-am distclean-compile distclean-generic \
  1154.         distclean-tags
  1155.  
  1156. dvi: dvi-am
  1157.  
  1158. dvi-am:
  1159.  
  1160. html: html-am
  1161.  
  1162. html-am:
  1163.  
  1164. info: info-am
  1165.  
  1166. info-am:
  1167.  
  1168. install-data-am:
  1169.  
  1170. install-dvi: install-dvi-am
  1171.  
  1172. install-dvi-am:
  1173.  
  1174. install-exec-am:
  1175.  
  1176. install-html: install-html-am
  1177.  
  1178. install-html-am:
  1179.  
  1180. install-info: install-info-am
  1181.  
  1182. install-info-am:
  1183.  
  1184. install-man:
  1185.  
  1186. install-pdf: install-pdf-am
  1187.  
  1188. install-pdf-am:
  1189.  
  1190. install-ps: install-ps-am
  1191.  
  1192. install-ps-am:
  1193.  
  1194. installcheck-am:
  1195.  
  1196. maintainer-clean: maintainer-clean-am
  1197.         -rm -rf ./$(DEPDIR) a2xx/$(DEPDIR) a3xx/$(DEPDIR) a4xx/$(DEPDIR) ir3/$(DEPDIR)
  1198.         -rm -f Makefile
  1199. maintainer-clean-am: distclean-am maintainer-clean-generic
  1200.  
  1201. mostlyclean: mostlyclean-am
  1202.  
  1203. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  1204.         mostlyclean-libtool
  1205.  
  1206. pdf: pdf-am
  1207.  
  1208. pdf-am:
  1209.  
  1210. ps: ps-am
  1211.  
  1212. ps-am:
  1213.  
  1214. uninstall-am:
  1215.  
  1216. .MAKE: install-am install-strip
  1217.  
  1218. .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
  1219.         clean-libtool clean-noinstLTLIBRARIES clean-noinstPROGRAMS \
  1220.         cscopelist-am ctags ctags-am distclean distclean-compile \
  1221.         distclean-generic distclean-libtool distclean-tags distdir dvi \
  1222.         dvi-am html html-am info info-am install install-am \
  1223.         install-data install-data-am install-dvi install-dvi-am \
  1224.         install-exec install-exec-am install-html install-html-am \
  1225.         install-info install-info-am install-man install-pdf \
  1226.         install-pdf-am install-ps install-ps-am install-strip \
  1227.         installcheck installcheck-am installdirs maintainer-clean \
  1228.         maintainer-clean-generic mostlyclean mostlyclean-compile \
  1229.         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  1230.         tags tags-am uninstall uninstall-am
  1231.  
  1232. .PRECIOUS: Makefile
  1233.  
  1234.  
  1235. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  1236. # Otherwise a system limit (for SysV at least) may be exceeded.
  1237. .NOEXPORT:
  1238.