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@ 81subdir = src/sna/fb 82DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 83 $(top_srcdir)/depcomp README 84ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 85am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ 86 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 87 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 88 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac 89am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 90 $(ACLOCAL_M4) 91mkinstalldirs = $(install_sh) -d 92CONFIG_HEADER = $(top_builddir)/config.h 93CONFIG_CLEAN_FILES = 94CONFIG_CLEAN_VPATH_FILES = 95LTLIBRARIES = $(noinst_LTLIBRARIES) 96libfb_la_DEPENDENCIES = 97am_libfb_la_OBJECTS = libfb_la-fbarc.lo libfb_la-fbbitmap.lo \ 98 libfb_la-fbblt.lo libfb_la-fbbltone.lo libfb_la-fbclip.lo \ 99 libfb_la-fbcopy.lo libfb_la-fbfill.lo libfb_la-fbgc.lo \ 100 libfb_la-fbglyph.lo libfb_la-fbimage.lo libfb_la-fbline.lo \ 101 libfb_la-fbpict.lo libfb_la-fbpoint.lo libfb_la-fbpush.lo \ 102 libfb_la-fbseg.lo libfb_la-fbspan.lo libfb_la-fbstipple.lo \ 103 libfb_la-fbtile.lo libfb_la-fbutil.lo 104libfb_la_OBJECTS = $(am_libfb_la_OBJECTS) 105AM_V_lt = $(am__v_lt_@AM_V@) 106am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 107am__v_lt_0 = --silent 108am__v_lt_1 = 109libfb_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 110 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libfb_la_CFLAGS) \ 111 $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 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) 125depcomp = $(SHELL) $(top_srcdir)/depcomp 126am__depfiles_maybe = depfiles 127am__mv = mv -f 128COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 129 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 130LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 131 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 132 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 133 $(AM_CFLAGS) $(CFLAGS) 134AM_V_CC = $(am__v_CC_@AM_V@) 135am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 136am__v_CC_0 = @echo " CC " $@; 137am__v_CC_1 = 138CCLD = $(CC) 139LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 140 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 141 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 142AM_V_CCLD = $(am__v_CCLD_@AM_V@) 143am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 144am__v_CCLD_0 = @echo " CCLD " $@; 145am__v_CCLD_1 = 146SOURCES = $(libfb_la_SOURCES) 147DIST_SOURCES = $(libfb_la_SOURCES) 148am__can_run_installinfo = \ 149 case $$AM_UPDATE_INFO_DIR in \ 150 n|no|NO) false;; \ 151 *) (install-info --version) >/dev/null 2>&1;; \ 152 esac 153am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 154# Read a list of newline-separated strings from the standard input, 155# and print each of them once, without duplicates. Input order is 156# *not* preserved. 157am__uniquify_input = $(AWK) '\ 158 BEGIN { nonempty = 0; } \ 159 { items[$$0] = 1; nonempty = 1; } \ 160 END { if (nonempty) { for (i in items) print i; }; } \ 161' 162# Make sure the list of sources is unique. This is necessary because, 163# e.g., the same source file might be shared among _SOURCES variables 164# for different programs/libraries. 165am__define_uniq_tagged_files = \ 166 list='$(am__tagged_files)'; \ 167 unique=`for i in $$list; do \ 168 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 169 done | $(am__uniquify_input)` 170ETAGS = etags 171CTAGS = ctags 172DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 173ACLOCAL = @ACLOCAL@ 174ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 175ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 176AMTAR = @AMTAR@ 177AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 178APP_MAN_DIR = @APP_MAN_DIR@ 179APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 180AR = @AR@ 181AUTOCONF = @AUTOCONF@ 182AUTOHEADER = @AUTOHEADER@ 183AUTOMAKE = @AUTOMAKE@ 184AWK = @AWK@ 185BASE_CFLAGS = @BASE_CFLAGS@ 186CC = @CC@ 187CCDEPMODE = @CCDEPMODE@ 188CFLAGS = @CFLAGS@ 189CHANGELOG_CMD = @CHANGELOG_CMD@ 190CLOCK_GETTIME_LIBS = @CLOCK_GETTIME_LIBS@ 191CPP = @CPP@ 192CPPFLAGS = @CPPFLAGS@ 193CWARNFLAGS = @CWARNFLAGS@ 194CYGPATH_W = @CYGPATH_W@ 195DEFS = @DEFS@ 196DEPDIR = @DEPDIR@ 197DLLTOOL = @DLLTOOL@ 198DRI1_CFLAGS = @DRI1_CFLAGS@ 199DRI1_LIBS = @DRI1_LIBS@ 200DRI2_CFLAGS = @DRI2_CFLAGS@ 201DRI2_LIBS = @DRI2_LIBS@ 202DRI3_CFLAGS = @DRI3_CFLAGS@ 203DRI3_LIBS = @DRI3_LIBS@ 204DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 205DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 206DRIVER_NAME = @DRIVER_NAME@ 207DRI_DRIVER_PATH = @DRI_DRIVER_PATH@ 208DRMINTEL_CFLAGS = @DRMINTEL_CFLAGS@ 209DRMINTEL_LIBS = @DRMINTEL_LIBS@ 210DRM_CFLAGS = @DRM_CFLAGS@ 211DRM_LIBS = @DRM_LIBS@ 212DSYMUTIL = @DSYMUTIL@ 213DUMPBIN = @DUMPBIN@ 214ECHO_C = @ECHO_C@ 215ECHO_N = @ECHO_N@ 216ECHO_T = @ECHO_T@ 217EGREP = @EGREP@ 218EXEEXT = @EXEEXT@ 219FGREP = @FGREP@ 220FILE_MAN_DIR = @FILE_MAN_DIR@ 221FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 222GEN4ASM_CFLAGS = @GEN4ASM_CFLAGS@ 223GEN4ASM_LIBS = @GEN4ASM_LIBS@ 224GREP = @GREP@ 225INSTALL = @INSTALL@ 226INSTALL_CMD = @INSTALL_CMD@ 227INSTALL_DATA = @INSTALL_DATA@ 228INSTALL_PROGRAM = @INSTALL_PROGRAM@ 229INSTALL_SCRIPT = @INSTALL_SCRIPT@ 230INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 231INTEL_GEN4ASM = @INTEL_GEN4ASM@ 232IVO_CFLAGS = @IVO_CFLAGS@ 233IVO_EXTRA_CFLAGS = @IVO_EXTRA_CFLAGS@ 234IVO_EXTRA_LIBS = @IVO_EXTRA_LIBS@ 235IVO_LIBS = @IVO_LIBS@ 236LD = @LD@ 237LDFLAGS = @LDFLAGS@ 238LIBEXEC_PATH = @LIBEXEC_PATH@ 239LIBOBJS = @LIBOBJS@ 240LIBS = @LIBS@ 241LIBTOOL = @LIBTOOL@ 242LIB_MAN_DIR = @LIB_MAN_DIR@ 243LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 244LIPO = @LIPO@ 245LN_S = @LN_S@ 246LTLIBOBJS = @LTLIBOBJS@ 247MAKEINFO = @MAKEINFO@ 248MANIFEST_TOOL = @MANIFEST_TOOL@ 249MAN_SUBSTS = @MAN_SUBSTS@ 250MISC_MAN_DIR = @MISC_MAN_DIR@ 251MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 252MKDIR_P = @MKDIR_P@ 253NM = @NM@ 254NMEDIT = @NMEDIT@ 255NOWARNFLAGS = @NOWARNFLAGS@ 256OBJDUMP = @OBJDUMP@ 257OBJEXT = @OBJEXT@ 258OTOOL = @OTOOL@ 259OTOOL64 = @OTOOL64@ 260PACKAGE = @PACKAGE@ 261PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 262PACKAGE_NAME = @PACKAGE_NAME@ 263PACKAGE_STRING = @PACKAGE_STRING@ 264PACKAGE_TARNAME = @PACKAGE_TARNAME@ 265PACKAGE_URL = @PACKAGE_URL@ 266PACKAGE_VERSION = @PACKAGE_VERSION@ 267PATH_SEPARATOR = @PATH_SEPARATOR@ 268PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 269PCIACCESS_LIBS = @PCIACCESS_LIBS@ 270PKG_CONFIG = @PKG_CONFIG@ 271PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 272PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 273PREFIX_PATH = @PREFIX_PATH@ 274PRESENT_CFLAGS = @PRESENT_CFLAGS@ 275PRESENT_LIBS = @PRESENT_LIBS@ 276RANLIB = @RANLIB@ 277SED = @SED@ 278SET_MAKE = @SET_MAKE@ 279SHELL = @SHELL@ 280STRICT_CFLAGS = @STRICT_CFLAGS@ 281STRIP = @STRIP@ 282UDEV_CFLAGS = @UDEV_CFLAGS@ 283UDEV_LIBS = @UDEV_LIBS@ 284VALGRIND_CFLAGS = @VALGRIND_CFLAGS@ 285VALGRIND_LIBS = @VALGRIND_LIBS@ 286VERSION = @VERSION@ 287X11_CFLAGS = @X11_CFLAGS@ 288X11_DRI3_CFLAGS = @X11_DRI3_CFLAGS@ 289X11_DRI3_LIBS = @X11_DRI3_LIBS@ 290X11_LIBS = @X11_LIBS@ 291XORG_CFLAGS = @XORG_CFLAGS@ 292XORG_LIBS = @XORG_LIBS@ 293XORG_MAN_PAGE = @XORG_MAN_PAGE@ 294XVMCLIB_CFLAGS = @XVMCLIB_CFLAGS@ 295XVMCLIB_LIBS = @XVMCLIB_LIBS@ 296abs_builddir = @abs_builddir@ 297abs_srcdir = @abs_srcdir@ 298abs_top_builddir = @abs_top_builddir@ 299abs_top_srcdir = @abs_top_srcdir@ 300ac_ct_AR = @ac_ct_AR@ 301ac_ct_CC = @ac_ct_CC@ 302ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 303am__include = @am__include@ 304am__leading_dot = @am__leading_dot@ 305am__quote = @am__quote@ 306am__tar = @am__tar@ 307am__untar = @am__untar@ 308bindir = @bindir@ 309build = @build@ 310build_alias = @build_alias@ 311build_cpu = @build_cpu@ 312build_os = @build_os@ 313build_vendor = @build_vendor@ 314builddir = @builddir@ 315datadir = @datadir@ 316datarootdir = @datarootdir@ 317docdir = @docdir@ 318dvidir = @dvidir@ 319exec_prefix = @exec_prefix@ 320host = @host@ 321host_alias = @host_alias@ 322host_cpu = @host_cpu@ 323host_os = @host_os@ 324host_vendor = @host_vendor@ 325htmldir = @htmldir@ 326includedir = @includedir@ 327infodir = @infodir@ 328install_sh = @install_sh@ 329libdir = @libdir@ 330libexecdir = @libexecdir@ 331localedir = @localedir@ 332localstatedir = @localstatedir@ 333mandir = @mandir@ 334mkdir_p = @mkdir_p@ 335moduledir = @moduledir@ 336oldincludedir = @oldincludedir@ 337pdfdir = @pdfdir@ 338prefix = @prefix@ 339program_transform_name = @program_transform_name@ 340psdir = @psdir@ 341sbindir = @sbindir@ 342sharedstatedir = @sharedstatedir@ 343srcdir = @srcdir@ 344sysconfdir = @sysconfdir@ 345target_alias = @target_alias@ 346top_build_prefix = @top_build_prefix@ 347top_builddir = @top_builddir@ 348top_srcdir = @top_srcdir@ 349noinst_LTLIBRARIES = libfb.la 350libfb_la_CFLAGS = @CWARNFLAGS@ @XORG_CFLAGS@ @NOWARNFLAGS@ 351libfb_la_LIBADD = $(PIXMAN_LIBS) 352libfb_la_SOURCES = \ 353 fb.h \ 354 sfb.h \ 355 fbarc.c \ 356 fbarcbits.h \ 357 fbbitmap.c \ 358 fbblt.c \ 359 fbbltone.c \ 360 fbclip.c \ 361 fbclip.h \ 362 fbcopy.c \ 363 fbfill.c \ 364 fbgc.c \ 365 fbglyph.c \ 366 fbglyphbits.h \ 367 fbimage.c \ 368 fbline.c \ 369 fblinebits.h \ 370 fbpict.c \ 371 fbpict.h \ 372 fbpoint.c \ 373 fbpointbits.h \ 374 fbpush.c \ 375 fbrop.h \ 376 fbseg.c \ 377 fbsegbits.h \ 378 fbspan.c \ 379 fbstipple.c \ 380 fbtile.c \ 381 fbutil.c \ 382 $(NULL) 383 384EXTRA_DIST = README 385all: all-am 386 387.SUFFIXES: 388.SUFFIXES: .c .lo .o .obj 389$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 390 @for dep in $?; do \ 391 case '$(am__configure_deps)' in \ 392 *$$dep*) \ 393 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 394 && { if test -f $@; then exit 0; else break; fi; }; \ 395 exit 1;; \ 396 esac; \ 397 done; \ 398 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/sna/fb/Makefile'; \ 399 $(am__cd) $(top_srcdir) && \ 400 $(AUTOMAKE) --foreign src/sna/fb/Makefile 401.PRECIOUS: Makefile 402Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 403 @case '$?' in \ 404 *config.status*) \ 405 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 406 *) \ 407 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 408 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 409 esac; 410 411$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 412 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 413 414$(top_srcdir)/configure: $(am__configure_deps) 415 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 416$(ACLOCAL_M4): $(am__aclocal_m4_deps) 417 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 418$(am__aclocal_m4_deps): 419 420clean-noinstLTLIBRARIES: 421 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 422 @list='$(noinst_LTLIBRARIES)'; \ 423 locs=`for p in $$list; do echo $$p; done | \ 424 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 425 sort -u`; \ 426 test -z "$$locs" || { \ 427 echo rm -f $${locs}; \ 428 rm -f $${locs}; \ 429 } 430 431libfb.la: $(libfb_la_OBJECTS) $(libfb_la_DEPENDENCIES) $(EXTRA_libfb_la_DEPENDENCIES) 432 $(AM_V_CCLD)$(libfb_la_LINK) $(libfb_la_OBJECTS) $(libfb_la_LIBADD) $(LIBS) 433 434mostlyclean-compile: 435 -rm -f *.$(OBJEXT) 436 437distclean-compile: 438 -rm -f *.tab.c 439 440@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfb_la-fbarc.Plo@am__quote@ 441@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfb_la-fbbitmap.Plo@am__quote@ 442@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfb_la-fbblt.Plo@am__quote@ 443@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfb_la-fbbltone.Plo@am__quote@ 444@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfb_la-fbclip.Plo@am__quote@ 445@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfb_la-fbcopy.Plo@am__quote@ 446@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfb_la-fbfill.Plo@am__quote@ 447@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfb_la-fbgc.Plo@am__quote@ 448@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfb_la-fbglyph.Plo@am__quote@ 449@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfb_la-fbimage.Plo@am__quote@ 450@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfb_la-fbline.Plo@am__quote@ 451@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfb_la-fbpict.Plo@am__quote@ 452@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfb_la-fbpoint.Plo@am__quote@ 453@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfb_la-fbpush.Plo@am__quote@ 454@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfb_la-fbseg.Plo@am__quote@ 455@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfb_la-fbspan.Plo@am__quote@ 456@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfb_la-fbstipple.Plo@am__quote@ 457@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfb_la-fbtile.Plo@am__quote@ 458@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfb_la-fbutil.Plo@am__quote@ 459 460.c.o: 461@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 462@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 463@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 464@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 465@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 466 467.c.obj: 468@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 469@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 470@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 471@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 472@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 473 474.c.lo: 475@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 476@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 477@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 478@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 479@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 480 481libfb_la-fbarc.lo: fbarc.c 482@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -MT libfb_la-fbarc.lo -MD -MP -MF $(DEPDIR)/libfb_la-fbarc.Tpo -c -o libfb_la-fbarc.lo `test -f 'fbarc.c' || echo '$(srcdir)/'`fbarc.c 483@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfb_la-fbarc.Tpo $(DEPDIR)/libfb_la-fbarc.Plo 484@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fbarc.c' object='libfb_la-fbarc.lo' libtool=yes @AMDEPBACKSLASH@ 485@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 486@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -c -o libfb_la-fbarc.lo `test -f 'fbarc.c' || echo '$(srcdir)/'`fbarc.c 487 488libfb_la-fbbitmap.lo: fbbitmap.c 489@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -MT libfb_la-fbbitmap.lo -MD -MP -MF $(DEPDIR)/libfb_la-fbbitmap.Tpo -c -o libfb_la-fbbitmap.lo `test -f 'fbbitmap.c' || echo '$(srcdir)/'`fbbitmap.c 490@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfb_la-fbbitmap.Tpo $(DEPDIR)/libfb_la-fbbitmap.Plo 491@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fbbitmap.c' object='libfb_la-fbbitmap.lo' libtool=yes @AMDEPBACKSLASH@ 492@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 493@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -c -o libfb_la-fbbitmap.lo `test -f 'fbbitmap.c' || echo '$(srcdir)/'`fbbitmap.c 494 495libfb_la-fbblt.lo: fbblt.c 496@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -MT libfb_la-fbblt.lo -MD -MP -MF $(DEPDIR)/libfb_la-fbblt.Tpo -c -o libfb_la-fbblt.lo `test -f 'fbblt.c' || echo '$(srcdir)/'`fbblt.c 497@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfb_la-fbblt.Tpo $(DEPDIR)/libfb_la-fbblt.Plo 498@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fbblt.c' object='libfb_la-fbblt.lo' libtool=yes @AMDEPBACKSLASH@ 499@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 500@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -c -o libfb_la-fbblt.lo `test -f 'fbblt.c' || echo '$(srcdir)/'`fbblt.c 501 502libfb_la-fbbltone.lo: fbbltone.c 503@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -MT libfb_la-fbbltone.lo -MD -MP -MF $(DEPDIR)/libfb_la-fbbltone.Tpo -c -o libfb_la-fbbltone.lo `test -f 'fbbltone.c' || echo '$(srcdir)/'`fbbltone.c 504@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfb_la-fbbltone.Tpo $(DEPDIR)/libfb_la-fbbltone.Plo 505@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fbbltone.c' object='libfb_la-fbbltone.lo' libtool=yes @AMDEPBACKSLASH@ 506@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 507@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -c -o libfb_la-fbbltone.lo `test -f 'fbbltone.c' || echo '$(srcdir)/'`fbbltone.c 508 509libfb_la-fbclip.lo: fbclip.c 510@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -MT libfb_la-fbclip.lo -MD -MP -MF $(DEPDIR)/libfb_la-fbclip.Tpo -c -o libfb_la-fbclip.lo `test -f 'fbclip.c' || echo '$(srcdir)/'`fbclip.c 511@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfb_la-fbclip.Tpo $(DEPDIR)/libfb_la-fbclip.Plo 512@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fbclip.c' object='libfb_la-fbclip.lo' libtool=yes @AMDEPBACKSLASH@ 513@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 514@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -c -o libfb_la-fbclip.lo `test -f 'fbclip.c' || echo '$(srcdir)/'`fbclip.c 515 516libfb_la-fbcopy.lo: fbcopy.c 517@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -MT libfb_la-fbcopy.lo -MD -MP -MF $(DEPDIR)/libfb_la-fbcopy.Tpo -c -o libfb_la-fbcopy.lo `test -f 'fbcopy.c' || echo '$(srcdir)/'`fbcopy.c 518@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfb_la-fbcopy.Tpo $(DEPDIR)/libfb_la-fbcopy.Plo 519@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fbcopy.c' object='libfb_la-fbcopy.lo' libtool=yes @AMDEPBACKSLASH@ 520@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 521@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -c -o libfb_la-fbcopy.lo `test -f 'fbcopy.c' || echo '$(srcdir)/'`fbcopy.c 522 523libfb_la-fbfill.lo: fbfill.c 524@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -MT libfb_la-fbfill.lo -MD -MP -MF $(DEPDIR)/libfb_la-fbfill.Tpo -c -o libfb_la-fbfill.lo `test -f 'fbfill.c' || echo '$(srcdir)/'`fbfill.c 525@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfb_la-fbfill.Tpo $(DEPDIR)/libfb_la-fbfill.Plo 526@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fbfill.c' object='libfb_la-fbfill.lo' libtool=yes @AMDEPBACKSLASH@ 527@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 528@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -c -o libfb_la-fbfill.lo `test -f 'fbfill.c' || echo '$(srcdir)/'`fbfill.c 529 530libfb_la-fbgc.lo: fbgc.c 531@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -MT libfb_la-fbgc.lo -MD -MP -MF $(DEPDIR)/libfb_la-fbgc.Tpo -c -o libfb_la-fbgc.lo `test -f 'fbgc.c' || echo '$(srcdir)/'`fbgc.c 532@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfb_la-fbgc.Tpo $(DEPDIR)/libfb_la-fbgc.Plo 533@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fbgc.c' object='libfb_la-fbgc.lo' libtool=yes @AMDEPBACKSLASH@ 534@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 535@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -c -o libfb_la-fbgc.lo `test -f 'fbgc.c' || echo '$(srcdir)/'`fbgc.c 536 537libfb_la-fbglyph.lo: fbglyph.c 538@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -MT libfb_la-fbglyph.lo -MD -MP -MF $(DEPDIR)/libfb_la-fbglyph.Tpo -c -o libfb_la-fbglyph.lo `test -f 'fbglyph.c' || echo '$(srcdir)/'`fbglyph.c 539@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfb_la-fbglyph.Tpo $(DEPDIR)/libfb_la-fbglyph.Plo 540@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fbglyph.c' object='libfb_la-fbglyph.lo' libtool=yes @AMDEPBACKSLASH@ 541@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 542@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -c -o libfb_la-fbglyph.lo `test -f 'fbglyph.c' || echo '$(srcdir)/'`fbglyph.c 543 544libfb_la-fbimage.lo: fbimage.c 545@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -MT libfb_la-fbimage.lo -MD -MP -MF $(DEPDIR)/libfb_la-fbimage.Tpo -c -o libfb_la-fbimage.lo `test -f 'fbimage.c' || echo '$(srcdir)/'`fbimage.c 546@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfb_la-fbimage.Tpo $(DEPDIR)/libfb_la-fbimage.Plo 547@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fbimage.c' object='libfb_la-fbimage.lo' libtool=yes @AMDEPBACKSLASH@ 548@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 549@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -c -o libfb_la-fbimage.lo `test -f 'fbimage.c' || echo '$(srcdir)/'`fbimage.c 550 551libfb_la-fbline.lo: fbline.c 552@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -MT libfb_la-fbline.lo -MD -MP -MF $(DEPDIR)/libfb_la-fbline.Tpo -c -o libfb_la-fbline.lo `test -f 'fbline.c' || echo '$(srcdir)/'`fbline.c 553@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfb_la-fbline.Tpo $(DEPDIR)/libfb_la-fbline.Plo 554@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fbline.c' object='libfb_la-fbline.lo' libtool=yes @AMDEPBACKSLASH@ 555@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 556@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -c -o libfb_la-fbline.lo `test -f 'fbline.c' || echo '$(srcdir)/'`fbline.c 557 558libfb_la-fbpict.lo: fbpict.c 559@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -MT libfb_la-fbpict.lo -MD -MP -MF $(DEPDIR)/libfb_la-fbpict.Tpo -c -o libfb_la-fbpict.lo `test -f 'fbpict.c' || echo '$(srcdir)/'`fbpict.c 560@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfb_la-fbpict.Tpo $(DEPDIR)/libfb_la-fbpict.Plo 561@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fbpict.c' object='libfb_la-fbpict.lo' libtool=yes @AMDEPBACKSLASH@ 562@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 563@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -c -o libfb_la-fbpict.lo `test -f 'fbpict.c' || echo '$(srcdir)/'`fbpict.c 564 565libfb_la-fbpoint.lo: fbpoint.c 566@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -MT libfb_la-fbpoint.lo -MD -MP -MF $(DEPDIR)/libfb_la-fbpoint.Tpo -c -o libfb_la-fbpoint.lo `test -f 'fbpoint.c' || echo '$(srcdir)/'`fbpoint.c 567@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfb_la-fbpoint.Tpo $(DEPDIR)/libfb_la-fbpoint.Plo 568@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fbpoint.c' object='libfb_la-fbpoint.lo' libtool=yes @AMDEPBACKSLASH@ 569@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 570@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -c -o libfb_la-fbpoint.lo `test -f 'fbpoint.c' || echo '$(srcdir)/'`fbpoint.c 571 572libfb_la-fbpush.lo: fbpush.c 573@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -MT libfb_la-fbpush.lo -MD -MP -MF $(DEPDIR)/libfb_la-fbpush.Tpo -c -o libfb_la-fbpush.lo `test -f 'fbpush.c' || echo '$(srcdir)/'`fbpush.c 574@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfb_la-fbpush.Tpo $(DEPDIR)/libfb_la-fbpush.Plo 575@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fbpush.c' object='libfb_la-fbpush.lo' libtool=yes @AMDEPBACKSLASH@ 576@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 577@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -c -o libfb_la-fbpush.lo `test -f 'fbpush.c' || echo '$(srcdir)/'`fbpush.c 578 579libfb_la-fbseg.lo: fbseg.c 580@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -MT libfb_la-fbseg.lo -MD -MP -MF $(DEPDIR)/libfb_la-fbseg.Tpo -c -o libfb_la-fbseg.lo `test -f 'fbseg.c' || echo '$(srcdir)/'`fbseg.c 581@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfb_la-fbseg.Tpo $(DEPDIR)/libfb_la-fbseg.Plo 582@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fbseg.c' object='libfb_la-fbseg.lo' libtool=yes @AMDEPBACKSLASH@ 583@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 584@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -c -o libfb_la-fbseg.lo `test -f 'fbseg.c' || echo '$(srcdir)/'`fbseg.c 585 586libfb_la-fbspan.lo: fbspan.c 587@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -MT libfb_la-fbspan.lo -MD -MP -MF $(DEPDIR)/libfb_la-fbspan.Tpo -c -o libfb_la-fbspan.lo `test -f 'fbspan.c' || echo '$(srcdir)/'`fbspan.c 588@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfb_la-fbspan.Tpo $(DEPDIR)/libfb_la-fbspan.Plo 589@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fbspan.c' object='libfb_la-fbspan.lo' libtool=yes @AMDEPBACKSLASH@ 590@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 591@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -c -o libfb_la-fbspan.lo `test -f 'fbspan.c' || echo '$(srcdir)/'`fbspan.c 592 593libfb_la-fbstipple.lo: fbstipple.c 594@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -MT libfb_la-fbstipple.lo -MD -MP -MF $(DEPDIR)/libfb_la-fbstipple.Tpo -c -o libfb_la-fbstipple.lo `test -f 'fbstipple.c' || echo '$(srcdir)/'`fbstipple.c 595@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfb_la-fbstipple.Tpo $(DEPDIR)/libfb_la-fbstipple.Plo 596@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fbstipple.c' object='libfb_la-fbstipple.lo' libtool=yes @AMDEPBACKSLASH@ 597@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 598@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -c -o libfb_la-fbstipple.lo `test -f 'fbstipple.c' || echo '$(srcdir)/'`fbstipple.c 599 600libfb_la-fbtile.lo: fbtile.c 601@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -MT libfb_la-fbtile.lo -MD -MP -MF $(DEPDIR)/libfb_la-fbtile.Tpo -c -o libfb_la-fbtile.lo `test -f 'fbtile.c' || echo '$(srcdir)/'`fbtile.c 602@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfb_la-fbtile.Tpo $(DEPDIR)/libfb_la-fbtile.Plo 603@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fbtile.c' object='libfb_la-fbtile.lo' libtool=yes @AMDEPBACKSLASH@ 604@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 605@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -c -o libfb_la-fbtile.lo `test -f 'fbtile.c' || echo '$(srcdir)/'`fbtile.c 606 607libfb_la-fbutil.lo: fbutil.c 608@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -MT libfb_la-fbutil.lo -MD -MP -MF $(DEPDIR)/libfb_la-fbutil.Tpo -c -o libfb_la-fbutil.lo `test -f 'fbutil.c' || echo '$(srcdir)/'`fbutil.c 609@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfb_la-fbutil.Tpo $(DEPDIR)/libfb_la-fbutil.Plo 610@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fbutil.c' object='libfb_la-fbutil.lo' libtool=yes @AMDEPBACKSLASH@ 611@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 612@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfb_la_CFLAGS) $(CFLAGS) -c -o libfb_la-fbutil.lo `test -f 'fbutil.c' || echo '$(srcdir)/'`fbutil.c 613 614mostlyclean-libtool: 615 -rm -f *.lo 616 617clean-libtool: 618 -rm -rf .libs _libs 619 620ID: $(am__tagged_files) 621 $(am__define_uniq_tagged_files); mkid -fID $$unique 622tags: tags-am 623TAGS: tags 624 625tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 626 set x; \ 627 here=`pwd`; \ 628 $(am__define_uniq_tagged_files); \ 629 shift; \ 630 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 631 test -n "$$unique" || unique=$$empty_fix; \ 632 if test $$# -gt 0; then \ 633 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 634 "$$@" $$unique; \ 635 else \ 636 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 637 $$unique; \ 638 fi; \ 639 fi 640ctags: ctags-am 641 642CTAGS: ctags 643ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 644 $(am__define_uniq_tagged_files); \ 645 test -z "$(CTAGS_ARGS)$$unique" \ 646 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 647 $$unique 648 649GTAGS: 650 here=`$(am__cd) $(top_builddir) && pwd` \ 651 && $(am__cd) $(top_srcdir) \ 652 && gtags -i $(GTAGS_ARGS) "$$here" 653cscopelist: cscopelist-am 654 655cscopelist-am: $(am__tagged_files) 656 list='$(am__tagged_files)'; \ 657 case "$(srcdir)" in \ 658 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 659 *) sdir=$(subdir)/$(srcdir) ;; \ 660 esac; \ 661 for i in $$list; do \ 662 if test -f "$$i"; then \ 663 echo "$(subdir)/$$i"; \ 664 else \ 665 echo "$$sdir/$$i"; \ 666 fi; \ 667 done >> $(top_builddir)/cscope.files 668 669distclean-tags: 670 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 671 672distdir: $(DISTFILES) 673 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 674 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 675 list='$(DISTFILES)'; \ 676 dist_files=`for file in $$list; do echo $$file; done | \ 677 sed -e "s|^$$srcdirstrip/||;t" \ 678 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 679 case $$dist_files in \ 680 */*) $(MKDIR_P) `echo "$$dist_files" | \ 681 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 682 sort -u` ;; \ 683 esac; \ 684 for file in $$dist_files; do \ 685 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 686 if test -d $$d/$$file; then \ 687 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 688 if test -d "$(distdir)/$$file"; then \ 689 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 690 fi; \ 691 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 692 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 693 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 694 fi; \ 695 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 696 else \ 697 test -f "$(distdir)/$$file" \ 698 || cp -p $$d/$$file "$(distdir)/$$file" \ 699 || exit 1; \ 700 fi; \ 701 done 702check-am: all-am 703check: check-am 704all-am: Makefile $(LTLIBRARIES) 705installdirs: 706install: install-am 707install-exec: install-exec-am 708install-data: install-data-am 709uninstall: uninstall-am 710 711install-am: all-am 712 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 713 714installcheck: installcheck-am 715install-strip: 716 if test -z '$(STRIP)'; then \ 717 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 718 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 719 install; \ 720 else \ 721 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 722 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 723 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 724 fi 725mostlyclean-generic: 726 727clean-generic: 728 729distclean-generic: 730 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 731 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 732 733maintainer-clean-generic: 734 @echo "This command is intended for maintainers to use" 735 @echo "it deletes files that may require special tools to rebuild." 736clean: clean-am 737 738clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ 739 mostlyclean-am 740 741distclean: distclean-am 742 -rm -rf ./$(DEPDIR) 743 -rm -f Makefile 744distclean-am: clean-am distclean-compile distclean-generic \ 745 distclean-tags 746 747dvi: dvi-am 748 749dvi-am: 750 751html: html-am 752 753html-am: 754 755info: info-am 756 757info-am: 758 759install-data-am: 760 761install-dvi: install-dvi-am 762 763install-dvi-am: 764 765install-exec-am: 766 767install-html: install-html-am 768 769install-html-am: 770 771install-info: install-info-am 772 773install-info-am: 774 775install-man: 776 777install-pdf: install-pdf-am 778 779install-pdf-am: 780 781install-ps: install-ps-am 782 783install-ps-am: 784 785installcheck-am: 786 787maintainer-clean: maintainer-clean-am 788 -rm -rf ./$(DEPDIR) 789 -rm -f Makefile 790maintainer-clean-am: distclean-am maintainer-clean-generic 791 792mostlyclean: mostlyclean-am 793 794mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 795 mostlyclean-libtool 796 797pdf: pdf-am 798 799pdf-am: 800 801ps: ps-am 802 803ps-am: 804 805uninstall-am: 806 807.MAKE: install-am install-strip 808 809.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 810 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ 811 ctags-am distclean distclean-compile distclean-generic \ 812 distclean-libtool distclean-tags distdir dvi dvi-am html \ 813 html-am info info-am install install-am install-data \ 814 install-data-am install-dvi install-dvi-am install-exec \ 815 install-exec-am install-html install-html-am install-info \ 816 install-info-am install-man install-pdf install-pdf-am \ 817 install-ps install-ps-am install-strip installcheck \ 818 installcheck-am installdirs maintainer-clean \ 819 maintainer-clean-generic mostlyclean mostlyclean-compile \ 820 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 821 tags tags-am uninstall uninstall-am 822 823 824# Tell versions [3.59,3.63) of GNU make to not export all variables. 825# Otherwise a system limit (for SysV at least) may be exceeded. 826.NOEXPORT: 827