1# Makefile.in generated by automake 1.15.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2017 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 © 2009 Intel Corporation 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# the rights to use, copy, modify, merge, publish, distribute, sublicense, 23# and/or sell copies of the Software, and to permit persons to whom the 24# 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 NONINFRINGEMENT. IN NO EVENT SHALL 33# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 35# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 36# IN THE SOFTWARE. 37# 38# Authors: 39# Eric Anholt <eric@anholt.net> 40 41VPATH = @srcdir@ 42am__is_gnu_make = { \ 43 if test -z '$(MAKELEVEL)'; then \ 44 false; \ 45 elif test -n '$(MAKE_HOST)'; then \ 46 true; \ 47 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 48 true; \ 49 else \ 50 false; \ 51 fi; \ 52} 53am__make_running_with_option = \ 54 case $${target_option-} in \ 55 ?) ;; \ 56 *) echo "am__make_running_with_option: internal error: invalid" \ 57 "target option '$${target_option-}' specified" >&2; \ 58 exit 1;; \ 59 esac; \ 60 has_opt=no; \ 61 sane_makeflags=$$MAKEFLAGS; \ 62 if $(am__is_gnu_make); then \ 63 sane_makeflags=$$MFLAGS; \ 64 else \ 65 case $$MAKEFLAGS in \ 66 *\\[\ \ ]*) \ 67 bs=\\; \ 68 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 69 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 70 esac; \ 71 fi; \ 72 skip_next=no; \ 73 strip_trailopt () \ 74 { \ 75 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 76 }; \ 77 for flg in $$sane_makeflags; do \ 78 test $$skip_next = yes && { skip_next=no; continue; }; \ 79 case $$flg in \ 80 *=*|--*) continue;; \ 81 -*I) strip_trailopt 'I'; skip_next=yes;; \ 82 -*I?*) strip_trailopt 'I';; \ 83 -*O) strip_trailopt 'O'; skip_next=yes;; \ 84 -*O?*) strip_trailopt 'O';; \ 85 -*l) strip_trailopt 'l'; skip_next=yes;; \ 86 -*l?*) strip_trailopt 'l';; \ 87 -[dEDm]) skip_next=yes;; \ 88 -[JT]) skip_next=yes;; \ 89 esac; \ 90 case $$flg in \ 91 *$$target_option*) has_opt=yes; break;; \ 92 esac; \ 93 done; \ 94 test $$has_opt = yes 95am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 96am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 97pkgdatadir = $(datadir)/@PACKAGE@ 98pkgincludedir = $(includedir)/@PACKAGE@ 99pkglibdir = $(libdir)/@PACKAGE@ 100pkglibexecdir = $(libexecdir)/@PACKAGE@ 101am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 102install_sh_DATA = $(install_sh) -c -m 644 103install_sh_PROGRAM = $(install_sh) -c 104install_sh_SCRIPT = $(install_sh) -c 105INSTALL_HEADER = $(INSTALL_DATA) 106transform = $(program_transform_name) 107NORMAL_INSTALL = : 108PRE_INSTALL = : 109POST_INSTALL = : 110NORMAL_UNINSTALL = : 111PRE_UNINSTALL = : 112POST_UNINSTALL = : 113build_triplet = @build@ 114host_triplet = @host@ 115@HAVE_MESA_SOURCE_TRUE@@HAVE_RBUG_TRUE@noinst_PROGRAMS = \ 116@HAVE_MESA_SOURCE_TRUE@@HAVE_RBUG_TRUE@ bin_to_bmp$(EXEEXT) \ 117@HAVE_MESA_SOURCE_TRUE@@HAVE_RBUG_TRUE@ simple_client$(EXEEXT) \ 118@HAVE_MESA_SOURCE_TRUE@@HAVE_RBUG_TRUE@ simple_server$(EXEEXT) \ 119@HAVE_MESA_SOURCE_TRUE@@HAVE_RBUG_TRUE@ shdr_info$(EXEEXT) \ 120@HAVE_MESA_SOURCE_TRUE@@HAVE_RBUG_TRUE@ shdr_dump$(EXEEXT) \ 121@HAVE_MESA_SOURCE_TRUE@@HAVE_RBUG_TRUE@ shdr_disable$(EXEEXT) \ 122@HAVE_MESA_SOURCE_TRUE@@HAVE_RBUG_TRUE@ ctx_info$(EXEEXT) \ 123@HAVE_MESA_SOURCE_TRUE@@HAVE_RBUG_TRUE@ ctx_rule$(EXEEXT) \ 124@HAVE_MESA_SOURCE_TRUE@@HAVE_RBUG_TRUE@ tex_info$(EXEEXT) \ 125@HAVE_MESA_SOURCE_TRUE@@HAVE_RBUG_TRUE@ tex_dump$(EXEEXT) 126subdir = src/rbug 127ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 128am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ 129 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 130 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 131 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac 132am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 133 $(ACLOCAL_M4) 134DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 135mkinstalldirs = $(install_sh) -d 136CONFIG_CLEAN_FILES = 137CONFIG_CLEAN_VPATH_FILES = 138PROGRAMS = $(noinst_PROGRAMS) 139bin_to_bmp_SOURCES = bin_to_bmp.c 140bin_to_bmp_OBJECTS = bin_to_bmp.$(OBJEXT) 141bin_to_bmp_LDADD = $(LDADD) 142AM_V_lt = $(am__v_lt_@AM_V@) 143am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 144am__v_lt_0 = --silent 145am__v_lt_1 = 146ctx_info_SOURCES = ctx_info.c 147ctx_info_OBJECTS = ctx_info.$(OBJEXT) 148ctx_info_LDADD = $(LDADD) 149ctx_rule_SOURCES = ctx_rule.c 150ctx_rule_OBJECTS = ctx_rule.$(OBJEXT) 151ctx_rule_LDADD = $(LDADD) 152shdr_disable_SOURCES = shdr_disable.c 153shdr_disable_OBJECTS = shdr_disable.$(OBJEXT) 154shdr_disable_LDADD = $(LDADD) 155shdr_dump_SOURCES = shdr_dump.c 156shdr_dump_OBJECTS = shdr_dump.$(OBJEXT) 157shdr_dump_LDADD = $(LDADD) 158shdr_info_SOURCES = shdr_info.c 159shdr_info_OBJECTS = shdr_info.$(OBJEXT) 160shdr_info_LDADD = $(LDADD) 161simple_client_SOURCES = simple_client.c 162simple_client_OBJECTS = simple_client.$(OBJEXT) 163simple_client_LDADD = $(LDADD) 164simple_server_SOURCES = simple_server.c 165simple_server_OBJECTS = simple_server.$(OBJEXT) 166simple_server_LDADD = $(LDADD) 167tex_dump_SOURCES = tex_dump.c 168tex_dump_OBJECTS = tex_dump.$(OBJEXT) 169tex_dump_LDADD = $(LDADD) 170tex_info_SOURCES = tex_info.c 171tex_info_OBJECTS = tex_info.$(OBJEXT) 172tex_info_LDADD = $(LDADD) 173AM_V_P = $(am__v_P_@AM_V@) 174am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 175am__v_P_0 = false 176am__v_P_1 = : 177AM_V_GEN = $(am__v_GEN_@AM_V@) 178am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 179am__v_GEN_0 = @echo " GEN " $@; 180am__v_GEN_1 = 181AM_V_at = $(am__v_at_@AM_V@) 182am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 183am__v_at_0 = @ 184am__v_at_1 = 185DEFAULT_INCLUDES = -I.@am__isrc@ 186depcomp = $(SHELL) $(top_srcdir)/depcomp 187am__depfiles_maybe = depfiles 188am__mv = mv -f 189COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 190 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 191LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 192 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 193 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 194 $(AM_CFLAGS) $(CFLAGS) 195AM_V_CC = $(am__v_CC_@AM_V@) 196am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 197am__v_CC_0 = @echo " CC " $@; 198am__v_CC_1 = 199CCLD = $(CC) 200LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 201 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 202 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 203AM_V_CCLD = $(am__v_CCLD_@AM_V@) 204am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 205am__v_CCLD_0 = @echo " CCLD " $@; 206am__v_CCLD_1 = 207SOURCES = bin_to_bmp.c ctx_info.c ctx_rule.c shdr_disable.c \ 208 shdr_dump.c shdr_info.c simple_client.c simple_server.c \ 209 tex_dump.c tex_info.c 210DIST_SOURCES = bin_to_bmp.c ctx_info.c ctx_rule.c shdr_disable.c \ 211 shdr_dump.c shdr_info.c simple_client.c simple_server.c \ 212 tex_dump.c tex_info.c 213am__can_run_installinfo = \ 214 case $$AM_UPDATE_INFO_DIR in \ 215 n|no|NO) false;; \ 216 *) (install-info --version) >/dev/null 2>&1;; \ 217 esac 218am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 219# Read a list of newline-separated strings from the standard input, 220# and print each of them once, without duplicates. Input order is 221# *not* preserved. 222am__uniquify_input = $(AWK) '\ 223 BEGIN { nonempty = 0; } \ 224 { items[$$0] = 1; nonempty = 1; } \ 225 END { if (nonempty) { for (i in items) print i; }; } \ 226' 227# Make sure the list of sources is unique. This is necessary because, 228# e.g., the same source file might be shared among _SOURCES variables 229# for different programs/libraries. 230am__define_uniq_tagged_files = \ 231 list='$(am__tagged_files)'; \ 232 unique=`for i in $$list; do \ 233 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 234 done | $(am__uniquify_input)` 235ETAGS = etags 236CTAGS = ctags 237am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp README 238DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 239ACLOCAL = @ACLOCAL@ 240AMTAR = @AMTAR@ 241AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 242AR = @AR@ 243AUTOCONF = @AUTOCONF@ 244AUTOHEADER = @AUTOHEADER@ 245AUTOMAKE = @AUTOMAKE@ 246AWK = @AWK@ 247CC = @CC@ 248CCDEPMODE = @CCDEPMODE@ 249CFLAGS = @CFLAGS@ 250CPP = @CPP@ 251CPPFLAGS = @CPPFLAGS@ 252CXX = @CXX@ 253CXXCPP = @CXXCPP@ 254CXXDEPMODE = @CXXDEPMODE@ 255CXXFLAGS = @CXXFLAGS@ 256CYGPATH_W = @CYGPATH_W@ 257DEFS = @DEFS@ 258DEMOS_DATA_DIR = @DEMOS_DATA_DIR@ 259DEMO_CFLAGS = @DEMO_CFLAGS@ 260DEMO_LIBS = @DEMO_LIBS@ 261DEPDIR = @DEPDIR@ 262DLLTOOL = @DLLTOOL@ 263DRM_CFLAGS = @DRM_CFLAGS@ 264DRM_LIBS = @DRM_LIBS@ 265DSYMUTIL = @DSYMUTIL@ 266DUMPBIN = @DUMPBIN@ 267ECHO_C = @ECHO_C@ 268ECHO_N = @ECHO_N@ 269ECHO_T = @ECHO_T@ 270EGL_CFLAGS = @EGL_CFLAGS@ 271EGL_LIBS = @EGL_LIBS@ 272EGREP = @EGREP@ 273EXEEXT = @EXEEXT@ 274FGREP = @FGREP@ 275FREETYPE2_CFLAGS = @FREETYPE2_CFLAGS@ 276FREETYPE2_LIBS = @FREETYPE2_LIBS@ 277GBM_CFLAGS = @GBM_CFLAGS@ 278GBM_LIBS = @GBM_LIBS@ 279GLESV1_CFLAGS = @GLESV1_CFLAGS@ 280GLESV1_LIBS = @GLESV1_LIBS@ 281GLESV2_CFLAGS = @GLESV2_CFLAGS@ 282GLESV2_LIBS = @GLESV2_LIBS@ 283GLEW_CFLAGS = @GLEW_CFLAGS@ 284GLEW_LIBS = @GLEW_LIBS@ 285GLUT_CFLAGS = @GLUT_CFLAGS@ 286GLUT_LIBS = @GLUT_LIBS@ 287GLU_CFLAGS = @GLU_CFLAGS@ 288GLU_LIBS = @GLU_LIBS@ 289GL_CFLAGS = @GL_CFLAGS@ 290GL_LIBS = @GL_LIBS@ 291GREP = @GREP@ 292INSTALL = @INSTALL@ 293INSTALL_DATA = @INSTALL_DATA@ 294INSTALL_PROGRAM = @INSTALL_PROGRAM@ 295INSTALL_SCRIPT = @INSTALL_SCRIPT@ 296INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 297LD = @LD@ 298LDFLAGS = @LDFLAGS@ 299LIBOBJS = @LIBOBJS@ 300LIBS = @LIBS@ 301LIBTOOL = @LIBTOOL@ 302LIPO = @LIPO@ 303LN_S = @LN_S@ 304LTLIBOBJS = @LTLIBOBJS@ 305LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 306MAKEINFO = @MAKEINFO@ 307MANIFEST_TOOL = @MANIFEST_TOOL@ 308MESA_GLAPI = @MESA_GLAPI@ 309MKDIR_P = @MKDIR_P@ 310NM = @NM@ 311NMEDIT = @NMEDIT@ 312OBJDUMP = @OBJDUMP@ 313OBJEXT = @OBJEXT@ 314OSMESA16_LIBS = @OSMESA16_LIBS@ 315OSMESA32_LIBS = @OSMESA32_LIBS@ 316OSMESA_CFLAGS = @OSMESA_CFLAGS@ 317OSMESA_LIBS = @OSMESA_LIBS@ 318OTOOL = @OTOOL@ 319OTOOL64 = @OTOOL64@ 320PACKAGE = @PACKAGE@ 321PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 322PACKAGE_NAME = @PACKAGE_NAME@ 323PACKAGE_STRING = @PACKAGE_STRING@ 324PACKAGE_TARNAME = @PACKAGE_TARNAME@ 325PACKAGE_URL = @PACKAGE_URL@ 326PACKAGE_VERSION = @PACKAGE_VERSION@ 327PATH_SEPARATOR = @PATH_SEPARATOR@ 328PKG_CONFIG = @PKG_CONFIG@ 329PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 330PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 331RANLIB = @RANLIB@ 332SED = @SED@ 333SET_MAKE = @SET_MAKE@ 334SHELL = @SHELL@ 335STRIP = @STRIP@ 336VERSION = @VERSION@ 337VG_CFLAGS = @VG_CFLAGS@ 338VG_LIBS = @VG_LIBS@ 339WAYLAND_CFLAGS = @WAYLAND_CFLAGS@ 340WAYLAND_LIBS = @WAYLAND_LIBS@ 341X11_CFLAGS = @X11_CFLAGS@ 342X11_LIBS = @X11_LIBS@ 343abs_builddir = @abs_builddir@ 344abs_srcdir = @abs_srcdir@ 345abs_top_builddir = @abs_top_builddir@ 346abs_top_srcdir = @abs_top_srcdir@ 347ac_ct_AR = @ac_ct_AR@ 348ac_ct_CC = @ac_ct_CC@ 349ac_ct_CXX = @ac_ct_CXX@ 350ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 351am__include = @am__include@ 352am__leading_dot = @am__leading_dot@ 353am__quote = @am__quote@ 354am__tar = @am__tar@ 355am__untar = @am__untar@ 356bindir = @bindir@ 357build = @build@ 358build_alias = @build_alias@ 359build_cpu = @build_cpu@ 360build_os = @build_os@ 361build_vendor = @build_vendor@ 362builddir = @builddir@ 363datadir = @datadir@ 364datarootdir = @datarootdir@ 365docdir = @docdir@ 366dvidir = @dvidir@ 367exec_prefix = @exec_prefix@ 368host = @host@ 369host_alias = @host_alias@ 370host_cpu = @host_cpu@ 371host_os = @host_os@ 372host_vendor = @host_vendor@ 373htmldir = @htmldir@ 374includedir = @includedir@ 375infodir = @infodir@ 376install_sh = @install_sh@ 377libdir = @libdir@ 378libexecdir = @libexecdir@ 379localedir = @localedir@ 380localstatedir = @localstatedir@ 381mandir = @mandir@ 382mkdir_p = @mkdir_p@ 383oldincludedir = @oldincludedir@ 384pdfdir = @pdfdir@ 385prefix = @prefix@ 386program_transform_name = @program_transform_name@ 387psdir = @psdir@ 388runstatedir = @runstatedir@ 389sbindir = @sbindir@ 390sharedstatedir = @sharedstatedir@ 391srcdir = @srcdir@ 392sysconfdir = @sysconfdir@ 393target_alias = @target_alias@ 394top_build_prefix = @top_build_prefix@ 395top_builddir = @top_builddir@ 396top_srcdir = @top_srcdir@ 397EXTRA_DIST = \ 398 README 399 400all: all-am 401 402.SUFFIXES: 403.SUFFIXES: .c .lo .o .obj 404$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 405 @for dep in $?; do \ 406 case '$(am__configure_deps)' in \ 407 *$$dep*) \ 408 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 409 && { if test -f $@; then exit 0; else break; fi; }; \ 410 exit 1;; \ 411 esac; \ 412 done; \ 413 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/rbug/Makefile'; \ 414 $(am__cd) $(top_srcdir) && \ 415 $(AUTOMAKE) --gnu src/rbug/Makefile 416Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 417 @case '$?' in \ 418 *config.status*) \ 419 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 420 *) \ 421 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 422 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 423 esac; 424 425$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 426 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 427 428$(top_srcdir)/configure: $(am__configure_deps) 429 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 430$(ACLOCAL_M4): $(am__aclocal_m4_deps) 431 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 432$(am__aclocal_m4_deps): 433 434clean-noinstPROGRAMS: 435 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ 436 echo " rm -f" $$list; \ 437 rm -f $$list || exit $$?; \ 438 test -n "$(EXEEXT)" || exit 0; \ 439 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 440 echo " rm -f" $$list; \ 441 rm -f $$list 442 443bin_to_bmp$(EXEEXT): $(bin_to_bmp_OBJECTS) $(bin_to_bmp_DEPENDENCIES) $(EXTRA_bin_to_bmp_DEPENDENCIES) 444 @rm -f bin_to_bmp$(EXEEXT) 445 $(AM_V_CCLD)$(LINK) $(bin_to_bmp_OBJECTS) $(bin_to_bmp_LDADD) $(LIBS) 446 447ctx_info$(EXEEXT): $(ctx_info_OBJECTS) $(ctx_info_DEPENDENCIES) $(EXTRA_ctx_info_DEPENDENCIES) 448 @rm -f ctx_info$(EXEEXT) 449 $(AM_V_CCLD)$(LINK) $(ctx_info_OBJECTS) $(ctx_info_LDADD) $(LIBS) 450 451ctx_rule$(EXEEXT): $(ctx_rule_OBJECTS) $(ctx_rule_DEPENDENCIES) $(EXTRA_ctx_rule_DEPENDENCIES) 452 @rm -f ctx_rule$(EXEEXT) 453 $(AM_V_CCLD)$(LINK) $(ctx_rule_OBJECTS) $(ctx_rule_LDADD) $(LIBS) 454 455shdr_disable$(EXEEXT): $(shdr_disable_OBJECTS) $(shdr_disable_DEPENDENCIES) $(EXTRA_shdr_disable_DEPENDENCIES) 456 @rm -f shdr_disable$(EXEEXT) 457 $(AM_V_CCLD)$(LINK) $(shdr_disable_OBJECTS) $(shdr_disable_LDADD) $(LIBS) 458 459shdr_dump$(EXEEXT): $(shdr_dump_OBJECTS) $(shdr_dump_DEPENDENCIES) $(EXTRA_shdr_dump_DEPENDENCIES) 460 @rm -f shdr_dump$(EXEEXT) 461 $(AM_V_CCLD)$(LINK) $(shdr_dump_OBJECTS) $(shdr_dump_LDADD) $(LIBS) 462 463shdr_info$(EXEEXT): $(shdr_info_OBJECTS) $(shdr_info_DEPENDENCIES) $(EXTRA_shdr_info_DEPENDENCIES) 464 @rm -f shdr_info$(EXEEXT) 465 $(AM_V_CCLD)$(LINK) $(shdr_info_OBJECTS) $(shdr_info_LDADD) $(LIBS) 466 467simple_client$(EXEEXT): $(simple_client_OBJECTS) $(simple_client_DEPENDENCIES) $(EXTRA_simple_client_DEPENDENCIES) 468 @rm -f simple_client$(EXEEXT) 469 $(AM_V_CCLD)$(LINK) $(simple_client_OBJECTS) $(simple_client_LDADD) $(LIBS) 470 471simple_server$(EXEEXT): $(simple_server_OBJECTS) $(simple_server_DEPENDENCIES) $(EXTRA_simple_server_DEPENDENCIES) 472 @rm -f simple_server$(EXEEXT) 473 $(AM_V_CCLD)$(LINK) $(simple_server_OBJECTS) $(simple_server_LDADD) $(LIBS) 474 475tex_dump$(EXEEXT): $(tex_dump_OBJECTS) $(tex_dump_DEPENDENCIES) $(EXTRA_tex_dump_DEPENDENCIES) 476 @rm -f tex_dump$(EXEEXT) 477 $(AM_V_CCLD)$(LINK) $(tex_dump_OBJECTS) $(tex_dump_LDADD) $(LIBS) 478 479tex_info$(EXEEXT): $(tex_info_OBJECTS) $(tex_info_DEPENDENCIES) $(EXTRA_tex_info_DEPENDENCIES) 480 @rm -f tex_info$(EXEEXT) 481 $(AM_V_CCLD)$(LINK) $(tex_info_OBJECTS) $(tex_info_LDADD) $(LIBS) 482 483mostlyclean-compile: 484 -rm -f *.$(OBJEXT) 485 486distclean-compile: 487 -rm -f *.tab.c 488 489@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bin_to_bmp.Po@am__quote@ 490@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctx_info.Po@am__quote@ 491@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctx_rule.Po@am__quote@ 492@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shdr_disable.Po@am__quote@ 493@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shdr_dump.Po@am__quote@ 494@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shdr_info.Po@am__quote@ 495@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simple_client.Po@am__quote@ 496@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simple_server.Po@am__quote@ 497@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tex_dump.Po@am__quote@ 498@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tex_info.Po@am__quote@ 499 500.c.o: 501@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 502@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 503@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 504@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 505@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 506 507.c.obj: 508@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 509@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 510@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 511@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 512@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 513 514.c.lo: 515@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 516@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 517@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 518@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 519@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 520 521mostlyclean-libtool: 522 -rm -f *.lo 523 524clean-libtool: 525 -rm -rf .libs _libs 526 527ID: $(am__tagged_files) 528 $(am__define_uniq_tagged_files); mkid -fID $$unique 529tags: tags-am 530TAGS: tags 531 532tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 533 set x; \ 534 here=`pwd`; \ 535 $(am__define_uniq_tagged_files); \ 536 shift; \ 537 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 538 test -n "$$unique" || unique=$$empty_fix; \ 539 if test $$# -gt 0; then \ 540 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 541 "$$@" $$unique; \ 542 else \ 543 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 544 $$unique; \ 545 fi; \ 546 fi 547ctags: ctags-am 548 549CTAGS: ctags 550ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 551 $(am__define_uniq_tagged_files); \ 552 test -z "$(CTAGS_ARGS)$$unique" \ 553 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 554 $$unique 555 556GTAGS: 557 here=`$(am__cd) $(top_builddir) && pwd` \ 558 && $(am__cd) $(top_srcdir) \ 559 && gtags -i $(GTAGS_ARGS) "$$here" 560cscopelist: cscopelist-am 561 562cscopelist-am: $(am__tagged_files) 563 list='$(am__tagged_files)'; \ 564 case "$(srcdir)" in \ 565 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 566 *) sdir=$(subdir)/$(srcdir) ;; \ 567 esac; \ 568 for i in $$list; do \ 569 if test -f "$$i"; then \ 570 echo "$(subdir)/$$i"; \ 571 else \ 572 echo "$$sdir/$$i"; \ 573 fi; \ 574 done >> $(top_builddir)/cscope.files 575 576distclean-tags: 577 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 578 579distdir: $(DISTFILES) 580 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 581 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 582 list='$(DISTFILES)'; \ 583 dist_files=`for file in $$list; do echo $$file; done | \ 584 sed -e "s|^$$srcdirstrip/||;t" \ 585 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 586 case $$dist_files in \ 587 */*) $(MKDIR_P) `echo "$$dist_files" | \ 588 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 589 sort -u` ;; \ 590 esac; \ 591 for file in $$dist_files; do \ 592 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 593 if test -d $$d/$$file; then \ 594 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 595 if test -d "$(distdir)/$$file"; then \ 596 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 597 fi; \ 598 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 599 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 600 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 601 fi; \ 602 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 603 else \ 604 test -f "$(distdir)/$$file" \ 605 || cp -p $$d/$$file "$(distdir)/$$file" \ 606 || exit 1; \ 607 fi; \ 608 done 609check-am: all-am 610check: check-am 611all-am: Makefile $(PROGRAMS) 612installdirs: 613install: install-am 614install-exec: install-exec-am 615install-data: install-data-am 616uninstall: uninstall-am 617 618install-am: all-am 619 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 620 621installcheck: installcheck-am 622install-strip: 623 if test -z '$(STRIP)'; then \ 624 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 625 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 626 install; \ 627 else \ 628 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 629 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 630 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 631 fi 632mostlyclean-generic: 633 634clean-generic: 635 636distclean-generic: 637 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 638 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 639 640maintainer-clean-generic: 641 @echo "This command is intended for maintainers to use" 642 @echo "it deletes files that may require special tools to rebuild." 643clean: clean-am 644 645clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ 646 mostlyclean-am 647 648distclean: distclean-am 649 -rm -rf ./$(DEPDIR) 650 -rm -f Makefile 651distclean-am: clean-am distclean-compile distclean-generic \ 652 distclean-tags 653 654dvi: dvi-am 655 656dvi-am: 657 658html: html-am 659 660html-am: 661 662info: info-am 663 664info-am: 665 666install-data-am: 667 668install-dvi: install-dvi-am 669 670install-dvi-am: 671 672install-exec-am: 673 674install-html: install-html-am 675 676install-html-am: 677 678install-info: install-info-am 679 680install-info-am: 681 682install-man: 683 684install-pdf: install-pdf-am 685 686install-pdf-am: 687 688install-ps: install-ps-am 689 690install-ps-am: 691 692installcheck-am: 693 694maintainer-clean: maintainer-clean-am 695 -rm -rf ./$(DEPDIR) 696 -rm -f Makefile 697maintainer-clean-am: distclean-am maintainer-clean-generic 698 699mostlyclean: mostlyclean-am 700 701mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 702 mostlyclean-libtool 703 704pdf: pdf-am 705 706pdf-am: 707 708ps: ps-am 709 710ps-am: 711 712uninstall-am: 713 714.MAKE: install-am install-strip 715 716.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 717 clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \ 718 ctags-am distclean distclean-compile distclean-generic \ 719 distclean-libtool distclean-tags distdir dvi dvi-am html \ 720 html-am info info-am install install-am install-data \ 721 install-data-am install-dvi install-dvi-am install-exec \ 722 install-exec-am install-html install-html-am install-info \ 723 install-info-am install-man install-pdf install-pdf-am \ 724 install-ps install-ps-am install-strip installcheck \ 725 installcheck-am installdirs maintainer-clean \ 726 maintainer-clean-generic mostlyclean mostlyclean-compile \ 727 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 728 tags tags-am uninstall uninstall-am 729 730.PRECIOUS: Makefile 731 732 733# Tell versions [3.59,3.63) of GNU make to not export all variables. 734# Otherwise a system limit (for SysV at least) may be exceeded. 735.NOEXPORT: 736