Makefile.in revision 34a0776d
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 17VPATH = @srcdir@ 18am__is_gnu_make = { \ 19 if test -z '$(MAKELEVEL)'; then \ 20 false; \ 21 elif test -n '$(MAKE_HOST)'; then \ 22 true; \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 24 true; \ 25 else \ 26 false; \ 27 fi; \ 28} 29am__make_running_with_option = \ 30 case $${target_option-} in \ 31 ?) ;; \ 32 *) echo "am__make_running_with_option: internal error: invalid" \ 33 "target option '$${target_option-}' specified" >&2; \ 34 exit 1;; \ 35 esac; \ 36 has_opt=no; \ 37 sane_makeflags=$$MAKEFLAGS; \ 38 if $(am__is_gnu_make); then \ 39 sane_makeflags=$$MFLAGS; \ 40 else \ 41 case $$MAKEFLAGS in \ 42 *\\[\ \ ]*) \ 43 bs=\\; \ 44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 46 esac; \ 47 fi; \ 48 skip_next=no; \ 49 strip_trailopt () \ 50 { \ 51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 52 }; \ 53 for flg in $$sane_makeflags; do \ 54 test $$skip_next = yes && { skip_next=no; continue; }; \ 55 case $$flg in \ 56 *=*|--*) continue;; \ 57 -*I) strip_trailopt 'I'; skip_next=yes;; \ 58 -*I?*) strip_trailopt 'I';; \ 59 -*O) strip_trailopt 'O'; skip_next=yes;; \ 60 -*O?*) strip_trailopt 'O';; \ 61 -*l) strip_trailopt 'l'; skip_next=yes;; \ 62 -*l?*) strip_trailopt 'l';; \ 63 -[dEDm]) skip_next=yes;; \ 64 -[JT]) skip_next=yes;; \ 65 esac; \ 66 case $$flg in \ 67 *$$target_option*) has_opt=yes; break;; \ 68 esac; \ 69 done; \ 70 test $$has_opt = yes 71am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 72am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 73pkgdatadir = $(datadir)/@PACKAGE@ 74pkgincludedir = $(includedir)/@PACKAGE@ 75pkglibdir = $(libdir)/@PACKAGE@ 76pkglibexecdir = $(libexecdir)/@PACKAGE@ 77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 78install_sh_DATA = $(install_sh) -c -m 644 79install_sh_PROGRAM = $(install_sh) -c 80install_sh_SCRIPT = $(install_sh) -c 81INSTALL_HEADER = $(INSTALL_DATA) 82transform = $(program_transform_name) 83NORMAL_INSTALL = : 84PRE_INSTALL = : 85POST_INSTALL = : 86NORMAL_UNINSTALL = : 87PRE_UNINSTALL = : 88POST_UNINSTALL = : 89build_triplet = @build@ 90host_triplet = @host@ 91subdir = saa 92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 93am__aclocal_m4_deps = $(top_srcdir)/configure.ac 94am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 95 $(ACLOCAL_M4) 96DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 97mkinstalldirs = $(install_sh) -d 98CONFIG_HEADER = $(top_builddir)/config.h 99CONFIG_CLEAN_FILES = 100CONFIG_CLEAN_VPATH_FILES = 101LTLIBRARIES = $(noinst_LTLIBRARIES) 102libsaa_la_LIBADD = 103am__libsaa_la_SOURCES_DIST = saa.c saa_pixmap.c saa_unaccel.c \ 104 saa_priv.h saa_render.c saa_accel.c saa.h 105@BUILD_VMWGFX_TRUE@am_libsaa_la_OBJECTS = libsaa_la-saa.lo \ 106@BUILD_VMWGFX_TRUE@ libsaa_la-saa_pixmap.lo \ 107@BUILD_VMWGFX_TRUE@ libsaa_la-saa_unaccel.lo \ 108@BUILD_VMWGFX_TRUE@ libsaa_la-saa_render.lo \ 109@BUILD_VMWGFX_TRUE@ libsaa_la-saa_accel.lo 110libsaa_la_OBJECTS = $(am_libsaa_la_OBJECTS) 111AM_V_lt = $(am__v_lt_@AM_V@) 112am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 113am__v_lt_0 = --silent 114am__v_lt_1 = 115libsaa_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 116 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libsaa_la_CFLAGS) \ 117 $(CFLAGS) $(libsaa_la_LDFLAGS) $(LDFLAGS) -o $@ 118@BUILD_VMWGFX_TRUE@am_libsaa_la_rpath = 119AM_V_P = $(am__v_P_@AM_V@) 120am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 121am__v_P_0 = false 122am__v_P_1 = : 123AM_V_GEN = $(am__v_GEN_@AM_V@) 124am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 125am__v_GEN_0 = @echo " GEN " $@; 126am__v_GEN_1 = 127AM_V_at = $(am__v_at_@AM_V@) 128am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 129am__v_at_0 = @ 130am__v_at_1 = 131DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 132depcomp = $(SHELL) $(top_srcdir)/depcomp 133am__depfiles_maybe = depfiles 134am__mv = mv -f 135COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 136 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 137LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 138 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 139 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 140 $(AM_CFLAGS) $(CFLAGS) 141AM_V_CC = $(am__v_CC_@AM_V@) 142am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 143am__v_CC_0 = @echo " CC " $@; 144am__v_CC_1 = 145CCLD = $(CC) 146LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 147 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 148 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 149AM_V_CCLD = $(am__v_CCLD_@AM_V@) 150am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 151am__v_CCLD_0 = @echo " CCLD " $@; 152am__v_CCLD_1 = 153SOURCES = $(libsaa_la_SOURCES) 154DIST_SOURCES = $(am__libsaa_la_SOURCES_DIST) 155am__can_run_installinfo = \ 156 case $$AM_UPDATE_INFO_DIR in \ 157 n|no|NO) false;; \ 158 *) (install-info --version) >/dev/null 2>&1;; \ 159 esac 160am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 161# Read a list of newline-separated strings from the standard input, 162# and print each of them once, without duplicates. Input order is 163# *not* preserved. 164am__uniquify_input = $(AWK) '\ 165 BEGIN { nonempty = 0; } \ 166 { items[$$0] = 1; nonempty = 1; } \ 167 END { if (nonempty) { for (i in items) print i; }; } \ 168' 169# Make sure the list of sources is unique. This is necessary because, 170# e.g., the same source file might be shared among _SOURCES variables 171# for different programs/libraries. 172am__define_uniq_tagged_files = \ 173 list='$(am__tagged_files)'; \ 174 unique=`for i in $$list; do \ 175 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 176 done | $(am__uniquify_input)` 177ETAGS = etags 178CTAGS = ctags 179am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp 180DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 181ACLOCAL = @ACLOCAL@ 182ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 183ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 184AMTAR = @AMTAR@ 185AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 186APP_MAN_DIR = @APP_MAN_DIR@ 187APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 188AR = @AR@ 189AUTOCONF = @AUTOCONF@ 190AUTOHEADER = @AUTOHEADER@ 191AUTOMAKE = @AUTOMAKE@ 192AWK = @AWK@ 193BASE_CFLAGS = @BASE_CFLAGS@ 194CC = @CC@ 195CCDEPMODE = @CCDEPMODE@ 196CFLAGS = @CFLAGS@ 197CHANGELOG_CMD = @CHANGELOG_CMD@ 198CPP = @CPP@ 199CPPFLAGS = @CPPFLAGS@ 200CWARNFLAGS = @CWARNFLAGS@ 201CYGPATH_W = @CYGPATH_W@ 202DEFS = @DEFS@ 203DEPDIR = @DEPDIR@ 204DLLTOOL = @DLLTOOL@ 205DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 206DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 207DRIVER_NAME = @DRIVER_NAME@ 208DSYMUTIL = @DSYMUTIL@ 209DUMPBIN = @DUMPBIN@ 210ECHO_C = @ECHO_C@ 211ECHO_N = @ECHO_N@ 212ECHO_T = @ECHO_T@ 213EGREP = @EGREP@ 214EXEEXT = @EXEEXT@ 215FGREP = @FGREP@ 216FILE_MAN_DIR = @FILE_MAN_DIR@ 217FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 218GREP = @GREP@ 219INSTALL = @INSTALL@ 220INSTALL_CMD = @INSTALL_CMD@ 221INSTALL_DATA = @INSTALL_DATA@ 222INSTALL_PROGRAM = @INSTALL_PROGRAM@ 223INSTALL_SCRIPT = @INSTALL_SCRIPT@ 224INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 225LD = @LD@ 226LDFLAGS = @LDFLAGS@ 227LIBDRM_CFLAGS = @LIBDRM_CFLAGS@ 228LIBDRM_LIBS = @LIBDRM_LIBS@ 229LIBOBJS = @LIBOBJS@ 230LIBS = @LIBS@ 231LIBTOOL = @LIBTOOL@ 232LIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@ 233LIBUDEV_LIBS = @LIBUDEV_LIBS@ 234LIB_MAN_DIR = @LIB_MAN_DIR@ 235LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 236LIPO = @LIPO@ 237LN_S = @LN_S@ 238LTLIBOBJS = @LTLIBOBJS@ 239MAINT = @MAINT@ 240MAKEINFO = @MAKEINFO@ 241MANIFEST_TOOL = @MANIFEST_TOOL@ 242MAN_SUBSTS = @MAN_SUBSTS@ 243MISC_MAN_DIR = @MISC_MAN_DIR@ 244MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 245MKDIR_P = @MKDIR_P@ 246NM = @NM@ 247NMEDIT = @NMEDIT@ 248OBJDUMP = @OBJDUMP@ 249OBJEXT = @OBJEXT@ 250OTOOL = @OTOOL@ 251OTOOL64 = @OTOOL64@ 252PACKAGE = @PACKAGE@ 253PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 254PACKAGE_NAME = @PACKAGE_NAME@ 255PACKAGE_STRING = @PACKAGE_STRING@ 256PACKAGE_TARNAME = @PACKAGE_TARNAME@ 257PACKAGE_URL = @PACKAGE_URL@ 258PACKAGE_VERSION = @PACKAGE_VERSION@ 259PATH_SEPARATOR = @PATH_SEPARATOR@ 260PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 261PCIACCESS_LIBS = @PCIACCESS_LIBS@ 262PKG_CONFIG = @PKG_CONFIG@ 263PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 264PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 265RANLIB = @RANLIB@ 266SED = @SED@ 267SET_MAKE = @SET_MAKE@ 268SHELL = @SHELL@ 269STRICT_CFLAGS = @STRICT_CFLAGS@ 270STRIP = @STRIP@ 271VERSION = @VERSION@ 272X11_CFLAGS = @X11_CFLAGS@ 273X11_LIBS = @X11_LIBS@ 274XATRACKER_CFLAGS = @XATRACKER_CFLAGS@ 275XATRACKER_LIBS = @XATRACKER_LIBS@ 276XORG_CFLAGS = @XORG_CFLAGS@ 277XORG_LIBS = @XORG_LIBS@ 278XORG_MAN_PAGE = @XORG_MAN_PAGE@ 279abs_builddir = @abs_builddir@ 280abs_srcdir = @abs_srcdir@ 281abs_top_builddir = @abs_top_builddir@ 282abs_top_srcdir = @abs_top_srcdir@ 283ac_ct_AR = @ac_ct_AR@ 284ac_ct_CC = @ac_ct_CC@ 285ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 286am__include = @am__include@ 287am__leading_dot = @am__leading_dot@ 288am__quote = @am__quote@ 289am__tar = @am__tar@ 290am__untar = @am__untar@ 291bindir = @bindir@ 292build = @build@ 293build_alias = @build_alias@ 294build_cpu = @build_cpu@ 295build_os = @build_os@ 296build_vendor = @build_vendor@ 297builddir = @builddir@ 298datadir = @datadir@ 299datarootdir = @datarootdir@ 300docdir = @docdir@ 301dvidir = @dvidir@ 302exec_prefix = @exec_prefix@ 303host = @host@ 304host_alias = @host_alias@ 305host_cpu = @host_cpu@ 306host_os = @host_os@ 307host_vendor = @host_vendor@ 308htmldir = @htmldir@ 309includedir = @includedir@ 310infodir = @infodir@ 311install_sh = @install_sh@ 312libdir = @libdir@ 313libexecdir = @libexecdir@ 314localedir = @localedir@ 315localstatedir = @localstatedir@ 316mandir = @mandir@ 317mkdir_p = @mkdir_p@ 318moduledir = @moduledir@ 319oldincludedir = @oldincludedir@ 320pdfdir = @pdfdir@ 321prefix = @prefix@ 322program_transform_name = @program_transform_name@ 323psdir = @psdir@ 324sbindir = @sbindir@ 325sharedstatedir = @sharedstatedir@ 326srcdir = @srcdir@ 327sysconfdir = @sysconfdir@ 328target_alias = @target_alias@ 329top_build_prefix = @top_build_prefix@ 330top_builddir = @top_builddir@ 331top_srcdir = @top_srcdir@ 332@BUILD_VMWGFX_TRUE@noinst_LTLIBRARIES = libsaa.la 333@BUILD_VMWGFX_TRUE@libsaa_la_CFLAGS = $(CWARNFLAGS) $(XORG_CFLAGS) 334@BUILD_VMWGFX_TRUE@libsaa_la_LDFLAGS = -static 335@BUILD_VMWGFX_TRUE@libsaa_la_SOURCES = \ 336@BUILD_VMWGFX_TRUE@ saa.c \ 337@BUILD_VMWGFX_TRUE@ saa_pixmap.c \ 338@BUILD_VMWGFX_TRUE@ saa_unaccel.c \ 339@BUILD_VMWGFX_TRUE@ saa_priv.h \ 340@BUILD_VMWGFX_TRUE@ saa_render.c \ 341@BUILD_VMWGFX_TRUE@ saa_accel.c \ 342@BUILD_VMWGFX_TRUE@ saa.h 343 344all: all-am 345 346.SUFFIXES: 347.SUFFIXES: .c .lo .o .obj 348$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 349 @for dep in $?; do \ 350 case '$(am__configure_deps)' in \ 351 *$$dep*) \ 352 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 353 && { if test -f $@; then exit 0; else break; fi; }; \ 354 exit 1;; \ 355 esac; \ 356 done; \ 357 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign saa/Makefile'; \ 358 $(am__cd) $(top_srcdir) && \ 359 $(AUTOMAKE) --foreign saa/Makefile 360Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 361 @case '$?' in \ 362 *config.status*) \ 363 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 364 *) \ 365 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 366 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 367 esac; 368 369$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 370 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 371 372$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 373 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 374$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 375 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 376$(am__aclocal_m4_deps): 377 378clean-noinstLTLIBRARIES: 379 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 380 @list='$(noinst_LTLIBRARIES)'; \ 381 locs=`for p in $$list; do echo $$p; done | \ 382 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 383 sort -u`; \ 384 test -z "$$locs" || { \ 385 echo rm -f $${locs}; \ 386 rm -f $${locs}; \ 387 } 388 389libsaa.la: $(libsaa_la_OBJECTS) $(libsaa_la_DEPENDENCIES) $(EXTRA_libsaa_la_DEPENDENCIES) 390 $(AM_V_CCLD)$(libsaa_la_LINK) $(am_libsaa_la_rpath) $(libsaa_la_OBJECTS) $(libsaa_la_LIBADD) $(LIBS) 391 392mostlyclean-compile: 393 -rm -f *.$(OBJEXT) 394 395distclean-compile: 396 -rm -f *.tab.c 397 398@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsaa_la-saa.Plo@am__quote@ 399@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsaa_la-saa_accel.Plo@am__quote@ 400@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsaa_la-saa_pixmap.Plo@am__quote@ 401@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsaa_la-saa_render.Plo@am__quote@ 402@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsaa_la-saa_unaccel.Plo@am__quote@ 403 404.c.o: 405@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 406@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 407@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 408@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 409@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 410 411.c.obj: 412@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 413@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 414@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 415@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 416@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 417 418.c.lo: 419@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 420@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 421@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 422@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 423@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 424 425libsaa_la-saa.lo: saa.c 426@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) $(libsaa_la_CFLAGS) $(CFLAGS) -MT libsaa_la-saa.lo -MD -MP -MF $(DEPDIR)/libsaa_la-saa.Tpo -c -o libsaa_la-saa.lo `test -f 'saa.c' || echo '$(srcdir)/'`saa.c 427@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libsaa_la-saa.Tpo $(DEPDIR)/libsaa_la-saa.Plo 428@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='saa.c' object='libsaa_la-saa.lo' libtool=yes @AMDEPBACKSLASH@ 429@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 430@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) $(libsaa_la_CFLAGS) $(CFLAGS) -c -o libsaa_la-saa.lo `test -f 'saa.c' || echo '$(srcdir)/'`saa.c 431 432libsaa_la-saa_pixmap.lo: saa_pixmap.c 433@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) $(libsaa_la_CFLAGS) $(CFLAGS) -MT libsaa_la-saa_pixmap.lo -MD -MP -MF $(DEPDIR)/libsaa_la-saa_pixmap.Tpo -c -o libsaa_la-saa_pixmap.lo `test -f 'saa_pixmap.c' || echo '$(srcdir)/'`saa_pixmap.c 434@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libsaa_la-saa_pixmap.Tpo $(DEPDIR)/libsaa_la-saa_pixmap.Plo 435@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='saa_pixmap.c' object='libsaa_la-saa_pixmap.lo' libtool=yes @AMDEPBACKSLASH@ 436@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 437@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) $(libsaa_la_CFLAGS) $(CFLAGS) -c -o libsaa_la-saa_pixmap.lo `test -f 'saa_pixmap.c' || echo '$(srcdir)/'`saa_pixmap.c 438 439libsaa_la-saa_unaccel.lo: saa_unaccel.c 440@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) $(libsaa_la_CFLAGS) $(CFLAGS) -MT libsaa_la-saa_unaccel.lo -MD -MP -MF $(DEPDIR)/libsaa_la-saa_unaccel.Tpo -c -o libsaa_la-saa_unaccel.lo `test -f 'saa_unaccel.c' || echo '$(srcdir)/'`saa_unaccel.c 441@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libsaa_la-saa_unaccel.Tpo $(DEPDIR)/libsaa_la-saa_unaccel.Plo 442@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='saa_unaccel.c' object='libsaa_la-saa_unaccel.lo' libtool=yes @AMDEPBACKSLASH@ 443@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 444@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) $(libsaa_la_CFLAGS) $(CFLAGS) -c -o libsaa_la-saa_unaccel.lo `test -f 'saa_unaccel.c' || echo '$(srcdir)/'`saa_unaccel.c 445 446libsaa_la-saa_render.lo: saa_render.c 447@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) $(libsaa_la_CFLAGS) $(CFLAGS) -MT libsaa_la-saa_render.lo -MD -MP -MF $(DEPDIR)/libsaa_la-saa_render.Tpo -c -o libsaa_la-saa_render.lo `test -f 'saa_render.c' || echo '$(srcdir)/'`saa_render.c 448@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libsaa_la-saa_render.Tpo $(DEPDIR)/libsaa_la-saa_render.Plo 449@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='saa_render.c' object='libsaa_la-saa_render.lo' libtool=yes @AMDEPBACKSLASH@ 450@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 451@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) $(libsaa_la_CFLAGS) $(CFLAGS) -c -o libsaa_la-saa_render.lo `test -f 'saa_render.c' || echo '$(srcdir)/'`saa_render.c 452 453libsaa_la-saa_accel.lo: saa_accel.c 454@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) $(libsaa_la_CFLAGS) $(CFLAGS) -MT libsaa_la-saa_accel.lo -MD -MP -MF $(DEPDIR)/libsaa_la-saa_accel.Tpo -c -o libsaa_la-saa_accel.lo `test -f 'saa_accel.c' || echo '$(srcdir)/'`saa_accel.c 455@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libsaa_la-saa_accel.Tpo $(DEPDIR)/libsaa_la-saa_accel.Plo 456@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='saa_accel.c' object='libsaa_la-saa_accel.lo' libtool=yes @AMDEPBACKSLASH@ 457@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 458@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) $(libsaa_la_CFLAGS) $(CFLAGS) -c -o libsaa_la-saa_accel.lo `test -f 'saa_accel.c' || echo '$(srcdir)/'`saa_accel.c 459 460mostlyclean-libtool: 461 -rm -f *.lo 462 463clean-libtool: 464 -rm -rf .libs _libs 465 466ID: $(am__tagged_files) 467 $(am__define_uniq_tagged_files); mkid -fID $$unique 468tags: tags-am 469TAGS: tags 470 471tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 472 set x; \ 473 here=`pwd`; \ 474 $(am__define_uniq_tagged_files); \ 475 shift; \ 476 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 477 test -n "$$unique" || unique=$$empty_fix; \ 478 if test $$# -gt 0; then \ 479 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 480 "$$@" $$unique; \ 481 else \ 482 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 483 $$unique; \ 484 fi; \ 485 fi 486ctags: ctags-am 487 488CTAGS: ctags 489ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 490 $(am__define_uniq_tagged_files); \ 491 test -z "$(CTAGS_ARGS)$$unique" \ 492 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 493 $$unique 494 495GTAGS: 496 here=`$(am__cd) $(top_builddir) && pwd` \ 497 && $(am__cd) $(top_srcdir) \ 498 && gtags -i $(GTAGS_ARGS) "$$here" 499cscopelist: cscopelist-am 500 501cscopelist-am: $(am__tagged_files) 502 list='$(am__tagged_files)'; \ 503 case "$(srcdir)" in \ 504 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 505 *) sdir=$(subdir)/$(srcdir) ;; \ 506 esac; \ 507 for i in $$list; do \ 508 if test -f "$$i"; then \ 509 echo "$(subdir)/$$i"; \ 510 else \ 511 echo "$$sdir/$$i"; \ 512 fi; \ 513 done >> $(top_builddir)/cscope.files 514 515distclean-tags: 516 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 517 518distdir: $(DISTFILES) 519 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 520 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 521 list='$(DISTFILES)'; \ 522 dist_files=`for file in $$list; do echo $$file; done | \ 523 sed -e "s|^$$srcdirstrip/||;t" \ 524 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 525 case $$dist_files in \ 526 */*) $(MKDIR_P) `echo "$$dist_files" | \ 527 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 528 sort -u` ;; \ 529 esac; \ 530 for file in $$dist_files; do \ 531 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 532 if test -d $$d/$$file; then \ 533 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 534 if test -d "$(distdir)/$$file"; then \ 535 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 536 fi; \ 537 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 538 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 539 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 540 fi; \ 541 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 542 else \ 543 test -f "$(distdir)/$$file" \ 544 || cp -p $$d/$$file "$(distdir)/$$file" \ 545 || exit 1; \ 546 fi; \ 547 done 548check-am: all-am 549check: check-am 550all-am: Makefile $(LTLIBRARIES) 551installdirs: 552install: install-am 553install-exec: install-exec-am 554install-data: install-data-am 555uninstall: uninstall-am 556 557install-am: all-am 558 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 559 560installcheck: installcheck-am 561install-strip: 562 if test -z '$(STRIP)'; then \ 563 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 564 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 565 install; \ 566 else \ 567 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 568 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 569 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 570 fi 571mostlyclean-generic: 572 573clean-generic: 574 575distclean-generic: 576 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 577 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 578 579maintainer-clean-generic: 580 @echo "This command is intended for maintainers to use" 581 @echo "it deletes files that may require special tools to rebuild." 582clean: clean-am 583 584clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ 585 mostlyclean-am 586 587distclean: distclean-am 588 -rm -rf ./$(DEPDIR) 589 -rm -f Makefile 590distclean-am: clean-am distclean-compile distclean-generic \ 591 distclean-tags 592 593dvi: dvi-am 594 595dvi-am: 596 597html: html-am 598 599html-am: 600 601info: info-am 602 603info-am: 604 605install-data-am: 606 607install-dvi: install-dvi-am 608 609install-dvi-am: 610 611install-exec-am: 612 613install-html: install-html-am 614 615install-html-am: 616 617install-info: install-info-am 618 619install-info-am: 620 621install-man: 622 623install-pdf: install-pdf-am 624 625install-pdf-am: 626 627install-ps: install-ps-am 628 629install-ps-am: 630 631installcheck-am: 632 633maintainer-clean: maintainer-clean-am 634 -rm -rf ./$(DEPDIR) 635 -rm -f Makefile 636maintainer-clean-am: distclean-am maintainer-clean-generic 637 638mostlyclean: mostlyclean-am 639 640mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 641 mostlyclean-libtool 642 643pdf: pdf-am 644 645pdf-am: 646 647ps: ps-am 648 649ps-am: 650 651uninstall-am: 652 653.MAKE: install-am install-strip 654 655.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 656 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \ 657 ctags-am distclean distclean-compile distclean-generic \ 658 distclean-libtool distclean-tags distdir dvi dvi-am html \ 659 html-am info info-am install install-am install-data \ 660 install-data-am install-dvi install-dvi-am install-exec \ 661 install-exec-am install-html install-html-am install-info \ 662 install-info-am install-man install-pdf install-pdf-am \ 663 install-ps install-ps-am install-strip installcheck \ 664 installcheck-am installdirs maintainer-clean \ 665 maintainer-clean-generic mostlyclean mostlyclean-compile \ 666 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 667 tags tags-am uninstall uninstall-am 668 669.PRECIOUS: Makefile 670 671 672# Tell versions [3.59,3.63) of GNU make to not export all variables. 673# Otherwise a system limit (for SysV at least) may be exceeded. 674.NOEXPORT: 675