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