Makefile.in revision 3699b6c4
1# Makefile.in generated by automake 1.11.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 6# Inc. 7# This Makefile.in is free software; the Free Software Foundation 8# gives unlimited permission to copy and/or distribute it, 9# with or without modifications, as long as this notice is preserved. 10 11# This program is distributed in the hope that it will be useful, 12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14# PARTICULAR PURPOSE. 15 16@SET_MAKE@ 17 18# Copyright 2005 Adam Jackson. 19# 20# Permission is hereby granted, free of charge, to any person obtaining a 21# copy of this software and associated documentation files (the "Software"), 22# to deal in the Software without restriction, including without limitation 23# on the rights to use, copy, modify, merge, publish, distribute, sub 24# license, and/or sell copies of the Software, and to permit persons to whom 25# the Software is furnished to do so, subject to the following conditions: 26# 27# The above copyright notice and this permission notice (including the next 28# paragraph) shall be included in all copies or substantial portions of the 29# Software. 30# 31# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 32# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 33# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 34# ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 35# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 36# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 37 38VPATH = @srcdir@ 39pkgdatadir = $(datadir)/@PACKAGE@ 40pkgincludedir = $(includedir)/@PACKAGE@ 41pkglibdir = $(libdir)/@PACKAGE@ 42pkglibexecdir = $(libexecdir)/@PACKAGE@ 43am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 44install_sh_DATA = $(install_sh) -c -m 644 45install_sh_PROGRAM = $(install_sh) -c 46install_sh_SCRIPT = $(install_sh) -c 47INSTALL_HEADER = $(INSTALL_DATA) 48transform = $(program_transform_name) 49NORMAL_INSTALL = : 50PRE_INSTALL = : 51POST_INSTALL = : 52NORMAL_UNINSTALL = : 53PRE_UNINSTALL = : 54POST_UNINSTALL = : 55build_triplet = @build@ 56host_triplet = @host@ 57subdir = src 58DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 59ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 60am__aclocal_m4_deps = $(top_srcdir)/configure.ac 61am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 62 $(ACLOCAL_M4) 63mkinstalldirs = $(install_sh) -d 64CONFIG_HEADER = $(top_builddir)/config.h 65CONFIG_CLEAN_FILES = 66CONFIG_CLEAN_VPATH_FILES = 67am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 68am__vpath_adj = case $$p in \ 69 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 70 *) f=$$p;; \ 71 esac; 72am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 73am__install_max = 40 74am__nobase_strip_setup = \ 75 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 76am__nobase_strip = \ 77 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 78am__nobase_list = $(am__nobase_strip_setup); \ 79 for p in $$list; do echo "$$p $$p"; done | \ 80 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 81 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 82 if (++n[$$2] == $(am__install_max)) \ 83 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 84 END { for (dir in files) print dir, files[dir] }' 85am__base_list = \ 86 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 87 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 88am__installdirs = "$(DESTDIR)$(chips_drv_ladir)" 89LTLIBRARIES = $(chips_drv_la_LTLIBRARIES) $(noinst_LTLIBRARIES) 90chips_drv_la_DEPENDENCIES = $(noinst_LTLIBRARIES) 91am_chips_drv_la_OBJECTS = ct_accel.lo ct_bank.lo ct_cursor.lo \ 92 ct_ddc.lo ct_dga.lo ct_driver.lo ct_regs.lo ct_shadow.lo \ 93 ct_video.lo 94chips_drv_la_OBJECTS = $(am_chips_drv_la_OBJECTS) 95AM_V_lt = $(am__v_lt_$(V)) 96am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) 97am__v_lt_0 = --silent 98chips_drv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 99 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 100 $(chips_drv_la_LDFLAGS) $(LDFLAGS) -o $@ 101libct_accelhi_la_LIBADD = 102am_libct_accelhi_la_OBJECTS = libct_accelhi_la-ct_accel.lo 103libct_accelhi_la_OBJECTS = $(am_libct_accelhi_la_OBJECTS) 104libct_accelhi_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ 105 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ 106 $(libct_accelhi_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ 107 -o $@ 108libct_accelmm_la_LIBADD = 109am_libct_accelmm_la_OBJECTS = libct_accelmm_la-ct_accel.lo 110libct_accelmm_la_OBJECTS = $(am_libct_accelmm_la_OBJECTS) 111libct_accelmm_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ 112 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ 113 $(libct_accelmm_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ 114 -o $@ 115DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 116depcomp = $(SHELL) $(top_srcdir)/depcomp 117am__depfiles_maybe = depfiles 118am__mv = mv -f 119COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 120 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 121LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 122 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 123 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 124 $(AM_CFLAGS) $(CFLAGS) 125AM_V_CC = $(am__v_CC_$(V)) 126am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) 127am__v_CC_0 = @echo " CC " $@; 128AM_V_at = $(am__v_at_$(V)) 129am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 130am__v_at_0 = @ 131CCLD = $(CC) 132LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 133 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 134 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 135AM_V_CCLD = $(am__v_CCLD_$(V)) 136am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) 137am__v_CCLD_0 = @echo " CCLD " $@; 138AM_V_GEN = $(am__v_GEN_$(V)) 139am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 140am__v_GEN_0 = @echo " GEN " $@; 141SOURCES = $(chips_drv_la_SOURCES) $(libct_accelhi_la_SOURCES) \ 142 $(libct_accelmm_la_SOURCES) 143DIST_SOURCES = $(chips_drv_la_SOURCES) $(libct_accelhi_la_SOURCES) \ 144 $(libct_accelmm_la_SOURCES) 145ETAGS = etags 146CTAGS = ctags 147DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 148ACLOCAL = @ACLOCAL@ 149ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 150ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 151AMTAR = @AMTAR@ 152AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 153APP_MAN_DIR = @APP_MAN_DIR@ 154APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 155AR = @AR@ 156AUTOCONF = @AUTOCONF@ 157AUTOHEADER = @AUTOHEADER@ 158AUTOMAKE = @AUTOMAKE@ 159AWK = @AWK@ 160CC = @CC@ 161CCDEPMODE = @CCDEPMODE@ 162CFLAGS = @CFLAGS@ 163CHANGELOG_CMD = @CHANGELOG_CMD@ 164CPP = @CPP@ 165CPPFLAGS = @CPPFLAGS@ 166CWARNFLAGS = @CWARNFLAGS@ 167CYGPATH_W = @CYGPATH_W@ 168DEFS = @DEFS@ 169DEPDIR = @DEPDIR@ 170DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 171DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 172DRIVER_NAME = @DRIVER_NAME@ 173DSYMUTIL = @DSYMUTIL@ 174DUMPBIN = @DUMPBIN@ 175ECHO_C = @ECHO_C@ 176ECHO_N = @ECHO_N@ 177ECHO_T = @ECHO_T@ 178EGREP = @EGREP@ 179EXEEXT = @EXEEXT@ 180FGREP = @FGREP@ 181FILE_MAN_DIR = @FILE_MAN_DIR@ 182FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 183GREP = @GREP@ 184INSTALL = @INSTALL@ 185INSTALL_CMD = @INSTALL_CMD@ 186INSTALL_DATA = @INSTALL_DATA@ 187INSTALL_PROGRAM = @INSTALL_PROGRAM@ 188INSTALL_SCRIPT = @INSTALL_SCRIPT@ 189INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 190LD = @LD@ 191LDFLAGS = @LDFLAGS@ 192LIBOBJS = @LIBOBJS@ 193LIBS = @LIBS@ 194LIBTOOL = @LIBTOOL@ 195LIB_MAN_DIR = @LIB_MAN_DIR@ 196LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 197LIPO = @LIPO@ 198LN_S = @LN_S@ 199LTLIBOBJS = @LTLIBOBJS@ 200MAINT = @MAINT@ 201MAKEINFO = @MAKEINFO@ 202MAN_SUBSTS = @MAN_SUBSTS@ 203MISC_MAN_DIR = @MISC_MAN_DIR@ 204MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 205MKDIR_P = @MKDIR_P@ 206NM = @NM@ 207NMEDIT = @NMEDIT@ 208OBJDUMP = @OBJDUMP@ 209OBJEXT = @OBJEXT@ 210OTOOL = @OTOOL@ 211OTOOL64 = @OTOOL64@ 212PACKAGE = @PACKAGE@ 213PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 214PACKAGE_NAME = @PACKAGE_NAME@ 215PACKAGE_STRING = @PACKAGE_STRING@ 216PACKAGE_TARNAME = @PACKAGE_TARNAME@ 217PACKAGE_URL = @PACKAGE_URL@ 218PACKAGE_VERSION = @PACKAGE_VERSION@ 219PATH_SEPARATOR = @PATH_SEPARATOR@ 220PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ 221PCIACCESS_LIBS = @PCIACCESS_LIBS@ 222PKG_CONFIG = @PKG_CONFIG@ 223PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 224PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 225RANLIB = @RANLIB@ 226SED = @SED@ 227SET_MAKE = @SET_MAKE@ 228SHELL = @SHELL@ 229STRIP = @STRIP@ 230VERSION = @VERSION@ 231XORG_CFLAGS = @XORG_CFLAGS@ 232XORG_LIBS = @XORG_LIBS@ 233XORG_MAN_PAGE = @XORG_MAN_PAGE@ 234abs_builddir = @abs_builddir@ 235abs_srcdir = @abs_srcdir@ 236abs_top_builddir = @abs_top_builddir@ 237abs_top_srcdir = @abs_top_srcdir@ 238ac_ct_CC = @ac_ct_CC@ 239ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 240am__include = @am__include@ 241am__leading_dot = @am__leading_dot@ 242am__quote = @am__quote@ 243am__tar = @am__tar@ 244am__untar = @am__untar@ 245bindir = @bindir@ 246build = @build@ 247build_alias = @build_alias@ 248build_cpu = @build_cpu@ 249build_os = @build_os@ 250build_vendor = @build_vendor@ 251builddir = @builddir@ 252datadir = @datadir@ 253datarootdir = @datarootdir@ 254docdir = @docdir@ 255dvidir = @dvidir@ 256exec_prefix = @exec_prefix@ 257host = @host@ 258host_alias = @host_alias@ 259host_cpu = @host_cpu@ 260host_os = @host_os@ 261host_vendor = @host_vendor@ 262htmldir = @htmldir@ 263includedir = @includedir@ 264infodir = @infodir@ 265install_sh = @install_sh@ 266libdir = @libdir@ 267libexecdir = @libexecdir@ 268localedir = @localedir@ 269localstatedir = @localstatedir@ 270lt_ECHO = @lt_ECHO@ 271mandir = @mandir@ 272mkdir_p = @mkdir_p@ 273moduledir = @moduledir@ 274oldincludedir = @oldincludedir@ 275pdfdir = @pdfdir@ 276prefix = @prefix@ 277program_transform_name = @program_transform_name@ 278psdir = @psdir@ 279sbindir = @sbindir@ 280sharedstatedir = @sharedstatedir@ 281srcdir = @srcdir@ 282sysconfdir = @sysconfdir@ 283target_alias = @target_alias@ 284top_build_prefix = @top_build_prefix@ 285top_builddir = @top_builddir@ 286top_srcdir = @top_srcdir@ 287 288# sick hack borrowed from mga. please, people, don't write code this ugly. 289noinst_LTLIBRARIES = libct_accelmm.la libct_accelhi.la 290libct_accelmm_la_SOURCES = ct_accel.c 291libct_accelmm_la_CFLAGS = @XORG_CFLAGS@ -DCHIPS_MMIO 292libct_accelhi_la_SOURCES = ct_accel.c 293libct_accelhi_la_CFLAGS = @XORG_CFLAGS@ -DCHIPS_MMIO -DCHIPS_HIQV 294 295# this is obnoxious: 296# -module lets us name the module exactly how we want 297# -avoid-version prevents gratuitous .0.0.0 version numbers on the end 298# _ladir passes a dummy rpath to libtool so the thing will actually link 299# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc. 300AM_CFLAGS = @XORG_CFLAGS@ 301chips_drv_la_LTLIBRARIES = chips_drv.la 302chips_drv_la_LDFLAGS = -module -avoid-version 303chips_drv_ladir = @moduledir@/drivers 304chips_drv_la_LIBADD = $(noinst_LTLIBRARIES) 305chips_drv_la_SOURCES = \ 306 ct_accel.c \ 307 ct_bank.c \ 308 ct_BlitMM.h \ 309 ct_Blitter.h \ 310 ct_BltHiQV.h \ 311 ct_cursor.c \ 312 ct_ddc.c \ 313 ct_dga.c \ 314 ct_driver.c \ 315 ct_driver.h \ 316 ct_pcirename.h \ 317 ct_regs.c \ 318 ct_shadow.c \ 319 ct_video.c 320 321all: all-am 322 323.SUFFIXES: 324.SUFFIXES: .c .lo .o .obj 325$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 326 @for dep in $?; do \ 327 case '$(am__configure_deps)' in \ 328 *$$dep*) \ 329 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 330 && { if test -f $@; then exit 0; else break; fi; }; \ 331 exit 1;; \ 332 esac; \ 333 done; \ 334 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 335 $(am__cd) $(top_srcdir) && \ 336 $(AUTOMAKE) --foreign src/Makefile 337.PRECIOUS: Makefile 338Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 339 @case '$?' in \ 340 *config.status*) \ 341 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 342 *) \ 343 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 344 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 345 esac; 346 347$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 348 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 349 350$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 351 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 352$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 353 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 354$(am__aclocal_m4_deps): 355install-chips_drv_laLTLIBRARIES: $(chips_drv_la_LTLIBRARIES) 356 @$(NORMAL_INSTALL) 357 test -z "$(chips_drv_ladir)" || $(MKDIR_P) "$(DESTDIR)$(chips_drv_ladir)" 358 @list='$(chips_drv_la_LTLIBRARIES)'; test -n "$(chips_drv_ladir)" || list=; \ 359 list2=; for p in $$list; do \ 360 if test -f $$p; then \ 361 list2="$$list2 $$p"; \ 362 else :; fi; \ 363 done; \ 364 test -z "$$list2" || { \ 365 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(chips_drv_ladir)'"; \ 366 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(chips_drv_ladir)"; \ 367 } 368 369uninstall-chips_drv_laLTLIBRARIES: 370 @$(NORMAL_UNINSTALL) 371 @list='$(chips_drv_la_LTLIBRARIES)'; test -n "$(chips_drv_ladir)" || list=; \ 372 for p in $$list; do \ 373 $(am__strip_dir) \ 374 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(chips_drv_ladir)/$$f'"; \ 375 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(chips_drv_ladir)/$$f"; \ 376 done 377 378clean-chips_drv_laLTLIBRARIES: 379 -test -z "$(chips_drv_la_LTLIBRARIES)" || rm -f $(chips_drv_la_LTLIBRARIES) 380 @list='$(chips_drv_la_LTLIBRARIES)'; for p in $$list; do \ 381 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 382 test "$$dir" != "$$p" || dir=.; \ 383 echo "rm -f \"$${dir}/so_locations\""; \ 384 rm -f "$${dir}/so_locations"; \ 385 done 386 387clean-noinstLTLIBRARIES: 388 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 389 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ 390 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 391 test "$$dir" != "$$p" || dir=.; \ 392 echo "rm -f \"$${dir}/so_locations\""; \ 393 rm -f "$${dir}/so_locations"; \ 394 done 395chips_drv.la: $(chips_drv_la_OBJECTS) $(chips_drv_la_DEPENDENCIES) 396 $(AM_V_CCLD)$(chips_drv_la_LINK) -rpath $(chips_drv_ladir) $(chips_drv_la_OBJECTS) $(chips_drv_la_LIBADD) $(LIBS) 397libct_accelhi.la: $(libct_accelhi_la_OBJECTS) $(libct_accelhi_la_DEPENDENCIES) 398 $(AM_V_CCLD)$(libct_accelhi_la_LINK) $(libct_accelhi_la_OBJECTS) $(libct_accelhi_la_LIBADD) $(LIBS) 399libct_accelmm.la: $(libct_accelmm_la_OBJECTS) $(libct_accelmm_la_DEPENDENCIES) 400 $(AM_V_CCLD)$(libct_accelmm_la_LINK) $(libct_accelmm_la_OBJECTS) $(libct_accelmm_la_LIBADD) $(LIBS) 401 402mostlyclean-compile: 403 -rm -f *.$(OBJEXT) 404 405distclean-compile: 406 -rm -f *.tab.c 407 408@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ct_accel.Plo@am__quote@ 409@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ct_bank.Plo@am__quote@ 410@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ct_cursor.Plo@am__quote@ 411@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ct_ddc.Plo@am__quote@ 412@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ct_dga.Plo@am__quote@ 413@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ct_driver.Plo@am__quote@ 414@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ct_regs.Plo@am__quote@ 415@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ct_shadow.Plo@am__quote@ 416@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ct_video.Plo@am__quote@ 417@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libct_accelhi_la-ct_accel.Plo@am__quote@ 418@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libct_accelmm_la-ct_accel.Plo@am__quote@ 419 420.c.o: 421@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 422@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 423@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 424@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 425@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 426@am__fastdepCC_FALSE@ $(COMPILE) -c $< 427 428.c.obj: 429@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 430@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 431@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 432@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 433@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 434@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 435 436.c.lo: 437@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 438@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 439@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 440@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 441@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 442@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 443 444libct_accelhi_la-ct_accel.lo: ct_accel.c 445@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) $(libct_accelhi_la_CFLAGS) $(CFLAGS) -MT libct_accelhi_la-ct_accel.lo -MD -MP -MF $(DEPDIR)/libct_accelhi_la-ct_accel.Tpo -c -o libct_accelhi_la-ct_accel.lo `test -f 'ct_accel.c' || echo '$(srcdir)/'`ct_accel.c 446@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libct_accelhi_la-ct_accel.Tpo $(DEPDIR)/libct_accelhi_la-ct_accel.Plo 447@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 448@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ct_accel.c' object='libct_accelhi_la-ct_accel.lo' libtool=yes @AMDEPBACKSLASH@ 449@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 450@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libct_accelhi_la_CFLAGS) $(CFLAGS) -c -o libct_accelhi_la-ct_accel.lo `test -f 'ct_accel.c' || echo '$(srcdir)/'`ct_accel.c 451 452libct_accelmm_la-ct_accel.lo: ct_accel.c 453@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) $(libct_accelmm_la_CFLAGS) $(CFLAGS) -MT libct_accelmm_la-ct_accel.lo -MD -MP -MF $(DEPDIR)/libct_accelmm_la-ct_accel.Tpo -c -o libct_accelmm_la-ct_accel.lo `test -f 'ct_accel.c' || echo '$(srcdir)/'`ct_accel.c 454@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libct_accelmm_la-ct_accel.Tpo $(DEPDIR)/libct_accelmm_la-ct_accel.Plo 455@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 456@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ct_accel.c' object='libct_accelmm_la-ct_accel.lo' libtool=yes @AMDEPBACKSLASH@ 457@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 458@am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libct_accelmm_la_CFLAGS) $(CFLAGS) -c -o libct_accelmm_la-ct_accel.lo `test -f 'ct_accel.c' || echo '$(srcdir)/'`ct_accel.c 459 460mostlyclean-libtool: 461 -rm -f *.lo 462 463clean-libtool: 464 -rm -rf .libs _libs 465 466ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 467 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 468 unique=`for i in $$list; do \ 469 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 470 done | \ 471 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 472 END { if (nonempty) { for (i in files) print i; }; }'`; \ 473 mkid -fID $$unique 474tags: TAGS 475 476TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 477 $(TAGS_FILES) $(LISP) 478 set x; \ 479 here=`pwd`; \ 480 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 481 unique=`for i in $$list; do \ 482 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 483 done | \ 484 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 485 END { if (nonempty) { for (i in files) print i; }; }'`; \ 486 shift; \ 487 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 488 test -n "$$unique" || unique=$$empty_fix; \ 489 if test $$# -gt 0; then \ 490 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 491 "$$@" $$unique; \ 492 else \ 493 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 494 $$unique; \ 495 fi; \ 496 fi 497ctags: CTAGS 498CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 499 $(TAGS_FILES) $(LISP) 500 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 501 unique=`for i in $$list; do \ 502 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 503 done | \ 504 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 505 END { if (nonempty) { for (i in files) print i; }; }'`; \ 506 test -z "$(CTAGS_ARGS)$$unique" \ 507 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 508 $$unique 509 510GTAGS: 511 here=`$(am__cd) $(top_builddir) && pwd` \ 512 && $(am__cd) $(top_srcdir) \ 513 && gtags -i $(GTAGS_ARGS) "$$here" 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: 552 for dir in "$(DESTDIR)$(chips_drv_ladir)"; do \ 553 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 554 done 555install: install-am 556install-exec: install-exec-am 557install-data: install-data-am 558uninstall: uninstall-am 559 560install-am: all-am 561 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 562 563installcheck: installcheck-am 564install-strip: 565 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 566 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 567 `test -z '$(STRIP)' || \ 568 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 569mostlyclean-generic: 570 571clean-generic: 572 573distclean-generic: 574 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 575 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 576 577maintainer-clean-generic: 578 @echo "This command is intended for maintainers to use" 579 @echo "it deletes files that may require special tools to rebuild." 580clean: clean-am 581 582clean-am: clean-chips_drv_laLTLIBRARIES clean-generic clean-libtool \ 583 clean-noinstLTLIBRARIES mostlyclean-am 584 585distclean: distclean-am 586 -rm -rf ./$(DEPDIR) 587 -rm -f Makefile 588distclean-am: clean-am distclean-compile distclean-generic \ 589 distclean-tags 590 591dvi: dvi-am 592 593dvi-am: 594 595html: html-am 596 597html-am: 598 599info: info-am 600 601info-am: 602 603install-data-am: install-chips_drv_laLTLIBRARIES 604 605install-dvi: install-dvi-am 606 607install-dvi-am: 608 609install-exec-am: 610 611install-html: install-html-am 612 613install-html-am: 614 615install-info: install-info-am 616 617install-info-am: 618 619install-man: 620 621install-pdf: install-pdf-am 622 623install-pdf-am: 624 625install-ps: install-ps-am 626 627install-ps-am: 628 629installcheck-am: 630 631maintainer-clean: maintainer-clean-am 632 -rm -rf ./$(DEPDIR) 633 -rm -f Makefile 634maintainer-clean-am: distclean-am maintainer-clean-generic 635 636mostlyclean: mostlyclean-am 637 638mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 639 mostlyclean-libtool 640 641pdf: pdf-am 642 643pdf-am: 644 645ps: ps-am 646 647ps-am: 648 649uninstall-am: uninstall-chips_drv_laLTLIBRARIES 650 651.MAKE: install-am install-strip 652 653.PHONY: CTAGS GTAGS all all-am check check-am clean \ 654 clean-chips_drv_laLTLIBRARIES clean-generic clean-libtool \ 655 clean-noinstLTLIBRARIES ctags distclean distclean-compile \ 656 distclean-generic distclean-libtool distclean-tags distdir dvi \ 657 dvi-am html html-am info info-am install install-am \ 658 install-chips_drv_laLTLIBRARIES install-data install-data-am \ 659 install-dvi install-dvi-am install-exec install-exec-am \ 660 install-html install-html-am install-info install-info-am \ 661 install-man install-pdf install-pdf-am install-ps \ 662 install-ps-am install-strip installcheck installcheck-am \ 663 installdirs maintainer-clean maintainer-clean-generic \ 664 mostlyclean mostlyclean-compile mostlyclean-generic \ 665 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \ 666 uninstall-am uninstall-chips_drv_laLTLIBRARIES 667 668 669# Tell versions [3.59,3.63) of GNU make to not export all variables. 670# Otherwise a system limit (for SysV at least) may be exceeded. 671.NOEXPORT: 672