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. VPATH = @srcdir@
  18. am__is_gnu_make = { \
  19.   if test -z '$(MAKELEVEL)'; then \
  20.     false; \
  21.   elif test -n '$(MAKE_HOST)'; then \
  22.     true; \
  23.   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  24.     true; \
  25.   else \
  26.     false; \
  27.   fi; \
  28. }
  29. am__make_running_with_option = \
  30.   case $${target_option-} in \
  31.       ?) ;; \
  32.       *) echo "am__make_running_with_option: internal error: invalid" \
  33.               "target option '$${target_option-}' specified" >&2; \
  34.          exit 1;; \
  35.   esac; \
  36.   has_opt=no; \
  37.   sane_makeflags=$$MAKEFLAGS; \
  38.   if $(am__is_gnu_make); then \
  39.     sane_makeflags=$$MFLAGS; \
  40.   else \
  41.     case $$MAKEFLAGS in \
  42.       *\\[\ \   ]*) \
  43.         bs=\\; \
  44.         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  45.           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
  46.     esac; \
  47.   fi; \
  48.   skip_next=no; \
  49.   strip_trailopt () \
  50.   { \
  51.     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  52.   }; \
  53.   for flg in $$sane_makeflags; do \
  54.     test $$skip_next = yes && { skip_next=no; continue; }; \
  55.     case $$flg in \
  56.       *=*|--*) continue;; \
  57.         -*I) strip_trailopt 'I'; skip_next=yes;; \
  58.       -*I?*) strip_trailopt 'I';; \
  59.         -*O) strip_trailopt 'O'; skip_next=yes;; \
  60.       -*O?*) strip_trailopt 'O';; \
  61.         -*l) strip_trailopt 'l'; skip_next=yes;; \
  62.       -*l?*) strip_trailopt 'l';; \
  63.       -[dEDm]) skip_next=yes;; \
  64.       -[JT]) skip_next=yes;; \
  65.     esac; \
  66.     case $$flg in \
  67.       *$$target_option*) has_opt=yes; break;; \
  68.     esac; \
  69.   done; \
  70.   test $$has_opt = yes
  71. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  72. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  73. pkgdatadir = $(datadir)/@PACKAGE@
  74. pkgincludedir = $(includedir)/@PACKAGE@
  75. pkglibdir = $(libdir)/@PACKAGE@
  76. pkglibexecdir = $(libexecdir)/@PACKAGE@
  77. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  78. install_sh_DATA = $(install_sh) -c -m 644
  79. install_sh_PROGRAM = $(install_sh) -c
  80. install_sh_SCRIPT = $(install_sh) -c
  81. INSTALL_HEADER = $(INSTALL_DATA)
  82. transform = $(program_transform_name)
  83. NORMAL_INSTALL = :
  84. PRE_INSTALL = :
  85. POST_INSTALL = :
  86. NORMAL_UNINSTALL = :
  87. PRE_UNINSTALL = :
  88. POST_UNINSTALL = :
  89. build_triplet = @build@
  90. host_triplet = @host@
  91. target_triplet = @target@
  92. @HAVE_DRISW_TRUE@am__append_1 = \
  93. @HAVE_DRISW_TRUE@       $(top_builddir)/src/gallium/winsys/sw/dri/libswdri.la
  94.  
  95. @NEED_WINSYS_XLIB_TRUE@am__append_2 = \
  96. @NEED_WINSYS_XLIB_TRUE@ $(top_builddir)/src/gallium/winsys/sw/xlib/libws_xlib.la \
  97. @NEED_WINSYS_XLIB_TRUE@ -lX11 -lXext -lXfixes \
  98. @NEED_WINSYS_XLIB_TRUE@ $(LIBDRM_LIBS)
  99.  
  100. check_PROGRAMS = r300_compiler_tests$(EXEEXT)
  101. TESTS = r300_compiler_tests$(EXEEXT)
  102. subdir = src/gallium/drivers/r300
  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. libr300_la_LIBADD =
  122. am__dirstamp = $(am__leading_dot)dirstamp
  123. am__objects_1 = r300_blit.lo r300_chipset.lo r300_context.lo \
  124.         r300_debug.lo r300_emit.lo r300_flush.lo r300_fs.lo \
  125.         r300_hyperz.lo r300_query.lo r300_render.lo \
  126.         r300_render_stencilref.lo r300_render_translate.lo \
  127.         r300_resource.lo r300_screen_buffer.lo r300_screen.lo \
  128.         r300_state.lo r300_state_derived.lo r300_texture.lo \
  129.         r300_texture_desc.lo r300_tgsi_to_rc.lo r300_transfer.lo \
  130.         r300_vs.lo r300_vs_draw.lo compiler/memory_pool.lo \
  131.         compiler/r300_fragprog.lo compiler/r300_fragprog_emit.lo \
  132.         compiler/r300_fragprog_swizzle.lo compiler/r3xx_fragprog.lo \
  133.         compiler/r3xx_vertprog.lo compiler/r3xx_vertprog_dump.lo \
  134.         compiler/r500_fragprog.lo compiler/r500_fragprog_emit.lo \
  135.         compiler/radeon_code.lo compiler/radeon_compiler.lo \
  136.         compiler/radeon_compiler_util.lo compiler/radeon_dataflow.lo \
  137.         compiler/radeon_dataflow_deadcode.lo \
  138.         compiler/radeon_dataflow_swizzles.lo \
  139.         compiler/radeon_emulate_branches.lo \
  140.         compiler/radeon_emulate_loops.lo \
  141.         compiler/radeon_inline_literals.lo compiler/radeon_list.lo \
  142.         compiler/radeon_opcodes.lo compiler/radeon_optimize.lo \
  143.         compiler/radeon_pair_dead_sources.lo \
  144.         compiler/radeon_pair_regalloc.lo \
  145.         compiler/radeon_pair_schedule.lo \
  146.         compiler/radeon_pair_translate.lo \
  147.         compiler/radeon_program_alu.lo compiler/radeon_program.lo \
  148.         compiler/radeon_program_pair.lo \
  149.         compiler/radeon_program_print.lo \
  150.         compiler/radeon_program_tex.lo \
  151.         compiler/radeon_remove_constants.lo \
  152.         compiler/radeon_rename_regs.lo compiler/radeon_variable.lo \
  153.         compiler/radeon_vert_fc.lo
  154. am_libr300_la_OBJECTS = $(am__objects_1)
  155. libr300_la_OBJECTS = $(am_libr300_la_OBJECTS)
  156. AM_V_lt = $(am__v_lt_@AM_V@)
  157. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  158. am__v_lt_0 = --silent
  159. am__v_lt_1 =
  160. am__objects_2 = compiler/tests/r300_compiler_tests-r300_compiler_tests.$(OBJEXT) \
  161.         compiler/tests/r300_compiler_tests-radeon_compiler_optimize_tests.$(OBJEXT) \
  162.         compiler/tests/r300_compiler_tests-radeon_compiler_regalloc_tests.$(OBJEXT) \
  163.         compiler/tests/r300_compiler_tests-radeon_compiler_util_tests.$(OBJEXT) \
  164.         compiler/tests/r300_compiler_tests-rc_test_helpers.$(OBJEXT) \
  165.         compiler/tests/r300_compiler_tests-unit_test.$(OBJEXT)
  166. am_r300_compiler_tests_OBJECTS = $(am__objects_2)
  167. r300_compiler_tests_OBJECTS = $(am_r300_compiler_tests_OBJECTS)
  168. am__DEPENDENCIES_1 =
  169. am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
  170.         $(am__DEPENDENCIES_1)
  171. r300_compiler_tests_DEPENDENCIES = libr300.la \
  172.         $(top_builddir)/src/gallium/auxiliary/libgallium.la \
  173.         $(top_builddir)/src/util/libmesautil.la $(am__DEPENDENCIES_2)
  174. AM_V_P = $(am__v_P_@AM_V@)
  175. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  176. am__v_P_0 = false
  177. am__v_P_1 = :
  178. AM_V_GEN = $(am__v_GEN_@AM_V@)
  179. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  180. am__v_GEN_0 = @echo "  GEN     " $@;
  181. am__v_GEN_1 =
  182. AM_V_at = $(am__v_at_@AM_V@)
  183. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  184. am__v_at_0 = @
  185. am__v_at_1 =
  186. DEFAULT_INCLUDES = -I.@am__isrc@
  187. depcomp = $(SHELL) $(top_srcdir)/bin/depcomp
  188. am__depfiles_maybe = depfiles
  189. am__mv = mv -f
  190. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  191.         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  192. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  193.         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  194.         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  195.         $(AM_CFLAGS) $(CFLAGS)
  196. AM_V_CC = $(am__v_CC_@AM_V@)
  197. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  198. am__v_CC_0 = @echo "  CC      " $@;
  199. am__v_CC_1 =
  200. CCLD = $(CC)
  201. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  202.         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  203.         $(AM_LDFLAGS) $(LDFLAGS) -o $@
  204. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  205. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  206. am__v_CCLD_0 = @echo "  CCLD    " $@;
  207. am__v_CCLD_1 =
  208. SOURCES = $(libr300_la_SOURCES) $(r300_compiler_tests_SOURCES)
  209. DIST_SOURCES = $(libr300_la_SOURCES) $(r300_compiler_tests_SOURCES)
  210. am__can_run_installinfo = \
  211.   case $$AM_UPDATE_INFO_DIR in \
  212.     n|no|NO) false;; \
  213.     *) (install-info --version) >/dev/null 2>&1;; \
  214.   esac
  215. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  216. # Read a list of newline-separated strings from the standard input,
  217. # and print each of them once, without duplicates.  Input order is
  218. # *not* preserved.
  219. am__uniquify_input = $(AWK) '\
  220.   BEGIN { nonempty = 0; } \
  221.   { items[$$0] = 1; nonempty = 1; } \
  222.   END { if (nonempty) { for (i in items) print i; }; } \
  223. '
  224. # Make sure the list of sources is unique.  This is necessary because,
  225. # e.g., the same source file might be shared among _SOURCES variables
  226. # for different programs/libraries.
  227. am__define_uniq_tagged_files = \
  228.   list='$(am__tagged_files)'; \
  229.   unique=`for i in $$list; do \
  230.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  231.   done | $(am__uniquify_input)`
  232. ETAGS = etags
  233. CTAGS = ctags
  234. am__tty_colors_dummy = \
  235.   mgn= red= grn= lgn= blu= brg= std=; \
  236.   am__color_tests=no
  237. am__tty_colors = { \
  238.   $(am__tty_colors_dummy); \
  239.   if test "X$(AM_COLOR_TESTS)" = Xno; then \
  240.     am__color_tests=no; \
  241.   elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
  242.     am__color_tests=yes; \
  243.   elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
  244.     am__color_tests=yes; \
  245.   fi; \
  246.   if test $$am__color_tests = yes; then \
  247.     red=''; \
  248.     grn=''; \
  249.     lgn=''; \
  250.     blu=''; \
  251.     mgn=''; \
  252.     brg=''; \
  253.     std=''; \
  254.   fi; \
  255. }
  256. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  257. am__vpath_adj = case $$p in \
  258.     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  259.     *) f=$$p;; \
  260.   esac;
  261. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  262. am__install_max = 40
  263. am__nobase_strip_setup = \
  264.   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  265. am__nobase_strip = \
  266.   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  267. am__nobase_list = $(am__nobase_strip_setup); \
  268.   for p in $$list; do echo "$$p $$p"; done | \
  269.   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  270.   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  271.     if (++n[$$2] == $(am__install_max)) \
  272.       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  273.     END { for (dir in files) print dir, files[dir] }'
  274. am__base_list = \
  275.   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  276.   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  277. am__uninstall_files_from_dir = { \
  278.   test -z "$$files" \
  279.     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  280.     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  281.          $(am__cd) "$$dir" && rm -f $$files; }; \
  282.   }
  283. am__recheck_rx = ^[     ]*:recheck:[    ]*
  284. am__global_test_result_rx = ^[  ]*:global-test-result:[         ]*
  285. am__copy_in_global_log_rx = ^[  ]*:copy-in-global-log:[         ]*
  286. # A command that, given a newline-separated list of test names on the
  287. # standard input, print the name of the tests that are to be re-run
  288. # upon "make recheck".
  289. am__list_recheck_tests = $(AWK) '{ \
  290.   recheck = 1; \
  291.   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
  292.     { \
  293.       if (rc < 0) \
  294.         { \
  295.           if ((getline line2 < ($$0 ".log")) < 0) \
  296.             recheck = 0; \
  297.           break; \
  298.         } \
  299.       else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
  300.         { \
  301.           recheck = 0; \
  302.           break; \
  303.         } \
  304.       else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
  305.         { \
  306.           break; \
  307.         } \
  308.     }; \
  309.   if (recheck) \
  310.     print $$0; \
  311.   close ($$0 ".trs"); \
  312.   close ($$0 ".log"); \
  313. }'
  314. # A command that, given a newline-separated list of test names on the
  315. # standard input, create the global log from their .trs and .log files.
  316. am__create_global_log = $(AWK) ' \
  317. function fatal(msg) \
  318. { \
  319.   print "fatal: making $@: " msg | "cat >&2"; \
  320.   exit 1; \
  321. } \
  322. function rst_section(header) \
  323. { \
  324.   print header; \
  325.   len = length(header); \
  326.   for (i = 1; i <= len; i = i + 1) \
  327.     printf "="; \
  328.   printf "\n\n"; \
  329. } \
  330. { \
  331.   copy_in_global_log = 1; \
  332.   global_test_result = "RUN"; \
  333.   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
  334.     { \
  335.       if (rc < 0) \
  336.          fatal("failed to read from " $$0 ".trs"); \
  337.       if (line ~ /$(am__global_test_result_rx)/) \
  338.         { \
  339.           sub("$(am__global_test_result_rx)", "", line); \
  340.           sub("[        ]*$$", "", line); \
  341.           global_test_result = line; \
  342.         } \
  343.       else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
  344.         copy_in_global_log = 0; \
  345.     }; \
  346.   if (copy_in_global_log) \
  347.     { \
  348.       rst_section(global_test_result ": " $$0); \
  349.       while ((rc = (getline line < ($$0 ".log"))) != 0) \
  350.       { \
  351.         if (rc < 0) \
  352.           fatal("failed to read from " $$0 ".log"); \
  353.         print line; \
  354.       }; \
  355.       printf "\n"; \
  356.     }; \
  357.   close ($$0 ".trs"); \
  358.   close ($$0 ".log"); \
  359. }'
  360. # Restructured Text title.
  361. am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
  362. # Solaris 10 'make', and several other traditional 'make' implementations,
  363. # pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
  364. # by disabling -e (using the XSI extension "set +e") if it's set.
  365. am__sh_e_setup = case $$- in *e*) set +e;; esac
  366. # Default flags passed to test drivers.
  367. am__common_driver_flags = \
  368.   --color-tests "$$am__color_tests" \
  369.   --enable-hard-errors "$$am__enable_hard_errors" \
  370.   --expect-failure "$$am__expect_failure"
  371. # To be inserted before the command running the test.  Creates the
  372. # directory for the log if needed.  Stores in $dir the directory
  373. # containing $f, in $tst the test, in $log the log.  Executes the
  374. # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
  375. # passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
  376. # will run the test scripts (or their associated LOG_COMPILER, if
  377. # thy have one).
  378. am__check_pre = \
  379. $(am__sh_e_setup);                                      \
  380. $(am__vpath_adj_setup) $(am__vpath_adj)                 \
  381. $(am__tty_colors);                                      \
  382. srcdir=$(srcdir); export srcdir;                        \
  383. case "$@" in                                            \
  384.   */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;    \
  385.     *) am__odir=.;;                                     \
  386. esac;                                                   \
  387. test "x$$am__odir" = x"." || test -d "$$am__odir"       \
  388.   || $(MKDIR_P) "$$am__odir" || exit $$?;               \
  389. if test -f "./$$f"; then dir=./;                        \
  390. elif test -f "$$f"; then dir=;                          \
  391. else dir="$(srcdir)/"; fi;                              \
  392. tst=$$dir$$f; log='$@';                                 \
  393. if test -n '$(DISABLE_HARD_ERRORS)'; then               \
  394.   am__enable_hard_errors=no;                            \
  395. else                                                    \
  396.   am__enable_hard_errors=yes;                           \
  397. fi;                                                     \
  398. case " $(XFAIL_TESTS) " in                              \
  399.   *[\ \ ]$$f[\ \        ]* | *[\ \      ]$$dir$$f[\ \   ]*) \
  400.     am__expect_failure=yes;;                            \
  401.   *)                                                    \
  402.     am__expect_failure=no;;                             \
  403. esac;                                                   \
  404. $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
  405. # A shell command to get the names of the tests scripts with any registered
  406. # extension removed (i.e., equivalently, the names of the test logs, with
  407. # the '.log' extension removed).  The result is saved in the shell variable
  408. # '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
  409. # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
  410. # since that might cause problem with VPATH rewrites for suffix-less tests.
  411. # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
  412. am__set_TESTS_bases = \
  413.   bases='$(TEST_LOGS)'; \
  414.   bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
  415.   bases=`echo $$bases`
  416. RECHECK_LOGS = $(TEST_LOGS)
  417. AM_RECURSIVE_TARGETS = check recheck
  418. TEST_SUITE_LOG = test-suite.log
  419. TEST_EXTENSIONS = @EXEEXT@ .test
  420. LOG_DRIVER = $(SHELL) $(top_srcdir)/bin/test-driver
  421. LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
  422. am__set_b = \
  423.   case '$@' in \
  424.     */*) \
  425.       case '$*' in \
  426.         */*) b='$*';; \
  427.           *) b=`echo '$@' | sed 's/\.log$$//'`; \
  428.        esac;; \
  429.     *) \
  430.       b='$*';; \
  431.   esac
  432. am__test_logs1 = $(TESTS:=.log)
  433. am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
  434. TEST_LOGS = $(am__test_logs2:.test.log=.log)
  435. TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/bin/test-driver
  436. TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
  437.         $(TEST_LOG_FLAGS)
  438. am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.sources \
  439.         $(top_srcdir)/bin/depcomp $(top_srcdir)/bin/test-driver \
  440.         $(top_srcdir)/src/gallium/Automake.inc
  441. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  442. ACLOCAL = @ACLOCAL@
  443. AMTAR = @AMTAR@
  444. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  445. AR = @AR@
  446. AUTOCONF = @AUTOCONF@
  447. AUTOHEADER = @AUTOHEADER@
  448. AUTOMAKE = @AUTOMAKE@
  449. AWK = @AWK@
  450. BSYMBOLIC = @BSYMBOLIC@
  451. CC = @CC@
  452. CCAS = @CCAS@
  453. CCASDEPMODE = @CCASDEPMODE@
  454. CCASFLAGS = @CCASFLAGS@
  455. CCDEPMODE = @CCDEPMODE@
  456. CFLAGS = @CFLAGS@
  457. CLANG_RESOURCE_DIR = @CLANG_RESOURCE_DIR@
  458. CLOCK_LIB = @CLOCK_LIB@
  459. CPP = @CPP@
  460. CPPFLAGS = @CPPFLAGS@
  461. CXX = @CXX@
  462. CXXCPP = @CXXCPP@
  463. CXXDEPMODE = @CXXDEPMODE@
  464. CXXFLAGS = @CXXFLAGS@
  465. CYGPATH_W = @CYGPATH_W@
  466. D3D_DRIVER_INSTALL_DIR = @D3D_DRIVER_INSTALL_DIR@
  467. DEFINES = @DEFINES@
  468. DEFS = @DEFS@
  469. DEPDIR = @DEPDIR@
  470. DLLTOOL = @DLLTOOL@
  471. DLOPEN_LIBS = @DLOPEN_LIBS@
  472. DRI2PROTO_CFLAGS = @DRI2PROTO_CFLAGS@
  473. DRI2PROTO_LIBS = @DRI2PROTO_LIBS@
  474. DRI3PROTO_CFLAGS = @DRI3PROTO_CFLAGS@
  475. DRI3PROTO_LIBS = @DRI3PROTO_LIBS@
  476. DRIGL_CFLAGS = @DRIGL_CFLAGS@
  477. DRIGL_LIBS = @DRIGL_LIBS@
  478. DRI_DRIVER_INSTALL_DIR = @DRI_DRIVER_INSTALL_DIR@
  479. DRI_DRIVER_SEARCH_DIR = @DRI_DRIVER_SEARCH_DIR@
  480. DRI_LIB_DEPS = @DRI_LIB_DEPS@
  481. DRI_PC_REQ_PRIV = @DRI_PC_REQ_PRIV@
  482. DSYMUTIL = @DSYMUTIL@
  483. DUMPBIN = @DUMPBIN@
  484. ECHO_C = @ECHO_C@
  485. ECHO_N = @ECHO_N@
  486. ECHO_T = @ECHO_T@
  487. EGL_CFLAGS = @EGL_CFLAGS@
  488. EGL_CLIENT_APIS = @EGL_CLIENT_APIS@
  489. EGL_LIB_DEPS = @EGL_LIB_DEPS@
  490. EGL_NATIVE_PLATFORM = @EGL_NATIVE_PLATFORM@
  491. EGREP = @EGREP@
  492. ELF_LIB = @ELF_LIB@
  493. EXEEXT = @EXEEXT@
  494. EXPAT_CFLAGS = @EXPAT_CFLAGS@
  495. EXPAT_LIBS = @EXPAT_LIBS@
  496. FGREP = @FGREP@
  497. FREEDRENO_CFLAGS = @FREEDRENO_CFLAGS@
  498. FREEDRENO_LIBS = @FREEDRENO_LIBS@
  499. GALLIUM_PIPE_LOADER_CLIENT_DEFINES = @GALLIUM_PIPE_LOADER_CLIENT_DEFINES@
  500. GALLIUM_PIPE_LOADER_CLIENT_LIBS = @GALLIUM_PIPE_LOADER_CLIENT_LIBS@
  501. GALLIUM_PIPE_LOADER_DEFINES = @GALLIUM_PIPE_LOADER_DEFINES@
  502. GALLIUM_PIPE_LOADER_LIBS = @GALLIUM_PIPE_LOADER_LIBS@
  503. GALLIUM_PIPE_LOADER_XCB_CFLAGS = @GALLIUM_PIPE_LOADER_XCB_CFLAGS@
  504. GALLIUM_PIPE_LOADER_XCB_LIBS = @GALLIUM_PIPE_LOADER_XCB_LIBS@
  505. GBM_PC_LIB_PRIV = @GBM_PC_LIB_PRIV@
  506. GBM_PC_REQ_PRIV = @GBM_PC_REQ_PRIV@
  507. GC_SECTIONS = @GC_SECTIONS@
  508. GLESv1_CM_LIB_DEPS = @GLESv1_CM_LIB_DEPS@
  509. GLESv1_CM_PC_LIB_PRIV = @GLESv1_CM_PC_LIB_PRIV@
  510. GLESv2_LIB_DEPS = @GLESv2_LIB_DEPS@
  511. GLESv2_PC_LIB_PRIV = @GLESv2_PC_LIB_PRIV@
  512. GLPROTO_CFLAGS = @GLPROTO_CFLAGS@
  513. GLPROTO_LIBS = @GLPROTO_LIBS@
  514. GLX_TLS = @GLX_TLS@
  515. GL_LIB = @GL_LIB@
  516. GL_LIB_DEPS = @GL_LIB_DEPS@
  517. GL_PC_CFLAGS = @GL_PC_CFLAGS@
  518. GL_PC_LIB_PRIV = @GL_PC_LIB_PRIV@
  519. GL_PC_REQ_PRIV = @GL_PC_REQ_PRIV@
  520. GREP = @GREP@
  521. HAVE_XF86VIDMODE = @HAVE_XF86VIDMODE@
  522. INDENT = @INDENT@
  523. INDENT_FLAGS = @INDENT_FLAGS@
  524. INSTALL = @INSTALL@
  525. INSTALL_DATA = @INSTALL_DATA@
  526. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  527. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  528. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  529. INTEL_CFLAGS = @INTEL_CFLAGS@
  530. INTEL_LIBS = @INTEL_LIBS@
  531. LD = @LD@
  532. LDFLAGS = @LDFLAGS@
  533. LD_NO_UNDEFINED = @LD_NO_UNDEFINED@
  534. LEX = @LEX@
  535. LEXLIB = @LEXLIB@
  536. LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  537. LIBCLC_INCLUDEDIR = @LIBCLC_INCLUDEDIR@
  538. LIBCLC_LIBEXECDIR = @LIBCLC_LIBEXECDIR@
  539. LIBDRM_CFLAGS = @LIBDRM_CFLAGS@
  540. LIBDRM_LIBS = @LIBDRM_LIBS@
  541. LIBOBJS = @LIBOBJS@
  542. LIBS = @LIBS@
  543. LIBSHA1_CFLAGS = @LIBSHA1_CFLAGS@
  544. LIBSHA1_LIBS = @LIBSHA1_LIBS@
  545. LIBTOOL = @LIBTOOL@
  546. LIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@
  547. LIBUDEV_LIBS = @LIBUDEV_LIBS@
  548. LIB_DIR = @LIB_DIR@
  549. LIB_EXT = @LIB_EXT@
  550. LIPO = @LIPO@
  551. LLVM_BINDIR = @LLVM_BINDIR@
  552. LLVM_CFLAGS = @LLVM_CFLAGS@
  553. LLVM_CONFIG = @LLVM_CONFIG@
  554. LLVM_CPPFLAGS = @LLVM_CPPFLAGS@
  555. LLVM_CXXFLAGS = @LLVM_CXXFLAGS@
  556. LLVM_INCLUDEDIR = @LLVM_INCLUDEDIR@
  557. LLVM_LDFLAGS = @LLVM_LDFLAGS@
  558. LLVM_LIBDIR = @LLVM_LIBDIR@
  559. LLVM_LIBS = @LLVM_LIBS@
  560. LLVM_VERSION = @LLVM_VERSION@
  561. LN_S = @LN_S@
  562. LTLIBOBJS = @LTLIBOBJS@
  563. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  564. MAKEINFO = @MAKEINFO@
  565. MANIFEST_TOOL = @MANIFEST_TOOL@
  566. MESA_LLVM = @MESA_LLVM@
  567. MKDIR_P = @MKDIR_P@
  568. MSVC2008_COMPAT_CFLAGS = @MSVC2008_COMPAT_CFLAGS@
  569. MSVC2008_COMPAT_CXXFLAGS = @MSVC2008_COMPAT_CXXFLAGS@
  570. MSVC2013_COMPAT_CFLAGS = @MSVC2013_COMPAT_CFLAGS@
  571. MSVC2013_COMPAT_CXXFLAGS = @MSVC2013_COMPAT_CXXFLAGS@
  572. NINE_MAJOR = @NINE_MAJOR@
  573. NINE_MINOR = @NINE_MINOR@
  574. NINE_TINY = @NINE_TINY@
  575. NINE_VERSION = @NINE_VERSION@
  576. NM = @NM@
  577. NMEDIT = @NMEDIT@
  578. NOUVEAU_CFLAGS = @NOUVEAU_CFLAGS@
  579. NOUVEAU_LIBS = @NOUVEAU_LIBS@
  580. OBJDUMP = @OBJDUMP@
  581. OBJEXT = @OBJEXT@
  582. OMX_CFLAGS = @OMX_CFLAGS@
  583. OMX_LIBS = @OMX_LIBS@
  584. OMX_LIB_INSTALL_DIR = @OMX_LIB_INSTALL_DIR@
  585. OPENCL_LIBNAME = @OPENCL_LIBNAME@
  586. OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
  587. OPENSSL_LIBS = @OPENSSL_LIBS@
  588. OSMESA_LIB = @OSMESA_LIB@
  589. OSMESA_LIB_DEPS = @OSMESA_LIB_DEPS@
  590. OSMESA_PC_LIB_PRIV = @OSMESA_PC_LIB_PRIV@
  591. OSMESA_PC_REQ = @OSMESA_PC_REQ@
  592. OSMESA_VERSION = @OSMESA_VERSION@
  593. OTOOL = @OTOOL@
  594. OTOOL64 = @OTOOL64@
  595. PACKAGE = @PACKAGE@
  596. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  597. PACKAGE_NAME = @PACKAGE_NAME@
  598. PACKAGE_STRING = @PACKAGE_STRING@
  599. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  600. PACKAGE_URL = @PACKAGE_URL@
  601. PACKAGE_VERSION = @PACKAGE_VERSION@
  602. PATH_SEPARATOR = @PATH_SEPARATOR@
  603. PKG_CONFIG = @PKG_CONFIG@
  604. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  605. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  606. POSIX_SHELL = @POSIX_SHELL@
  607. PRESENTPROTO_CFLAGS = @PRESENTPROTO_CFLAGS@
  608. PRESENTPROTO_LIBS = @PRESENTPROTO_LIBS@
  609. PTHREAD_CC = @PTHREAD_CC@
  610. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  611. PTHREAD_LIBS = @PTHREAD_LIBS@
  612. PYTHON2 = @PYTHON2@
  613. RADEON_CFLAGS = @RADEON_CFLAGS@
  614. RADEON_LIBS = @RADEON_LIBS@
  615. RANLIB = @RANLIB@
  616. SED = @SED@
  617. SELINUX_CFLAGS = @SELINUX_CFLAGS@
  618. SELINUX_LIBS = @SELINUX_LIBS@
  619. SET_MAKE = @SET_MAKE@
  620. SHA1_CFLAGS = @SHA1_CFLAGS@
  621. SHA1_LIBS = @SHA1_LIBS@
  622. SHELL = @SHELL@
  623. SSE41_CFLAGS = @SSE41_CFLAGS@
  624. STRIP = @STRIP@
  625. VA_CFLAGS = @VA_CFLAGS@
  626. VA_LIBS = @VA_LIBS@
  627. VA_LIB_INSTALL_DIR = @VA_LIB_INSTALL_DIR@
  628. VA_MAJOR = @VA_MAJOR@
  629. VA_MINOR = @VA_MINOR@
  630. VDPAU_CFLAGS = @VDPAU_CFLAGS@
  631. VDPAU_LIBS = @VDPAU_LIBS@
  632. VDPAU_LIB_INSTALL_DIR = @VDPAU_LIB_INSTALL_DIR@
  633. VDPAU_MAJOR = @VDPAU_MAJOR@
  634. VDPAU_MINOR = @VDPAU_MINOR@
  635. VERSION = @VERSION@
  636. VG_LIB_DEPS = @VG_LIB_DEPS@
  637. VISIBILITY_CFLAGS = @VISIBILITY_CFLAGS@
  638. VISIBILITY_CXXFLAGS = @VISIBILITY_CXXFLAGS@
  639. VL_CFLAGS = @VL_CFLAGS@
  640. VL_LIBS = @VL_LIBS@
  641. WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
  642. WAYLAND_LIBS = @WAYLAND_LIBS@
  643. WAYLAND_SCANNER = @WAYLAND_SCANNER@
  644. WAYLAND_SCANNER_CFLAGS = @WAYLAND_SCANNER_CFLAGS@
  645. WAYLAND_SCANNER_LIBS = @WAYLAND_SCANNER_LIBS@
  646. X11_INCLUDES = @X11_INCLUDES@
  647. XA_MAJOR = @XA_MAJOR@
  648. XA_MINOR = @XA_MINOR@
  649. XA_TINY = @XA_TINY@
  650. XA_VERSION = @XA_VERSION@
  651. XCB_DRI2_CFLAGS = @XCB_DRI2_CFLAGS@
  652. XCB_DRI2_LIBS = @XCB_DRI2_LIBS@
  653. XF86VIDMODE_CFLAGS = @XF86VIDMODE_CFLAGS@
  654. XF86VIDMODE_LIBS = @XF86VIDMODE_LIBS@
  655. XLIBGL_CFLAGS = @XLIBGL_CFLAGS@
  656. XLIBGL_LIBS = @XLIBGL_LIBS@
  657. XVMC_CFLAGS = @XVMC_CFLAGS@
  658. XVMC_LIBS = @XVMC_LIBS@
  659. XVMC_LIB_INSTALL_DIR = @XVMC_LIB_INSTALL_DIR@
  660. XVMC_MAJOR = @XVMC_MAJOR@
  661. XVMC_MINOR = @XVMC_MINOR@
  662. YACC = @YACC@
  663. YFLAGS = @YFLAGS@
  664. abs_builddir = @abs_builddir@
  665. abs_srcdir = @abs_srcdir@
  666. abs_top_builddir = @abs_top_builddir@
  667. abs_top_srcdir = @abs_top_srcdir@
  668. ac_ct_AR = @ac_ct_AR@
  669. ac_ct_CC = @ac_ct_CC@
  670. ac_ct_CXX = @ac_ct_CXX@
  671. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  672. acv_mako_found = @acv_mako_found@
  673. am__include = @am__include@
  674. am__leading_dot = @am__leading_dot@
  675. am__quote = @am__quote@
  676. am__tar = @am__tar@
  677. am__untar = @am__untar@
  678. ax_pthread_config = @ax_pthread_config@
  679. bindir = @bindir@
  680. build = @build@
  681. build_alias = @build_alias@
  682. build_cpu = @build_cpu@
  683. build_os = @build_os@
  684. build_vendor = @build_vendor@
  685. builddir = @builddir@
  686. datadir = @datadir@
  687. datarootdir = @datarootdir@
  688. docdir = @docdir@
  689. dvidir = @dvidir@
  690. exec_prefix = @exec_prefix@
  691. host = @host@
  692. host_alias = @host_alias@
  693. host_cpu = @host_cpu@
  694. host_os = @host_os@
  695. host_vendor = @host_vendor@
  696. htmldir = @htmldir@
  697. ifGNUmake = @ifGNUmake@
  698. includedir = @includedir@
  699. infodir = @infodir@
  700. install_sh = @install_sh@
  701. libdir = @libdir@
  702. libexecdir = @libexecdir@
  703. localedir = @localedir@
  704. localstatedir = @localstatedir@
  705. mandir = @mandir@
  706. mkdir_p = @mkdir_p@
  707. oldincludedir = @oldincludedir@
  708. pdfdir = @pdfdir@
  709. prefix = @prefix@
  710. program_transform_name = @program_transform_name@
  711. psdir = @psdir@
  712. sbindir = @sbindir@
  713. sharedstatedir = @sharedstatedir@
  714. srcdir = @srcdir@
  715. sysconfdir = @sysconfdir@
  716. target = @target@
  717. target_alias = @target_alias@
  718. target_cpu = @target_cpu@
  719. target_os = @target_os@
  720. target_vendor = @target_vendor@
  721. top_build_prefix = @top_build_prefix@
  722. top_builddir = @top_builddir@
  723. top_srcdir = @top_srcdir@
  724. AUTOMAKE_OPTIONS = subdir-objects
  725. C_SOURCES := \
  726.         r300_blit.c \
  727.         r300_cb.h \
  728.         r300_chipset.c \
  729.         r300_chipset.h \
  730.         r300_context.c \
  731.         r300_context.h \
  732.         r300_cs.h \
  733.         r300_debug.c \
  734.         r300_defines.h \
  735.         r300_emit.c \
  736.         r300_emit.h \
  737.         r300_flush.c \
  738.         r300_fs.c \
  739.         r300_fs.h \
  740.         r300_hyperz.c \
  741.         r300_public.h \
  742.         r300_query.c \
  743.         r300_reg.h \
  744.         r300_render.c \
  745.         r300_render_stencilref.c \
  746.         r300_render_translate.c \
  747.         r300_resource.c \
  748.         r300_screen_buffer.c \
  749.         r300_screen_buffer.h \
  750.         r300_screen.c \
  751.         r300_screen.h \
  752.         r300_shader_semantics.h \
  753.         r300_state.c \
  754.         r300_state_derived.c \
  755.         r300_state_inlines.h \
  756.         r300_texture.c \
  757.         r300_texture_desc.c \
  758.         r300_texture_desc.h \
  759.         r300_texture.h \
  760.         r300_tgsi_to_rc.c \
  761.         r300_tgsi_to_rc.h \
  762.         r300_transfer.c \
  763.         r300_transfer.h \
  764.         r300_vs.c \
  765.         r300_vs_draw.c \
  766.         r300_vs.h \
  767.         \
  768.         compiler/memory_pool.c \
  769.         compiler/memory_pool.h \
  770.         compiler/r300_fragprog.c \
  771.         compiler/r300_fragprog_emit.c \
  772.         compiler/r300_fragprog.h \
  773.         compiler/r300_fragprog_swizzle.c \
  774.         compiler/r300_fragprog_swizzle.h \
  775.         compiler/r3xx_fragprog.c \
  776.         compiler/r3xx_vertprog.c \
  777.         compiler/r3xx_vertprog_dump.c \
  778.         compiler/r500_fragprog.c \
  779.         compiler/r500_fragprog_emit.c \
  780.         compiler/r500_fragprog.h \
  781.         compiler/radeon_code.c \
  782.         compiler/radeon_code.h \
  783.         compiler/radeon_compiler.c \
  784.         compiler/radeon_compiler.h \
  785.         compiler/radeon_compiler_util.c \
  786.         compiler/radeon_compiler_util.h \
  787.         compiler/radeon_dataflow.c \
  788.         compiler/radeon_dataflow_deadcode.c \
  789.         compiler/radeon_dataflow.h \
  790.         compiler/radeon_dataflow_swizzles.c \
  791.         compiler/radeon_emulate_branches.c \
  792.         compiler/radeon_emulate_branches.h \
  793.         compiler/radeon_emulate_loops.c \
  794.         compiler/radeon_emulate_loops.h \
  795.         compiler/radeon_inline_literals.c \
  796.         compiler/radeon_list.c \
  797.         compiler/radeon_list.h \
  798.         compiler/radeon_opcodes.c \
  799.         compiler/radeon_opcodes.h \
  800.         compiler/radeon_optimize.c \
  801.         compiler/radeon_pair_dead_sources.c \
  802.         compiler/radeon_pair_regalloc.c \
  803.         compiler/radeon_pair_schedule.c \
  804.         compiler/radeon_pair_translate.c \
  805.         compiler/radeon_program_alu.c \
  806.         compiler/radeon_program_alu.h \
  807.         compiler/radeon_program.c \
  808.         compiler/radeon_program_constants.h \
  809.         compiler/radeon_program.h \
  810.         compiler/radeon_program_pair.c \
  811.         compiler/radeon_program_pair.h \
  812.         compiler/radeon_program_print.c \
  813.         compiler/radeon_program_tex.c \
  814.         compiler/radeon_program_tex.h \
  815.         compiler/radeon_regalloc.h \
  816.         compiler/radeon_remove_constants.c \
  817.         compiler/radeon_remove_constants.h \
  818.         compiler/radeon_rename_regs.c \
  819.         compiler/radeon_rename_regs.h \
  820.         compiler/radeon_swizzle.h \
  821.         compiler/radeon_variable.c \
  822.         compiler/radeon_variable.h \
  823.         compiler/radeon_vert_fc.c
  824.  
  825. COMPILER_TESTS_SOURCES := \
  826.         compiler/tests/r300_compiler_tests.c \
  827.         compiler/tests/r300_compiler_tests.h \
  828.         compiler/tests/radeon_compiler_optimize_tests.c \
  829.         compiler/tests/radeon_compiler_regalloc_tests.c \
  830.         compiler/tests/radeon_compiler_util_tests.c \
  831.         compiler/tests/rc_test_helpers.c \
  832.         compiler/tests/rc_test_helpers.h \
  833.         compiler/tests/unit_test.c \
  834.         compiler/tests/unit_test.h
  835.  
  836. GALLIUM_CFLAGS = \
  837.         -I$(top_srcdir)/include \
  838.         -I$(top_srcdir)/src \
  839.         -I$(top_srcdir)/src/gallium/include \
  840.         -I$(top_srcdir)/src/gallium/auxiliary \
  841.         $(DEFINES)
  842.  
  843.  
  844. # src/gallium/auxiliary must appear before src/gallium/drivers
  845. # because there are stupidly two rbug_context.h files in
  846. # different directories, and which one is included by the
  847. # preprocessor is determined by the ordering of the -I flags.
  848. GALLIUM_DRIVER_CFLAGS = \
  849.         -I$(srcdir)/include \
  850.         -I$(top_srcdir)/src \
  851.         -I$(top_srcdir)/include \
  852.         -I$(top_srcdir)/src/gallium/include \
  853.         -I$(top_srcdir)/src/gallium/auxiliary \
  854.         -I$(top_srcdir)/src/gallium/drivers \
  855.         -I$(top_srcdir)/src/gallium/winsys \
  856.         $(DEFINES) \
  857.         $(VISIBILITY_CFLAGS)
  858.  
  859. GALLIUM_DRIVER_CXXFLAGS = \
  860.         -I$(srcdir)/include \
  861.         -I$(top_srcdir)/src \
  862.         -I$(top_srcdir)/include \
  863.         -I$(top_srcdir)/src/gallium/include \
  864.         -I$(top_srcdir)/src/gallium/auxiliary \
  865.         -I$(top_srcdir)/src/gallium/drivers \
  866.         -I$(top_srcdir)/src/gallium/winsys \
  867.         $(DEFINES) \
  868.         $(VISIBILITY_CXXFLAGS)
  869.  
  870. GALLIUM_TARGET_CFLAGS = \
  871.         -I$(top_srcdir)/src \
  872.         -I$(top_srcdir)/include \
  873.         -I$(top_srcdir)/src/loader \
  874.         -I$(top_srcdir)/src/gallium/include \
  875.         -I$(top_srcdir)/src/gallium/auxiliary \
  876.         -I$(top_srcdir)/src/gallium/drivers \
  877.         -I$(top_srcdir)/src/gallium/winsys \
  878.         $(DEFINES) \
  879.         $(PTHREAD_CFLAGS) \
  880.         $(LIBDRM_CFLAGS) \
  881.         $(VISIBILITY_CFLAGS)
  882.  
  883. GALLIUM_COMMON_LIB_DEPS = \
  884.         -lm \
  885.         $(CLOCK_LIB) \
  886.         $(PTHREAD_LIBS) \
  887.         $(DLOPEN_LIBS)
  888.  
  889. GALLIUM_WINSYS_CFLAGS = \
  890.         -I$(top_srcdir)/src \
  891.         -I$(top_srcdir)/include \
  892.         -I$(top_srcdir)/src/gallium/include \
  893.         -I$(top_srcdir)/src/gallium/auxiliary \
  894.         $(DEFINES) \
  895.         $(VISIBILITY_CFLAGS)
  896.  
  897. GALLIUM_PIPE_LOADER_WINSYS_LIBS =  \
  898.         $(top_builddir)/src/gallium/winsys/sw/null/libws_null.la \
  899.         $(top_builddir)/src/gallium/winsys/sw/wrapper/libwsw.la \
  900.         $(am__append_1) $(am__append_2)
  901. AM_CFLAGS = \
  902.         -I$(top_srcdir)/src \
  903.         -I$(top_srcdir)/src/mesa/program \
  904.         -I$(top_srcdir)/src/mesa \
  905.         -I$(top_srcdir)/src/glsl \
  906.         -I$(top_srcdir)/src/mapi \
  907.         $(GALLIUM_DRIVER_CFLAGS) \
  908.         $(LLVM_CFLAGS) \
  909.         $(RADEON_CFLAGS)
  910.  
  911. noinst_LTLIBRARIES = libr300.la
  912. r300_compiler_tests_LDADD = libr300.la \
  913.         $(top_builddir)/src/gallium/auxiliary/libgallium.la \
  914.         $(top_builddir)/src/util/libmesautil.la \
  915.         $(GALLIUM_COMMON_LIB_DEPS)
  916.  
  917. r300_compiler_tests_CPPFLAGS = \
  918.         -DTEST_PATH=\"$(top_srcdir)/src/gallium/drivers/r300/compiler/tests\" \
  919.         -I$(top_srcdir)/src/gallium/drivers/r300/compiler
  920.  
  921. r300_compiler_tests_SOURCES = $(COMPILER_TESTS_SOURCES)
  922. libr300_la_SOURCES = $(C_SOURCES)
  923. EXTRA_DIST = \
  924.         compiler/tests/omod_two_writers.test \
  925.         compiler/tests/regalloc_tex_1d_swizzle.test
  926.  
  927. all: all-am
  928.  
  929. .SUFFIXES:
  930. .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
  931. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/Makefile.sources $(top_srcdir)/src/gallium/Automake.inc $(am__configure_deps)
  932.         @for dep in $?; do \
  933.           case '$(am__configure_deps)' in \
  934.             *$$dep*) \
  935.               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  936.                 && { if test -f $@; then exit 0; else break; fi; }; \
  937.               exit 1;; \
  938.           esac; \
  939.         done; \
  940.         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/gallium/drivers/r300/Makefile'; \
  941.         $(am__cd) $(top_srcdir) && \
  942.           $(AUTOMAKE) --foreign src/gallium/drivers/r300/Makefile
  943. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  944.         @case '$?' in \
  945.           *config.status*) \
  946.             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  947.           *) \
  948.             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  949.             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  950.         esac;
  951. $(srcdir)/Makefile.sources $(top_srcdir)/src/gallium/Automake.inc $(am__empty):
  952.  
  953. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  954.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  955.  
  956. $(top_srcdir)/configure:  $(am__configure_deps)
  957.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  958. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  959.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  960. $(am__aclocal_m4_deps):
  961.  
  962. clean-noinstLTLIBRARIES:
  963.         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  964.         @list='$(noinst_LTLIBRARIES)'; \
  965.         locs=`for p in $$list; do echo $$p; done | \
  966.               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  967.               sort -u`; \
  968.         test -z "$$locs" || { \
  969.           echo rm -f $${locs}; \
  970.           rm -f $${locs}; \
  971.         }
  972. compiler/$(am__dirstamp):
  973.         @$(MKDIR_P) compiler
  974.         @: > compiler/$(am__dirstamp)
  975. compiler/$(DEPDIR)/$(am__dirstamp):
  976.         @$(MKDIR_P) compiler/$(DEPDIR)
  977.         @: > compiler/$(DEPDIR)/$(am__dirstamp)
  978. compiler/memory_pool.lo: compiler/$(am__dirstamp) \
  979.         compiler/$(DEPDIR)/$(am__dirstamp)
  980. compiler/r300_fragprog.lo: compiler/$(am__dirstamp) \
  981.         compiler/$(DEPDIR)/$(am__dirstamp)
  982. compiler/r300_fragprog_emit.lo: compiler/$(am__dirstamp) \
  983.         compiler/$(DEPDIR)/$(am__dirstamp)
  984. compiler/r300_fragprog_swizzle.lo: compiler/$(am__dirstamp) \
  985.         compiler/$(DEPDIR)/$(am__dirstamp)
  986. compiler/r3xx_fragprog.lo: compiler/$(am__dirstamp) \
  987.         compiler/$(DEPDIR)/$(am__dirstamp)
  988. compiler/r3xx_vertprog.lo: compiler/$(am__dirstamp) \
  989.         compiler/$(DEPDIR)/$(am__dirstamp)
  990. compiler/r3xx_vertprog_dump.lo: compiler/$(am__dirstamp) \
  991.         compiler/$(DEPDIR)/$(am__dirstamp)
  992. compiler/r500_fragprog.lo: compiler/$(am__dirstamp) \
  993.         compiler/$(DEPDIR)/$(am__dirstamp)
  994. compiler/r500_fragprog_emit.lo: compiler/$(am__dirstamp) \
  995.         compiler/$(DEPDIR)/$(am__dirstamp)
  996. compiler/radeon_code.lo: compiler/$(am__dirstamp) \
  997.         compiler/$(DEPDIR)/$(am__dirstamp)
  998. compiler/radeon_compiler.lo: compiler/$(am__dirstamp) \
  999.         compiler/$(DEPDIR)/$(am__dirstamp)
  1000. compiler/radeon_compiler_util.lo: compiler/$(am__dirstamp) \
  1001.         compiler/$(DEPDIR)/$(am__dirstamp)
  1002. compiler/radeon_dataflow.lo: compiler/$(am__dirstamp) \
  1003.         compiler/$(DEPDIR)/$(am__dirstamp)
  1004. compiler/radeon_dataflow_deadcode.lo: compiler/$(am__dirstamp) \
  1005.         compiler/$(DEPDIR)/$(am__dirstamp)
  1006. compiler/radeon_dataflow_swizzles.lo: compiler/$(am__dirstamp) \
  1007.         compiler/$(DEPDIR)/$(am__dirstamp)
  1008. compiler/radeon_emulate_branches.lo: compiler/$(am__dirstamp) \
  1009.         compiler/$(DEPDIR)/$(am__dirstamp)
  1010. compiler/radeon_emulate_loops.lo: compiler/$(am__dirstamp) \
  1011.         compiler/$(DEPDIR)/$(am__dirstamp)
  1012. compiler/radeon_inline_literals.lo: compiler/$(am__dirstamp) \
  1013.         compiler/$(DEPDIR)/$(am__dirstamp)
  1014. compiler/radeon_list.lo: compiler/$(am__dirstamp) \
  1015.         compiler/$(DEPDIR)/$(am__dirstamp)
  1016. compiler/radeon_opcodes.lo: compiler/$(am__dirstamp) \
  1017.         compiler/$(DEPDIR)/$(am__dirstamp)
  1018. compiler/radeon_optimize.lo: compiler/$(am__dirstamp) \
  1019.         compiler/$(DEPDIR)/$(am__dirstamp)
  1020. compiler/radeon_pair_dead_sources.lo: compiler/$(am__dirstamp) \
  1021.         compiler/$(DEPDIR)/$(am__dirstamp)
  1022. compiler/radeon_pair_regalloc.lo: compiler/$(am__dirstamp) \
  1023.         compiler/$(DEPDIR)/$(am__dirstamp)
  1024. compiler/radeon_pair_schedule.lo: compiler/$(am__dirstamp) \
  1025.         compiler/$(DEPDIR)/$(am__dirstamp)
  1026. compiler/radeon_pair_translate.lo: compiler/$(am__dirstamp) \
  1027.         compiler/$(DEPDIR)/$(am__dirstamp)
  1028. compiler/radeon_program_alu.lo: compiler/$(am__dirstamp) \
  1029.         compiler/$(DEPDIR)/$(am__dirstamp)
  1030. compiler/radeon_program.lo: compiler/$(am__dirstamp) \
  1031.         compiler/$(DEPDIR)/$(am__dirstamp)
  1032. compiler/radeon_program_pair.lo: compiler/$(am__dirstamp) \
  1033.         compiler/$(DEPDIR)/$(am__dirstamp)
  1034. compiler/radeon_program_print.lo: compiler/$(am__dirstamp) \
  1035.         compiler/$(DEPDIR)/$(am__dirstamp)
  1036. compiler/radeon_program_tex.lo: compiler/$(am__dirstamp) \
  1037.         compiler/$(DEPDIR)/$(am__dirstamp)
  1038. compiler/radeon_remove_constants.lo: compiler/$(am__dirstamp) \
  1039.         compiler/$(DEPDIR)/$(am__dirstamp)
  1040. compiler/radeon_rename_regs.lo: compiler/$(am__dirstamp) \
  1041.         compiler/$(DEPDIR)/$(am__dirstamp)
  1042. compiler/radeon_variable.lo: compiler/$(am__dirstamp) \
  1043.         compiler/$(DEPDIR)/$(am__dirstamp)
  1044. compiler/radeon_vert_fc.lo: compiler/$(am__dirstamp) \
  1045.         compiler/$(DEPDIR)/$(am__dirstamp)
  1046.  
  1047. libr300.la: $(libr300_la_OBJECTS) $(libr300_la_DEPENDENCIES) $(EXTRA_libr300_la_DEPENDENCIES)
  1048.         $(AM_V_CCLD)$(LINK)  $(libr300_la_OBJECTS) $(libr300_la_LIBADD) $(LIBS)
  1049.  
  1050. clean-checkPROGRAMS:
  1051.         @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
  1052.         echo " rm -f" $$list; \
  1053.         rm -f $$list || exit $$?; \
  1054.         test -n "$(EXEEXT)" || exit 0; \
  1055.         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  1056.         echo " rm -f" $$list; \
  1057.         rm -f $$list
  1058. compiler/tests/$(am__dirstamp):
  1059.         @$(MKDIR_P) compiler/tests
  1060.         @: > compiler/tests/$(am__dirstamp)
  1061. compiler/tests/$(DEPDIR)/$(am__dirstamp):
  1062.         @$(MKDIR_P) compiler/tests/$(DEPDIR)
  1063.         @: > compiler/tests/$(DEPDIR)/$(am__dirstamp)
  1064. compiler/tests/r300_compiler_tests-r300_compiler_tests.$(OBJEXT):  \
  1065.         compiler/tests/$(am__dirstamp) \
  1066.         compiler/tests/$(DEPDIR)/$(am__dirstamp)
  1067. compiler/tests/r300_compiler_tests-radeon_compiler_optimize_tests.$(OBJEXT):  \
  1068.         compiler/tests/$(am__dirstamp) \
  1069.         compiler/tests/$(DEPDIR)/$(am__dirstamp)
  1070. compiler/tests/r300_compiler_tests-radeon_compiler_regalloc_tests.$(OBJEXT):  \
  1071.         compiler/tests/$(am__dirstamp) \
  1072.         compiler/tests/$(DEPDIR)/$(am__dirstamp)
  1073. compiler/tests/r300_compiler_tests-radeon_compiler_util_tests.$(OBJEXT):  \
  1074.         compiler/tests/$(am__dirstamp) \
  1075.         compiler/tests/$(DEPDIR)/$(am__dirstamp)
  1076. compiler/tests/r300_compiler_tests-rc_test_helpers.$(OBJEXT):  \
  1077.         compiler/tests/$(am__dirstamp) \
  1078.         compiler/tests/$(DEPDIR)/$(am__dirstamp)
  1079. compiler/tests/r300_compiler_tests-unit_test.$(OBJEXT):  \
  1080.         compiler/tests/$(am__dirstamp) \
  1081.         compiler/tests/$(DEPDIR)/$(am__dirstamp)
  1082.  
  1083. r300_compiler_tests$(EXEEXT): $(r300_compiler_tests_OBJECTS) $(r300_compiler_tests_DEPENDENCIES) $(EXTRA_r300_compiler_tests_DEPENDENCIES)
  1084.         @rm -f r300_compiler_tests$(EXEEXT)
  1085.         $(AM_V_CCLD)$(LINK) $(r300_compiler_tests_OBJECTS) $(r300_compiler_tests_LDADD) $(LIBS)
  1086.  
  1087. mostlyclean-compile:
  1088.         -rm -f *.$(OBJEXT)
  1089.         -rm -f compiler/*.$(OBJEXT)
  1090.         -rm -f compiler/*.lo
  1091.         -rm -f compiler/tests/*.$(OBJEXT)
  1092.  
  1093. distclean-compile:
  1094.         -rm -f *.tab.c
  1095.  
  1096. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r300_blit.Plo@am__quote@
  1097. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r300_chipset.Plo@am__quote@
  1098. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r300_context.Plo@am__quote@
  1099. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r300_debug.Plo@am__quote@
  1100. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r300_emit.Plo@am__quote@
  1101. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r300_flush.Plo@am__quote@
  1102. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r300_fs.Plo@am__quote@
  1103. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r300_hyperz.Plo@am__quote@
  1104. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r300_query.Plo@am__quote@
  1105. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r300_render.Plo@am__quote@
  1106. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r300_render_stencilref.Plo@am__quote@
  1107. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r300_render_translate.Plo@am__quote@
  1108. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r300_resource.Plo@am__quote@
  1109. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r300_screen.Plo@am__quote@
  1110. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r300_screen_buffer.Plo@am__quote@
  1111. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r300_state.Plo@am__quote@
  1112. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r300_state_derived.Plo@am__quote@
  1113. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r300_texture.Plo@am__quote@
  1114. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r300_texture_desc.Plo@am__quote@
  1115. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r300_tgsi_to_rc.Plo@am__quote@
  1116. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r300_transfer.Plo@am__quote@
  1117. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r300_vs.Plo@am__quote@
  1118. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/r300_vs_draw.Plo@am__quote@
  1119. @AMDEP_TRUE@@am__include@ @am__quote@compiler/$(DEPDIR)/memory_pool.Plo@am__quote@
  1120. @AMDEP_TRUE@@am__include@ @am__quote@compiler/$(DEPDIR)/r300_fragprog.Plo@am__quote@
  1121. @AMDEP_TRUE@@am__include@ @am__quote@compiler/$(DEPDIR)/r300_fragprog_emit.Plo@am__quote@
  1122. @AMDEP_TRUE@@am__include@ @am__quote@compiler/$(DEPDIR)/r300_fragprog_swizzle.Plo@am__quote@
  1123. @AMDEP_TRUE@@am__include@ @am__quote@compiler/$(DEPDIR)/r3xx_fragprog.Plo@am__quote@
  1124. @AMDEP_TRUE@@am__include@ @am__quote@compiler/$(DEPDIR)/r3xx_vertprog.Plo@am__quote@
  1125. @AMDEP_TRUE@@am__include@ @am__quote@compiler/$(DEPDIR)/r3xx_vertprog_dump.Plo@am__quote@
  1126. @AMDEP_TRUE@@am__include@ @am__quote@compiler/$(DEPDIR)/r500_fragprog.Plo@am__quote@
  1127. @AMDEP_TRUE@@am__include@ @am__quote@compiler/$(DEPDIR)/r500_fragprog_emit.Plo@am__quote@
  1128. @AMDEP_TRUE@@am__include@ @am__quote@compiler/$(DEPDIR)/radeon_code.Plo@am__quote@
  1129. @AMDEP_TRUE@@am__include@ @am__quote@compiler/$(DEPDIR)/radeon_compiler.Plo@am__quote@
  1130. @AMDEP_TRUE@@am__include@ @am__quote@compiler/$(DEPDIR)/radeon_compiler_util.Plo@am__quote@
  1131. @AMDEP_TRUE@@am__include@ @am__quote@compiler/$(DEPDIR)/radeon_dataflow.Plo@am__quote@
  1132. @AMDEP_TRUE@@am__include@ @am__quote@compiler/$(DEPDIR)/radeon_dataflow_deadcode.Plo@am__quote@
  1133. @AMDEP_TRUE@@am__include@ @am__quote@compiler/$(DEPDIR)/radeon_dataflow_swizzles.Plo@am__quote@
  1134. @AMDEP_TRUE@@am__include@ @am__quote@compiler/$(DEPDIR)/radeon_emulate_branches.Plo@am__quote@
  1135. @AMDEP_TRUE@@am__include@ @am__quote@compiler/$(DEPDIR)/radeon_emulate_loops.Plo@am__quote@
  1136. @AMDEP_TRUE@@am__include@ @am__quote@compiler/$(DEPDIR)/radeon_inline_literals.Plo@am__quote@
  1137. @AMDEP_TRUE@@am__include@ @am__quote@compiler/$(DEPDIR)/radeon_list.Plo@am__quote@
  1138. @AMDEP_TRUE@@am__include@ @am__quote@compiler/$(DEPDIR)/radeon_opcodes.Plo@am__quote@
  1139. @AMDEP_TRUE@@am__include@ @am__quote@compiler/$(DEPDIR)/radeon_optimize.Plo@am__quote@
  1140. @AMDEP_TRUE@@am__include@ @am__quote@compiler/$(DEPDIR)/radeon_pair_dead_sources.Plo@am__quote@
  1141. @AMDEP_TRUE@@am__include@ @am__quote@compiler/$(DEPDIR)/radeon_pair_regalloc.Plo@am__quote@
  1142. @AMDEP_TRUE@@am__include@ @am__quote@compiler/$(DEPDIR)/radeon_pair_schedule.Plo@am__quote@
  1143. @AMDEP_TRUE@@am__include@ @am__quote@compiler/$(DEPDIR)/radeon_pair_translate.Plo@am__quote@
  1144. @AMDEP_TRUE@@am__include@ @am__quote@compiler/$(DEPDIR)/radeon_program.Plo@am__quote@
  1145. @AMDEP_TRUE@@am__include@ @am__quote@compiler/$(DEPDIR)/radeon_program_alu.Plo@am__quote@
  1146. @AMDEP_TRUE@@am__include@ @am__quote@compiler/$(DEPDIR)/radeon_program_pair.Plo@am__quote@
  1147. @AMDEP_TRUE@@am__include@ @am__quote@compiler/$(DEPDIR)/radeon_program_print.Plo@am__quote@
  1148. @AMDEP_TRUE@@am__include@ @am__quote@compiler/$(DEPDIR)/radeon_program_tex.Plo@am__quote@
  1149. @AMDEP_TRUE@@am__include@ @am__quote@compiler/$(DEPDIR)/radeon_remove_constants.Plo@am__quote@
  1150. @AMDEP_TRUE@@am__include@ @am__quote@compiler/$(DEPDIR)/radeon_rename_regs.Plo@am__quote@
  1151. @AMDEP_TRUE@@am__include@ @am__quote@compiler/$(DEPDIR)/radeon_variable.Plo@am__quote@
  1152. @AMDEP_TRUE@@am__include@ @am__quote@compiler/$(DEPDIR)/radeon_vert_fc.Plo@am__quote@
  1153. @AMDEP_TRUE@@am__include@ @am__quote@compiler/tests/$(DEPDIR)/r300_compiler_tests-r300_compiler_tests.Po@am__quote@
  1154. @AMDEP_TRUE@@am__include@ @am__quote@compiler/tests/$(DEPDIR)/r300_compiler_tests-radeon_compiler_optimize_tests.Po@am__quote@
  1155. @AMDEP_TRUE@@am__include@ @am__quote@compiler/tests/$(DEPDIR)/r300_compiler_tests-radeon_compiler_regalloc_tests.Po@am__quote@
  1156. @AMDEP_TRUE@@am__include@ @am__quote@compiler/tests/$(DEPDIR)/r300_compiler_tests-radeon_compiler_util_tests.Po@am__quote@
  1157. @AMDEP_TRUE@@am__include@ @am__quote@compiler/tests/$(DEPDIR)/r300_compiler_tests-rc_test_helpers.Po@am__quote@
  1158. @AMDEP_TRUE@@am__include@ @am__quote@compiler/tests/$(DEPDIR)/r300_compiler_tests-unit_test.Po@am__quote@
  1159.  
  1160. .c.o:
  1161. @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  1162. @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  1163. @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
  1164. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  1165. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1166. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  1167.  
  1168. .c.obj:
  1169. @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  1170. @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  1171. @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
  1172. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  1173. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1174. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  1175.  
  1176. .c.lo:
  1177. @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  1178. @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  1179. @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
  1180. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  1181. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1182. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  1183.  
  1184. compiler/tests/r300_compiler_tests-r300_compiler_tests.o: compiler/tests/r300_compiler_tests.c
  1185. @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(r300_compiler_tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT compiler/tests/r300_compiler_tests-r300_compiler_tests.o -MD -MP -MF compiler/tests/$(DEPDIR)/r300_compiler_tests-r300_compiler_tests.Tpo -c -o compiler/tests/r300_compiler_tests-r300_compiler_tests.o `test -f 'compiler/tests/r300_compiler_tests.c' || echo '$(srcdir)/'`compiler/tests/r300_compiler_tests.c
  1186. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) compiler/tests/$(DEPDIR)/r300_compiler_tests-r300_compiler_tests.Tpo compiler/tests/$(DEPDIR)/r300_compiler_tests-r300_compiler_tests.Po
  1187. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='compiler/tests/r300_compiler_tests.c' object='compiler/tests/r300_compiler_tests-r300_compiler_tests.o' libtool=no @AMDEPBACKSLASH@
  1188. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1189. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(r300_compiler_tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o compiler/tests/r300_compiler_tests-r300_compiler_tests.o `test -f 'compiler/tests/r300_compiler_tests.c' || echo '$(srcdir)/'`compiler/tests/r300_compiler_tests.c
  1190.  
  1191. compiler/tests/r300_compiler_tests-r300_compiler_tests.obj: compiler/tests/r300_compiler_tests.c
  1192. @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(r300_compiler_tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT compiler/tests/r300_compiler_tests-r300_compiler_tests.obj -MD -MP -MF compiler/tests/$(DEPDIR)/r300_compiler_tests-r300_compiler_tests.Tpo -c -o compiler/tests/r300_compiler_tests-r300_compiler_tests.obj `if test -f 'compiler/tests/r300_compiler_tests.c'; then $(CYGPATH_W) 'compiler/tests/r300_compiler_tests.c'; else $(CYGPATH_W) '$(srcdir)/compiler/tests/r300_compiler_tests.c'; fi`
  1193. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) compiler/tests/$(DEPDIR)/r300_compiler_tests-r300_compiler_tests.Tpo compiler/tests/$(DEPDIR)/r300_compiler_tests-r300_compiler_tests.Po
  1194. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='compiler/tests/r300_compiler_tests.c' object='compiler/tests/r300_compiler_tests-r300_compiler_tests.obj' libtool=no @AMDEPBACKSLASH@
  1195. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1196. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(r300_compiler_tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o compiler/tests/r300_compiler_tests-r300_compiler_tests.obj `if test -f 'compiler/tests/r300_compiler_tests.c'; then $(CYGPATH_W) 'compiler/tests/r300_compiler_tests.c'; else $(CYGPATH_W) '$(srcdir)/compiler/tests/r300_compiler_tests.c'; fi`
  1197.  
  1198. compiler/tests/r300_compiler_tests-radeon_compiler_optimize_tests.o: compiler/tests/radeon_compiler_optimize_tests.c
  1199. @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(r300_compiler_tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT compiler/tests/r300_compiler_tests-radeon_compiler_optimize_tests.o -MD -MP -MF compiler/tests/$(DEPDIR)/r300_compiler_tests-radeon_compiler_optimize_tests.Tpo -c -o compiler/tests/r300_compiler_tests-radeon_compiler_optimize_tests.o `test -f 'compiler/tests/radeon_compiler_optimize_tests.c' || echo '$(srcdir)/'`compiler/tests/radeon_compiler_optimize_tests.c
  1200. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) compiler/tests/$(DEPDIR)/r300_compiler_tests-radeon_compiler_optimize_tests.Tpo compiler/tests/$(DEPDIR)/r300_compiler_tests-radeon_compiler_optimize_tests.Po
  1201. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='compiler/tests/radeon_compiler_optimize_tests.c' object='compiler/tests/r300_compiler_tests-radeon_compiler_optimize_tests.o' libtool=no @AMDEPBACKSLASH@
  1202. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1203. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(r300_compiler_tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o compiler/tests/r300_compiler_tests-radeon_compiler_optimize_tests.o `test -f 'compiler/tests/radeon_compiler_optimize_tests.c' || echo '$(srcdir)/'`compiler/tests/radeon_compiler_optimize_tests.c
  1204.  
  1205. compiler/tests/r300_compiler_tests-radeon_compiler_optimize_tests.obj: compiler/tests/radeon_compiler_optimize_tests.c
  1206. @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(r300_compiler_tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT compiler/tests/r300_compiler_tests-radeon_compiler_optimize_tests.obj -MD -MP -MF compiler/tests/$(DEPDIR)/r300_compiler_tests-radeon_compiler_optimize_tests.Tpo -c -o compiler/tests/r300_compiler_tests-radeon_compiler_optimize_tests.obj `if test -f 'compiler/tests/radeon_compiler_optimize_tests.c'; then $(CYGPATH_W) 'compiler/tests/radeon_compiler_optimize_tests.c'; else $(CYGPATH_W) '$(srcdir)/compiler/tests/radeon_compiler_optimize_tests.c'; fi`
  1207. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) compiler/tests/$(DEPDIR)/r300_compiler_tests-radeon_compiler_optimize_tests.Tpo compiler/tests/$(DEPDIR)/r300_compiler_tests-radeon_compiler_optimize_tests.Po
  1208. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='compiler/tests/radeon_compiler_optimize_tests.c' object='compiler/tests/r300_compiler_tests-radeon_compiler_optimize_tests.obj' libtool=no @AMDEPBACKSLASH@
  1209. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1210. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(r300_compiler_tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o compiler/tests/r300_compiler_tests-radeon_compiler_optimize_tests.obj `if test -f 'compiler/tests/radeon_compiler_optimize_tests.c'; then $(CYGPATH_W) 'compiler/tests/radeon_compiler_optimize_tests.c'; else $(CYGPATH_W) '$(srcdir)/compiler/tests/radeon_compiler_optimize_tests.c'; fi`
  1211.  
  1212. compiler/tests/r300_compiler_tests-radeon_compiler_regalloc_tests.o: compiler/tests/radeon_compiler_regalloc_tests.c
  1213. @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(r300_compiler_tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT compiler/tests/r300_compiler_tests-radeon_compiler_regalloc_tests.o -MD -MP -MF compiler/tests/$(DEPDIR)/r300_compiler_tests-radeon_compiler_regalloc_tests.Tpo -c -o compiler/tests/r300_compiler_tests-radeon_compiler_regalloc_tests.o `test -f 'compiler/tests/radeon_compiler_regalloc_tests.c' || echo '$(srcdir)/'`compiler/tests/radeon_compiler_regalloc_tests.c
  1214. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) compiler/tests/$(DEPDIR)/r300_compiler_tests-radeon_compiler_regalloc_tests.Tpo compiler/tests/$(DEPDIR)/r300_compiler_tests-radeon_compiler_regalloc_tests.Po
  1215. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='compiler/tests/radeon_compiler_regalloc_tests.c' object='compiler/tests/r300_compiler_tests-radeon_compiler_regalloc_tests.o' libtool=no @AMDEPBACKSLASH@
  1216. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1217. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(r300_compiler_tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o compiler/tests/r300_compiler_tests-radeon_compiler_regalloc_tests.o `test -f 'compiler/tests/radeon_compiler_regalloc_tests.c' || echo '$(srcdir)/'`compiler/tests/radeon_compiler_regalloc_tests.c
  1218.  
  1219. compiler/tests/r300_compiler_tests-radeon_compiler_regalloc_tests.obj: compiler/tests/radeon_compiler_regalloc_tests.c
  1220. @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(r300_compiler_tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT compiler/tests/r300_compiler_tests-radeon_compiler_regalloc_tests.obj -MD -MP -MF compiler/tests/$(DEPDIR)/r300_compiler_tests-radeon_compiler_regalloc_tests.Tpo -c -o compiler/tests/r300_compiler_tests-radeon_compiler_regalloc_tests.obj `if test -f 'compiler/tests/radeon_compiler_regalloc_tests.c'; then $(CYGPATH_W) 'compiler/tests/radeon_compiler_regalloc_tests.c'; else $(CYGPATH_W) '$(srcdir)/compiler/tests/radeon_compiler_regalloc_tests.c'; fi`
  1221. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) compiler/tests/$(DEPDIR)/r300_compiler_tests-radeon_compiler_regalloc_tests.Tpo compiler/tests/$(DEPDIR)/r300_compiler_tests-radeon_compiler_regalloc_tests.Po
  1222. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='compiler/tests/radeon_compiler_regalloc_tests.c' object='compiler/tests/r300_compiler_tests-radeon_compiler_regalloc_tests.obj' libtool=no @AMDEPBACKSLASH@
  1223. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1224. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(r300_compiler_tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o compiler/tests/r300_compiler_tests-radeon_compiler_regalloc_tests.obj `if test -f 'compiler/tests/radeon_compiler_regalloc_tests.c'; then $(CYGPATH_W) 'compiler/tests/radeon_compiler_regalloc_tests.c'; else $(CYGPATH_W) '$(srcdir)/compiler/tests/radeon_compiler_regalloc_tests.c'; fi`
  1225.  
  1226. compiler/tests/r300_compiler_tests-radeon_compiler_util_tests.o: compiler/tests/radeon_compiler_util_tests.c
  1227. @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(r300_compiler_tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT compiler/tests/r300_compiler_tests-radeon_compiler_util_tests.o -MD -MP -MF compiler/tests/$(DEPDIR)/r300_compiler_tests-radeon_compiler_util_tests.Tpo -c -o compiler/tests/r300_compiler_tests-radeon_compiler_util_tests.o `test -f 'compiler/tests/radeon_compiler_util_tests.c' || echo '$(srcdir)/'`compiler/tests/radeon_compiler_util_tests.c
  1228. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) compiler/tests/$(DEPDIR)/r300_compiler_tests-radeon_compiler_util_tests.Tpo compiler/tests/$(DEPDIR)/r300_compiler_tests-radeon_compiler_util_tests.Po
  1229. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='compiler/tests/radeon_compiler_util_tests.c' object='compiler/tests/r300_compiler_tests-radeon_compiler_util_tests.o' libtool=no @AMDEPBACKSLASH@
  1230. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1231. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(r300_compiler_tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o compiler/tests/r300_compiler_tests-radeon_compiler_util_tests.o `test -f 'compiler/tests/radeon_compiler_util_tests.c' || echo '$(srcdir)/'`compiler/tests/radeon_compiler_util_tests.c
  1232.  
  1233. compiler/tests/r300_compiler_tests-radeon_compiler_util_tests.obj: compiler/tests/radeon_compiler_util_tests.c
  1234. @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(r300_compiler_tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT compiler/tests/r300_compiler_tests-radeon_compiler_util_tests.obj -MD -MP -MF compiler/tests/$(DEPDIR)/r300_compiler_tests-radeon_compiler_util_tests.Tpo -c -o compiler/tests/r300_compiler_tests-radeon_compiler_util_tests.obj `if test -f 'compiler/tests/radeon_compiler_util_tests.c'; then $(CYGPATH_W) 'compiler/tests/radeon_compiler_util_tests.c'; else $(CYGPATH_W) '$(srcdir)/compiler/tests/radeon_compiler_util_tests.c'; fi`
  1235. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) compiler/tests/$(DEPDIR)/r300_compiler_tests-radeon_compiler_util_tests.Tpo compiler/tests/$(DEPDIR)/r300_compiler_tests-radeon_compiler_util_tests.Po
  1236. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='compiler/tests/radeon_compiler_util_tests.c' object='compiler/tests/r300_compiler_tests-radeon_compiler_util_tests.obj' libtool=no @AMDEPBACKSLASH@
  1237. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1238. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(r300_compiler_tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o compiler/tests/r300_compiler_tests-radeon_compiler_util_tests.obj `if test -f 'compiler/tests/radeon_compiler_util_tests.c'; then $(CYGPATH_W) 'compiler/tests/radeon_compiler_util_tests.c'; else $(CYGPATH_W) '$(srcdir)/compiler/tests/radeon_compiler_util_tests.c'; fi`
  1239.  
  1240. compiler/tests/r300_compiler_tests-rc_test_helpers.o: compiler/tests/rc_test_helpers.c
  1241. @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(r300_compiler_tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT compiler/tests/r300_compiler_tests-rc_test_helpers.o -MD -MP -MF compiler/tests/$(DEPDIR)/r300_compiler_tests-rc_test_helpers.Tpo -c -o compiler/tests/r300_compiler_tests-rc_test_helpers.o `test -f 'compiler/tests/rc_test_helpers.c' || echo '$(srcdir)/'`compiler/tests/rc_test_helpers.c
  1242. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) compiler/tests/$(DEPDIR)/r300_compiler_tests-rc_test_helpers.Tpo compiler/tests/$(DEPDIR)/r300_compiler_tests-rc_test_helpers.Po
  1243. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='compiler/tests/rc_test_helpers.c' object='compiler/tests/r300_compiler_tests-rc_test_helpers.o' libtool=no @AMDEPBACKSLASH@
  1244. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1245. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(r300_compiler_tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o compiler/tests/r300_compiler_tests-rc_test_helpers.o `test -f 'compiler/tests/rc_test_helpers.c' || echo '$(srcdir)/'`compiler/tests/rc_test_helpers.c
  1246.  
  1247. compiler/tests/r300_compiler_tests-rc_test_helpers.obj: compiler/tests/rc_test_helpers.c
  1248. @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(r300_compiler_tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT compiler/tests/r300_compiler_tests-rc_test_helpers.obj -MD -MP -MF compiler/tests/$(DEPDIR)/r300_compiler_tests-rc_test_helpers.Tpo -c -o compiler/tests/r300_compiler_tests-rc_test_helpers.obj `if test -f 'compiler/tests/rc_test_helpers.c'; then $(CYGPATH_W) 'compiler/tests/rc_test_helpers.c'; else $(CYGPATH_W) '$(srcdir)/compiler/tests/rc_test_helpers.c'; fi`
  1249. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) compiler/tests/$(DEPDIR)/r300_compiler_tests-rc_test_helpers.Tpo compiler/tests/$(DEPDIR)/r300_compiler_tests-rc_test_helpers.Po
  1250. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='compiler/tests/rc_test_helpers.c' object='compiler/tests/r300_compiler_tests-rc_test_helpers.obj' libtool=no @AMDEPBACKSLASH@
  1251. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1252. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(r300_compiler_tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o compiler/tests/r300_compiler_tests-rc_test_helpers.obj `if test -f 'compiler/tests/rc_test_helpers.c'; then $(CYGPATH_W) 'compiler/tests/rc_test_helpers.c'; else $(CYGPATH_W) '$(srcdir)/compiler/tests/rc_test_helpers.c'; fi`
  1253.  
  1254. compiler/tests/r300_compiler_tests-unit_test.o: compiler/tests/unit_test.c
  1255. @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(r300_compiler_tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT compiler/tests/r300_compiler_tests-unit_test.o -MD -MP -MF compiler/tests/$(DEPDIR)/r300_compiler_tests-unit_test.Tpo -c -o compiler/tests/r300_compiler_tests-unit_test.o `test -f 'compiler/tests/unit_test.c' || echo '$(srcdir)/'`compiler/tests/unit_test.c
  1256. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) compiler/tests/$(DEPDIR)/r300_compiler_tests-unit_test.Tpo compiler/tests/$(DEPDIR)/r300_compiler_tests-unit_test.Po
  1257. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='compiler/tests/unit_test.c' object='compiler/tests/r300_compiler_tests-unit_test.o' libtool=no @AMDEPBACKSLASH@
  1258. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1259. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(r300_compiler_tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o compiler/tests/r300_compiler_tests-unit_test.o `test -f 'compiler/tests/unit_test.c' || echo '$(srcdir)/'`compiler/tests/unit_test.c
  1260.  
  1261. compiler/tests/r300_compiler_tests-unit_test.obj: compiler/tests/unit_test.c
  1262. @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(r300_compiler_tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT compiler/tests/r300_compiler_tests-unit_test.obj -MD -MP -MF compiler/tests/$(DEPDIR)/r300_compiler_tests-unit_test.Tpo -c -o compiler/tests/r300_compiler_tests-unit_test.obj `if test -f 'compiler/tests/unit_test.c'; then $(CYGPATH_W) 'compiler/tests/unit_test.c'; else $(CYGPATH_W) '$(srcdir)/compiler/tests/unit_test.c'; fi`
  1263. @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) compiler/tests/$(DEPDIR)/r300_compiler_tests-unit_test.Tpo compiler/tests/$(DEPDIR)/r300_compiler_tests-unit_test.Po
  1264. @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='compiler/tests/unit_test.c' object='compiler/tests/r300_compiler_tests-unit_test.obj' libtool=no @AMDEPBACKSLASH@
  1265. @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  1266. @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(r300_compiler_tests_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o compiler/tests/r300_compiler_tests-unit_test.obj `if test -f 'compiler/tests/unit_test.c'; then $(CYGPATH_W) 'compiler/tests/unit_test.c'; else $(CYGPATH_W) '$(srcdir)/compiler/tests/unit_test.c'; fi`
  1267.  
  1268. mostlyclean-libtool:
  1269.         -rm -f *.lo
  1270.  
  1271. clean-libtool:
  1272.         -rm -rf .libs _libs
  1273.         -rm -rf compiler/.libs compiler/_libs
  1274.  
  1275. ID: $(am__tagged_files)
  1276.         $(am__define_uniq_tagged_files); mkid -fID $$unique
  1277. tags: tags-am
  1278. TAGS: tags
  1279.  
  1280. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  1281.         set x; \
  1282.         here=`pwd`; \
  1283.         $(am__define_uniq_tagged_files); \
  1284.         shift; \
  1285.         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  1286.           test -n "$$unique" || unique=$$empty_fix; \
  1287.           if test $$# -gt 0; then \
  1288.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  1289.               "$$@" $$unique; \
  1290.           else \
  1291.             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  1292.               $$unique; \
  1293.           fi; \
  1294.         fi
  1295. ctags: ctags-am
  1296.  
  1297. CTAGS: ctags
  1298. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  1299.         $(am__define_uniq_tagged_files); \
  1300.         test -z "$(CTAGS_ARGS)$$unique" \
  1301.           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  1302.              $$unique
  1303.  
  1304. GTAGS:
  1305.         here=`$(am__cd) $(top_builddir) && pwd` \
  1306.           && $(am__cd) $(top_srcdir) \
  1307.           && gtags -i $(GTAGS_ARGS) "$$here"
  1308. cscopelist: cscopelist-am
  1309.  
  1310. cscopelist-am: $(am__tagged_files)
  1311.         list='$(am__tagged_files)'; \
  1312.         case "$(srcdir)" in \
  1313.           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  1314.           *) sdir=$(subdir)/$(srcdir) ;; \
  1315.         esac; \
  1316.         for i in $$list; do \
  1317.           if test -f "$$i"; then \
  1318.             echo "$(subdir)/$$i"; \
  1319.           else \
  1320.             echo "$$sdir/$$i"; \
  1321.           fi; \
  1322.         done >> $(top_builddir)/cscope.files
  1323.  
  1324. distclean-tags:
  1325.         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  1326.  
  1327. # Recover from deleted '.trs' file; this should ensure that
  1328. # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
  1329. # both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
  1330. # to avoid problems with "make -n".
  1331. .log.trs:
  1332.         rm -f $< $@
  1333.         $(MAKE) $(AM_MAKEFLAGS) $<
  1334.  
  1335. # Leading 'am--fnord' is there to ensure the list of targets does not
  1336. # expand to empty, as could happen e.g. with make check TESTS=''.
  1337. am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
  1338. am--force-recheck:
  1339.         @:
  1340.  
  1341. $(TEST_SUITE_LOG): $(TEST_LOGS)
  1342.         @$(am__set_TESTS_bases); \
  1343.         am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
  1344.         redo_bases=`for i in $$bases; do \
  1345.                       am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
  1346.                     done`; \
  1347.         if test -n "$$redo_bases"; then \
  1348.           redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
  1349.           redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
  1350.           if $(am__make_dryrun); then :; else \
  1351.             rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
  1352.           fi; \
  1353.         fi; \
  1354.         if test -n "$$am__remaking_logs"; then \
  1355.           echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
  1356.                "recursion detected" >&2; \
  1357.         elif test -n "$$redo_logs"; then \
  1358.           am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
  1359.         fi; \
  1360.         if $(am__make_dryrun); then :; else \
  1361.           st=0;  \
  1362.           errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
  1363.           for i in $$redo_bases; do \
  1364.             test -f $$i.trs && test -r $$i.trs \
  1365.               || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
  1366.             test -f $$i.log && test -r $$i.log \
  1367.               || { echo "$$errmsg $$i.log" >&2; st=1; }; \
  1368.           done; \
  1369.           test $$st -eq 0 || exit 1; \
  1370.         fi
  1371.         @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
  1372.         ws='[   ]'; \
  1373.         results=`for b in $$bases; do echo $$b.trs; done`; \
  1374.         test -n "$$results" || results=/dev/null; \
  1375.         all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
  1376.         pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
  1377.         fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
  1378.         skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
  1379.         xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
  1380.         xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
  1381.         error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
  1382.         if test `expr $$fail + $$xpass + $$error` -eq 0; then \
  1383.           success=true; \
  1384.         else \
  1385.           success=false; \
  1386.         fi; \
  1387.         br='==================='; br=$$br$$br$$br$$br; \
  1388.         result_count () \
  1389.         { \
  1390.             if test x"$$1" = x"--maybe-color"; then \
  1391.               maybe_colorize=yes; \
  1392.             elif test x"$$1" = x"--no-color"; then \
  1393.               maybe_colorize=no; \
  1394.             else \
  1395.               echo "$@: invalid 'result_count' usage" >&2; exit 4; \
  1396.             fi; \
  1397.             shift; \
  1398.             desc=$$1 count=$$2; \
  1399.             if test $$maybe_colorize = yes && test $$count -gt 0; then \
  1400.               color_start=$$3 color_end=$$std; \
  1401.             else \
  1402.               color_start= color_end=; \
  1403.             fi; \
  1404.             echo "$${color_start}# $$desc $$count$${color_end}"; \
  1405.         }; \
  1406.         create_testsuite_report () \
  1407.         { \
  1408.           result_count $$1 "TOTAL:" $$all   "$$brg"; \
  1409.           result_count $$1 "PASS: " $$pass  "$$grn"; \
  1410.           result_count $$1 "SKIP: " $$skip  "$$blu"; \
  1411.           result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
  1412.           result_count $$1 "FAIL: " $$fail  "$$red"; \
  1413.           result_count $$1 "XPASS:" $$xpass "$$red"; \
  1414.           result_count $$1 "ERROR:" $$error "$$mgn"; \
  1415.         }; \
  1416.         {                                                               \
  1417.           echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |       \
  1418.             $(am__rst_title);                                           \
  1419.           create_testsuite_report --no-color;                           \
  1420.           echo;                                                         \
  1421.           echo ".. contents:: :depth: 2";                               \
  1422.           echo;                                                         \
  1423.           for b in $$bases; do echo $$b; done                           \
  1424.             | $(am__create_global_log);                                 \
  1425.         } >$(TEST_SUITE_LOG).tmp || exit 1;                             \
  1426.         mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);                     \
  1427.         if $$success; then                                              \
  1428.           col="$$grn";                                                  \
  1429.          else                                                           \
  1430.           col="$$red";                                                  \
  1431.           test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);               \
  1432.         fi;                                                             \
  1433.         echo "$${col}$$br$${std}";                                      \
  1434.         echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";   \
  1435.         echo "$${col}$$br$${std}";                                      \
  1436.         create_testsuite_report --maybe-color;                          \
  1437.         echo "$$col$$br$$std";                                          \
  1438.         if $$success; then :; else                                      \
  1439.           echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";         \
  1440.           if test -n "$(PACKAGE_BUGREPORT)"; then                       \
  1441.             echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
  1442.           fi;                                                           \
  1443.           echo "$$col$$br$$std";                                        \
  1444.         fi;                                                             \
  1445.         $$success || exit 1
  1446.  
  1447. check-TESTS:
  1448.         @list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
  1449.         @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
  1450.         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
  1451.         @set +e; $(am__set_TESTS_bases); \
  1452.         log_list=`for i in $$bases; do echo $$i.log; done`; \
  1453.         trs_list=`for i in $$bases; do echo $$i.trs; done`; \
  1454.         log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
  1455.         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
  1456.         exit $$?;
  1457. recheck: all $(check_PROGRAMS)
  1458.         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
  1459.         @set +e; $(am__set_TESTS_bases); \
  1460.         bases=`for i in $$bases; do echo $$i; done \
  1461.                  | $(am__list_recheck_tests)` || exit 1; \
  1462.         log_list=`for i in $$bases; do echo $$i.log; done`; \
  1463.         log_list=`echo $$log_list`; \
  1464.         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
  1465.                 am__force_recheck=am--force-recheck \
  1466.                 TEST_LOGS="$$log_list"; \
  1467.         exit $$?
  1468. r300_compiler_tests.log: r300_compiler_tests$(EXEEXT)
  1469.         @p='r300_compiler_tests$(EXEEXT)'; \
  1470.         b='r300_compiler_tests'; \
  1471.         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
  1472.         --log-file $$b.log --trs-file $$b.trs \
  1473.         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
  1474.         "$$tst" $(AM_TESTS_FD_REDIRECT)
  1475. .test.log:
  1476.         @p='$<'; \
  1477.         $(am__set_b); \
  1478.         $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
  1479.         --log-file $$b.log --trs-file $$b.trs \
  1480.         $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
  1481.         "$$tst" $(AM_TESTS_FD_REDIRECT)
  1482. @am__EXEEXT_TRUE@.test$(EXEEXT).log:
  1483. @am__EXEEXT_TRUE@       @p='$<'; \
  1484. @am__EXEEXT_TRUE@       $(am__set_b); \
  1485. @am__EXEEXT_TRUE@       $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
  1486. @am__EXEEXT_TRUE@       --log-file $$b.log --trs-file $$b.trs \
  1487. @am__EXEEXT_TRUE@       $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
  1488. @am__EXEEXT_TRUE@       "$$tst" $(AM_TESTS_FD_REDIRECT)
  1489.  
  1490. distdir: $(DISTFILES)
  1491.         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  1492.         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  1493.         list='$(DISTFILES)'; \
  1494.           dist_files=`for file in $$list; do echo $$file; done | \
  1495.           sed -e "s|^$$srcdirstrip/||;t" \
  1496.               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  1497.         case $$dist_files in \
  1498.           */*) $(MKDIR_P) `echo "$$dist_files" | \
  1499.                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  1500.                            sort -u` ;; \
  1501.         esac; \
  1502.         for file in $$dist_files; do \
  1503.           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  1504.           if test -d $$d/$$file; then \
  1505.             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  1506.             if test -d "$(distdir)/$$file"; then \
  1507.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  1508.             fi; \
  1509.             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  1510.               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  1511.               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  1512.             fi; \
  1513.             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  1514.           else \
  1515.             test -f "$(distdir)/$$file" \
  1516.             || cp -p $$d/$$file "$(distdir)/$$file" \
  1517.             || exit 1; \
  1518.           fi; \
  1519.         done
  1520. check-am: all-am
  1521.         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
  1522.         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
  1523. check: check-am
  1524. all-am: Makefile $(LTLIBRARIES)
  1525. installdirs:
  1526. install: install-am
  1527. install-exec: install-exec-am
  1528. install-data: install-data-am
  1529. uninstall: uninstall-am
  1530.  
  1531. install-am: all-am
  1532.         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  1533.  
  1534. installcheck: installcheck-am
  1535. install-strip:
  1536.         if test -z '$(STRIP)'; then \
  1537.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  1538.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  1539.               install; \
  1540.         else \
  1541.           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  1542.             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  1543.             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  1544.         fi
  1545. mostlyclean-generic:
  1546.         -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
  1547.         -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
  1548.         -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
  1549.  
  1550. clean-generic:
  1551.  
  1552. distclean-generic:
  1553.         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  1554.         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  1555.         -rm -f compiler/$(DEPDIR)/$(am__dirstamp)
  1556.         -rm -f compiler/$(am__dirstamp)
  1557.         -rm -f compiler/tests/$(DEPDIR)/$(am__dirstamp)
  1558.         -rm -f compiler/tests/$(am__dirstamp)
  1559.  
  1560. maintainer-clean-generic:
  1561.         @echo "This command is intended for maintainers to use"
  1562.         @echo "it deletes files that may require special tools to rebuild."
  1563. clean: clean-am
  1564.  
  1565. clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
  1566.         clean-noinstLTLIBRARIES mostlyclean-am
  1567.  
  1568. distclean: distclean-am
  1569.         -rm -rf ./$(DEPDIR) compiler/$(DEPDIR) compiler/tests/$(DEPDIR)
  1570.         -rm -f Makefile
  1571. distclean-am: clean-am distclean-compile distclean-generic \
  1572.         distclean-tags
  1573.  
  1574. dvi: dvi-am
  1575.  
  1576. dvi-am:
  1577.  
  1578. html: html-am
  1579.  
  1580. html-am:
  1581.  
  1582. info: info-am
  1583.  
  1584. info-am:
  1585.  
  1586. install-data-am:
  1587.  
  1588. install-dvi: install-dvi-am
  1589.  
  1590. install-dvi-am:
  1591.  
  1592. install-exec-am:
  1593.  
  1594. install-html: install-html-am
  1595.  
  1596. install-html-am:
  1597.  
  1598. install-info: install-info-am
  1599.  
  1600. install-info-am:
  1601.  
  1602. install-man:
  1603.  
  1604. install-pdf: install-pdf-am
  1605.  
  1606. install-pdf-am:
  1607.  
  1608. install-ps: install-ps-am
  1609.  
  1610. install-ps-am:
  1611.  
  1612. installcheck-am:
  1613.  
  1614. maintainer-clean: maintainer-clean-am
  1615.         -rm -rf ./$(DEPDIR) compiler/$(DEPDIR) compiler/tests/$(DEPDIR)
  1616.         -rm -f Makefile
  1617. maintainer-clean-am: distclean-am maintainer-clean-generic
  1618.  
  1619. mostlyclean: mostlyclean-am
  1620.  
  1621. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  1622.         mostlyclean-libtool
  1623.  
  1624. pdf: pdf-am
  1625.  
  1626. pdf-am:
  1627.  
  1628. ps: ps-am
  1629.  
  1630. ps-am:
  1631.  
  1632. uninstall-am:
  1633.  
  1634. .MAKE: check-am install-am install-strip
  1635.  
  1636. .PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
  1637.         clean-checkPROGRAMS clean-generic clean-libtool \
  1638.         clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \
  1639.         distclean-compile distclean-generic distclean-libtool \
  1640.         distclean-tags distdir dvi dvi-am html html-am info info-am \
  1641.         install install-am install-data install-data-am install-dvi \
  1642.         install-dvi-am install-exec install-exec-am install-html \
  1643.         install-html-am install-info install-info-am install-man \
  1644.         install-pdf install-pdf-am install-ps install-ps-am \
  1645.         install-strip installcheck installcheck-am installdirs \
  1646.         maintainer-clean maintainer-clean-generic mostlyclean \
  1647.         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  1648.         pdf pdf-am ps ps-am recheck tags tags-am uninstall \
  1649.         uninstall-am
  1650.  
  1651. .PRECIOUS: Makefile
  1652.  
  1653.  
  1654. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  1655. # Otherwise a system limit (for SysV at least) may be exceeded.
  1656. .NOEXPORT:
  1657.