1# Makefile.in generated by automake 1.15 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2014 Free Software Foundation, Inc. 5 6# This Makefile.in is free software; the Free Software Foundation 7# gives unlimited permission to copy and/or distribute it, 8# with or without modifications, as long as this notice is preserved. 9 10# This program is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13# PARTICULAR PURPOSE. 14 15@SET_MAKE@ 16 17 18VPATH = @srcdir@ 19am__is_gnu_make = { \ 20 if test -z '$(MAKELEVEL)'; then \ 21 false; \ 22 elif test -n '$(MAKE_HOST)'; then \ 23 true; \ 24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 25 true; \ 26 else \ 27 false; \ 28 fi; \ 29} 30am__make_running_with_option = \ 31 case $${target_option-} in \ 32 ?) ;; \ 33 *) echo "am__make_running_with_option: internal error: invalid" \ 34 "target option '$${target_option-}' specified" >&2; \ 35 exit 1;; \ 36 esac; \ 37 has_opt=no; \ 38 sane_makeflags=$$MAKEFLAGS; \ 39 if $(am__is_gnu_make); then \ 40 sane_makeflags=$$MFLAGS; \ 41 else \ 42 case $$MAKEFLAGS in \ 43 *\\[\ \ ]*) \ 44 bs=\\; \ 45 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 47 esac; \ 48 fi; \ 49 skip_next=no; \ 50 strip_trailopt () \ 51 { \ 52 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 53 }; \ 54 for flg in $$sane_makeflags; do \ 55 test $$skip_next = yes && { skip_next=no; continue; }; \ 56 case $$flg in \ 57 *=*|--*) continue;; \ 58 -*I) strip_trailopt 'I'; skip_next=yes;; \ 59 -*I?*) strip_trailopt 'I';; \ 60 -*O) strip_trailopt 'O'; skip_next=yes;; \ 61 -*O?*) strip_trailopt 'O';; \ 62 -*l) strip_trailopt 'l'; skip_next=yes;; \ 63 -*l?*) strip_trailopt 'l';; \ 64 -[dEDm]) skip_next=yes;; \ 65 -[JT]) skip_next=yes;; \ 66 esac; \ 67 case $$flg in \ 68 *$$target_option*) has_opt=yes; break;; \ 69 esac; \ 70 done; \ 71 test $$has_opt = yes 72am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 73am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 74pkgdatadir = $(datadir)/@PACKAGE@ 75pkgincludedir = $(includedir)/@PACKAGE@ 76pkglibdir = $(libdir)/@PACKAGE@ 77pkglibexecdir = $(libexecdir)/@PACKAGE@ 78am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 79install_sh_DATA = $(install_sh) -c -m 644 80install_sh_PROGRAM = $(install_sh) -c 81install_sh_SCRIPT = $(install_sh) -c 82INSTALL_HEADER = $(INSTALL_DATA) 83transform = $(program_transform_name) 84NORMAL_INSTALL = : 85PRE_INSTALL = : 86POST_INSTALL = : 87NORMAL_UNINSTALL = : 88PRE_UNINSTALL = : 89POST_UNINSTALL = : 90build_triplet = @build@ 91host_triplet = @host@ 92subdir = . 93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 94am__aclocal_m4_deps = $(top_srcdir)/configure.ac 95am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 96 $(ACLOCAL_M4) 97DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 98 $(am__configure_deps) $(framebased_HEADERS) $(pseh_HEADERS) \ 99 $(am__DIST_COMMON) 100am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 101 configure.lineno config.status.lineno 102mkinstalldirs = $(install_sh) -d 103CONFIG_HEADER = config.h 104CONFIG_CLEAN_FILES = 105CONFIG_CLEAN_VPATH_FILES = 106am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 107am__vpath_adj = case $$p in \ 108 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 109 *) f=$$p;; \ 110 esac; 111am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 112am__install_max = 40 113am__nobase_strip_setup = \ 114 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 115am__nobase_strip = \ 116 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 117am__nobase_list = $(am__nobase_strip_setup); \ 118 for p in $$list; do echo "$$p $$p"; done | \ 119 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 120 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 121 if (++n[$$2] == $(am__install_max)) \ 122 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 123 END { for (dir in files) print dir, files[dir] }' 124am__base_list = \ 125 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 126 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 127am__uninstall_files_from_dir = { \ 128 test -z "$$files" \ 129 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 130 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 131 $(am__cd) "$$dir" && rm -f $$files; }; \ 132 } 133am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(framebaseddir)" \ 134 "$(DESTDIR)$(psehdir)" 135LIBRARIES = $(lib_LIBRARIES) 136AR = ar 137ARFLAGS = cru 138AM_V_AR = $(am__v_AR_@AM_V@) 139am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@) 140am__v_AR_0 = @echo " AR " $@; 141am__v_AR_1 = 142libpseh_a_AR = $(AR) $(ARFLAGS) 143libpseh_a_LIBADD = 144am__dirstamp = $(am__leading_dot)dirstamp 145am_libpseh_a_OBJECTS = src/framebased.$(OBJEXT) \ 146 src/i386/framebased-gcchack-asm.$(OBJEXT) \ 147 src/i386/framebased-gcchack.$(OBJEXT) \ 148 src/i386/framebased.$(OBJEXT) 149libpseh_a_OBJECTS = $(am_libpseh_a_OBJECTS) 150AM_V_P = $(am__v_P_@AM_V@) 151am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 152am__v_P_0 = false 153am__v_P_1 = : 154AM_V_GEN = $(am__v_GEN_@AM_V@) 155am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 156am__v_GEN_0 = @echo " GEN " $@; 157am__v_GEN_1 = 158AM_V_at = $(am__v_at_@AM_V@) 159am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 160am__v_at_0 = @ 161am__v_at_1 = 162DEFAULT_INCLUDES = -I.@am__isrc@ 163depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp 164am__depfiles_maybe = depfiles 165am__mv = mv -f 166CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 167 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) 168AM_V_CPPAS = $(am__v_CPPAS_@AM_V@) 169am__v_CPPAS_ = $(am__v_CPPAS_@AM_DEFAULT_V@) 170am__v_CPPAS_0 = @echo " CPPAS " $@; 171am__v_CPPAS_1 = 172COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 173 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 174AM_V_CC = $(am__v_CC_@AM_V@) 175am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 176am__v_CC_0 = @echo " CC " $@; 177am__v_CC_1 = 178CCLD = $(CC) 179LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 180AM_V_CCLD = $(am__v_CCLD_@AM_V@) 181am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 182am__v_CCLD_0 = @echo " CCLD " $@; 183am__v_CCLD_1 = 184SOURCES = $(libpseh_a_SOURCES) 185DIST_SOURCES = $(libpseh_a_SOURCES) 186am__can_run_installinfo = \ 187 case $$AM_UPDATE_INFO_DIR in \ 188 n|no|NO) false;; \ 189 *) (install-info --version) >/dev/null 2>&1;; \ 190 esac 191HEADERS = $(framebased_HEADERS) $(pseh_HEADERS) 192am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ 193 $(LISP)config.h.in 194# Read a list of newline-separated strings from the standard input, 195# and print each of them once, without duplicates. Input order is 196# *not* preserved. 197am__uniquify_input = $(AWK) '\ 198 BEGIN { nonempty = 0; } \ 199 { items[$$0] = 1; nonempty = 1; } \ 200 END { if (nonempty) { for (i in items) print i; }; } \ 201' 202# Make sure the list of sources is unique. This is necessary because, 203# e.g., the same source file might be shared among _SOURCES variables 204# for different programs/libraries. 205am__define_uniq_tagged_files = \ 206 list='$(am__tagged_files)'; \ 207 unique=`for i in $$list; do \ 208 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 209 done | $(am__uniquify_input)` 210ETAGS = etags 211CTAGS = ctags 212CSCOPE = cscope 213AM_RECURSIVE_TARGETS = cscope 214am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 215 $(top_srcdir)/build-aux/compile \ 216 $(top_srcdir)/build-aux/config.guess \ 217 $(top_srcdir)/build-aux/config.sub \ 218 $(top_srcdir)/build-aux/depcomp \ 219 $(top_srcdir)/build-aux/install-sh \ 220 $(top_srcdir)/build-aux/missing COPYING INSTALL \ 221 build-aux/compile build-aux/config.guess build-aux/config.sub \ 222 build-aux/depcomp build-aux/install-sh build-aux/missing 223DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 224distdir = $(PACKAGE)-$(VERSION) 225top_distdir = $(distdir) 226am__remove_distdir = \ 227 if test -d "$(distdir)"; then \ 228 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 229 && rm -rf "$(distdir)" \ 230 || { sleep 5 && rm -rf "$(distdir)"; }; \ 231 else :; fi 232am__post_remove_distdir = $(am__remove_distdir) 233DIST_ARCHIVES = $(distdir).tar.gz 234GZIP_ENV = --best 235DIST_TARGETS = dist-gzip 236distuninstallcheck_listfiles = find . -type f -print 237am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 238 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 239distcleancheck_listfiles = find . -type f -print 240ACLOCAL = @ACLOCAL@ 241AMTAR = @AMTAR@ 242AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 243AUTOCONF = @AUTOCONF@ 244AUTOHEADER = @AUTOHEADER@ 245AUTOMAKE = @AUTOMAKE@ 246AWK = @AWK@ 247CC = @CC@ 248CCAS = @CCAS@ 249CCASDEPMODE = @CCASDEPMODE@ 250CCASFLAGS = @CCASFLAGS@ 251CCDEPMODE = @CCDEPMODE@ 252CFLAGS = @CFLAGS@ 253CPP = @CPP@ 254CPPFLAGS = @CPPFLAGS@ 255CYGPATH_W = @CYGPATH_W@ 256DEFS = @DEFS@ 257DEPDIR = @DEPDIR@ 258ECHO_C = @ECHO_C@ 259ECHO_N = @ECHO_N@ 260ECHO_T = @ECHO_T@ 261EGREP = @EGREP@ 262EXEEXT = @EXEEXT@ 263GREP = @GREP@ 264INSTALL = @INSTALL@ 265INSTALL_DATA = @INSTALL_DATA@ 266INSTALL_PROGRAM = @INSTALL_PROGRAM@ 267INSTALL_SCRIPT = @INSTALL_SCRIPT@ 268INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 269LDFLAGS = @LDFLAGS@ 270LIBOBJS = @LIBOBJS@ 271LIBS = @LIBS@ 272LTLIBOBJS = @LTLIBOBJS@ 273MAKEINFO = @MAKEINFO@ 274MKDIR_P = @MKDIR_P@ 275OBJEXT = @OBJEXT@ 276PACKAGE = @PACKAGE@ 277PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 278PACKAGE_NAME = @PACKAGE_NAME@ 279PACKAGE_STRING = @PACKAGE_STRING@ 280PACKAGE_TARNAME = @PACKAGE_TARNAME@ 281PACKAGE_URL = @PACKAGE_URL@ 282PACKAGE_VERSION = @PACKAGE_VERSION@ 283PATH_SEPARATOR = @PATH_SEPARATOR@ 284RANLIB = @RANLIB@ 285SET_MAKE = @SET_MAKE@ 286SHELL = @SHELL@ 287STRIP = @STRIP@ 288VERSION = @VERSION@ 289abs_builddir = @abs_builddir@ 290abs_srcdir = @abs_srcdir@ 291abs_top_builddir = @abs_top_builddir@ 292abs_top_srcdir = @abs_top_srcdir@ 293ac_ct_CC = @ac_ct_CC@ 294am__include = @am__include@ 295am__leading_dot = @am__leading_dot@ 296am__quote = @am__quote@ 297am__tar = @am__tar@ 298am__untar = @am__untar@ 299bindir = @bindir@ 300build = @build@ 301build_alias = @build_alias@ 302build_cpu = @build_cpu@ 303build_os = @build_os@ 304build_vendor = @build_vendor@ 305builddir = @builddir@ 306datadir = @datadir@ 307datarootdir = @datarootdir@ 308docdir = @docdir@ 309dvidir = @dvidir@ 310exec_prefix = @exec_prefix@ 311host = @host@ 312host_alias = @host_alias@ 313host_cpu = @host_cpu@ 314host_os = @host_os@ 315host_vendor = @host_vendor@ 316htmldir = @htmldir@ 317includedir = @includedir@ 318infodir = @infodir@ 319install_sh = @install_sh@ 320libdir = @libdir@ 321libexecdir = @libexecdir@ 322localedir = @localedir@ 323localstatedir = @localstatedir@ 324mandir = @mandir@ 325mkdir_p = @mkdir_p@ 326oldincludedir = @oldincludedir@ 327pdfdir = @pdfdir@ 328prefix = @prefix@ 329program_transform_name = @program_transform_name@ 330psdir = @psdir@ 331sbindir = @sbindir@ 332sharedstatedir = @sharedstatedir@ 333srcdir = @srcdir@ 334sysconfdir = @sysconfdir@ 335target_alias = @target_alias@ 336top_build_prefix = @top_build_prefix@ 337top_builddir = @top_builddir@ 338top_srcdir = @top_srcdir@ 339AUTOMAKE_OPTIONS = foreign subdir-objects 340AM_CPPFLAGS = -I$(srcdir)/include 341AM_CFLAGS = -Wall -Wstrict-aliasing=2 -pedantic 342lib_LIBRARIES = libpseh.a 343libpseh_a_SOURCES = \ 344 src/framebased.c \ 345 src/i386/framebased-gcchack-asm.S \ 346 src/i386/framebased-gcchack.c \ 347 src/i386/framebased.S 348 349psehdir = $(includedir)/pseh 350framebaseddir = $(psehdir)/framebased 351pseh_HEADERS = \ 352 include/pseh/pseh2.h \ 353 include/pseh/framebased.h \ 354 include/pseh/excpt.h \ 355 include/pseh/pseh.h \ 356 include/pseh/pseh2-common.h 357 358framebased_HEADERS = include/pseh/framebased/internal.h 359all: config.h 360 $(MAKE) $(AM_MAKEFLAGS) all-am 361 362.SUFFIXES: 363.SUFFIXES: .S .c .o .obj 364am--refresh: Makefile 365 @: 366$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 367 @for dep in $?; do \ 368 case '$(am__configure_deps)' in \ 369 *$$dep*) \ 370 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 371 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 372 && exit 0; \ 373 exit 1;; \ 374 esac; \ 375 done; \ 376 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 377 $(am__cd) $(top_srcdir) && \ 378 $(AUTOMAKE) --foreign Makefile 379Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 380 @case '$?' in \ 381 *config.status*) \ 382 echo ' $(SHELL) ./config.status'; \ 383 $(SHELL) ./config.status;; \ 384 *) \ 385 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 386 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 387 esac; 388 389$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 390 $(SHELL) ./config.status --recheck 391 392$(top_srcdir)/configure: $(am__configure_deps) 393 $(am__cd) $(srcdir) && $(AUTOCONF) 394$(ACLOCAL_M4): $(am__aclocal_m4_deps) 395 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 396$(am__aclocal_m4_deps): 397 398config.h: stamp-h1 399 @test -f $@ || rm -f stamp-h1 400 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 401 402stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 403 @rm -f stamp-h1 404 cd $(top_builddir) && $(SHELL) ./config.status config.h 405$(srcdir)/config.h.in: $(am__configure_deps) 406 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 407 rm -f stamp-h1 408 touch $@ 409 410distclean-hdr: 411 -rm -f config.h stamp-h1 412install-libLIBRARIES: $(lib_LIBRARIES) 413 @$(NORMAL_INSTALL) 414 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \ 415 list2=; for p in $$list; do \ 416 if test -f $$p; then \ 417 list2="$$list2 $$p"; \ 418 else :; fi; \ 419 done; \ 420 test -z "$$list2" || { \ 421 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ 422 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ 423 echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \ 424 $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; } 425 @$(POST_INSTALL) 426 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \ 427 for p in $$list; do \ 428 if test -f $$p; then \ 429 $(am__strip_dir) \ 430 echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \ 431 ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \ 432 else :; fi; \ 433 done 434 435uninstall-libLIBRARIES: 436 @$(NORMAL_UNINSTALL) 437 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \ 438 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 439 dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir) 440 441clean-libLIBRARIES: 442 -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES) 443src/$(am__dirstamp): 444 @$(MKDIR_P) src 445 @: > src/$(am__dirstamp) 446src/$(DEPDIR)/$(am__dirstamp): 447 @$(MKDIR_P) src/$(DEPDIR) 448 @: > src/$(DEPDIR)/$(am__dirstamp) 449src/framebased.$(OBJEXT): src/$(am__dirstamp) \ 450 src/$(DEPDIR)/$(am__dirstamp) 451src/i386/$(am__dirstamp): 452 @$(MKDIR_P) src/i386 453 @: > src/i386/$(am__dirstamp) 454src/i386/$(DEPDIR)/$(am__dirstamp): 455 @$(MKDIR_P) src/i386/$(DEPDIR) 456 @: > src/i386/$(DEPDIR)/$(am__dirstamp) 457src/i386/framebased-gcchack-asm.$(OBJEXT): src/i386/$(am__dirstamp) \ 458 src/i386/$(DEPDIR)/$(am__dirstamp) 459src/i386/framebased-gcchack.$(OBJEXT): src/i386/$(am__dirstamp) \ 460 src/i386/$(DEPDIR)/$(am__dirstamp) 461src/i386/framebased.$(OBJEXT): src/i386/$(am__dirstamp) \ 462 src/i386/$(DEPDIR)/$(am__dirstamp) 463 464libpseh.a: $(libpseh_a_OBJECTS) $(libpseh_a_DEPENDENCIES) $(EXTRA_libpseh_a_DEPENDENCIES) 465 $(AM_V_at)-rm -f libpseh.a 466 $(AM_V_AR)$(libpseh_a_AR) libpseh.a $(libpseh_a_OBJECTS) $(libpseh_a_LIBADD) 467 $(AM_V_at)$(RANLIB) libpseh.a 468 469mostlyclean-compile: 470 -rm -f *.$(OBJEXT) 471 -rm -f src/*.$(OBJEXT) 472 -rm -f src/i386/*.$(OBJEXT) 473 474distclean-compile: 475 -rm -f *.tab.c 476 477@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/framebased.Po@am__quote@ 478@AMDEP_TRUE@@am__include@ @am__quote@src/i386/$(DEPDIR)/framebased-gcchack-asm.Po@am__quote@ 479@AMDEP_TRUE@@am__include@ @am__quote@src/i386/$(DEPDIR)/framebased-gcchack.Po@am__quote@ 480@AMDEP_TRUE@@am__include@ @am__quote@src/i386/$(DEPDIR)/framebased.Po@am__quote@ 481 482.S.o: 483@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 484@am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 485@am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 486@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 487@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 488@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ $< 489 490.S.obj: 491@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 492@am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 493@am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 494@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 495@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 496@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 497 498.c.o: 499@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 500@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 501@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 502@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 503@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 504@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 505 506.c.obj: 507@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 508@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 509@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.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) '$<'` 513install-framebasedHEADERS: $(framebased_HEADERS) 514 @$(NORMAL_INSTALL) 515 @list='$(framebased_HEADERS)'; test -n "$(framebaseddir)" || list=; \ 516 if test -n "$$list"; then \ 517 echo " $(MKDIR_P) '$(DESTDIR)$(framebaseddir)'"; \ 518 $(MKDIR_P) "$(DESTDIR)$(framebaseddir)" || exit 1; \ 519 fi; \ 520 for p in $$list; do \ 521 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 522 echo "$$d$$p"; \ 523 done | $(am__base_list) | \ 524 while read files; do \ 525 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(framebaseddir)'"; \ 526 $(INSTALL_HEADER) $$files "$(DESTDIR)$(framebaseddir)" || exit $$?; \ 527 done 528 529uninstall-framebasedHEADERS: 530 @$(NORMAL_UNINSTALL) 531 @list='$(framebased_HEADERS)'; test -n "$(framebaseddir)" || list=; \ 532 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 533 dir='$(DESTDIR)$(framebaseddir)'; $(am__uninstall_files_from_dir) 534install-psehHEADERS: $(pseh_HEADERS) 535 @$(NORMAL_INSTALL) 536 @list='$(pseh_HEADERS)'; test -n "$(psehdir)" || list=; \ 537 if test -n "$$list"; then \ 538 echo " $(MKDIR_P) '$(DESTDIR)$(psehdir)'"; \ 539 $(MKDIR_P) "$(DESTDIR)$(psehdir)" || exit 1; \ 540 fi; \ 541 for p in $$list; do \ 542 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 543 echo "$$d$$p"; \ 544 done | $(am__base_list) | \ 545 while read files; do \ 546 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(psehdir)'"; \ 547 $(INSTALL_HEADER) $$files "$(DESTDIR)$(psehdir)" || exit $$?; \ 548 done 549 550uninstall-psehHEADERS: 551 @$(NORMAL_UNINSTALL) 552 @list='$(pseh_HEADERS)'; test -n "$(psehdir)" || list=; \ 553 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 554 dir='$(DESTDIR)$(psehdir)'; $(am__uninstall_files_from_dir) 555 556ID: $(am__tagged_files) 557 $(am__define_uniq_tagged_files); mkid -fID $$unique 558tags: tags-am 559TAGS: tags 560 561tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 562 set x; \ 563 here=`pwd`; \ 564 $(am__define_uniq_tagged_files); \ 565 shift; \ 566 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 567 test -n "$$unique" || unique=$$empty_fix; \ 568 if test $$# -gt 0; then \ 569 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 570 "$$@" $$unique; \ 571 else \ 572 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 573 $$unique; \ 574 fi; \ 575 fi 576ctags: ctags-am 577 578CTAGS: ctags 579ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 580 $(am__define_uniq_tagged_files); \ 581 test -z "$(CTAGS_ARGS)$$unique" \ 582 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 583 $$unique 584 585GTAGS: 586 here=`$(am__cd) $(top_builddir) && pwd` \ 587 && $(am__cd) $(top_srcdir) \ 588 && gtags -i $(GTAGS_ARGS) "$$here" 589cscope: cscope.files 590 test ! -s cscope.files \ 591 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 592clean-cscope: 593 -rm -f cscope.files 594cscope.files: clean-cscope cscopelist 595cscopelist: cscopelist-am 596 597cscopelist-am: $(am__tagged_files) 598 list='$(am__tagged_files)'; \ 599 case "$(srcdir)" in \ 600 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 601 *) sdir=$(subdir)/$(srcdir) ;; \ 602 esac; \ 603 for i in $$list; do \ 604 if test -f "$$i"; then \ 605 echo "$(subdir)/$$i"; \ 606 else \ 607 echo "$$sdir/$$i"; \ 608 fi; \ 609 done >> $(top_builddir)/cscope.files 610 611distclean-tags: 612 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 613 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 614 615distdir: $(DISTFILES) 616 $(am__remove_distdir) 617 test -d "$(distdir)" || mkdir "$(distdir)" 618 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 619 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 620 list='$(DISTFILES)'; \ 621 dist_files=`for file in $$list; do echo $$file; done | \ 622 sed -e "s|^$$srcdirstrip/||;t" \ 623 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 624 case $$dist_files in \ 625 */*) $(MKDIR_P) `echo "$$dist_files" | \ 626 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 627 sort -u` ;; \ 628 esac; \ 629 for file in $$dist_files; do \ 630 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 631 if test -d $$d/$$file; then \ 632 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 633 if test -d "$(distdir)/$$file"; then \ 634 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 635 fi; \ 636 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 637 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 638 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 639 fi; \ 640 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 641 else \ 642 test -f "$(distdir)/$$file" \ 643 || cp -p $$d/$$file "$(distdir)/$$file" \ 644 || exit 1; \ 645 fi; \ 646 done 647 -test -n "$(am__skip_mode_fix)" \ 648 || find "$(distdir)" -type d ! -perm -755 \ 649 -exec chmod u+rwx,go+rx {} \; -o \ 650 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 651 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 652 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 653 || chmod -R a+r "$(distdir)" 654dist-gzip: distdir 655 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 656 $(am__post_remove_distdir) 657 658dist-bzip2: distdir 659 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 660 $(am__post_remove_distdir) 661 662dist-lzip: distdir 663 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 664 $(am__post_remove_distdir) 665 666dist-xz: distdir 667 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 668 $(am__post_remove_distdir) 669 670dist-tarZ: distdir 671 @echo WARNING: "Support for distribution archives compressed with" \ 672 "legacy program 'compress' is deprecated." >&2 673 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 674 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 675 $(am__post_remove_distdir) 676 677dist-shar: distdir 678 @echo WARNING: "Support for shar distribution archives is" \ 679 "deprecated." >&2 680 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 681 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 682 $(am__post_remove_distdir) 683 684dist-zip: distdir 685 -rm -f $(distdir).zip 686 zip -rq $(distdir).zip $(distdir) 687 $(am__post_remove_distdir) 688 689dist dist-all: 690 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 691 $(am__post_remove_distdir) 692 693# This target untars the dist file and tries a VPATH configuration. Then 694# it guarantees that the distribution is self-contained by making another 695# tarfile. 696distcheck: dist 697 case '$(DIST_ARCHIVES)' in \ 698 *.tar.gz*) \ 699 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 700 *.tar.bz2*) \ 701 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 702 *.tar.lz*) \ 703 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 704 *.tar.xz*) \ 705 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 706 *.tar.Z*) \ 707 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 708 *.shar.gz*) \ 709 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 710 *.zip*) \ 711 unzip $(distdir).zip ;;\ 712 esac 713 chmod -R a-w $(distdir) 714 chmod u+w $(distdir) 715 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 716 chmod a-w $(distdir) 717 test -d $(distdir)/_build || exit 0; \ 718 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 719 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 720 && am__cwd=`pwd` \ 721 && $(am__cd) $(distdir)/_build/sub \ 722 && ../../configure \ 723 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 724 $(DISTCHECK_CONFIGURE_FLAGS) \ 725 --srcdir=../.. --prefix="$$dc_install_base" \ 726 && $(MAKE) $(AM_MAKEFLAGS) \ 727 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 728 && $(MAKE) $(AM_MAKEFLAGS) check \ 729 && $(MAKE) $(AM_MAKEFLAGS) install \ 730 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 731 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 732 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 733 distuninstallcheck \ 734 && chmod -R a-w "$$dc_install_base" \ 735 && ({ \ 736 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 737 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 738 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 739 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 740 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 741 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 742 && rm -rf "$$dc_destdir" \ 743 && $(MAKE) $(AM_MAKEFLAGS) dist \ 744 && rm -rf $(DIST_ARCHIVES) \ 745 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 746 && cd "$$am__cwd" \ 747 || exit 1 748 $(am__post_remove_distdir) 749 @(echo "$(distdir) archives ready for distribution: "; \ 750 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 751 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 752distuninstallcheck: 753 @test -n '$(distuninstallcheck_dir)' || { \ 754 echo 'ERROR: trying to run $@ with an empty' \ 755 '$$(distuninstallcheck_dir)' >&2; \ 756 exit 1; \ 757 }; \ 758 $(am__cd) '$(distuninstallcheck_dir)' || { \ 759 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 760 exit 1; \ 761 }; \ 762 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 763 || { echo "ERROR: files left after uninstall:" ; \ 764 if test -n "$(DESTDIR)"; then \ 765 echo " (check DESTDIR support)"; \ 766 fi ; \ 767 $(distuninstallcheck_listfiles) ; \ 768 exit 1; } >&2 769distcleancheck: distclean 770 @if test '$(srcdir)' = . ; then \ 771 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 772 exit 1 ; \ 773 fi 774 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 775 || { echo "ERROR: files left in build directory after distclean:" ; \ 776 $(distcleancheck_listfiles) ; \ 777 exit 1; } >&2 778check-am: all-am 779check: check-am 780all-am: Makefile $(LIBRARIES) $(HEADERS) config.h 781installdirs: 782 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(framebaseddir)" "$(DESTDIR)$(psehdir)"; do \ 783 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 784 done 785install: install-am 786install-exec: install-exec-am 787install-data: install-data-am 788uninstall: uninstall-am 789 790install-am: all-am 791 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 792 793installcheck: installcheck-am 794install-strip: 795 if test -z '$(STRIP)'; then \ 796 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 797 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 798 install; \ 799 else \ 800 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 801 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 802 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 803 fi 804mostlyclean-generic: 805 806clean-generic: 807 808distclean-generic: 809 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 810 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 811 -rm -f src/$(DEPDIR)/$(am__dirstamp) 812 -rm -f src/$(am__dirstamp) 813 -rm -f src/i386/$(DEPDIR)/$(am__dirstamp) 814 -rm -f src/i386/$(am__dirstamp) 815 816maintainer-clean-generic: 817 @echo "This command is intended for maintainers to use" 818 @echo "it deletes files that may require special tools to rebuild." 819clean: clean-am 820 821clean-am: clean-generic clean-libLIBRARIES mostlyclean-am 822 823distclean: distclean-am 824 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 825 -rm -rf src/$(DEPDIR) src/i386/$(DEPDIR) 826 -rm -f Makefile 827distclean-am: clean-am distclean-compile distclean-generic \ 828 distclean-hdr distclean-tags 829 830dvi: dvi-am 831 832dvi-am: 833 834html: html-am 835 836html-am: 837 838info: info-am 839 840info-am: 841 842install-data-am: install-framebasedHEADERS install-psehHEADERS 843 844install-dvi: install-dvi-am 845 846install-dvi-am: 847 848install-exec-am: install-libLIBRARIES 849 850install-html: install-html-am 851 852install-html-am: 853 854install-info: install-info-am 855 856install-info-am: 857 858install-man: 859 860install-pdf: install-pdf-am 861 862install-pdf-am: 863 864install-ps: install-ps-am 865 866install-ps-am: 867 868installcheck-am: 869 870maintainer-clean: maintainer-clean-am 871 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 872 -rm -rf $(top_srcdir)/autom4te.cache 873 -rm -rf src/$(DEPDIR) src/i386/$(DEPDIR) 874 -rm -f Makefile 875maintainer-clean-am: distclean-am maintainer-clean-generic 876 877mostlyclean: mostlyclean-am 878 879mostlyclean-am: mostlyclean-compile mostlyclean-generic 880 881pdf: pdf-am 882 883pdf-am: 884 885ps: ps-am 886 887ps-am: 888 889uninstall-am: uninstall-framebasedHEADERS uninstall-libLIBRARIES \ 890 uninstall-psehHEADERS 891 892.MAKE: all install-am install-strip 893 894.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \ 895 clean-cscope clean-generic clean-libLIBRARIES cscope \ 896 cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ 897 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ 898 distcheck distclean distclean-compile distclean-generic \ 899 distclean-hdr distclean-tags distcleancheck distdir \ 900 distuninstallcheck dvi dvi-am html html-am info info-am \ 901 install install-am install-data install-data-am install-dvi \ 902 install-dvi-am install-exec install-exec-am \ 903 install-framebasedHEADERS install-html install-html-am \ 904 install-info install-info-am install-libLIBRARIES install-man \ 905 install-pdf install-pdf-am install-ps install-ps-am \ 906 install-psehHEADERS install-strip installcheck installcheck-am \ 907 installdirs maintainer-clean maintainer-clean-generic \ 908 mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ 909 ps ps-am tags tags-am uninstall uninstall-am \ 910 uninstall-framebasedHEADERS uninstall-libLIBRARIES \ 911 uninstall-psehHEADERS 912 913.PRECIOUS: Makefile 914 915 916# Tell versions [3.59,3.63) of GNU make to not export all variables. 917# Otherwise a system limit (for SysV at least) may be exceeded. 918.NOEXPORT: 919