1# Makefile.in generated by automake 1.16.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2018 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# Copyright 2005 Adam Jackson. 18# 19# Permission is hereby granted, free of charge, to any person obtaining a 20# copy of this software and associated documentation files (the "Software"), 21# to deal in the Software without restriction, including without limitation 22# on the rights to use, copy, modify, merge, publish, distribute, sub 23# license, and/or sell copies of the Software, and to permit persons to whom 24# the Software is furnished to do so, subject to the following conditions: 25# 26# The above copyright notice and this permission notice (including the next 27# paragraph) shall be included in all copies or substantial portions of the 28# Software. 29# 30# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 33# ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 34# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 35# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 36 37 38VPATH = @srcdir@ 39am__is_gnu_make = { \ 40 if test -z '$(MAKELEVEL)'; then \ 41 false; \ 42 elif test -n '$(MAKE_HOST)'; then \ 43 true; \ 44 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 45 true; \ 46 else \ 47 false; \ 48 fi; \ 49} 50am__make_running_with_option = \ 51 case $${target_option-} in \ 52 ?) ;; \ 53 *) echo "am__make_running_with_option: internal error: invalid" \ 54 "target option '$${target_option-}' specified" >&2; \ 55 exit 1;; \ 56 esac; \ 57 has_opt=no; \ 58 sane_makeflags=$$MAKEFLAGS; \ 59 if $(am__is_gnu_make); then \ 60 sane_makeflags=$$MFLAGS; \ 61 else \ 62 case $$MAKEFLAGS in \ 63 *\\[\ \ ]*) \ 64 bs=\\; \ 65 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 66 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 67 esac; \ 68 fi; \ 69 skip_next=no; \ 70 strip_trailopt () \ 71 { \ 72 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 73 }; \ 74 for flg in $$sane_makeflags; do \ 75 test $$skip_next = yes && { skip_next=no; continue; }; \ 76 case $$flg in \ 77 *=*|--*) continue;; \ 78 -*I) strip_trailopt 'I'; skip_next=yes;; \ 79 -*I?*) strip_trailopt 'I';; \ 80 -*O) strip_trailopt 'O'; skip_next=yes;; \ 81 -*O?*) strip_trailopt 'O';; \ 82 -*l) strip_trailopt 'l'; skip_next=yes;; \ 83 -*l?*) strip_trailopt 'l';; \ 84 -[dEDm]) skip_next=yes;; \ 85 -[JT]) skip_next=yes;; \ 86 esac; \ 87 case $$flg in \ 88 *$$target_option*) has_opt=yes; break;; \ 89 esac; \ 90 done; \ 91 test $$has_opt = yes 92am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 93am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 94pkgdatadir = $(datadir)/@PACKAGE@ 95pkgincludedir = $(includedir)/@PACKAGE@ 96pkglibdir = $(libdir)/@PACKAGE@ 97pkglibexecdir = $(libexecdir)/@PACKAGE@ 98am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 99install_sh_DATA = $(install_sh) -c -m 644 100install_sh_PROGRAM = $(install_sh) -c 101install_sh_SCRIPT = $(install_sh) -c 102INSTALL_HEADER = $(INSTALL_DATA) 103transform = $(program_transform_name) 104NORMAL_INSTALL = : 105PRE_INSTALL = : 106POST_INSTALL = : 107NORMAL_UNINSTALL = : 108PRE_UNINSTALL = : 109POST_UNINSTALL = : 110build_triplet = @build@ 111host_triplet = @host@ 112noinst_PROGRAMS = brw_test$(EXEEXT) 113@DEBUG_TRUE@am__append_1 = @VALGRIND_CFLAGS@ 114subdir = src/sna/brw 115ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 116am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ 117 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 118 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 119 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac 120am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 121 $(ACLOCAL_M4) 122DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 123mkinstalldirs = $(install_sh) -d 124CONFIG_HEADER = $(top_builddir)/config.h 125CONFIG_CLEAN_FILES = 126CONFIG_CLEAN_VPATH_FILES = 127PROGRAMS = $(noinst_PROGRAMS) 128LTLIBRARIES = $(noinst_LTLIBRARIES) 129libbrw_la_LIBADD = 130am_libbrw_la_OBJECTS = brw_disasm.lo brw_eu.lo brw_eu_emit.lo \ 131 brw_sf.lo brw_wm.lo 132libbrw_la_OBJECTS = $(am_libbrw_la_OBJECTS) 133AM_V_lt = $(am__v_lt_@AM_V@) 134am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 135am__v_lt_0 = --silent 136am__v_lt_1 = 137am_brw_test_OBJECTS = brw_test.$(OBJEXT) brw_test_gen4.$(OBJEXT) \ 138 brw_test_gen5.$(OBJEXT) brw_test_gen6.$(OBJEXT) \ 139 brw_test_gen7.$(OBJEXT) 140brw_test_OBJECTS = $(am_brw_test_OBJECTS) 141brw_test_DEPENDENCIES = libbrw.la 142AM_V_P = $(am__v_P_@AM_V@) 143am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 144am__v_P_0 = false 145am__v_P_1 = : 146AM_V_GEN = $(am__v_GEN_@AM_V@) 147am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 148am__v_GEN_0 = @echo " GEN " $@; 149am__v_GEN_1 = 150AM_V_at = $(am__v_at_@AM_V@) 151am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 152am__v_at_0 = @ 153am__v_at_1 = 154DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 155depcomp = $(SHELL) $(top_srcdir)/depcomp 156am__maybe_remake_depfiles = depfiles 157am__depfiles_remade = ./$(DEPDIR)/brw_disasm.Plo \ 158 ./$(DEPDIR)/brw_eu.Plo ./$(DEPDIR)/brw_eu_emit.Plo \ 159 ./$(DEPDIR)/brw_sf.Plo ./$(DEPDIR)/brw_test.Po \ 160 ./$(DEPDIR)/brw_test_gen4.Po ./$(DEPDIR)/brw_test_gen5.Po \ 161 ./$(DEPDIR)/brw_test_gen6.Po ./$(DEPDIR)/brw_test_gen7.Po \ 162 ./$(DEPDIR)/brw_wm.Plo 163am__mv = mv -f 164COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 165 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 166LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 167 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 168 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 169 $(AM_CFLAGS) $(CFLAGS) 170AM_V_CC = $(am__v_CC_@AM_V@) 171am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 172am__v_CC_0 = @echo " CC " $@; 173am__v_CC_1 = 174CCLD = $(CC) 175LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 176 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 177 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 178AM_V_CCLD = $(am__v_CCLD_@AM_V@) 179am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 180am__v_CCLD_0 = @echo " CCLD " $@; 181am__v_CCLD_1 = 182SOURCES = $(libbrw_la_SOURCES) $(brw_test_SOURCES) 183DIST_SOURCES = $(libbrw_la_SOURCES) $(brw_test_SOURCES) 184am__can_run_installinfo = \ 185 case $$AM_UPDATE_INFO_DIR in \ 186 n|no|NO) false;; \ 187 *) (install-info --version) >/dev/null 2>&1;; \ 188 esac 189am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 190# Read a list of newline-separated strings from the standard input, 191# and print each of them once, without duplicates. Input order is 192# *not* preserved. 193am__uniquify_input = $(AWK) '\ 194 BEGIN { nonempty = 0; } \ 195 { items[$$0] = 1; nonempty = 1; } \ 196 END { if (nonempty) { for (i in items) print i; }; } \ 197' 198# Make sure the list of sources is unique. This is necessary because, 199# e.g., the same source file might be shared among _SOURCES variables 200# for different programs/libraries. 201am__define_uniq_tagged_files = \ 202 list='$(am__tagged_files)'; \ 203 unique=`for i in $$list; do \ 204 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 205 done | $(am__uniquify_input)` 206ETAGS = etags 207CTAGS = ctags 208am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp 209DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 210ACLOCAL = @ACLOCAL@ 211ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 212ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 213ALLOCA = @ALLOCA@ 214AMTAR = @AMTAR@ 215AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 216APP_MAN_DIR = @APP_MAN_DIR@ 217APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 218AR = @AR@ 219AUTOCONF = @AUTOCONF@ 220AUTOHEADER = @AUTOHEADER@ 221AUTOMAKE = @AUTOMAKE@ 222AWK = @AWK@ 223BASE_CFLAGS = @BASE_CFLAGS@ 224CC = @CC@ 225CCDEPMODE = @CCDEPMODE@ 226CFLAGS = @CFLAGS@ 227CHANGELOG_CMD = @CHANGELOG_CMD@ 228CLOCK_GETTIME_LIBS = @CLOCK_GETTIME_LIBS@ 229CPP = @CPP@ 230CPPFLAGS = @CPPFLAGS@ 231CWARNFLAGS = @CWARNFLAGS@ 232CYGPATH_W = @CYGPATH_W@ 233DEFS = @DEFS@ 234DEPDIR = @DEPDIR@ 235DLLTOOL = @DLLTOOL@ 236DRI1_CFLAGS = @DRI1_CFLAGS@ 237DRI1_LIBS = @DRI1_LIBS@ 238DRI2_CFLAGS = @DRI2_CFLAGS@ 239DRI2_LIBS = @DRI2_LIBS@ 240DRI3_CFLAGS = @DRI3_CFLAGS@ 241DRI3_LIBS = @DRI3_LIBS@ 242DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 243DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 244DRIVER_NAME = @DRIVER_NAME@ 245DRI_DRIVER_PATH = @DRI_DRIVER_PATH@ 246DRMINTEL_CFLAGS = @DRMINTEL_CFLAGS@ 247DRMINTEL_LIBS = @DRMINTEL_LIBS@ 248DRM_CFLAGS = @DRM_CFLAGS@ 249DRM_LIBS = @DRM_LIBS@ 250DSYMUTIL = @DSYMUTIL@ 251DUMPBIN = @DUMPBIN@ 252ECHO_C = @ECHO_C@ 253ECHO_N = @ECHO_N@ 254ECHO_T = @ECHO_T@ 255EGREP = @EGREP@ 256EXEEXT = @EXEEXT@ 257FGREP = @FGREP@ 258FILE_MAN_DIR = @FILE_MAN_DIR@ 259FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 260GEN4ASM_CFLAGS = @GEN4ASM_CFLAGS@ 261GEN4ASM_LIBS = @GEN4ASM_LIBS@ 262GREP = @GREP@ 263INSTALL = @INSTALL@ 264INSTALL_CMD = @INSTALL_CMD@ 265INSTALL_DATA = @INSTALL_DATA@ 266INSTALL_PROGRAM = @INSTALL_PROGRAM@ 267INSTALL_SCRIPT = @INSTALL_SCRIPT@ 268INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 269INTEL_GEN4ASM = @INTEL_GEN4ASM@ 270IVO_CFLAGS = @IVO_CFLAGS@ 271IVO_EXTRA_CFLAGS = @IVO_EXTRA_CFLAGS@ 272IVO_EXTRA_LIBS = @IVO_EXTRA_LIBS@ 273IVO_LIBS = @IVO_LIBS@ 274LD = @LD@ 275LDFLAGS = @LDFLAGS@ 276LIBEXEC_PATH = @LIBEXEC_PATH@ 277LIBOBJS = @LIBOBJS@ 278LIBS = @LIBS@ 279LIBTOOL = @LIBTOOL@ 280LIB_MAN_DIR = @LIB_MAN_DIR@ 281LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 282LIPO = @LIPO@ 283LN_S = @LN_S@ 284LTLIBOBJS = @LTLIBOBJS@ 285LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 286MAKEINFO = @MAKEINFO@ 287MANIFEST_TOOL = @MANIFEST_TOOL@ 288MAN_SUBSTS = @MAN_SUBSTS@ 289MISC_MAN_DIR = @MISC_MAN_DIR@ 290MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 291MKDIR_P = @MKDIR_P@ 292NM = @NM@ 293NMEDIT = @NMEDIT@ 294NOWARNFLAGS = @NOWARNFLAGS@ 295OBJDUMP = @OBJDUMP@ 296OBJEXT = @OBJEXT@ 297OTOOL = @OTOOL@ 298OTOOL64 = @OTOOL64@ 299PACKAGE = @PACKAGE@ 300PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 301PACKAGE_NAME = @PACKAGE_NAME@ 302PACKAGE_STRING = @PACKAGE_STRING@ 303PACKAGE_TARNAME = @PACKAGE_TARNAME@ 304PACKAGE_URL = @PACKAGE_URL@ 305PACKAGE_VERSION = @PACKAGE_VERSION@ 306PATH_SEPARATOR = @PATH_SEPARATOR@ 307PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 308PCIACCESS_LIBS = @PCIACCESS_LIBS@ 309PKG_CONFIG = @PKG_CONFIG@ 310PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 311PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 312PREFIX_PATH = @PREFIX_PATH@ 313PRESENT_CFLAGS = @PRESENT_CFLAGS@ 314PRESENT_LIBS = @PRESENT_LIBS@ 315RANLIB = @RANLIB@ 316SED = @SED@ 317SET_MAKE = @SET_MAKE@ 318SHELL = @SHELL@ 319STRICT_CFLAGS = @STRICT_CFLAGS@ 320STRIP = @STRIP@ 321TOOL_CURSOR_CFLAGS = @TOOL_CURSOR_CFLAGS@ 322TOOL_CURSOR_LIBS = @TOOL_CURSOR_LIBS@ 323UDEV_CFLAGS = @UDEV_CFLAGS@ 324UDEV_LIBS = @UDEV_LIBS@ 325VALGRIND_CFLAGS = @VALGRIND_CFLAGS@ 326VALGRIND_LIBS = @VALGRIND_LIBS@ 327VERSION = @VERSION@ 328X11_CFLAGS = @X11_CFLAGS@ 329X11_DRI3_CFLAGS = @X11_DRI3_CFLAGS@ 330X11_DRI3_LIBS = @X11_DRI3_LIBS@ 331X11_LIBS = @X11_LIBS@ 332X11_VM_CFLAGS = @X11_VM_CFLAGS@ 333X11_VM_LIBS = @X11_VM_LIBS@ 334XORG_CFLAGS = @XORG_CFLAGS@ 335XORG_LIBS = @XORG_LIBS@ 336XORG_MAN_PAGE = @XORG_MAN_PAGE@ 337XVMCLIB_CFLAGS = @XVMCLIB_CFLAGS@ 338XVMCLIB_LIBS = @XVMCLIB_LIBS@ 339abs_builddir = @abs_builddir@ 340abs_srcdir = @abs_srcdir@ 341abs_top_builddir = @abs_top_builddir@ 342abs_top_srcdir = @abs_top_srcdir@ 343ac_ct_AR = @ac_ct_AR@ 344ac_ct_CC = @ac_ct_CC@ 345ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 346am__include = @am__include@ 347am__leading_dot = @am__leading_dot@ 348am__quote = @am__quote@ 349am__tar = @am__tar@ 350am__untar = @am__untar@ 351bindir = @bindir@ 352build = @build@ 353build_alias = @build_alias@ 354build_cpu = @build_cpu@ 355build_os = @build_os@ 356build_vendor = @build_vendor@ 357builddir = @builddir@ 358datadir = @datadir@ 359datarootdir = @datarootdir@ 360docdir = @docdir@ 361dvidir = @dvidir@ 362exec_prefix = @exec_prefix@ 363host = @host@ 364host_alias = @host_alias@ 365host_cpu = @host_cpu@ 366host_os = @host_os@ 367host_vendor = @host_vendor@ 368htmldir = @htmldir@ 369includedir = @includedir@ 370infodir = @infodir@ 371install_sh = @install_sh@ 372libdir = @libdir@ 373libexecdir = @libexecdir@ 374localedir = @localedir@ 375localstatedir = @localstatedir@ 376mandir = @mandir@ 377mkdir_p = @mkdir_p@ 378moduledir = @moduledir@ 379oldincludedir = @oldincludedir@ 380pdfdir = @pdfdir@ 381prefix = @prefix@ 382program_transform_name = @program_transform_name@ 383psdir = @psdir@ 384sbindir = @sbindir@ 385sharedstatedir = @sharedstatedir@ 386srcdir = @srcdir@ 387sysconfdir = @sysconfdir@ 388target_alias = @target_alias@ 389top_build_prefix = @top_build_prefix@ 390top_builddir = @top_builddir@ 391top_srcdir = @top_srcdir@ 392noinst_LTLIBRARIES = libbrw.la 393AM_CFLAGS = @CWARNFLAGS@ -I$(top_srcdir)/src \ 394 -I$(top_srcdir)/src/render_program @XORG_CFLAGS@ @UDEV_CFLAGS@ \ 395 @DRM_CFLAGS@ $(NULL) $(am__append_1) @NOWARNFLAGS@ 396libbrw_la_SOURCES = \ 397 brw.h \ 398 brw_disasm.c \ 399 brw_eu.h \ 400 brw_eu.c \ 401 brw_eu_emit.c \ 402 brw_sf.c \ 403 brw_wm.c \ 404 $(NULL) 405 406brw_test_SOURCES = \ 407 brw_test.c \ 408 brw_test.h \ 409 brw_test_gen4.c \ 410 brw_test_gen5.c \ 411 brw_test_gen6.c \ 412 brw_test_gen7.c \ 413 $(NULL) 414 415brw_test_LDADD = \ 416 libbrw.la \ 417 $(NULL) 418 419all: all-am 420 421.SUFFIXES: 422.SUFFIXES: .c .lo .o .obj 423$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 424 @for dep in $?; do \ 425 case '$(am__configure_deps)' in \ 426 *$$dep*) \ 427 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 428 && { if test -f $@; then exit 0; else break; fi; }; \ 429 exit 1;; \ 430 esac; \ 431 done; \ 432 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/sna/brw/Makefile'; \ 433 $(am__cd) $(top_srcdir) && \ 434 $(AUTOMAKE) --foreign src/sna/brw/Makefile 435Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 436 @case '$?' in \ 437 *config.status*) \ 438 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 439 *) \ 440 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 441 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 442 esac; 443 444$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 445 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 446 447$(top_srcdir)/configure: $(am__configure_deps) 448 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 449$(ACLOCAL_M4): $(am__aclocal_m4_deps) 450 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 451$(am__aclocal_m4_deps): 452 453clean-noinstPROGRAMS: 454 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ 455 echo " rm -f" $$list; \ 456 rm -f $$list || exit $$?; \ 457 test -n "$(EXEEXT)" || exit 0; \ 458 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 459 echo " rm -f" $$list; \ 460 rm -f $$list 461 462clean-noinstLTLIBRARIES: 463 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 464 @list='$(noinst_LTLIBRARIES)'; \ 465 locs=`for p in $$list; do echo $$p; done | \ 466 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 467 sort -u`; \ 468 test -z "$$locs" || { \ 469 echo rm -f $${locs}; \ 470 rm -f $${locs}; \ 471 } 472 473libbrw.la: $(libbrw_la_OBJECTS) $(libbrw_la_DEPENDENCIES) $(EXTRA_libbrw_la_DEPENDENCIES) 474 $(AM_V_CCLD)$(LINK) $(libbrw_la_OBJECTS) $(libbrw_la_LIBADD) $(LIBS) 475 476brw_test$(EXEEXT): $(brw_test_OBJECTS) $(brw_test_DEPENDENCIES) $(EXTRA_brw_test_DEPENDENCIES) 477 @rm -f brw_test$(EXEEXT) 478 $(AM_V_CCLD)$(LINK) $(brw_test_OBJECTS) $(brw_test_LDADD) $(LIBS) 479 480mostlyclean-compile: 481 -rm -f *.$(OBJEXT) 482 483distclean-compile: 484 -rm -f *.tab.c 485 486@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brw_disasm.Plo@am__quote@ # am--include-marker 487@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brw_eu.Plo@am__quote@ # am--include-marker 488@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brw_eu_emit.Plo@am__quote@ # am--include-marker 489@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brw_sf.Plo@am__quote@ # am--include-marker 490@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brw_test.Po@am__quote@ # am--include-marker 491@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brw_test_gen4.Po@am__quote@ # am--include-marker 492@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brw_test_gen5.Po@am__quote@ # am--include-marker 493@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brw_test_gen6.Po@am__quote@ # am--include-marker 494@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brw_test_gen7.Po@am__quote@ # am--include-marker 495@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brw_wm.Plo@am__quote@ # am--include-marker 496 497$(am__depfiles_remade): 498 @$(MKDIR_P) $(@D) 499 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 500 501am--depfiles: $(am__depfiles_remade) 502 503.c.o: 504@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 505@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 506@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 507@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 508@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 509 510.c.obj: 511@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 512@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 513@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 514@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 515@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 516 517.c.lo: 518@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 519@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 520@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 521@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 522@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 523 524mostlyclean-libtool: 525 -rm -f *.lo 526 527clean-libtool: 528 -rm -rf .libs _libs 529 530ID: $(am__tagged_files) 531 $(am__define_uniq_tagged_files); mkid -fID $$unique 532tags: tags-am 533TAGS: tags 534 535tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 536 set x; \ 537 here=`pwd`; \ 538 $(am__define_uniq_tagged_files); \ 539 shift; \ 540 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 541 test -n "$$unique" || unique=$$empty_fix; \ 542 if test $$# -gt 0; then \ 543 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 544 "$$@" $$unique; \ 545 else \ 546 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 547 $$unique; \ 548 fi; \ 549 fi 550ctags: ctags-am 551 552CTAGS: ctags 553ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 554 $(am__define_uniq_tagged_files); \ 555 test -z "$(CTAGS_ARGS)$$unique" \ 556 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 557 $$unique 558 559GTAGS: 560 here=`$(am__cd) $(top_builddir) && pwd` \ 561 && $(am__cd) $(top_srcdir) \ 562 && gtags -i $(GTAGS_ARGS) "$$here" 563cscopelist: cscopelist-am 564 565cscopelist-am: $(am__tagged_files) 566 list='$(am__tagged_files)'; \ 567 case "$(srcdir)" in \ 568 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 569 *) sdir=$(subdir)/$(srcdir) ;; \ 570 esac; \ 571 for i in $$list; do \ 572 if test -f "$$i"; then \ 573 echo "$(subdir)/$$i"; \ 574 else \ 575 echo "$$sdir/$$i"; \ 576 fi; \ 577 done >> $(top_builddir)/cscope.files 578 579distclean-tags: 580 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 581 582distdir: $(BUILT_SOURCES) 583 $(MAKE) $(AM_MAKEFLAGS) distdir-am 584 585distdir-am: $(DISTFILES) 586 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 587 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 588 list='$(DISTFILES)'; \ 589 dist_files=`for file in $$list; do echo $$file; done | \ 590 sed -e "s|^$$srcdirstrip/||;t" \ 591 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 592 case $$dist_files in \ 593 */*) $(MKDIR_P) `echo "$$dist_files" | \ 594 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 595 sort -u` ;; \ 596 esac; \ 597 for file in $$dist_files; do \ 598 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 599 if test -d $$d/$$file; then \ 600 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 601 if test -d "$(distdir)/$$file"; then \ 602 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 603 fi; \ 604 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 605 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 606 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 607 fi; \ 608 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 609 else \ 610 test -f "$(distdir)/$$file" \ 611 || cp -p $$d/$$file "$(distdir)/$$file" \ 612 || exit 1; \ 613 fi; \ 614 done 615check-am: all-am 616check: check-am 617all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) 618installdirs: 619install: install-am 620install-exec: install-exec-am 621install-data: install-data-am 622uninstall: uninstall-am 623 624install-am: all-am 625 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 626 627installcheck: installcheck-am 628install-strip: 629 if test -z '$(STRIP)'; then \ 630 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 631 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 632 install; \ 633 else \ 634 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 635 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 636 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 637 fi 638mostlyclean-generic: 639 640clean-generic: 641 642distclean-generic: 643 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 644 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 645 646maintainer-clean-generic: 647 @echo "This command is intended for maintainers to use" 648 @echo "it deletes files that may require special tools to rebuild." 649clean: clean-am 650 651clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ 652 clean-noinstPROGRAMS mostlyclean-am 653 654distclean: distclean-am 655 -rm -f ./$(DEPDIR)/brw_disasm.Plo 656 -rm -f ./$(DEPDIR)/brw_eu.Plo 657 -rm -f ./$(DEPDIR)/brw_eu_emit.Plo 658 -rm -f ./$(DEPDIR)/brw_sf.Plo 659 -rm -f ./$(DEPDIR)/brw_test.Po 660 -rm -f ./$(DEPDIR)/brw_test_gen4.Po 661 -rm -f ./$(DEPDIR)/brw_test_gen5.Po 662 -rm -f ./$(DEPDIR)/brw_test_gen6.Po 663 -rm -f ./$(DEPDIR)/brw_test_gen7.Po 664 -rm -f ./$(DEPDIR)/brw_wm.Plo 665 -rm -f Makefile 666distclean-am: clean-am distclean-compile distclean-generic \ 667 distclean-tags 668 669dvi: dvi-am 670 671dvi-am: 672 673html: html-am 674 675html-am: 676 677info: info-am 678 679info-am: 680 681install-data-am: 682 683install-dvi: install-dvi-am 684 685install-dvi-am: 686 687install-exec-am: 688 689install-html: install-html-am 690 691install-html-am: 692 693install-info: install-info-am 694 695install-info-am: 696 697install-man: 698 699install-pdf: install-pdf-am 700 701install-pdf-am: 702 703install-ps: install-ps-am 704 705install-ps-am: 706 707installcheck-am: 708 709maintainer-clean: maintainer-clean-am 710 -rm -f ./$(DEPDIR)/brw_disasm.Plo 711 -rm -f ./$(DEPDIR)/brw_eu.Plo 712 -rm -f ./$(DEPDIR)/brw_eu_emit.Plo 713 -rm -f ./$(DEPDIR)/brw_sf.Plo 714 -rm -f ./$(DEPDIR)/brw_test.Po 715 -rm -f ./$(DEPDIR)/brw_test_gen4.Po 716 -rm -f ./$(DEPDIR)/brw_test_gen5.Po 717 -rm -f ./$(DEPDIR)/brw_test_gen6.Po 718 -rm -f ./$(DEPDIR)/brw_test_gen7.Po 719 -rm -f ./$(DEPDIR)/brw_wm.Plo 720 -rm -f Makefile 721maintainer-clean-am: distclean-am maintainer-clean-generic 722 723mostlyclean: mostlyclean-am 724 725mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 726 mostlyclean-libtool 727 728pdf: pdf-am 729 730pdf-am: 731 732ps: ps-am 733 734ps-am: 735 736uninstall-am: 737 738.MAKE: install-am install-strip 739 740.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ 741 clean-generic clean-libtool clean-noinstLTLIBRARIES \ 742 clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \ 743 distclean-compile distclean-generic distclean-libtool \ 744 distclean-tags distdir dvi dvi-am html html-am info info-am \ 745 install install-am install-data install-data-am install-dvi \ 746 install-dvi-am install-exec install-exec-am install-html \ 747 install-html-am install-info install-info-am install-man \ 748 install-pdf install-pdf-am install-ps install-ps-am \ 749 install-strip installcheck installcheck-am installdirs \ 750 maintainer-clean maintainer-clean-generic mostlyclean \ 751 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 752 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am 753 754.PRECIOUS: Makefile 755 756 757# Tell versions [3.59,3.63) of GNU make to not export all variables. 758# Otherwise a system limit (for SysV at least) may be exceeded. 759.NOEXPORT: 760