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