Makefile.in revision 428d7b3d
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 17VPATH = @srcdir@ 18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 19am__make_running_with_option = \ 20 case $${target_option-} in \ 21 ?) ;; \ 22 *) echo "am__make_running_with_option: internal error: invalid" \ 23 "target option '$${target_option-}' specified" >&2; \ 24 exit 1;; \ 25 esac; \ 26 has_opt=no; \ 27 sane_makeflags=$$MAKEFLAGS; \ 28 if $(am__is_gnu_make); then \ 29 sane_makeflags=$$MFLAGS; \ 30 else \ 31 case $$MAKEFLAGS in \ 32 *\\[\ \ ]*) \ 33 bs=\\; \ 34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 36 esac; \ 37 fi; \ 38 skip_next=no; \ 39 strip_trailopt () \ 40 { \ 41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 42 }; \ 43 for flg in $$sane_makeflags; do \ 44 test $$skip_next = yes && { skip_next=no; continue; }; \ 45 case $$flg in \ 46 *=*|--*) continue;; \ 47 -*I) strip_trailopt 'I'; skip_next=yes;; \ 48 -*I?*) strip_trailopt 'I';; \ 49 -*O) strip_trailopt 'O'; skip_next=yes;; \ 50 -*O?*) strip_trailopt 'O';; \ 51 -*l) strip_trailopt 'l'; skip_next=yes;; \ 52 -*l?*) strip_trailopt 'l';; \ 53 -[dEDm]) skip_next=yes;; \ 54 -[JT]) skip_next=yes;; \ 55 esac; \ 56 case $$flg in \ 57 *$$target_option*) has_opt=yes; break;; \ 58 esac; \ 59 done; \ 60 test $$has_opt = yes 61am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 62am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 63pkgdatadir = $(datadir)/@PACKAGE@ 64pkgincludedir = $(includedir)/@PACKAGE@ 65pkglibdir = $(libdir)/@PACKAGE@ 66pkglibexecdir = $(libexecdir)/@PACKAGE@ 67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 68install_sh_DATA = $(install_sh) -c -m 644 69install_sh_PROGRAM = $(install_sh) -c 70install_sh_SCRIPT = $(install_sh) -c 71INSTALL_HEADER = $(INSTALL_DATA) 72transform = $(program_transform_name) 73NORMAL_INSTALL = : 74PRE_INSTALL = : 75POST_INSTALL = : 76NORMAL_UNINSTALL = : 77PRE_UNINSTALL = : 78POST_UNINSTALL = : 79build_triplet = @build@ 80host_triplet = @host@ 81@UMS_TRUE@am__append_1 = i810 82@UMS_TRUE@am__append_2 = 83@UMS_TRUE@am__append_3 = \ 84@UMS_TRUE@ i810/liblegacy-i810.la \ 85@UMS_TRUE@ $(NULL) 86 87subdir = src/legacy 88DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am README 89ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 90am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ 91 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 92 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 93 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac 94am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 95 $(ACLOCAL_M4) 96mkinstalldirs = $(install_sh) -d 97CONFIG_HEADER = $(top_builddir)/config.h 98CONFIG_CLEAN_FILES = 99CONFIG_CLEAN_VPATH_FILES = 100LTLIBRARIES = $(noinst_LTLIBRARIES) 101am__DEPENDENCIES_1 = 102@UMS_TRUE@am__DEPENDENCIES_2 = i810/liblegacy-i810.la \ 103@UMS_TRUE@ $(am__DEPENDENCIES_1) 104liblegacy_la_DEPENDENCIES = $(am__DEPENDENCIES_2) 105am__objects_1 = 106am_liblegacy_la_OBJECTS = $(am__objects_1) 107liblegacy_la_OBJECTS = $(am_liblegacy_la_OBJECTS) 108AM_V_lt = $(am__v_lt_@AM_V@) 109am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 110am__v_lt_0 = --silent 111am__v_lt_1 = 112AM_V_P = $(am__v_P_@AM_V@) 113am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 114am__v_P_0 = false 115am__v_P_1 = : 116AM_V_GEN = $(am__v_GEN_@AM_V@) 117am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 118am__v_GEN_0 = @echo " GEN " $@; 119am__v_GEN_1 = 120AM_V_at = $(am__v_at_@AM_V@) 121am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 122am__v_at_0 = @ 123am__v_at_1 = 124DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 125COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 126 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 127LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 128 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 129 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 130 $(AM_CFLAGS) $(CFLAGS) 131AM_V_CC = $(am__v_CC_@AM_V@) 132am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 133am__v_CC_0 = @echo " CC " $@; 134am__v_CC_1 = 135CCLD = $(CC) 136LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 137 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 138 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 139AM_V_CCLD = $(am__v_CCLD_@AM_V@) 140am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 141am__v_CCLD_0 = @echo " CCLD " $@; 142am__v_CCLD_1 = 143SOURCES = $(liblegacy_la_SOURCES) 144DIST_SOURCES = $(liblegacy_la_SOURCES) 145RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 146 ctags-recursive dvi-recursive html-recursive info-recursive \ 147 install-data-recursive install-dvi-recursive \ 148 install-exec-recursive install-html-recursive \ 149 install-info-recursive install-pdf-recursive \ 150 install-ps-recursive install-recursive installcheck-recursive \ 151 installdirs-recursive pdf-recursive ps-recursive \ 152 tags-recursive uninstall-recursive 153am__can_run_installinfo = \ 154 case $$AM_UPDATE_INFO_DIR in \ 155 n|no|NO) false;; \ 156 *) (install-info --version) >/dev/null 2>&1;; \ 157 esac 158RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 159 distclean-recursive maintainer-clean-recursive 160am__recursive_targets = \ 161 $(RECURSIVE_TARGETS) \ 162 $(RECURSIVE_CLEAN_TARGETS) \ 163 $(am__extra_recursive_targets) 164AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 165 distdir 166am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 167# Read a list of newline-separated strings from the standard input, 168# and print each of them once, without duplicates. Input order is 169# *not* preserved. 170am__uniquify_input = $(AWK) '\ 171 BEGIN { nonempty = 0; } \ 172 { items[$$0] = 1; nonempty = 1; } \ 173 END { if (nonempty) { for (i in items) print i; }; } \ 174' 175# Make sure the list of sources is unique. This is necessary because, 176# e.g., the same source file might be shared among _SOURCES variables 177# for different programs/libraries. 178am__define_uniq_tagged_files = \ 179 list='$(am__tagged_files)'; \ 180 unique=`for i in $$list; do \ 181 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 182 done | $(am__uniquify_input)` 183ETAGS = etags 184CTAGS = ctags 185DIST_SUBDIRS = i810 186DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 187am__relativize = \ 188 dir0=`pwd`; \ 189 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 190 sed_rest='s,^[^/]*/*,,'; \ 191 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 192 sed_butlast='s,/*[^/]*$$,,'; \ 193 while test -n "$$dir1"; do \ 194 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 195 if test "$$first" != "."; then \ 196 if test "$$first" = ".."; then \ 197 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 198 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 199 else \ 200 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 201 if test "$$first2" = "$$first"; then \ 202 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 203 else \ 204 dir2="../$$dir2"; \ 205 fi; \ 206 dir0="$$dir0"/"$$first"; \ 207 fi; \ 208 fi; \ 209 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 210 done; \ 211 reldir="$$dir2" 212ACLOCAL = @ACLOCAL@ 213ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 214ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 215AMTAR = @AMTAR@ 216AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 217APP_MAN_DIR = @APP_MAN_DIR@ 218APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 219AR = @AR@ 220AUTOCONF = @AUTOCONF@ 221AUTOHEADER = @AUTOHEADER@ 222AUTOMAKE = @AUTOMAKE@ 223AWK = @AWK@ 224BASE_CFLAGS = @BASE_CFLAGS@ 225CC = @CC@ 226CCDEPMODE = @CCDEPMODE@ 227CFLAGS = @CFLAGS@ 228CHANGELOG_CMD = @CHANGELOG_CMD@ 229CLOCK_GETTIME_LIBS = @CLOCK_GETTIME_LIBS@ 230CPP = @CPP@ 231CPPFLAGS = @CPPFLAGS@ 232CWARNFLAGS = @CWARNFLAGS@ 233CYGPATH_W = @CYGPATH_W@ 234DEFS = @DEFS@ 235DEPDIR = @DEPDIR@ 236DLLTOOL = @DLLTOOL@ 237DRI1_CFLAGS = @DRI1_CFLAGS@ 238DRI1_LIBS = @DRI1_LIBS@ 239DRI2_CFLAGS = @DRI2_CFLAGS@ 240DRI2_LIBS = @DRI2_LIBS@ 241DRI3_CFLAGS = @DRI3_CFLAGS@ 242DRI3_LIBS = @DRI3_LIBS@ 243DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 244DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 245DRIVER_NAME = @DRIVER_NAME@ 246DRI_DRIVER_PATH = @DRI_DRIVER_PATH@ 247DRMINTEL_CFLAGS = @DRMINTEL_CFLAGS@ 248DRMINTEL_LIBS = @DRMINTEL_LIBS@ 249DRM_CFLAGS = @DRM_CFLAGS@ 250DRM_LIBS = @DRM_LIBS@ 251DSYMUTIL = @DSYMUTIL@ 252DUMPBIN = @DUMPBIN@ 253ECHO_C = @ECHO_C@ 254ECHO_N = @ECHO_N@ 255ECHO_T = @ECHO_T@ 256EGREP = @EGREP@ 257EXEEXT = @EXEEXT@ 258FGREP = @FGREP@ 259FILE_MAN_DIR = @FILE_MAN_DIR@ 260FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 261GEN4ASM_CFLAGS = @GEN4ASM_CFLAGS@ 262GEN4ASM_LIBS = @GEN4ASM_LIBS@ 263GREP = @GREP@ 264INSTALL = @INSTALL@ 265INSTALL_CMD = @INSTALL_CMD@ 266INSTALL_DATA = @INSTALL_DATA@ 267INSTALL_PROGRAM = @INSTALL_PROGRAM@ 268INSTALL_SCRIPT = @INSTALL_SCRIPT@ 269INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 270INTEL_GEN4ASM = @INTEL_GEN4ASM@ 271IVO_CFLAGS = @IVO_CFLAGS@ 272IVO_EXTRA_CFLAGS = @IVO_EXTRA_CFLAGS@ 273IVO_EXTRA_LIBS = @IVO_EXTRA_LIBS@ 274IVO_LIBS = @IVO_LIBS@ 275LD = @LD@ 276LDFLAGS = @LDFLAGS@ 277LIBEXEC_PATH = @LIBEXEC_PATH@ 278LIBOBJS = @LIBOBJS@ 279LIBS = @LIBS@ 280LIBTOOL = @LIBTOOL@ 281LIB_MAN_DIR = @LIB_MAN_DIR@ 282LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 283LIPO = @LIPO@ 284LN_S = @LN_S@ 285LTLIBOBJS = @LTLIBOBJS@ 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@ 321UDEV_CFLAGS = @UDEV_CFLAGS@ 322UDEV_LIBS = @UDEV_LIBS@ 323VALGRIND_CFLAGS = @VALGRIND_CFLAGS@ 324VALGRIND_LIBS = @VALGRIND_LIBS@ 325VERSION = @VERSION@ 326X11_CFLAGS = @X11_CFLAGS@ 327X11_DRI3_CFLAGS = @X11_DRI3_CFLAGS@ 328X11_DRI3_LIBS = @X11_DRI3_LIBS@ 329X11_LIBS = @X11_LIBS@ 330XORG_CFLAGS = @XORG_CFLAGS@ 331XORG_LIBS = @XORG_LIBS@ 332XORG_MAN_PAGE = @XORG_MAN_PAGE@ 333XVMCLIB_CFLAGS = @XVMCLIB_CFLAGS@ 334XVMCLIB_LIBS = @XVMCLIB_LIBS@ 335abs_builddir = @abs_builddir@ 336abs_srcdir = @abs_srcdir@ 337abs_top_builddir = @abs_top_builddir@ 338abs_top_srcdir = @abs_top_srcdir@ 339ac_ct_AR = @ac_ct_AR@ 340ac_ct_CC = @ac_ct_CC@ 341ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 342am__include = @am__include@ 343am__leading_dot = @am__leading_dot@ 344am__quote = @am__quote@ 345am__tar = @am__tar@ 346am__untar = @am__untar@ 347bindir = @bindir@ 348build = @build@ 349build_alias = @build_alias@ 350build_cpu = @build_cpu@ 351build_os = @build_os@ 352build_vendor = @build_vendor@ 353builddir = @builddir@ 354datadir = @datadir@ 355datarootdir = @datarootdir@ 356docdir = @docdir@ 357dvidir = @dvidir@ 358exec_prefix = @exec_prefix@ 359host = @host@ 360host_alias = @host_alias@ 361host_cpu = @host_cpu@ 362host_os = @host_os@ 363host_vendor = @host_vendor@ 364htmldir = @htmldir@ 365includedir = @includedir@ 366infodir = @infodir@ 367install_sh = @install_sh@ 368libdir = @libdir@ 369libexecdir = @libexecdir@ 370localedir = @localedir@ 371localstatedir = @localstatedir@ 372mandir = @mandir@ 373mkdir_p = @mkdir_p@ 374moduledir = @moduledir@ 375oldincludedir = @oldincludedir@ 376pdfdir = @pdfdir@ 377prefix = @prefix@ 378program_transform_name = @program_transform_name@ 379psdir = @psdir@ 380sbindir = @sbindir@ 381sharedstatedir = @sharedstatedir@ 382srcdir = @srcdir@ 383sysconfdir = @sysconfdir@ 384target_alias = @target_alias@ 385top_build_prefix = @top_build_prefix@ 386top_builddir = @top_builddir@ 387top_srcdir = @top_srcdir@ 388SUBDIRS = $(am__append_1) 389noinst_LTLIBRARIES = liblegacy.la 390NULL := # 391liblegacy_la_SOURCES = legacy.h $(am__append_2) 392liblegacy_la_LIBADD = $(am__append_3) 393EXTRA_DIST = README 394all: all-recursive 395 396.SUFFIXES: 397$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 398 @for dep in $?; do \ 399 case '$(am__configure_deps)' in \ 400 *$$dep*) \ 401 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 402 && { if test -f $@; then exit 0; else break; fi; }; \ 403 exit 1;; \ 404 esac; \ 405 done; \ 406 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/legacy/Makefile'; \ 407 $(am__cd) $(top_srcdir) && \ 408 $(AUTOMAKE) --foreign src/legacy/Makefile 409.PRECIOUS: Makefile 410Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 411 @case '$?' in \ 412 *config.status*) \ 413 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 414 *) \ 415 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 416 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 417 esac; 418 419$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 420 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 421 422$(top_srcdir)/configure: $(am__configure_deps) 423 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 424$(ACLOCAL_M4): $(am__aclocal_m4_deps) 425 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 426$(am__aclocal_m4_deps): 427 428clean-noinstLTLIBRARIES: 429 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 430 @list='$(noinst_LTLIBRARIES)'; \ 431 locs=`for p in $$list; do echo $$p; done | \ 432 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 433 sort -u`; \ 434 test -z "$$locs" || { \ 435 echo rm -f $${locs}; \ 436 rm -f $${locs}; \ 437 } 438 439liblegacy.la: $(liblegacy_la_OBJECTS) $(liblegacy_la_DEPENDENCIES) $(EXTRA_liblegacy_la_DEPENDENCIES) 440 $(AM_V_CCLD)$(LINK) $(liblegacy_la_OBJECTS) $(liblegacy_la_LIBADD) $(LIBS) 441 442mostlyclean-compile: 443 -rm -f *.$(OBJEXT) 444 445distclean-compile: 446 -rm -f *.tab.c 447 448mostlyclean-libtool: 449 -rm -f *.lo 450 451clean-libtool: 452 -rm -rf .libs _libs 453 454# This directory's subdirectories are mostly independent; you can cd 455# into them and run 'make' without going through this Makefile. 456# To change the values of 'make' variables: instead of editing Makefiles, 457# (1) if the variable is set in 'config.status', edit 'config.status' 458# (which will cause the Makefiles to be regenerated when you run 'make'); 459# (2) otherwise, pass the desired values on the 'make' command line. 460$(am__recursive_targets): 461 @fail=; \ 462 if $(am__make_keepgoing); then \ 463 failcom='fail=yes'; \ 464 else \ 465 failcom='exit 1'; \ 466 fi; \ 467 dot_seen=no; \ 468 target=`echo $@ | sed s/-recursive//`; \ 469 case "$@" in \ 470 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 471 *) list='$(SUBDIRS)' ;; \ 472 esac; \ 473 for subdir in $$list; do \ 474 echo "Making $$target in $$subdir"; \ 475 if test "$$subdir" = "."; then \ 476 dot_seen=yes; \ 477 local_target="$$target-am"; \ 478 else \ 479 local_target="$$target"; \ 480 fi; \ 481 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 482 || eval $$failcom; \ 483 done; \ 484 if test "$$dot_seen" = "no"; then \ 485 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 486 fi; test -z "$$fail" 487 488ID: $(am__tagged_files) 489 $(am__define_uniq_tagged_files); mkid -fID $$unique 490tags: tags-recursive 491TAGS: tags 492 493tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 494 set x; \ 495 here=`pwd`; \ 496 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 497 include_option=--etags-include; \ 498 empty_fix=.; \ 499 else \ 500 include_option=--include; \ 501 empty_fix=; \ 502 fi; \ 503 list='$(SUBDIRS)'; for subdir in $$list; do \ 504 if test "$$subdir" = .; then :; else \ 505 test ! -f $$subdir/TAGS || \ 506 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 507 fi; \ 508 done; \ 509 $(am__define_uniq_tagged_files); \ 510 shift; \ 511 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 512 test -n "$$unique" || unique=$$empty_fix; \ 513 if test $$# -gt 0; then \ 514 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 515 "$$@" $$unique; \ 516 else \ 517 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 518 $$unique; \ 519 fi; \ 520 fi 521ctags: ctags-recursive 522 523CTAGS: ctags 524ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 525 $(am__define_uniq_tagged_files); \ 526 test -z "$(CTAGS_ARGS)$$unique" \ 527 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 528 $$unique 529 530GTAGS: 531 here=`$(am__cd) $(top_builddir) && pwd` \ 532 && $(am__cd) $(top_srcdir) \ 533 && gtags -i $(GTAGS_ARGS) "$$here" 534cscopelist: cscopelist-recursive 535 536cscopelist-am: $(am__tagged_files) 537 list='$(am__tagged_files)'; \ 538 case "$(srcdir)" in \ 539 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 540 *) sdir=$(subdir)/$(srcdir) ;; \ 541 esac; \ 542 for i in $$list; do \ 543 if test -f "$$i"; then \ 544 echo "$(subdir)/$$i"; \ 545 else \ 546 echo "$$sdir/$$i"; \ 547 fi; \ 548 done >> $(top_builddir)/cscope.files 549 550distclean-tags: 551 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 552 553distdir: $(DISTFILES) 554 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 555 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 556 list='$(DISTFILES)'; \ 557 dist_files=`for file in $$list; do echo $$file; done | \ 558 sed -e "s|^$$srcdirstrip/||;t" \ 559 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 560 case $$dist_files in \ 561 */*) $(MKDIR_P) `echo "$$dist_files" | \ 562 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 563 sort -u` ;; \ 564 esac; \ 565 for file in $$dist_files; do \ 566 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 567 if test -d $$d/$$file; then \ 568 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 569 if test -d "$(distdir)/$$file"; then \ 570 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 571 fi; \ 572 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 573 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 574 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 575 fi; \ 576 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 577 else \ 578 test -f "$(distdir)/$$file" \ 579 || cp -p $$d/$$file "$(distdir)/$$file" \ 580 || exit 1; \ 581 fi; \ 582 done 583 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 584 if test "$$subdir" = .; then :; else \ 585 $(am__make_dryrun) \ 586 || test -d "$(distdir)/$$subdir" \ 587 || $(MKDIR_P) "$(distdir)/$$subdir" \ 588 || exit 1; \ 589 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 590 $(am__relativize); \ 591 new_distdir=$$reldir; \ 592 dir1=$$subdir; dir2="$(top_distdir)"; \ 593 $(am__relativize); \ 594 new_top_distdir=$$reldir; \ 595 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 596 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 597 ($(am__cd) $$subdir && \ 598 $(MAKE) $(AM_MAKEFLAGS) \ 599 top_distdir="$$new_top_distdir" \ 600 distdir="$$new_distdir" \ 601 am__remove_distdir=: \ 602 am__skip_length_check=: \ 603 am__skip_mode_fix=: \ 604 distdir) \ 605 || exit 1; \ 606 fi; \ 607 done 608check-am: all-am 609check: check-recursive 610all-am: Makefile $(LTLIBRARIES) 611installdirs: installdirs-recursive 612installdirs-am: 613install: install-recursive 614install-exec: install-exec-recursive 615install-data: install-data-recursive 616uninstall: uninstall-recursive 617 618install-am: all-am 619 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 620 621installcheck: installcheck-recursive 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-recursive 644 645clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ 646 mostlyclean-am 647 648distclean: distclean-recursive 649 -rm -f Makefile 650distclean-am: clean-am distclean-compile distclean-generic \ 651 distclean-tags 652 653dvi: dvi-recursive 654 655dvi-am: 656 657html: html-recursive 658 659html-am: 660 661info: info-recursive 662 663info-am: 664 665install-data-am: 666 667install-dvi: install-dvi-recursive 668 669install-dvi-am: 670 671install-exec-am: 672 673install-html: install-html-recursive 674 675install-html-am: 676 677install-info: install-info-recursive 678 679install-info-am: 680 681install-man: 682 683install-pdf: install-pdf-recursive 684 685install-pdf-am: 686 687install-ps: install-ps-recursive 688 689install-ps-am: 690 691installcheck-am: 692 693maintainer-clean: maintainer-clean-recursive 694 -rm -f Makefile 695maintainer-clean-am: distclean-am maintainer-clean-generic 696 697mostlyclean: mostlyclean-recursive 698 699mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 700 mostlyclean-libtool 701 702pdf: pdf-recursive 703 704pdf-am: 705 706ps: ps-recursive 707 708ps-am: 709 710uninstall-am: 711 712.MAKE: $(am__recursive_targets) install-am install-strip 713 714.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 715 check-am clean clean-generic clean-libtool \ 716 clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \ 717 distclean-compile distclean-generic distclean-libtool \ 718 distclean-tags distdir dvi dvi-am html html-am info info-am \ 719 install install-am install-data install-data-am install-dvi \ 720 install-dvi-am install-exec install-exec-am install-html \ 721 install-html-am install-info install-info-am install-man \ 722 install-pdf install-pdf-am install-ps install-ps-am \ 723 install-strip installcheck installcheck-am installdirs \ 724 installdirs-am maintainer-clean maintainer-clean-generic \ 725 mostlyclean mostlyclean-compile mostlyclean-generic \ 726 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 727 uninstall-am 728 729 730# Tell versions [3.59,3.63) of GNU make to not export all variables. 731# Otherwise a system limit (for SysV at least) may be exceeded. 732.NOEXPORT: 733